/* UNEA Scss Document */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,700");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,900");
body {
  font-family: "Roboto";
  font-weight: 300;
  line-height: 32px;
  font-size: 20px;
}

.circle_slider_text_wrapper {
  display: none;
}

.flex {
  display: flex;
}

a {
  text-decoration: none;
  color: #00AEEF;
}

/*---------------------------------*/
.unea_mobile_header {
  display: none;
  left: 0;
  top: 50px;
  z-index: 99;
  max-width: 600px;
}
.unea_mobile_header .row {
  max-width: 94%;
  margin: 0 auto;
}
.unea_mobile_header .row .logo_text {
  font-size: 16px;
}

.unea_mobile_header {
  position: absolute;
}
.unea_mobile_header ul li {
  list-style: none;
}
.unea_mobile_header .small-12 {
  display: flex;
  justify-content: space-between;
}
.unea_mobile_header .logo2 {
  position: relative;
}
.unea_mobile_header .logo2 .logo_box {
  display: flex;
  justify-content: space-between;
  max-width: 60%;
  align-items: flex-start;
}
.unea_mobile_header .logo2 .logo_box img {
  width: 120px;
  margin-right: 20px;
}
.unea_mobile_header .logo2 .logo_box .logo_text {
  width: 45%;
  margin-right: auto;
}
.unea_mobile_header .logo2 .logo_box .logo_text a {
  color: #fff;
}

.nav-container {
  display: none;
  position: absolute;
  z-index: 99;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  padding: 130px 0 80px 0;
  background: #00aeff;
}
.nav-container .row {
  margin-top: 60%;
  transform: translateY(-50%);
}

@media print, screen and (min-width: 64em) {
  .nav-container {
    height: 100vh;
    top: 25px;
    background: #00aeff;
  }
}
.nav-container .main-nav .menu.vertical > li {
  margin: 0 auto 10px auto !important;
  text-align: center;
  max-width: 96%;
}

@media print, screen and (min-width: 40em) {
  .nav-container .main-nav .menu.vertical > li {
    margin-bottom: 20px;
  }
}
.nav-container .main-nav .menu.vertical > li a {
  display: inline-block;
  font-family: "Roboto";
  font-weight: 700 !important;
  font-size: 26px;
  line-height: 26px;
  color: #fff;
  letter-spacing: -0.2px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 2px;
  border-bottom: 3px solid transparent;
}

@media print, screen and (min-width: 40em) {
  .nav-container .main-nav .menu.vertical > li a {
    font-size: 47px;
    line-height: 47px;
  }
}
.nav-container .main-nav .menu.vertical > li a:active,
.nav-container .main-nav .menu.vertical > li a:focus,
.nav-container .main-nav .menu.vertical > li a:hover {
  /* border-bottom: 3px solid #fff*/
}

.nav-container .main-nav .menu.vertical > li a.disabled-link {
  cursor: pointer;
  pointer-events: none;
}

.nav-container .main-nav .menu.vertical > li ul {
  padding-top: 20px;
  text-align: center;
}

.nav-container .main-nav .menu.vertical > li ul.nested {
  margin: 0;
  display: none;
}

.nav-container .main-nav .menu.vertical > li ul li {
  display: block;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  .nav-container .main-nav .menu.vertical > li ul li {
    display: inline-block;
    padding: 0 20px;
  }
}
.nav-container .main-nav .menu.vertical > li ul li a {
  opacity: 0.8;
  font-family: Lora, serif !important;
  font-weight: 700 !important;
  font-size: 20px;
  color: #d6d6d6;
  letter-spacing: 0;
  line-height: 26px;
  border-bottom: none !important;
}

.nav-container .main-nav .menu.vertical > li ul li a:active,
.nav-container .main-nav .menu.vertical > li ul li a:focus,
.nav-container .main-nav .menu.vertical > li ul li a:hover {
  opacity: 1;
}

.nav-container .main-nav .is-accordion-submenu-parent > a::after {
  display: none;
}

.nav-container .partners {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.nav-container .partners a {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  max-width: 20%;
}

@media print, screen and (min-width: 40em) {
  .nav-container .partners a {
    margin: 0 20px;
    max-width: none;
  }
}
.nav-container .partners a img {
  opacity: 0.5;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.nav-container .partners a:active img,
.nav-container .partners a:focus img,
.nav-container .partners a:hover img {
  opacity: 1;
}

.takeover_menu ul li {
  margin: 0 0 10px 0 !important;
  text-align: center;
  display: block;
  list-style: none;
}

.takeover_menu ul li a {
  font-size: 27px;
  line-height: 32px;
  display: inline-block;
  font-weight: 700 !important;
  color: #fff;
  letter-spacing: -0.2px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 2px;
  border-bottom: 3px solid transparent;
  text-decoration: none;
}

.takeover_menu ul li a:hover {
  text-decoration: none;
}

.takeover_menu .languages {
  margin-top: 70px;
  width: 100%;
}
.takeover_menu .languages ul {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  margin: 0 auto;
}
.takeover_menu .languages li {
  width: 33%;
}
.takeover_menu .languages li a {
  font-size: 17px;
}

.ico-hamburger {
  width: 35px;
  height: 35px;
  display: block;
  background: url(../images/ico-hamburger.svg) center center no-repeat;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

header .ico-hamburger.nav-opened {
  background: url(../images/ico-close.svg) center center no-repeat;
}

/*---------------------------------*/
hr {
  border-top: 1px solid #00AEEF !important;
  border-bottom: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
}

ol,
ul {
  margin-left: 20px;
}

body,
div,
ul,
li,
.tight,
ol {
  margin: 0;
  padding: 0;
}

.dark {
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(-45deg, black 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, black rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, black 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1)";
  /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  z-index: 1;
}

.sitesearch::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.sitesearch::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.sitesearch:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.sitesearch:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.sitesearch {
  margin-left: 10px;
  margin-top: 4px;
}

#search {
  float: right;
}

.sitesearch input[type=text] {
  display: block;
  float: left;
  overflow: hidden;
  width: 20px;
  background: transparent;
  font-size: 16px;
  border-radius: 0px;
  border: 0;
  font-weight: 100;
  -webkit-transition: all 0.3s ease 1s;
  -moz-transition: all 0.3s ease 1s;
  -o-transition: all 0.3s ease 1s;
  -ms-transition: all 0.3s ease 1s;
  transition: all 0.3s ease 1s;
  color: #fff;
  margin-top: -10px;
}

.sitesearch input[type=text]:focus {
  outline: none;
  border-radius: 0px;
  border: 2px solid #fff;
  background: #fff;
  width: 100px;
  padding: 5px;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  color: #00AEEF;
  margin-top: -5px;
}

/*------------------------*/
#block-unea-local-tasks {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #f00;
  z-index: 900;
  width: 100%;
}

#block-unea-local-tasks ul {
  display: block;
}

#block-unea-local-tasks ul li {
  display: inline-block;
  padding: 10px;
}

#block-unea-local-tasks ul li a {
  color: #fff;
}

/*------------------------*/
/*------------------------*/
/* -- width setters --*/
/* -- width setters --*/
.homepage_content_box {
  max-width: 1240px;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
}

.hp_first_content {
  width: 75%;
  line-height: 32px;
  font-size: 20px;
}

.hp_green_lnk {
  background: #01724c;
  color: #fff;
  padding: 20px;
  width: 25%;
  margin: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hp_green_lnk a {
  color: #fff;
  text-align: center;
}
.hp_green_lnk p {
  text-align: center;
  margin-top: 30px;
}
.hp_green_lnk p a {
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 1239px) {
  .homepage_content_box,
.header_box,
.bureau_row .bureau_row_wrap,
.footer_content,
.general-content,
.unea_landing_page_bottom {
    max-width: 94% !important;
    margin: 0 auto;
  }
}
#homeVideoModal {
  display: none;
}

.site_wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  padding-top: 0;
}
.control_panel {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(204, 42, 45, 0.9);
  z-index: 100;
}
.control_panel ul {
  margin: 0;
  padding: 0;
}
.control_panel ul li {
  list-style: none;
  color: #fff;
  display: inline-block;
}
.control_panel ul li:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.control_panel ul li a {
  color: #fff;
  display: block;
  padding: 0.8em 1.5em;
  font-size: 14px;
  text-transform: uppercase;
}
.control_panel ul li a:hover {
  text-decoration: underline;
}

.header_content,
.footer_content,
.logomenubox,
.hp_body_padding,
.breadcrumbs_wrap,
.general-content,
.unea_landing_page_bottom {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

/* header styles */
.dropbtn {
  background-color: transparent;
  color: white;
  font-size: 16px;
  border: none;
  padding: 16px 10px;
  min-width: 68px;
  text-transform: uppercase;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown li {
  list-style: none;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: transparent;
  /*min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 10px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content li a:hover {
  background: rgba(0, 0, 0, 0.4);
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
/*----------header-----------*/
.header {
  height: 50px;
  font-size: 15px;
  color: #fff;
  background: #00aeff;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
}
.header a {
  color: #fff;
}
.header a:hover {
  color: #fff;
}
.header .header_content {
  display: flex;
  justify-content: space-between;
}
.header .site_name {
  width: 33%;
  float: left;
  padding-top: 10px;
}
.header .top_bar_menu {
  width: 90%;
  text-align: center;
  padding-top: 15px;
}
.header .top_bar_menu ul {
  list-style: none;
}
.header .top_bar_menu ul li {
  display: inline;
  padding: 0 10px;
  border-right: 1px solid #fff;
}
.header .top_bar_menu ul li:last-child {
  border-right: 0px;
}
.header .languages {
  text-align: center;
  width: 10%;
  padding-top: 0px;
}
.header .social {
  width: 33%;
  float: right;
  text-align: right;
  padding-top: 10px;
}
.header .social li {
  list-style: none;
  display: inline-block;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  text-align: center;
  margin-right: 5px;
}
.header .social li .fa {
  font-size: 16px;
  padding: 5px;
}

.homepage_CTA_banner {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 60%;
  top: 40%;
  z-index: 9;
  color: #fff;
}
.homepage_CTA_banner h1 {
  font-size: 25px;
  text-align: center;
  line-height: 35px;
}
.homepage_CTA_banner h1 p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.homepage_CTA_banner h1 p span {
  font-size: 22px;
}
.homepage_CTA_banner p {
  text-align: center;
}
.homepage_CTA_banner a {
  padding: 10px;
  color: #fff;
  padding: 20px 60px;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: max-content;
  font-weight: 300;
  background: #00AEEF;
  font-weight: 300;
  transition: background-color 0.5s ease;
}
.homepage_CTA_banner a:hover {
  background: #fff;
  color: #00AEEF;
}

/*----end header---->


/*----homepage banner -----*/
.main_header {
  position: relative;
  overflow: hidden;
  height: 80vh;
  width: 100%;
  background-size: cover;
  max-height: 600px;
  background-attachment: fixed;
}

.header_box {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 80px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.header_box .logo_box {
  width: 50%;
  display: flex;
  justify-content: space-between;
  color: #fff;
  max-width: 300px;
}
.header_box .logo_box .logo_text {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 26px;
}
.header_box .logo_box .logo_text a {
  color: #fff;
}
.header_box .main-nav {
  width: 70%;
  display: flex;
  justify-content: flex-end;
  max-height: 35px;
}
.header_box .main-nav li {
  list-style: none;
  display: inline;
  font-size: 16px;
  position: relative;
  padding: 0 5px;
}
.header_box .main-nav li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -9px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header_box .main-nav li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.header_box .main-nav li a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.header_box .main-nav li a:hover {
  color: #fff;
}
.header_box .main-nav input[type=search] {
  display: block;
  float: left;
  overflow: hidden;
  width: 35px;
  background: transparent;
  font-size: 16px;
  border-radius: 0px;
  border: 0;
  font-weight: 100;
  -webkit-transition: all 0.3s ease 1s;
  -moz-transition: all 0.3s ease 1s;
  -o-transition: all 0.3s ease 1s;
  -ms-transition: all 0.3s ease 1s;
  transition: all 0.3s ease 1s;
  color: #fff;
  margin-top: 0px;
  font-family: "Roboto", "FontAwesome" !important;
}
.header_box .main-nav input[type=search] ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.header_box .main-nav input[type=search] :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.header_box .main-nav input[type=search] ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.header_box .main-nav input[type=search]:focus {
  outline: none;
  border-radius: 0px;
  border: 2px solid #fff;
  background: #fff;
  width: 100px;
  padding: 5px;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  color: #00AEEF;
  font-weight: 500;
  margin-top: -5px;
}
.header_box .main-nav input[type=submit] {
  display: none;
}
.header_box .site_logo {
  width: 120px;
  margin-right: 20px;
}
.header_box svg {
  width: 120px;
  margin-right: 20px;
}

.bp_header_title {
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  z-index: 3;
  text-align: center;
  max-width: 1240px;
  margin: 0 auto;
}
.bp_header_title h1 {
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  line-height: 38px;
}

/*----end homepage banner  -------*/
.unea_hp_row_2col {
  display: flex;
  justify-content: space-between;
  max-width: 1240px;
  margin: 40px auto;
}
.unea_hp_row_2col .l_col {
  width: 40%;
  border: 4px solid #00AEEF;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  color: #00AEEF;
  margin-right: 2%;
}
.unea_hp_row_2col .l_col .title {
  font-size: 22px;
  line-height: 23px;
  font-weight: 600;
  font-size: 22px;
  padding-bottom: 10px;
}
.unea_hp_row_2col .l_col .content {
  font-size: 20px;
}
.unea_hp_row_2col .l_col .links {
  display: flex;
  flex-direction: column;
}
.unea_hp_row_2col .l_col .links a {
  width: 100%;
  text-align: center;
  border: 4px solid #00AEEF;
  background: #fff;
  margin-top: 20px;
  padding: 10px 0;
}
.unea_hp_row_2col .r_col {
  width: 58%;
}
.unea_hp_row_2col .r_col .unea_hp_links {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.unea_hp_row_2col .r_col .unea_hp_links .grid_link {
  width: 23%;
  height: 185px;
  border: 4px solid #00AEEF;
  background: #00AEEF;
  margin: 5px 0;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  display: flex;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}
.unea_hp_row_2col .r_col .unea_hp_links .grid_link a {
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.unea_hp_row_2col .r_col .unea_hp_links .grid_link a div {
  text-align: center;
}

/*------------- video----------------*/
.cs_video_embed {
  position: relative;
  overflow: hidden;
}

.cleanseas_video {
  height: 450px;
  overflow: hidden;
  background-image: url("http://www.beatpollution.org/sites/all/themes/blueUNEA/templates/youtube/bkg.jpg?<?php echo time(); ?>");
  background-size: cover;
  background-repeat: no-repeat;
}

.tv {
  display: none;
}

@media only screen and (min-width: 60px) and (max-width: 740px) {
  .cover .hi {
    max-width: 94% !important;
  }
}
.cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 150%;
}

.cover .hi {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  width: 100% !important;
}

.cover .hi span {
  color: #ff0;
  cursor: pointer;
  text-decoration: underline;
}

.cover .hi em {
  font-style: normal;
}

.cover .hi em.hidden {
  display: none;
}

.tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  transition: opacity 0.5s;
}

.tv .screen.active {
  opacity: 1;
}

/*------------- video----------------*/
.full_width_campaign_with_link_img {
  background: url("https://www.worldenvironmentday.global/themes/custom/wed/images/bg-footer-bl.jpg") top center no-repeat;
  background-size: auto;
  background-size: cover;
  margin: 0px 0;
  padding-bottom: 0;
  min-height: 500px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.full_width_campaign_with_link_img .campaign_content {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
}
.full_width_campaign_with_link_img .campaign_content .campaign_logo {
  margin-bottom: 30px;
}
.full_width_campaign_with_link_img .campaign_content .campaign_logo img {
  max-width: 280px;
  height: auto;
}
.full_width_campaign_with_link_img .campaign_link {
  background-color: transparent;
  border: 4px solid #00AEEF;
  color: #00AEEF;
  padding: 10px 40px;
  display: inline-block;
  margin-top: 20px;
}
.full_width_campaign_with_link_img .campaign_link:hover {
  background-color: #00AEEF;
  color: #fff;
}

.full_width_campaign_with_form {
  background: url("../images/1007.jpg") top center no-repeat;
  background-size: auto;
  background-size: cover;
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 500px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-attachment: fixed;
}
.full_width_campaign_with_form .campaign_content {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
}
.full_width_campaign_with_form .campaign_content .campaign_big_txt_content {
  color: #fff;
  font-size: 35px;
  line-height: 41px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 40px;
}
.full_width_campaign_with_form .campaign_content .campaign_form {
  display: flex;
  justify-content: space-between;
  max-width: 50%;
  margin: 0 auto;
}
.full_width_campaign_with_form .campaign_content .campaign_form input {
  width: 69%;
  border-radius: 5px;
  border: none;
  margin-right: 1%;
  padding: 15px;
}
.full_width_campaign_with_form .campaign_content .campaign_form a {
  width: 29%;
  padding: 15px;
  background: #00aeff;
  color: #fff;
}
.full_width_campaign_with_form .campaign_content .campaign_form a:hover {
  background: #00b800;
  color: #fff;
}

.full_width_campaign_with_link_bkg_color {
  background: #2D1457;
  margin: 0px 0;
  padding-bottom: 0;
  min-height: 500px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.full_width_campaign_with_link_bkg_color .campaign_content {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
  color: #fff;
}
.full_width_campaign_with_link_bkg_color .campaign_content .campaign_logo {
  margin-bottom: 30px;
}
.full_width_campaign_with_link_bkg_color .campaign_content .campaign_logo img {
  max-width: 280px;
  height: auto;
}
.full_width_campaign_with_link_bkg_color .campaign_link {
  background-color: transparent;
  border: 4px solid #00AEEF;
  color: #00AEEF;
  padding: 10px 40px;
  display: inline-block;
  margin-top: 20px;
}
.full_width_campaign_with_link_bkg_color .campaign_link:hover {
  background-color: #00AEEF;
  color: #fff;
}

.unea-total-sessions {
  margin-top: 30px;
}

.bureau_row {
  background: #eee;
  width: 100%;
  margin: 0px 0;
}
.bureau_row .bureau_row_wrap {
  display: block;
  max-width: 1240px;
  margin: 0px auto;
  /*------------*/
  max-height: 450px;
  overflow: hidden;
}
.bureau_row .bureau_context {
  width: 54%;
  float: left;
  padding: 30px 0;
}
.bureau_row .bureau_context h1,
.bureau_row .bureau_context h2 {
  color: #00aeff;
  margin: 20px 0 10px 0;
  padding: 0;
  font-size: 1.1em;
}
.bureau_row .bureau_slider {
  width: 46%;
  display: inline-block;
  max-height: 400px;
}
.bureau_row .bureau_slider .slick-slide img {
  width: 100%;
  height: auto;
}
.bureau_row .bureau_slider .partners_slider {
  position: relative;
}
.bureau_row .bureau_slider .partners_slider .controls {
  position: absolute;
  right: 0;
  top: 0;
  background: #00aeff;
  padding: 10px;
}
.bureau_row .bureau_slider .partners_slider .controls a {
  color: #fff;
}
.bureau_row .bureau_slider .partners_slider .sie_partners_slide {
  padding: 30px 0;
  width: 100%;
  margin: 0 auto;
}
.bureau_row .bureau_slider .partners_slider .bureau_member_live {
  position: relative;
  overflow: hidden;
  margin: 10px;
}
.bureau_row .bureau_slider .partners_slider .bureau_member_live img {
  width: auto;
  height: 260px;
  position: relative;
}
.bureau_row .bureau_slider .partners_slider .bureau_member_live .name_tag {
  display: none;
}
.bureau_row .bureau_slider .partners_slider .bureau_member_live .name_tag a {
  color: #fff;
  padding: 5px 0;
  font-weight: 300;
  display: block;
}
.bureau_row .bureau_slider .partners_slider .bureau_member_live .name_tag span {
  color: #fff;
  font-size: 0.8em;
  white-space: wrap;
  position: relative;
  display: block;
  min-height: 40px;
}
.bureau_row .bureau_slider .partners_slider .bureau_member_live .name_tag span p {
  padding: 0;
  margin: 5px 0;
}

.bureau_row .bureau_slider .partners_slider .sie_partners_slide .views-element-container .bureau-members .slick-list .slick-track {
  display: flex;
}

.bureau_row .bureau_slider .partners_slider .sie_partners_slide .views-element-container .bureau-members .slick-list .slick-track .slick-slide {
  -webkit-transition: width 2s;
  /* For Safari 3.1 to 6.0 */
  transition: width 2s;
}

.bureau_row .bureau_slider .partners_slider .sie_partners_slide .views-element-container .bureau-members .slick-list .slick-track > .slick-center {
  width: 325px !important;
  -webkit-transition: width 2s;
  /* For Safari 3.1 to 6.0 */
  transition: width 2s;
}

.bureau_row .bureau_slider .partners_slider .sie_partners_slide .views-element-container .bureau-members .slick-list .slick-track > .slick-center .bureau_member_live .name_tag {
  position: absolute;
  background: #00aeff;
  bottom: 0;
  left: 0;
  width: 94%;
  padding: 0 15px;
  display: block;
}

.twocols_items {
  width: 100%;
  max-width: 1240px;
  margin: 40px auto;
  text-align: center;
}
.twocols_items h1 {
  display: block;
  text-align: center;
  color: #00AEEF;
  margin: 20px 0 30px 0;
}
.twocols_items .homepage-news-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
.twocols_items .homepage-news-block .homepage_news_article {
  width: 49%;
  text-align: left;
  margin-bottom: 30px;
  line-height: 32px;
  font-size: 20px;
}
.twocols_items .homepage-news-block .homepage_news_article h3 {
  min-height: 50px;
  margin: 10px 0;
}
.twocols_items .homepage-news-block .homepage_news_article .homepage_news_img {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.twocols_items .homepage-news-block .homepage_news_article img {
  width: auto;
  height: 150%;
  margin-top: -15%;
  min-width: 100%;
  font-weight: bold;
}
.twocols_items .homepage_news_link {
  margin: 40px auto 20px auto;
  font-size: 16px;
  margin: 0;
  padding: 0.7em 1em;
  background-color: #4c9f38;
  color: #fff;
  text-transform: uppercase;
}
.twocols_items .homepage_news_link:hover {
  background-color: #3a782a;
}

/*---- basic page---*/
.bp_wrap {
  display: flex;
  justify-content: space-between;
}
.bp_wrap .bp_left {
  width: 68%;
  margin-right: 2%;
}
.bp_wrap .bp_left h1,
.bp_wrap .bp_left h2,
.bp_wrap .bp_left h3,
.bp_wrap .bp_left h4 {
  color: #00AEEF;
}
.bp_wrap .bp_right {
  width: 30%;
  padding-top: 40px;
}
.bp_wrap .bp_right ul li {
  border-bottom: 1px solid #00AEEF;
  padding: 10px 0;
  list-style: none;
}
.bp_wrap .bp_right .thisunea_logo {
  width: 100%;
  display: block;
  text-align: center;
}
.bp_wrap .bp_right .thisunea_logo img {
  max-height: 120px;
  width: auto;
  margin: 20px 0;
}
.bp_wrap .bp_right .unea_details {
  background: #00b800;
  padding: 20px;
  margin-bottom: 20px;
}
.bp_wrap .bp_right .unea_details span {
  display: block;
  margin: 10px;
  color: #fff;
}

.unea_landing_page_bottom {
  margin: 40px auto;
  width: 100%;
  display: block;
}
.unea_landing_page_bottom .unea_landing_page_bottom_wrap {
  display: flex;
  justify-content: space-between;
}
.unea_landing_page_bottom .unea_landing_page_bottom_wrap .ulpb_l {
  width: 70%;
}
.unea_landing_page_bottom .unea_landing_page_bottom_wrap .ulpb_l .ulpb_links_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.unea_landing_page_bottom .unea_landing_page_bottom_wrap .ulpb_l .ulpb_links_wrap .lnk_1,
.unea_landing_page_bottom .unea_landing_page_bottom_wrap .ulpb_l .ulpb_links_wrap .lnk_2,
.unea_landing_page_bottom .unea_landing_page_bottom_wrap .ulpb_l .ulpb_links_wrap .lnk_3,
.unea_landing_page_bottom .unea_landing_page_bottom_wrap .ulpb_l .ulpb_links_wrap .lnk_4 {
  width: 44%;
  background: #00AEEF;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 150px;
  margin: 10px 0;
  justify-content: center;
  padding: 0 20px;
}
.unea_landing_page_bottom .unea_landing_page_bottom_wrap .ulpb_l .ulpb_links_wrap .lnk_1 a,
.unea_landing_page_bottom .unea_landing_page_bottom_wrap .ulpb_l .ulpb_links_wrap .lnk_2 a,
.unea_landing_page_bottom .unea_landing_page_bottom_wrap .ulpb_l .ulpb_links_wrap .lnk_3 a,
.unea_landing_page_bottom .unea_landing_page_bottom_wrap .ulpb_l .ulpb_links_wrap .lnk_4 a {
  color: #fff;
  margin: 0 auto;
}
.unea_landing_page_bottom .unea_landing_page_bottom_wrap .ulpb_r {
  width: 30%;
  padding-left: 2%;
}
.unea_landing_page_bottom .unea_landing_page_bottom_wrap .ulpb_r ul {
  margin-left: 20px;
}
.unea_landing_page_bottom .unea_landing_page_bottom_wrap .ulpb_r ul li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #00AEEF;
}
.unea_landing_page_bottom .unea_landing_page_bottom_wrap .ulpb_r ul li a {
  display: block;
  padding-left: 10px;
}
.unea_landing_page_bottom .unea_landing_page_bottom_wrap .ulpb_r ul li:last-child {
  border-bottom: 0px solid #00AEEF;
}

/*---- basic page---*/
.unea-total-sessions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.unea-total-sessions .unea_sessions {
  width: 49%;
  text-align: right;
  margin-bottom: 30px;
}
.unea-total-sessions .unea_sessions .session {
  position: relative;
}
.unea-total-sessions .unea_sessions .session .session_img_wrap {
  width: 100%;
  max-height: 300px;
  height: 100%;
  overflow: hidden;
}
.unea-total-sessions .unea_sessions .session img {
  width: auto;
  height: 120%;
  max-height: 450px;
  min-width: 100%;
}
.unea-total-sessions .unea_sessions .session .session_title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  text-align: left;
  padding: 12px;
  background: #00AEEF;
  color: #fff;
}

.gao_page {
  position: relative;
  margin: 20px auto;
}
.gao_page .gao_section {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.gao_page .gao_section .banner_img {
  width: 300px;
  height: 300px;
  overflow: hidden;
  display: block;
  margin: 0 auto 0px auto;
}
.gao_page .gao_section .banner_img img {
  min-width: 100%;
  min-height: 100%;
}
.gao_page .gao_section .gao_content {
  width: 100%;
  display: block;
  margin-top: 20px;
  padding-bottom: 40px;
  text-align: left;
}
.gao_page .gao_section .gao_content h3 {
  color: #00aeff;
  text-align: center;
  margin-bottom: 0;
}
.gao_page .gao_section .gao_content h4 {
  color: #00aeff;
  text-align: center;
  margin-top: 10px;
}
.gao_page .gao_tripod {
  width: 100%;
  display: block;
  position: relative;
}
.gao_page .gao_tripod .gao_tripod_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.gao_page .gao_tripod .gao_tripod_wrap .gbu_wrap,
.gao_page .gao_tripod .gao_tripod_wrap .csu_wrap,
.gao_page .gao_tripod .gao_tripod_wrap .psu_wrap {
  width: 32%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.gao_page .gao_tripod .gao_tripod_wrap .gbu_wrap h3,
.gao_page .gao_tripod .gao_tripod_wrap .csu_wrap h3,
.gao_page .gao_tripod .gao_tripod_wrap .psu_wrap h3 {
  display: block;
  width: 100%;
  padding: 10px 10px 10px 0;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  text-align: center;
  color: #00aeff;
}
.gao_page .gao_tripod .gao_tripod_wrap .gbu_wrap h4,
.gao_page .gao_tripod .gao_tripod_wrap .csu_wrap h4,
.gao_page .gao_tripod .gao_tripod_wrap .psu_wrap h4 {
  display: block;
  width: 100%;
  padding: 0px 10px 20px 0;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
.gao_page .gao_tripod .gao_tripod_wrap .gbu_wrap .banner_img,
.gao_page .gao_tripod .gao_tripod_wrap .csu_wrap .banner_img,
.gao_page .gao_tripod .gao_tripod_wrap .psu_wrap .banner_img {
  width: 200px;
  height: 200px;
  overflow: hidden;
  display: block;
  margin: 0 auto 20px auto;
}
.gao_page .gao_tripod .gao_tripod_wrap .gbu_wrap .banner_img img,
.gao_page .gao_tripod .gao_tripod_wrap .csu_wrap .banner_img img,
.gao_page .gao_tripod .gao_tripod_wrap .psu_wrap .banner_img img {
  min-width: 100%;
  min-height: 100%;
}
.gao_page .gao_tripod .gao_tripod_wrap .gbu_wrap .psu_content,
.gao_page .gao_tripod .gao_tripod_wrap .gbu_wrap .csu_content,
.gao_page .gao_tripod .gao_tripod_wrap .gbu_wrap .gbu_content,
.gao_page .gao_tripod .gao_tripod_wrap .csu_wrap .psu_content,
.gao_page .gao_tripod .gao_tripod_wrap .csu_wrap .csu_content,
.gao_page .gao_tripod .gao_tripod_wrap .csu_wrap .gbu_content,
.gao_page .gao_tripod .gao_tripod_wrap .psu_wrap .psu_content,
.gao_page .gao_tripod .gao_tripod_wrap .psu_wrap .csu_content,
.gao_page .gao_tripod .gao_tripod_wrap .psu_wrap .gbu_content {
  width: 100%;
}
.gao_page .gao_tripod .gao_tripod_wrap .gbu_wrap .psu_content .content_box,
.gao_page .gao_tripod .gao_tripod_wrap .gbu_wrap .csu_content .content_box,
.gao_page .gao_tripod .gao_tripod_wrap .gbu_wrap .gbu_content .content_box,
.gao_page .gao_tripod .gao_tripod_wrap .csu_wrap .psu_content .content_box,
.gao_page .gao_tripod .gao_tripod_wrap .csu_wrap .csu_content .content_box,
.gao_page .gao_tripod .gao_tripod_wrap .csu_wrap .gbu_content .content_box,
.gao_page .gao_tripod .gao_tripod_wrap .psu_wrap .psu_content .content_box,
.gao_page .gao_tripod .gao_tripod_wrap .psu_wrap .csu_content .content_box,
.gao_page .gao_tripod .gao_tripod_wrap .psu_wrap .gbu_content .content_box {
  position: relative;
  max-width: 96%;
}
.gao_page .gao_tripod .gao_tripod_wrap .gbu_wrap .psu_content .content_box p,
.gao_page .gao_tripod .gao_tripod_wrap .gbu_wrap .csu_content .content_box p,
.gao_page .gao_tripod .gao_tripod_wrap .gbu_wrap .gbu_content .content_box p,
.gao_page .gao_tripod .gao_tripod_wrap .csu_wrap .psu_content .content_box p,
.gao_page .gao_tripod .gao_tripod_wrap .csu_wrap .csu_content .content_box p,
.gao_page .gao_tripod .gao_tripod_wrap .csu_wrap .gbu_content .content_box p,
.gao_page .gao_tripod .gao_tripod_wrap .psu_wrap .psu_content .content_box p,
.gao_page .gao_tripod .gao_tripod_wrap .psu_wrap .csu_content .content_box p,
.gao_page .gao_tripod .gao_tripod_wrap .psu_wrap .gbu_content .content_box p {
  margin-top: 0;
}

/*---- footer--->
/*------footer-----*/
footer {
  background: #00AEEF;
  width: 100%;
  padding-top: 40px;
  overflow: hidden;
  position: relative;
}

.footer_content .footer_c {
  width: 20%;
  display: inline-block;
}
.footer_content .footer_c img {
  width: 80%;
  padding: 0;
  margin: 0 auto -5px auto;
  display: block;
}

.footer_top {
  width: 100%;
}

.footer_top_wrap {
  display: flex;
  justify-content: space-between;
}

.new_footer_nav_l,
.new_footer_nav_c,
.new_footer_nav_r {
  width: 32%;
}
.new_footer_nav_l h2,
.new_footer_nav_c h2,
.new_footer_nav_r h2 {
  color: #fff;
  font-size: 18px;
}
.new_footer_nav_l ul li,
.new_footer_nav_c ul li,
.new_footer_nav_r ul li {
  list-style: none;
  color: #fff;
  font-size: 16px;
}
.new_footer_nav_l ul li a,
.new_footer_nav_c ul li a,
.new_footer_nav_r ul li a {
  color: #fff;
  font-size: 16px;
}

.new_footer_nav_l h2 {
  color: #fff;
  margin: 10px 0;
  padding: 0;
  max-width: 96%;
}
.new_footer_nav_l ul {
  margin-bottom: 30px;
}
.new_footer_nav_l ul li {
  list-style: none;
}
.new_footer_nav_l ul li a {
  color: #fff;
}

.new_footer_nav_c h2 {
  color: #fff;
  margin: 10px 0;
  padding: 0;
}
.new_footer_nav_c ul {
  margin-bottom: 30px;
}
.new_footer_nav_c ul li {
  list-style: none;
}
.new_footer_nav_c ul li a {
  color: #fff;
}

.new_footer_nav_r h2 {
  color: #fff;
  margin: 10px 0;
  padding: 0;
}
.new_footer_nav_r ul {
  margin-bottom: 30px;
}
.new_footer_nav_r ul li {
  list-style: none;
}
.new_footer_nav_r ul li a {
  color: #fff;
}

.footer_content .footer_l {
  width: 36%;
  float: left;
}
.footer_content .footer_l svg {
  height: 140px;
}

.footer_content .footer_r {
  width: 36%;
  float: right;
  position: relative;
}
.footer_content .footer_r .fact {
  width: 80%;
  margin: 0 auto;
  height: 110px;
}
.footer_content .footer_r .apps {
  display: flex;
  justify-content: space-between;
  width: 92%;
  margin: 20px auto;
}
.footer_content .footer_r .apps a img {
  width: 170px;
  height: auto;
}

.footer_links {
  margin-top: 40px;
  margin-left: 0px;
}

.footer_links li {
  list-style: none;
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 0 10px;
}

.footer_links li:first-child {
  padding-left: 0;
}

.footer_links li:last-child {
  border-right: 0;
}

.footer_links li a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}

.footer_contacts {
  font-size: 12px;
  margin: 20px 0 0 0;
  width: 70%;
}

.fact {
  border: 4px solid #fff;
  position: relative;
  padding: 20px;
}

.fact_content {
  width: 60%;
  padding: 20px;
}

.footer_fact_text {
  width: 60%;
  color: #fff;
  font-size: 18px;
}

.footer_img {
  position: absolute;
  right: -20px;
  top: -82px;
  height: 170px;
}

.fact img {
  width: auto;
  height: 150px;
  position: absolute;
  right: -20px;
  width: auto;
  top: -20px;
}

.fact_title {
  font-weight: 600;
  /*margin-top: 20px;*/
  margin-top: 7px;
  color: #fff;
}

.fact_the_content {
  margin: 30px 0;
  font-size: 16px;
}

.fact p {
  width: 58%;
  color: #fff;
}

.mobile_header {
  display: none;
}

/*------e_footer-----*/
@media only screen and (min-width: 1380px) and (max-width: 1550px) {
  .main_header {
    background-position: 0 -100px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 1551px) and (max-width: 1750px) {
  .main_header {
    background-position: 0 -200px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 1751px) {
  .main_header {
    background-position: 0 -300px;
    background-repeat: no-repeat;
  }
}
/*-------------RESP--------------*/
@media only screen and (min-width: 481px) and (max-width: 765px) {
  .full_width_campaign_with_link_img .campaign_content {
    max-width: 96%;
  }

  .twocols_items .homepage-news-block,
.homepage_content_box {
    flex-direction: column;
  }

  .bureau_row .bureau_row_wrap {
    display: flex;
    flex-direction: column;
    max-height: none !important;
  }

  div.main_content_slider_wrapper,
.bureau-members {
    max-width: 100% !important;
  }

  .bureau_row .bureau_context,
.bureau_row .bureau_slider,
.hp_first_content,
.hp_green_lnk {
    width: 96%;
    float: none;
    margin: 0 auto;
  }

  .twocols_items .homepage-news-block .homepage_news_article {
    width: 96%;
    margin: 20px auto;
  }

  .footer_top_wrap {
    flex-direction: column;
  }

  .new_footer_nav_l,
.new_footer_nav_c,
.new_footer_nav_r {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer_content .footer_r,
.footer_content .footer_l {
    width: 96%;
    float: none;
    margin: 0 auto;
    display: block;
  }

  .gao_tripod_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
  }
  .gao_tripod_wrap .gbu_wrap,
.gao_tripod_wrap .csu_wrap,
.gao_tripod_wrap .psu_wrap {
    width: 96%;
    margin: 30px auto;
  }
}
@media only screen and (min-width: 766px) and (max-width: 900px) {
  .gao_tripod_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
  }
  .gao_tripod_wrap .gbu_wrap,
.gao_tripod_wrap .csu_wrap,
.gao_tripod_wrap .psu_wrap {
    width: 96% !important;
    margin: 30px auto;
  }
}
@media only screen and (max-width: 740px) {
  .normal_header,
.mobile_header,
.main_header .logo_box {
    display: none !important;
  }

  .unea_mobile_header {
    display: block;
    width: 95%;
    max-width: 95%;
  }

  .unea_mobile_header .logo_box svg {
    width: 130px;
    margin-right: 20px;
  }

  .unea_mobile_header .logo2 .logo_box .logo_text {
    line-height: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .gao_tripod_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
  }
  .gao_tripod_wrap .gbu_wrap,
.gao_tripod_wrap .csu_wrap,
.gao_tripod_wrap .psu_wrap {
    width: 96% !important;
    margin: 30px auto;
  }

  .new_footer_nav_l,
.new_footer_nav_c,
.new_footer_nav_r {
    width: 96% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .full_width_campaign_with_link_img .campaign_content {
    max-width: 96% !important;
  }

  .twocols_items .homepage-news-block,
.homepage_content_box {
    flex-direction: column;
  }

  .bureau_row .bureau_row_wrap {
    display: flex;
    flex-direction: column;
    max-height: none !important;
  }

  div.main_content_slider_wrapper,
.bureau-members {
    max-width: 100% !important;
  }

  .bureau_row .bureau_context,
.bureau_row .bureau_slider,
.hp_first_content,
.hp_green_lnk {
    width: 96%;
    float: none;
    margin: 0 auto;
  }

  .twocols_items .homepage-news-block .homepage_news_article {
    width: 96%;
    margin: 20px auto;
  }

  .footer_top_wrap {
    flex-direction: column;
  }

  .footer_content .footer_r,
.footer_content .footer_l {
    width: 96% !important;
    float: none;
    margin: 0 auto;
    display: block;
  }

  .main_header {
    background-position: 45% 0;
    background-repeat: no-repeat;
    min-height: 90vh;
    height: auto;
  }

  .mobile_header {
    display: block;
  }
  .mobile_header .top_bar_menu {
    width: 70%;
  }
  .mobile_header .languages {
    width: 30%;
  }

  .full_width_campaign_with_form .campaign_content .campaign_form {
    max-width: 90%;
  }

  .normal_header {
    display: none;
  }

  .homepage_CTA_banner h1 p {
    font-size: 25px;
  }

  .bureau_row .bureau_context {
    width: 100%;
    float: none !important;
    font-size: 18px;
  }

  .bureau_row .bureau_row_wrap {
    max-height: none !important;
  }

  .footer_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer_content .footer_l,
.footer_content .footer_c {
    width: 49%;
  }
  .footer_content .footer_r {
    width: 96%;
    float: none;
  }
  .footer_content .fact {
    width: 85%;
  }

  .campaign_txt_content {
    max-width: 90%;
    margin: 0 auto;
  }

  .full_width_campaign_with_form .campaign_content .campaign_big_txt_content {
    font-size: 30px;
    line-height: 35px;
  }

  .twocols_items .homepage-news-block {
    display: block !important;
  }

  .twocols_items .homepage-news-block .homepage_news_article {
    width: 96% !important;
    margin: 20px auto;
    font-size: 18px;
  }

  /*----------------------------*/
  .unea-total-sessions {
    display: block;
  }
  .unea-total-sessions .unea_sessions {
    width: 100%;
    text-align: right;
  }
  .unea-total-sessions .unea_sessions .session img {
    width: auto;
    height: 120%;
    max-height: 450px;
  }

  /*----------------------/*/
  .homepage_content_box {
    display: block;
    width: 100%;
  }

  .hp_first_content {
    width: 100%;
  }

  .hp_green_lnk {
    width: 90%;
    margin: 0;
  }

  .content_slider_text_block_wrap {
    width: 85%;
  }

  .bp_wrap {
    flex-direction: column;
    font-size: 18px;
  }
  .bp_wrap .bp_left {
    width: 96%;
    margin: 0 auto;
  }
  .bp_wrap .bp_right {
    width: 96%;
    margin: 0 auto;
  }

  .unea_landing_page_bottom .unea_landing_page_bottom_wrap {
    flex-direction: column;
    font-size: 18px;
  }
  .unea_landing_page_bottom .unea_landing_page_bottom_wrap .ulpb_links_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .unea_landing_page_bottom .unea_landing_page_bottom_wrap .ulpb_links_wrap .lnk_1,
.unea_landing_page_bottom .unea_landing_page_bottom_wrap .ulpb_links_wrap .lnk_2,
.unea_landing_page_bottom .unea_landing_page_bottom_wrap .ulpb_links_wrap .lnk_3,
.unea_landing_page_bottom .unea_landing_page_bottom_wrap .ulpb_links_wrap .lnk_4 {
    width: 39%;
    background: #00AEEF;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 150px;
    margin: 10px 0;
    justify-content: center;
    padding: 0 20px;
  }
  .unea_landing_page_bottom .unea_landing_page_bottom_wrap .ulpb_links_wrap .lnk_1 a,
.unea_landing_page_bottom .unea_landing_page_bottom_wrap .ulpb_links_wrap .lnk_2 a,
.unea_landing_page_bottom .unea_landing_page_bottom_wrap .ulpb_links_wrap .lnk_3 a,
.unea_landing_page_bottom .unea_landing_page_bottom_wrap .ulpb_links_wrap .lnk_4 a {
    color: #fff;
    margin: 0 auto;
  }
  .unea_landing_page_bottom .unea_landing_page_bottom_wrap .ulpb_r {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
  }
  .unea_landing_page_bottom .unea_landing_page_bottom_wrap .ulpb_r ul {
    margin-left: 0;
  }

  .homepage_CTA_banner {
    max-width: 94%;
  }

  .homepage_CTA_banner {
    color: #fff;
    font-size: 18px;
  }
  .homepage_CTA_banner h1 p {
    font-size: 20px;
  }
  .homepage_CTA_banner a {
    padding: 10px;
  }
}
@media only screen and (min-width: 40px) and (max-width: 420px) {
  .unea_mobile_header .logo2 .logo_box {
    display: flex;
    justify-content: space-between;
    max-width: 85%;
  }

  .unea_mobile_header .logo2 .logo_box .logo_text {
    line-height: 25px;
  }

  .unea_mobile_header .logo_box svg {
    width: 120px;
    margin-right: 10px;
  }
}
.toolbar-horizontal .normal_header {
  top: 80px;
}

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