.bg-white {
  background: #ffffff; }

.bg-gray-xlt {
  background: #F2F2F2; }

.bg-gray-lt {
  background: #ebebeb; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.justify {
  text-align: justify; }

.hidden-md,
.hidden-sm {
  display: none; }

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 33.75rem) {
    .container {
      width: 100%; } }
  @media only screen and (min-width: 60rem) {
    .container {
      width: 100%;
      max-width: 61.667em; } }

.row {
  position: relative;
  width: 100%; }

.row [class^="col"] {
  float: left;
  margin: 1.35135%;
  min-height: 0.125rem; }

.row::after {
  content: "";
  display: table;
  clear: both; }

.col-1,
.col-1-lg,
.col-1-md,
.col-10,
.col-10-lg,
.col-10-md,
.col-11,
.col-11-lg,
.col-11-md,
.col-12,
.col-12-lg,
.col-12-md,
.col-2,
.col-2-lg,
.col-2-md,
.col-3,
.col-3-lg,
.col-3-md,
.col-4,
.col-4-lg,
.col-4-md,
.col-5,
.col-5-lg,
.col-5-md,
.col-6,
.col-6-lg,
.col-6-mdv .col-7-md,
.col-7,
.col-7-lg,
.col-8,
.col-8-lg,
.col-8-md,
.col-9,
.col-9-lg,
.col-9-md {
  width: 97.2973%; }

.col-1-sm {
  width: 5.63063%; }

.col-2-sm {
  width: 13.96396%; }

.col-3-sm {
  width: 22.2973%; }

.col-4-sm {
  width: 30.63063%; }

.col-5-sm {
  width: 38.96396%; }

.col-6-sm {
  width: 47.2973%; }

.col-7-sm {
  width: 55.63063%; }

.col-8-sm {
  width: 63.96396%; }

.col-9-sm {
  width: 72.2973%; }

.col-10-sm {
  width: 80.63063%; }

.col-11-sm {
  width: 88.96396%; }

.col-12-sm {
  width: 97.2973%; }

@media only screen and (min-width: 60rem) {
  .col-1-lg {
    width: 5.63063%; }
  .col-2-lg {
    width: 13.96396%; }
  .col-3-lg {
    width: 22.2973%; }
  .col-4-lg {
    width: 30.63063%; }
  .col-5-lg {
    width: 38.96396%; }
  .col-6-lg {
    width: 47.2973%; }
  .col-7-lg {
    width: 55.63063%; }
  .col-8-lg {
    width: 63.96396%; }
  .col-9-lg {
    width: 72.2973%; }
  .col-10-lg {
    width: 80.63063%; }
  .col-11-lg {
    width: 88.96396%; }
  .col-12-lg {
    width: 97.2973%; } }

@media only screen and (min-width: 45rem) {
  .col-1-md {
    width: 5.63063%; }
  .col-2-md {
    width: 13.96396%; }
  .col-3-md {
    width: 22.2973%; }
  .col-4-md {
    width: 30.63063%; }
  .col-5-md {
    width: 38.96396%; }
  .col-6-md {
    width: 47.2973%; }
  .col-7-md {
    width: 55.63063%; }
  .col-8-md {
    width: 63.96396%; }
  .col-9-md {
    width: 72.2973%; }
  .col-10-md {
    width: 80.63063%; }
  .col-11-md {
    width: 88.96396%; }
  .col-12-md {
    width: 100%; }
  .col-spaced-1 {
    margin-left: 6.98198% !important; }
  .pull-right {
    position: absolute;
    right: 0; }
  [dir="rtl"] .pull-right {
    position: absolute;
    right: auto;
    left: 0; } }

@media only screen and (min-width: 45rem) {
  .col-1 {
    width: 5.63063%; }
  .col-2 {
    width: 13.96396%; }
  .col-3 {
    width: 22.2973%; }
  .col-4 {
    width: 30.63063%; }
  .col-5 {
    width: 38.96396%; }
  .col-6 {
    width: 47.2973%; }
  .col-7 {
    width: 55.63063%; }
  .col-8 {
    width: 63.96396%; }
  .col-9 {
    width: 72.2973%; }
  .col-10 {
    width: 80.63063%; }
  .col-11 {
    width: 88.96396%; }
  .col-12 {
    width: 97.2973%; }
  .hidden-sm {
    display: block; } }

@media only screen and (min-width: 60rem) {
  .hidden-md {
    display: block; } }

.col-offset-1 {
  margin-left: 9.68468% !important;
  margin-right: -9.68468% !important; }

.col-offset-2 {
  margin-left: 18.01802% !important;
  margin-right: -18.01802% !important; }

.col-offset-3 {
  margin-left: 26.35135% !important;
  margin-right: -26.35135% !important; }

.col-offset-4 {
  margin-left: 34.68468% !important;
  margin-right: -34.68468% !important; }

.col-offset-5 {
  margin-left: 43.01802% !important;
  margin-right: -43.01802% !important; }

.col-offset-6 {
  margin-left: 51.35135% !important;
  margin-right: -51.35135% !important; }

.col-offset-7 {
  margin-left: 59.68468% !important;
  margin-right: -59.68468% !important; }

.col-offset-8 {
  margin-left: 68.01802% !important;
  margin-right: -68.01802% !important; }

.col-offset-9 {
  margin-left: 76.35135% !important;
  margin-right: -76.35135% !important; }

.col-offset-10 {
  margin-left: 84.68468% !important;
  margin-right: -84.68468% !important; }

.col-offset-11 {
  margin-left: 93.01802% !important;
  margin-right: -93.01802% !important; }

.ifrcui [class^="icon-"], .ifrcui [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons_ifrc' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.footer-follow-us__sm-icon a {
  text-decoration: none;
  font-size: 1.15em; }

/* Copied from icomoon generated css*/
.icon-x:before {
  content: "\e99b";
  color: #12284c; }

.icon-mail:before {
  content: "\e999";
  color: #12284c; }

.icon-bell .path1:before {
  content: "\e956";
  color: #f5333f; }

.icon-bell .path2:before {
  content: "\e957";
  margin-left: -1em;
  color: #12284c; }

.icon-bell .path3:before {
  content: "\e958";
  margin-left: -1em;
  color: #12284c; }

.icon-bell .path4:before {
  content: "\e959";
  margin-left: -1em;
  color: #12284c; }

.icon-bell .path5:before {
  content: "\e95a";
  margin-left: -1em;
  color: #f5333f; }

.icon-bell .path6:before {
  content: "\e95b";
  margin-left: -1em;
  color: #f5333f; }

.icon-calendar .path1:before {
  content: "\e95c";
  color: #f5333f; }

.icon-calendar .path2:before {
  content: "\e95d";
  margin-left: -1em;
  color: #12284c; }

.icon-calendar .path3:before {
  content: "\e95e";
  margin-left: -1em;
  color: #12284c; }

.icon-calendar .path4:before {
  content: "\e95f";
  margin-left: -1em;
  color: #12284c; }

.icon-calendar .path5:before {
  content: "\e960";
  margin-left: -1em;
  color: #12284c; }

.icon-calendar .path6:before {
  content: "\e961";
  margin-left: -1em;
  color: #12284c; }

.icon-calendar .path7:before {
  content: "\e962";
  margin-left: -1em;
  color: #12284c; }

.icon-calendar .path8:before {
  content: "\e963";
  margin-left: -1em;
  color: #12284c; }

.icon-calendar .path9:before {
  content: "\e964";
  margin-left: -1em;
  color: #12284c; }

.icon-calendar .path10:before {
  content: "\e965";
  margin-left: -1em;
  color: #12284c; }

.icon-calendar .path11:before {
  content: "\e966";
  margin-left: -1em;
  color: #12284c; }

.icon-calendar .path12:before {
  content: "\e967";
  margin-left: -1em;
  color: #12284c; }

.icon-calendar .path13:before {
  content: "\e968";
  margin-left: -1em;
  color: #12284c; }

.icon-calendar .path14:before {
  content: "\e969";
  margin-left: -1em;
  color: #12284c; }

.icon-calendar .path15:before {
  content: "\e96a";
  margin-left: -1em;
  color: #12284c; }

.icon-calendar .path16:before {
  content: "\e96b";
  margin-left: -1em;
  color: #12284c; }

.icon-calendar .path17:before {
  content: "\e96c";
  margin-left: -1em;
  color: #12284c; }

.icon-calendar .path18:before {
  content: "\e96d";
  margin-left: -1em;
  color: #12284c; }

.icon-calendar .path19:before {
  content: "\e96e";
  margin-left: -1em;
  color: #12284c; }

.icon-calendar .path20:before {
  content: "\e96f";
  margin-left: -1em;
  color: #12284c; }

.icon-calendar .path21:before {
  content: "\e970";
  margin-left: -1em;
  color: #12284c; }

.icon-calendar .path22:before {
  content: "\e971";
  margin-left: -1em;
  color: #12284c; }

.icon-calendar .path23:before {
  content: "\e972";
  margin-left: -1em;
  color: #12284c; }

.icon-calendar .path24:before {
  content: "\e973";
  margin-left: -1em;
  color: #12284c; }

.icon-calendar .path25:before {
  content: "\e974";
  margin-left: -1em;
  color: #12284c; }

.icon-fax .path1:before {
  content: "\e975";
  color: #12284c; }

.icon-fax .path2:before {
  content: "\e976";
  margin-left: -1em;
  color: #12284c; }

.icon-fax .path3:before {
  content: "\e977";
  margin-left: -1em;
  color: #f5333f; }

.icon-fax .path4:before {
  content: "\e978";
  margin-left: -1em;
  color: #f5333f; }

.icon-fax .path5:before {
  content: "\e979";
  margin-left: -1em;
  color: #12284c; }

.icon-fax .path6:before {
  content: "\e97a";
  margin-left: -1em;
  color: #12284c; }

.icon-fax .path7:before {
  content: "\e97b";
  margin-left: -1em;
  color: #12284c; }

.icon-fax .path8:before {
  content: "\e97c";
  margin-left: -1em;
  color: #12284c; }

.icon-fax .path9:before {
  content: "\e97d";
  margin-left: -1em;
  color: #12284c; }

.icon-fax .path10:before {
  content: "\e97e";
  margin-left: -1em;
  color: #12284c; }

.icon-fax .path11:before {
  content: "\e97f";
  margin-left: -1em;
  color: #12284c; }

.icon-fax .path12:before {
  content: "\e980";
  margin-left: -1em;
  color: #12284c; }

.icon-fax .path13:before {
  content: "\e981";
  margin-left: -1em;
  color: #12284c; }

.icon-fax .path14:before {
  content: "\e982";
  margin-left: -1em;
  color: #12284c; }

.icon-fax .path15:before {
  content: "\e983";
  margin-left: -1em;
  color: #12284c; }

.icon-fax .path16:before {
  content: "\e984";
  margin-left: -1em;
  color: #12284c; }

.icon-goplatform .path1:before {
  content: "\e985";
  color: #ebeaea; }

.icon-goplatform .path2:before {
  content: "\e986";
  margin-left: -1em;
  color: #11274d; }

.icon-goplatform .path3:before {
  content: "\e987";
  margin-left: -1em;
  color: #11274d; }

.icon-goplatform .path4:before {
  content: "\e988";
  margin-left: -1em;
  color: #11274d; }

.icon-goplatform .path5:before {
  content: "\e989";
  margin-left: -1em;
  color: #11274d; }

.icon-goplatform .path6:before {
  content: "\e98a";
  margin-left: -1em;
  color: #12284c; }

.icon-goplatform .path7:before {
  content: "\e98b";
  margin-left: -1em;
  color: #ebeaea; }

.icon-goplatform .path8:before {
  content: "\e98c";
  margin-left: -1em;
  color: #ebeaea; }

.icon-goplatform .path9:before {
  content: "\e98d";
  margin-left: -1em;
  color: #ebeaea; }

.icon-goplatform .path10:before {
  content: "\e98e";
  margin-left: -1em;
  color: #ebeaea; }

.icon-phone .path1:before {
  content: "\e98f";
  color: #12284c; }

.icon-phone .path2:before {
  content: "\e990";
  margin-left: -1em;
  color: #f5333f; }

.icon-phone .path3:before {
  content: "\e991";
  margin-left: -1em;
  color: #f5333f; }

.icon-droppin .path1:before {
  content: "\e992";
  color: #f5333f; }

.icon-droppin .path2:before {
  content: "\e993";
  margin-left: -1em;
  color: #12284c; }

.icon-telegram .path1:before {
  content: "\e994";
  color: #ebeaea; }

.icon-telegram .path2:before {
  content: "\e995";
  margin-left: -1em;
  color: #12284c; }

.icon-telegram .path3:before {
  content: "\e996";
  margin-left: -1em;
  color: #12284c; }

.icon-telegram .path4:before {
  content: "\e997";
  margin-left: -1em;
  color: #12284c; }

.icon-viber:before {
  content: "\e998";
  color: #12284c; }

.icon-vk .path1:before {
  content: "\e9a2";
  color: #ebeaea; }

.icon-vk .path2:before {
  content: "\e9a3";
  margin-left: -1em;
  color: #12284c; }

.icon-vk .path3:before {
  content: "\e9a4";
  margin-left: -1em;
  color: #12284c; }

.icon-vk .path4:before {
  content: "\e9a5";
  margin-left: -1em;
  color: #12284c; }

.icon-web:before {
  content: "\e9a6";
  color: #12284c; }

.icon-whatsapp .path1:before {
  content: "\e9a7";
  color: #ebeaea; }

.icon-whatsapp .path2:before {
  content: "\e9a8";
  margin-left: -1em;
  color: #12284c; }

.icon-whatsapp .path3:before {
  content: "\e9a9";
  margin-left: -1em;
  color: #12284c; }

.icon-whatsapp .path4:before {
  content: "\e9aa";
  margin-left: -1em;
  color: #12284c; }

.icon-checkmark:before {
  content: "\e951";
  color: #12284c; }

.icon-slider-indicator:before {
  content: "\e952";
  color: #12284c; }

.icon-slider-indicator-active .path1:before {
  content: "\e953";
  color: #12284c; }

.icon-slider-indicator-active .path2:before {
  content: "\e954";
  margin-left: -1em;
  color: #f5333f; }

.icon-x-icon:before {
  content: "\e955";
  color: #f5333f; }

.icon-play-button .path1:before {
  content: "\e94f";
  color: #12284c;
  opacity: 0.9; }

.icon-play-button .path2:before {
  content: "\e950";
  margin-left: -0.908203125em;
  color: #f5333f;
  opacity: 0.9; }

.icon-download .path1:before {
  content: "\e94d";
  color: #f5333f; }

.icon-download .path2:before {
  content: "\e94e";
  margin-left: -1.2333984375em;
  color: #011e41; }

.icon-download-white:before {
  content: "\e94c";
  color: #fff; }

.icon-arrow-large:before {
  content: "\e903";
  color: #12284c; }

.icon-donate-coin .path1:before {
  content: "\e92c";
  color: #f5333f; }

.icon-donate-coin .path2:before {
  content: "\e92d";
  margin-left: -1.142578125em;
  color: #011e41; }

.icon-donate-coin .path3:before {
  content: "\e92e";
  margin-left: -1.142578125em;
  color: #011e41; }

.icon-donate-coin .path4:before {
  content: "\e92f";
  margin-left: -1.142578125em;
  color: #011e41; }

.icon-donate-coin .path5:before {
  content: "\e930";
  margin-left: -1.142578125em;
  color: #011e41; }

.icon-donate-coin .path6:before {
  content: "\e931";
  margin-left: -1.142578125em;
  color: #011e41; }

.icon-donate-coin .path7:before {
  content: "\e932";
  margin-left: -1.142578125em;
  color: #011e41; }

.icon-donate-coin .path8:before {
  content: "\e933";
  margin-left: -1.142578125em;
  color: #011e41; }

.icon-donate-coin .path9:before {
  content: "\e934";
  margin-left: -1.142578125em;
  color: #011e41; }

.icon-donate-coin .path10:before {
  content: "\e935";
  margin-left: -1.142578125em;
  color: #011e41; }

.icon-donate-coin .path11:before {
  content: "\e938";
  margin-left: -1.142578125em;
  color: #011e41; }

.icon-donate-coin .path12:before {
  content: "\e939";
  margin-left: -1.142578125em;
  color: #12284c; }

.icon-magnifier .path1:before {
  content: "\e905";
  color: #12284c; }

.icon-magnifier .path2:before {
  content: "\e92a";
  margin-left: -0.98828125em;
  color: #f5333f; }

.icon-magnifier .path3:before {
  content: "\e92b";
  margin-left: -0.98828125em;
  color: #12284c; }

.icon-link .path1:before {
  content: "\e908";
  color: #f5333f; }

.icon-link .path2:before {
  content: "\e928";
  margin-left: -1.0185546875em;
  color: #011e41; }

.icon-facebook:before {
  content: "\e927";
  color: #12284c; }

.icon-instagram:before {
  content: "\e909";
  color: #12284c; }

.icon-linkedin:before {
  content: "\e907";
  color: #12284c; }

.icon-tiktok:before {
  content: "\e902";
  color: #12284c; }

.icon-twitter:before {
  content: "\e901";
  color: #12284c; }

.icon-youtube:before {
  content: "\e900";
  color: #12284c; }

.icon-accordion_icon:before {
  content: "\e937";
  color: #12284c; }

.icon-donate .path1:before {
  content: "\e936";
  color: #011e41; }

.icon-donate .path2:before {
  content: "\e93a";
  margin-left: -0.96484375em;
  color: #f5333f; }

.icon-donate .path3:before {
  content: "\e93b";
  margin-left: -0.96484375em;
  color: #011e41; }

.icon-funding .path1:before {
  content: "\e90b";
  color: #f5333f; }

.icon-funding .path2:before {
  content: "\e90c";
  margin-left: -0.8525390625em;
  color: #011e41; }

.icon-funding .path3:before {
  content: "\e90d";
  margin-left: -0.8525390625em;
  color: #011e41; }

.icon-funding .path4:before {
  content: "\e90e";
  margin-left: -0.8525390625em;
  color: #011e41; }

.icon-funding .path5:before {
  content: "\e90f";
  margin-left: -0.8525390625em;
  color: #011e41; }

.icon-funding .path6:before {
  content: "\e910";
  margin-left: -0.8525390625em;
  color: #011e41; }

.icon-funding .path7:before {
  content: "\e911";
  margin-left: -0.8525390625em;
  color: #011e41; }

.icon-funding .path8:before {
  content: "\e912";
  margin-left: -0.8525390625em;
  color: #011e41; }

.icon-funding .path9:before {
  content: "\e913";
  margin-left: -0.8525390625em;
  color: #011e41; }

.icon-funding .path10:before {
  content: "\e914";
  margin-left: -0.8525390625em;
  color: #011e41; }

.icon-funding .path11:before {
  content: "\e915";
  margin-left: -0.8525390625em;
  color: #011e41; }

.icon-funding .path12:before {
  content: "\e916";
  margin-left: -0.8525390625em;
  color: #011e41; }

.icon-funding .path13:before {
  content: "\e917";
  margin-left: -0.8525390625em;
  color: #011e41; }

.icon-funding .path14:before {
  content: "\e918";
  margin-left: -0.8525390625em;
  color: #011e41; }

.icon-funding .path15:before {
  content: "\e919";
  margin-left: -0.8525390625em;
  color: #011e41; }

.icon-funding .path16:before {
  content: "\e91a";
  margin-left: -0.8525390625em;
  color: #011e41; }

.icon-funding .path17:before {
  content: "\e91b";
  margin-left: -0.8525390625em;
  color: #011e41; }

.icon-funding .path18:before {
  content: "\e91c";
  margin-left: -0.8525390625em;
  color: #011e41; }

.icon-funding .path19:before {
  content: "\e91d";
  margin-left: -0.8525390625em;
  color: #011e41; }

.icon-funding .path20:before {
  content: "\e91e";
  margin-left: -0.8525390625em;
  color: #011e41; }

.icon-funding .path21:before {
  content: "\e91f";
  margin-left: -0.8525390625em;
  color: #011e41; }

.icon-funding .path22:before {
  content: "\e920";
  margin-left: -0.8525390625em;
  color: #011e41; }

.icon-funding .path23:before {
  content: "\e921";
  margin-left: -0.8525390625em;
  color: #011e41; }

.icon-funding .path24:before {
  content: "\e922";
  margin-left: -0.8525390625em;
  color: #011e41; }

.icon-funding .path25:before {
  content: "\e923";
  margin-left: -0.8525390625em;
  color: #011e41; }

.icon-funding .path26:before {
  content: "\e924";
  margin-left: -0.8525390625em;
  color: #011e41; }

.icon-funding .path27:before {
  content: "\e925";
  margin-left: -0.8525390625em;
  color: #011e41; }

.icon-funding .path28:before {
  content: "\e926";
  margin-left: -0.8525390625em;
  color: #011e41; }

.icon-helping-hands .path1:before {
  content: "\e90a";
  color: #011e41; }

.icon-helping-hands .path2:before {
  content: "\e929";
  margin-left: -0.6748046875em;
  color: #011e41; }

.icon-helping-hands .path3:before {
  content: "\e93c";
  margin-left: -0.6748046875em;
  color: #011e41; }

.icon-helping-hands .path4:before {
  content: "\e93d";
  margin-left: -0.6748046875em;
  color: #011e41; }

.icon-helping-hands .path5:before {
  content: "\e93e";
  margin-left: -0.6748046875em;
  color: #011e41; }

.icon-helping-hands .path6:before {
  content: "\e93f";
  margin-left: -0.6748046875em;
  color: #011e41; }

.icon-helping-hands .path7:before {
  content: "\e940";
  margin-left: -0.6748046875em;
  color: #011e41; }

.icon-helping-hands .path8:before {
  content: "\e941";
  margin-left: -0.6748046875em;
  color: #011e41; }

.icon-helping-hands .path9:before {
  content: "\e942";
  margin-left: -0.6748046875em;
  color: #011e41; }

.icon-helping-hands .path10:before {
  content: "\e943";
  margin-left: -0.6748046875em;
  color: #011e41; }

.icon-helping-hands .path11:before {
  content: "\e944";
  margin-left: -0.6748046875em;
  color: #f5333f; }

.icon-link-white:before {
  content: "\e906";
  color: #fff; }

.icon-share .path1:before {
  content: "\e904";
  color: #12284c; }

.icon-share .path2:before {
  content: "\e945";
  margin-left: -1.0029296875em;
  color: #12284c; }

.icon-share .path3:before {
  content: "\e946";
  margin-left: -1.0029296875em;
  color: #12284c; }

.icon-share .path4:before {
  content: "\e947";
  margin-left: -1.0029296875em;
  color: #12284c; }

.icon-share .path5:before {
  content: "\e948";
  margin-left: -1.0029296875em;
  color: #12284c; }

.icon-share .path6:before {
  content: "\e949";
  margin-left: -1.0029296875em;
  color: #f5333f; }

.icon-share .path7:before {
  content: "\e94a";
  margin-left: -1.0029296875em;
  color: #f5333f; }

.icon-share .path8:before {
  content: "\e94b";
  margin-left: -1.0029296875em;
  color: #f5333f; }

.icon-close:before {
  content: "\e99a";
  color: #ff3501; }

.nsDir-bg {
  background-color: #F2F2F2; }

#national-societies-form {
  width: 100%; }
  #national-societies-form .ajax-progress-throbber {
    position: absolute;
    left: 0;
    top: 145px;
    width: 100%;
    height: 3000px;
    z-index: 600;
    margin-left: 0;
    margin-right: 0;
    display: block;
    background-color: #aaa;
    opacity: .7; }
    @media screen and (min-width: 68.75rem) {
      #national-societies-form .ajax-progress-throbber {
        top: 257px; } }
    #national-societies-form .ajax-progress-throbber .throbber {
      position: absolute;
      display: block;
      width: 200px;
      height: 200px;
      left: 50%;
      margin-left: -100px;
      top: 130px;
      background-image: url("/themes/custom/ifrc_theme/assets/svg/surface.svg");
      z-index: 100; }
    #national-societies-form .ajax-progress-throbber .message {
      display: none; }
  @media screen and (min-width: 33.75rem) {
    #national-societies-form .chosen-container {
      position: absolute;
      z-index: 26;
      padding-top: 28px;
      min-width: 300px; } }

#nsDir h2.heading {
  padding-top: 15px; }

#nsDir .mdc-tab {
  height: 50px;
  overflow: hidden; }
  #nsDir .mdc-tab:lang(ar) {
    height: 80px; }

#nsDir #edit-national-society {
  max-width: 370px; }
  @media screen and (min-width: 68.75rem) {
    #nsDir #edit-national-society {
      max-width: -webkit-fit-content;
      max-width: -moz-fit-content;
      max-width: fit-content; } }

#nsDir #edit-region {
  max-width: 61.667em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px; }

@media screen and (min-width: 33.75rem) {
  #nsDir #ns-list-wrapper {
    width: 100%;
    max-width: 61.667em;
    margin-left: auto;
    margin-right: auto; } }

#nsDir #ns-list-wrapper .form-type-select.js-form-item-national-society {
  position: inherit;
  margin: auto;
  z-index: 25; }

#nsDir #map {
  display: none; }
  @media screen and (min-width: 33.75rem) {
    #nsDir #map {
      display: block; } }

#nsDir .chosen-container .chosen-results {
  max-height: 204px; }

#nsDir #edit-map {
  /*
        background-image: url("/themes/custom/ifrc_theme/assets/images/people_blue.jpg");
        height: 151px;
        background-position: center;
        background-size: cover;
        */ }
  @media screen and (min-width: 33.75rem) {
    #nsDir #edit-map {
      height: 400px; } }

#nsDir #ns-contacts-container {
  background-color: #fff;
  padding: 0 2px 70px; }
  #nsDir #ns-contacts-container > div > div > div:first-child {
    font-weight: bold;
    font-size: 2rem;
    padding: 20px 0;
    font-family: "Montserrat", "Noto Kufi Arabic", "Arial", sans-serif;
    font-style: normal;
    font-weight: 700; }
  @media screen and (min-width: 68.75rem) {
    #nsDir #ns-contacts-container {
      padding: 0 70px 70px; } }
  #nsDir #ns-contacts-container .ns-contacts-wrapper {
    width: 100%;
    max-width: 61.667em;
    margin-left: auto;
    margin-right: auto; }

#nsDir input[type="radio"] {
  color: red;
  max-height: 10px;
  min-height: 5px; }

#nsDir input[type="radio"]:checked + h6 {
  background-color: #f5333f; }
  #nsDir input[type="radio"]:checked + h6 label {
    color: white; }

#nsDir input[name=region] {
  display: none; }

#nsDir .mdc-tab-indicator__content.mdc-tab-indicator__content--underline {
  display: none; }

#nsDir .js-form-item.form-item.js-form-type-radio.form-type-radio.js-form-item-region.form-item-region {
  float: left;
  width: 19%;
  background: white;
  margin-right: 2px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  flex: 1; }
  #nsDir .js-form-item.form-item.js-form-type-radio.form-type-radio.js-form-item-region.form-item-region .field__heading {
    text-transform: uppercase;
    font-family: "Montserrat", "Noto Kufi Arabic", "Arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    color: #172c58;
    margin: 0;
    min-height: 58px;
    padding: 17px 6px;
    width: 100%;
    z-index: 25; }
    #nsDir .js-form-item.form-item.js-form-type-radio.form-type-radio.js-form-item-region.form-item-region .field__heading:lang(ar) {
      line-height: 1.5;
      height: inherit; }
    #nsDir .js-form-item.form-item.js-form-type-radio.form-type-radio.js-form-item-region.form-item-region .field__heading label {
      font-weight: bold;
      font-size: 1rem;
      z-index: 25;
      width: 100%;
      padding: 50% 10px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      letter-spacing: normal; }
      #nsDir .js-form-item.form-item.js-form-type-radio.form-type-radio.js-form-item-region.form-item-region .field__heading label:lang(ar) {
        white-space: break-spaces;
        margin: 0; }

#nsDir div.form-radios {
  background-color: transparent;
  height: auto;
  position: relative;
  z-index: 25; }
  #nsDir div.form-radios .mdc-tab {
    padding-right: 0;
    padding-left: 0;
    display: block; }
  #nsDir div.form-radios .mdc-tab__content {
    pointer-events: auto; }
  @media screen and (min-width: 68.75rem) {
    #nsDir div.form-radios {
      margin-top: -32px;
      margin-left: 70px;
      margin-right: auto; } }

#nsDir div.form-radios {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  display: flex;
  flex-direction: row; }
  #nsDir div.form-radios .js-form-type-radio {
    display: block;
    min-width: 170px; }

@media screen and (max-width: 550px) {
  #mm-clone-mainNavigation {
    width: 100% !important; } }

li .we-mega-menu-li.hideitem {
  display: none; }

#mm-clone-mainNavigation {
  z-index: 50;
  background-color: #12284c;
  max-width: 550px; }
  #mm-clone-mainNavigation input[type="text"] {
    width: 100%;
    min-height: 47px;
    padding: 0 15px; }
  @media screen and (min-width: 68.75rem) {
    #mm-clone-mainNavigation {
      display: none; } }
  #mm-clone-mainNavigation .mm-navbar {
    background-color: #12284c;
    padding: 2px; }
  #mm-clone-mainNavigation #mm-1 .mm-navbar {
    display: none; }
  #mm-clone-mainNavigation .mm-panels {
    background-color: #12284c;
    overflow: auto; }
    #mm-clone-mainNavigation .mm-panels > .mm-panel {
      background-color: #12284c; }
      #mm-clone-mainNavigation .mm-panels > .mm-panel .megamenu-sub a.mm-btn.mm-btn_next.mm-listitem__btn {
        display: none; }
      #mm-clone-mainNavigation .mm-panels > .mm-panel ul.topLvl > li.megamenu-li.mmenu-item {
        float: none; }
        #mm-clone-mainNavigation .mm-panels > .mm-panel ul.topLvl > li.megamenu-li.mmenu-item .mm-listitem--opened > .mm-listitem__btn {
          display: none; }
  #mm-clone-mainNavigation .mm-btn:after,
  #mm-clone-mainNavigation .mm-btn:before {
    border-color: #fff; }
  #mm-clone-mainNavigation select {
    background-color: #12284c;
    color: white;
    width: 50%;
    border: 0;
    font-weight: bold; }

@media screen and (min-width: 68.75rem) {
  #mm-0 {
    display: none; } }

@media screen and (min-width: 68.75rem) {
  .topLvl {
    display: flex; } }

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
  color: #ffffff; }

.mm-navbar.mm-navbar_sticky {
  display: none; }

#mainNavigation {
  display: none;
  background-color: #F2F2F2 !important; }
  @media screen and (min-width: 68.75rem) {
    #mainNavigation {
      display: block; } }
  #mainNavigation .temp_block2del {
    display: none; }

.navbar-toggle {
  display: block;
  position: absolute;
  top: 11px; }
  @media screen and (min-width: 68.75rem) {
    .navbar-toggle {
      display: none; } }

.megamenu {
  display: none; }
  @media screen and (min-width: 68.75rem) {
    .megamenu {
      display: block; } }

.megamenu,
.mm-panels > .mm-panel {
  color: #12284c;
  background-color: #F2F2F2;
  margin: 0;
  padding: 0.5556rem 0;
  position: relative;
  z-index: 40; }
  .megamenu ul.topLvl,
  .mm-panels > .mm-panel ul.topLvl {
    position: relative;
    margin: 0 auto;
    clear: right; }
    .megamenu ul.topLvl a.mmaLink.mm-listitem__text,
    .mm-panels > .mm-panel ul.topLvl a.mmaLink.mm-listitem__text {
      white-space: normal; }
    @media screen and (min-width: 68.75rem) {
      .megamenu ul.topLvl li.megamenu-li.mmenu-item.mm-menu_selected-parent,
      .mm-panels > .mm-panel ul.topLvl li.megamenu-li.mmenu-item.mm-menu_selected-parent {
        background-color: #323232; }
        .megamenu ul.topLvl li.megamenu-li.mmenu-item.mm-menu_selected-parent a,
        .mm-panels > .mm-panel ul.topLvl li.megamenu-li.mmenu-item.mm-menu_selected-parent a {
          color: #ffffff !important; }
        .megamenu ul.topLvl li.megamenu-li.mmenu-item.mm-menu_selected-parent a.mmaLink:after,
        .mm-panels > .mm-panel ul.topLvl li.megamenu-li.mmenu-item.mm-menu_selected-parent a.mmaLink:after {
          background-image: url(../images/accordion_icon-white.svg); } }
    .megamenu ul.topLvl > li.megamenu-li.mmenu-item,
    .mm-panels > .mm-panel ul.topLvl > li.megamenu-li.mmenu-item {
      color: #ffffff;
      background-color: #12284c;
      margin-right: 0.1111rem;
      font-family: "Montserrat", "Noto Kufi Arabic", "Arial", sans-serif;
      font-style: normal;
      font-weight: 700; }
      @media screen and (min-width: 68.75rem) {
        .megamenu ul.topLvl > li.megamenu-li.mmenu-item,
        .mm-panels > .mm-panel ul.topLvl > li.megamenu-li.mmenu-item {
          background-color: #ffffff;
          cursor: pointer;
          color: #12284c;
          float: left;
          text-align: center;
          flex: 1; }
          .megamenu ul.topLvl > li.megamenu-li.mmenu-item:lang(en),
          .mm-panels > .mm-panel ul.topLvl > li.megamenu-li.mmenu-item:lang(en) {
            padding: 0 16px;
            flex: none; } }
      .megamenu ul.topLvl > li.megamenu-li.mmenu-item:lang(en),
      .mm-panels > .mm-panel ul.topLvl > li.megamenu-li.mmenu-item:lang(en) {
        font-size: 0.9444rem; }
      .megamenu ul.topLvl > li.megamenu-li.mmenu-item:lang(fr),
      .mm-panels > .mm-panel ul.topLvl > li.megamenu-li.mmenu-item:lang(fr) {
        font-size: 0.85rem; }
      .megamenu ul.topLvl > li.megamenu-li.mmenu-item:lang(es),
      .mm-panels > .mm-panel ul.topLvl > li.megamenu-li.mmenu-item:lang(es) {
        font-size: 0.85rem; }
      .megamenu ul.topLvl > li.megamenu-li.mmenu-item > a.mmaLink,
      .mm-panels > .mm-panel ul.topLvl > li.megamenu-li.mmenu-item > a.mmaLink {
        text-decoration: none;
        text-transform: uppercase;
        margin: 0.8rem 5px;
        display: block;
        padding: 0.3rem 0; }
        @media screen and (min-width: 68.75rem) {
          .megamenu ul.topLvl > li.megamenu-li.mmenu-item > a.mmaLink,
          .mm-panels > .mm-panel ul.topLvl > li.megamenu-li.mmenu-item > a.mmaLink {
            color: #12284c; } }
      @media screen and (min-width: 68.75rem) {
        .megamenu ul.topLvl > li.megamenu-li.mmenu-item.selectedTop, .megamenu ul.topLvl > li.megamenu-li.mmenu-item:hover,
        .mm-panels > .mm-panel ul.topLvl > li.megamenu-li.mmenu-item.selectedTop,
        .mm-panels > .mm-panel ul.topLvl > li.megamenu-li.mmenu-item:hover {
          background-color: #12284c;
          color: #ffffff; }
          .megamenu ul.topLvl > li.megamenu-li.mmenu-item.selectedTop > a.mmaLink:after, .megamenu ul.topLvl > li.megamenu-li.mmenu-item:hover > a.mmaLink:after,
          .mm-panels > .mm-panel ul.topLvl > li.megamenu-li.mmenu-item.selectedTop > a.mmaLink:after,
          .mm-panels > .mm-panel ul.topLvl > li.megamenu-li.mmenu-item:hover > a.mmaLink:after {
            background-image: url("../images/accordion_icon-white.svg"); } }
      .megamenu ul.topLvl > li.megamenu-li.mmenu-item.selectedTop a.mmaLink, .megamenu ul.topLvl > li.megamenu-li.mmenu-item:hover a.mmaLink,
      .mm-panels > .mm-panel ul.topLvl > li.megamenu-li.mmenu-item.selectedTop a.mmaLink,
      .mm-panels > .mm-panel ul.topLvl > li.megamenu-li.mmenu-item:hover a.mmaLink {
        color: #ffffff; }
      .megamenu ul.topLvl > li.megamenu-li.mmenu-item > .megamenu-sub,
      .mm-panels > .mm-panel ul.topLvl > li.megamenu-li.mmenu-item > .megamenu-sub {
        display: block;
        visibility: hidden;
        position: absolute;
        margin: 0;
        z-index: 50;
        height: auto;
        max-height: 0;
        transition: max-height 0.30s ease-out;
        overflow: hidden; }
        @media screen and (min-width: 68.75rem) {
          .megamenu ul.topLvl > li.megamenu-li.mmenu-item > .megamenu-sub,
          .mm-panels > .mm-panel ul.topLvl > li.megamenu-li.mmenu-item > .megamenu-sub {
            padding: 0 50% 2.444444444rem;
            width: 200%;
            left: -50%; } }
        .megamenu ul.topLvl > li.megamenu-li.mmenu-item > .megamenu-sub.active,
        .mm-panels > .mm-panel ul.topLvl > li.megamenu-li.mmenu-item > .megamenu-sub.active {
          display: block;
          visibility: visible;
          background-color: #12284c;
          max-height: 650px;
          transition: max-height 0.30s ease-in; }
          .megamenu ul.topLvl > li.megamenu-li.mmenu-item > .megamenu-sub.active a.mmaLink,
          .mm-panels > .mm-panel ul.topLvl > li.megamenu-li.mmenu-item > .megamenu-sub.active a.mmaLink {
            color: #ffffff; }
        .megamenu ul.topLvl > li.megamenu-li.mmenu-item > .megamenu-sub > .megamenu-li,
        .mm-panels > .mm-panel ul.topLvl > li.megamenu-li.mmenu-item > .megamenu-sub > .megamenu-li {
          color: #ffffff;
          box-sizing: border-box;
          float: none;
          width: 80%;
          margin-left: 1rem; }
          .megamenu ul.topLvl > li.megamenu-li.mmenu-item > .megamenu-sub > .megamenu-li.block,
          .mm-panels > .mm-panel ul.topLvl > li.megamenu-li.mmenu-item > .megamenu-sub > .megamenu-li.block {
            width: 220px; }
          @media screen and (min-width: 68.75rem) {
            .megamenu ul.topLvl > li.megamenu-li.mmenu-item > .megamenu-sub > .megamenu-li,
            .mm-panels > .mm-panel ul.topLvl > li.megamenu-li.mmenu-item > .megamenu-sub > .megamenu-li {
              margin-left: 0;
              float: left;
              width: 20%;
              padding: 0 15px; }
              .megamenu ul.topLvl > li.megamenu-li.mmenu-item > .megamenu-sub > .megamenu-li.block,
              .mm-panels > .mm-panel ul.topLvl > li.megamenu-li.mmenu-item > .megamenu-sub > .megamenu-li.block {
                float: right; } }
          .megamenu ul.topLvl > li.megamenu-li.mmenu-item > .megamenu-sub > .megamenu-li > a,
          .mm-panels > .mm-panel ul.topLvl > li.megamenu-li.mmenu-item > .megamenu-sub > .megamenu-li > a {
            text-transform: uppercase;
            margin-top: 2.055555515rem;
            min-height: 1.5rem; }
            @media screen and (min-width: 68.75rem) {
              .megamenu ul.topLvl > li.megamenu-li.mmenu-item > .megamenu-sub > .megamenu-li > a,
              .mm-panels > .mm-panel ul.topLvl > li.megamenu-li.mmenu-item > .megamenu-sub > .megamenu-li > a {
                margin-top: 0;
                min-height: 4.055555515rem; } }
  .megamenu .mmTitle,
  .mm-panels > .mm-panel .mmTitle {
    text-transform: uppercase;
    color: #ffffff;
    padding-top: 0.3888888888rem;
    font-weight: bold; }
  .megamenu .arrow-down,
  .mm-panels > .mm-panel .arrow-down {
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 14px solid #12284c; }
  .megamenu .mmCoverContainer,
  .mm-panels > .mm-panel .mmCoverContainer {
    display: block;
    background-color: #ffffff;
    min-height: 240px;
    padding: 0 0.55555rem 0.55555rem;
    width: 100%;
    max-width: 280px;
    text-align: center; }
    .megamenu .mmCoverContainer .mmTeaser,
    .mm-panels > .mm-panel .mmCoverContainer .mmTeaser {
      color: #12284c;
      padding: 0.55555rem 0;
      font-weight: bold;
      text-align: left;
      white-space: normal; }
      .megamenu .mmCoverContainer .mmTeaser:lang(ar),
      .mm-panels > .mm-panel .mmCoverContainer .mmTeaser:lang(ar) {
        line-height: 1.6; }
    .megamenu .mmCoverContainer img,
    .mm-panels > .mm-panel .mmCoverContainer img {
      padding-top: 0.55555rem;
      padding-bottom: 0.55555rem; }
    .megamenu .mmCoverContainer .button,
    .mm-panels > .mm-panel .mmCoverContainer .button {
      color: #12284c;
      padding-top: 0.55555rem;
      border: solid 2px #f5333f;
      display: block;
      text-align: center;
      margin: auto; }
    .megamenu .mmCoverContainer .button:hover,
    .mm-panels > .mm-panel .mmCoverContainer .button:hover {
      background: #f5333f;
      text-decoration: none;
      color: #ffffff; }
  .megamenu .megamenu-li,
  .mm-panels > .mm-panel .megamenu-li {
    list-style: none;
    box-sizing: border-box;
    font-family: "Open Sans", "Noto Kufi Arabic", "Arial", sans-serif;
    font-size: 1rem;
    line-height: 1.11; }
    @media screen and (min-width: 68.75rem) {
      .megamenu .megamenu-li,
      .mm-panels > .mm-panel .megamenu-li {
        line-height: 1.11; } }
    .megamenu .megamenu-li .megamenu-sub,
    .mm-panels > .mm-panel .megamenu-li .megamenu-sub {
      left: 0;
      margin: 0;
      width: 100%;
      z-index: 99; }
      .megamenu .megamenu-li .megamenu-sub > .megamenu-li,
      .mm-panels > .mm-panel .megamenu-li .megamenu-sub > .megamenu-li {
        color: #ffffff;
        box-sizing: border-box;
        padding: 0.1rem 0.5rem 0.69rem 0.1rem; }
        @media screen and (min-width: 68.75rem) {
          .megamenu .megamenu-li .megamenu-sub > .megamenu-li,
          .mm-panels > .mm-panel .megamenu-li .megamenu-sub > .megamenu-li {
            float: left; } }
        .megamenu .megamenu-li .megamenu-sub > .megamenu-li ul > .megamenu-li,
        .mm-panels > .mm-panel .megamenu-li .megamenu-sub > .megamenu-li ul > .megamenu-li {
          float: none;
          padding-top: 0;
          margin-left: 20px; }
          @media screen and (min-width: 68.75rem) {
            .megamenu .megamenu-li .megamenu-sub > .megamenu-li ul > .megamenu-li,
            .mm-panels > .mm-panel .megamenu-li .megamenu-sub > .megamenu-li ul > .megamenu-li {
              margin-left: 0; }
              .megamenu .megamenu-li .megamenu-sub > .megamenu-li ul > .megamenu-li .megamenu-sub li.megamenu-li.mmenu-item,
              .mm-panels > .mm-panel .megamenu-li .megamenu-sub > .megamenu-li ul > .megamenu-li .megamenu-sub li.megamenu-li.mmenu-item {
                margin-left: 20px;
                padding-top: 0; }
                .megamenu .megamenu-li .megamenu-sub > .megamenu-li ul > .megamenu-li .megamenu-sub li.megamenu-li.mmenu-item a,
                .mm-panels > .mm-panel .megamenu-li .megamenu-sub > .megamenu-li ul > .megamenu-li .megamenu-sub li.megamenu-li.mmenu-item a {
                  line-height: 1.11; } }
        .megamenu .megamenu-li .megamenu-sub > .megamenu-li > a.mmaLink,
        .mm-panels > .mm-panel .megamenu-li .megamenu-sub > .megamenu-li > a.mmaLink {
          display: block;
          text-decoration: none;
          text-transform: none; }
          @media screen and (min-width: 68.75rem) {
            .megamenu .megamenu-li .megamenu-sub > .megamenu-li > a.mmaLink,
            .mm-panels > .mm-panel .megamenu-li .megamenu-sub > .megamenu-li > a.mmaLink {
              padding-top: 1.38rem; } }
        .megamenu .megamenu-li .megamenu-sub > .megamenu-li a.mmaLink:hover,
        .mm-panels > .mm-panel .megamenu-li .megamenu-sub > .megamenu-li a.mmaLink:hover {
          text-decoration: underline; }
        .megamenu .megamenu-li .megamenu-sub > .megamenu-li ul,
        .mm-panels > .mm-panel .megamenu-li .megamenu-sub > .megamenu-li ul {
          padding-top: 0; }
          .megamenu .megamenu-li .megamenu-sub > .megamenu-li ul li,
          .mm-panels > .mm-panel .megamenu-li .megamenu-sub > .megamenu-li ul li {
            padding: 0.6667rem 0; }
            .megamenu .megamenu-li .megamenu-sub > .megamenu-li ul li a,
            .mm-panels > .mm-panel .megamenu-li .megamenu-sub > .megamenu-li ul li a {
              font-size: 0.8889rem;
              font-weight: normal;
              text-transform: none; }
              @media screen and (min-width: 68.75rem) {
                .megamenu .megamenu-li .megamenu-sub > .megamenu-li ul li a,
                .mm-panels > .mm-panel .megamenu-li .megamenu-sub > .megamenu-li ul li a {
                  padding: 0; } }
  @media screen and (min-width: 68.75rem) {
    .megamenu a.mmaLink:after,
    .mm-panels > .mm-panel a.mmaLink:after {
      background-image: url("../images/accordion_icon.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      content: '';
      height: 14px;
      position: relative;
      right: -4px;
      top: 8px;
      transform: translateY(-50%);
      transition: transform 200ms ease-in-out;
      width: 10px;
      will-change: transform;
      display: inline-block;
      transform: translateY(-50%) rotate(0deg); }
    .megamenu .selectedTop a.mmaLink:after,
    .mm-panels > .mm-panel .selectedTop a.mmaLink:after {
      transform: translateY(-50%) rotate(-180deg); }
    .megamenu .megamenu-sub a.mmaLink:after,
    .mm-panels > .mm-panel .megamenu-sub a.mmaLink:after {
      display: none; } }

@media screen and (min-width: 68.75rem) {
  [dir="rtl"] .megamenu ul.topLvl > li.megamenu-li.mmenu-item > .megamenu-sub > .megamenu-li,
  [dir="rtl"] .mm-panels > .mm-panel ul.topLvl > li.megamenu-li.mmenu-item > .megamenu-sub > .megamenu-li {
    float: right;
    margin-right: 0;
    margin-left: inherit; } }

[dir="rtl"] .megamenu ul.topLvl > li.megamenu-li.mmenu-item > .megamenu-sub > .megamenu-li.block,
[dir="rtl"] .mm-panels > .mm-panel ul.topLvl > li.megamenu-li.mmenu-item > .megamenu-sub > .megamenu-li.block {
  float: left; }

[dir="rtl"] .megamenu ul.topLvl .mmTeaser,
[dir="rtl"] .mm-panels > .mm-panel ul.topLvl .mmTeaser {
  text-align: right; }

[dir="rtl"] .megamenu .megamenu-li .megamenu-sub > .megamenu-li ul li a,
[dir="rtl"] .mm-panels > .mm-panel .megamenu-li .megamenu-sub > .megamenu-li ul li a {
  line-height: 1.5 !important; }

@media screen and (min-width: 68.75rem) {
  [dir="rtl"] .megamenu-sub .megamenu-li {
    line-height: 1.5 !important; } }

[dir="rtl"] a.mmaLink:after {
  right: 4px; }

#mm-clone-mainNavigation {
  margin-top: 55px;
  width: clamp(var(--mm-min-size), var(--mm-size), var(--mm-max-size_overide)); }
  #mm-clone-mainNavigation input[type="text"] {
    color: #0b1e3e;
    background-color: #F2F2F2;
    font-weight: bold; }
  #mm-clone-mainNavigation input::-webkit-input-placeholder {
    color: #666666;
    font-weight: bold; }
  #mm-clone-mainNavigation input::-moz-placeholder {
    color: #666666;
    font-weight: bold; }
  #mm-clone-mainNavigation input:-ms-input-placeholder {
    color: #666666;
    font-weight: bold; }
  #mm-clone-mainNavigation input::-ms-input-placeholder {
    color: #666666;
    font-weight: bold; }
  #mm-clone-mainNavigation input::placeholder {
    color: #666666;
    font-weight: bold; }

html:lang(es) .mm-panels > .mm-panel ul.topLvl > li.megamenu-li.mmenu-item,
html:lang(fr) .mm-panels > .mm-panel ul.topLvl > li.megamenu-li.mmenu-item {
  font-size: 0.85rem; }

.mmCoverContainer button.button {
  width: 100%; }

.megamenu-li.mmenu-item.mm-opened.mm-listitem_opened, .megamenu-sub.row .megamenu-li.mmenu-item {
  text-align: left; }

[dir="rtl"] .megamenu-li.mmenu-item.mm-opened.mm-listitem_opened, [dir="rtl"] .megamenu-sub.row .megamenu-li.mmenu-item {
  text-align: right; }

.mm-menu {
  --mm-color-border: rgba(0, 0, 0, 0)!important;
  --mm-color-button: rgba(0, 0, 0, 0)!important;
  --mm-color-text: rgba(0, 0, 0, 0)!important;
  --mm-color-text-dimmed: rgba(0, 0, 0, 0)!important;
  --mm-color-background: #f3f3f3;
  --mm-color-background-highlight: rgba(0, 0, 0, 0)!important;
  --mm-color-background-emphasis: rgba(255, 255, 255, 0)!important;
  --mm-shadow: 0 0 10px rgba(0, 0, 0, 0)!important; }

:root {
  --mm-max-size_overide: 550px;
  --mb-button-size: 60px;
  --mb-bar-width: 0.6;
  --mb-bar-height: 4px;
  --mb-bar-spacing: 10px;
  --mb-animate-timeout: 0.4s;
  --mm-line-height: 20px;
  --mm-listitem-size: 44px;
  --mm-navbar-size: 44px;
  --mm-offset-top: 0;
  --mm-offset-right: 0;
  --mm-offset-bottom: 0;
  --mm-offset-left: 0; }

.mburger {
  background: 0 0;
  border: none;
  border-radius: 0;
  color: inherit;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  height: var(--mb-button-size);
  padding: 0 0 0 var(--mb-button-size);
  margin: 0;
  line-height: var(--mb-button-size);
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }

.mburger b {
  display: block;
  position: absolute;
  left: calc(var(--mb-button-size) * ((1 - var(--mb-bar-width))/ 2));
  width: calc(var(--mb-button-size) * var(--mb-bar-width));
  height: var(--mb-bar-height);
  border-radius: calc(var(--mb-bar-height)/ 2);
  background: currentColor;
  color: inherit;
  opacity: 1; }

.mburger b:nth-of-type(1) {
  bottom: calc(50% + var(--mb-bar-spacing));
  transition: bottom .2s ease, transform .2s ease, width .2s ease; }

.mburger b:nth-of-type(2) {
  top: calc(50% - (var(--mb-bar-height)/ 2));
  transition: opacity .2s ease; }

.mburger b:nth-of-type(3) {
  top: calc(50% + var(--mb-bar-spacing));
  transition: top .2s ease, transform .2s ease, width .2s ease; }

.mm-wrapper--opened .mburger b:nth-of-type(1) {
  bottom: calc(50% - (var(--mb-bar-height)/ 2));
  transform: rotate(45deg); }

.mm-wrapper--opened .mburger b:nth-of-type(2) {
  opacity: 0; }

.mm-wrapper--opened .mburger b:nth-of-type(3) {
  top: calc(50% - (var(--mb-bar-height)/ 2));
  transform: rotate(-45deg); }

.mburger--collapse b:nth-of-type(1) {
  transition: bottom .2s ease, margin .2s ease, transform .2s ease;
  transition-delay: .2s, 0s, 0s; }

.mburger--collapse b:nth-of-type(2) {
  transition: top .2s ease, opacity 0s ease;
  transition-delay: .3s, .3s; }

.mburger--collapse b:nth-of-type(3) {
  transition: top .2s ease, transform .2s ease; }

.mm-wrapper--opened .mburger--collapse b:nth-of-type(1) {
  bottom: calc(50% - var(--mb-bar-spacing) - var(--mb-bar-height));
  margin-bottom: calc(var(--mb-bar-spacing) + (var(--mb-bar-height)/ 2));
  transform: rotate(45deg);
  transition-delay: calc(var(--mb-animate-timeout) + .1s), calc(var(--mb-animate-timeout) + .3s), calc(var(--mb-animate-timeout) + .3s); }

.mm-wrapper--opened .mburger--collapse b:nth-of-type(2) {
  top: calc(50% + var(--mb-bar-spacing));
  opacity: 0;
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .2s); }

.mm-wrapper--opened .mburger--collapse b:nth-of-type(3) {
  top: calc(50% - (var(--mb-bar-height)/ 2));
  transform: rotate(-45deg);
  transition-delay: calc(var(--mb-animate-timeout) + .3s), calc(var(--mb-animate-timeout) + .3s); }

.mburger--spin b:nth-of-type(1) {
  transition-delay: .2s, 0s; }

.mburger--spin b:nth-of-type(2) {
  transition-duration: 0s;
  transition-delay: .2s; }

.mburger--spin b:nth-of-type(3) {
  transition-delay: .2s, 0s; }

.mm-wrapper--opened .mburger--spin b:nth-of-type(1) {
  transform: rotate(135deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .2s); }

.mm-wrapper--opened .mburger--spin b:nth-of-type(2) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s); }

.mm-wrapper--opened .mburger--spin b:nth-of-type(3) {
  transform: rotate(225deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .2s); }

.mburger--squeeze b:nth-of-type(1) {
  transition-delay: .1s, 0s; }

.mburger--squeeze b:nth-of-type(2) {
  transition-delay: .1s; }

.mburger--squeeze b:nth-of-type(3) {
  transition-delay: .1s, 0s; }

.mm-wrapper--opened .mburger--squeeze b:nth-of-type(1) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .1s); }

.mm-wrapper--opened .mburger--squeeze b:nth-of-type(2) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s); }

.mm-wrapper--opened .mburger--squeeze b:nth-of-type(3) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .1s); }

.mburger--tornado b:nth-of-type(1) {
  transition: bottom .2s ease, transform .2s ease;
  transition-delay: .2s; }

.mburger--tornado b:nth-of-type(2) {
  transition: opacity 0s ease, transform .2s ease;
  transition-delay: .1s, .1s; }

.mburger--tornado b:nth-of-type(3) {
  transition: top .2s ease, transform .2s ease;
  transition-delay: 0s; }

.mm-wrapper--opened .mburger--tornado b:nth-of-type(1) {
  transform: rotate(-135deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0s); }

.mm-wrapper--opened .mburger--tornado b:nth-of-type(2) {
  opacity: 0;
  transform: rotate(-135deg);
  transition-delay: calc(var(--mb-animate-timeout) + .4s), calc(var(--mb-animate-timeout) + .1s); }

.mm-wrapper--opened .mburger--tornado b:nth-of-type(3) {
  transform: rotate(-225deg);
  transition-delay: calc(var(--mb-animate-timeout) + .2s); }

.mm-listitem--vertical > .mm-panel {
  position: static;
  width: 100%;
  padding: 10px 0 10px 20px;
  transform: none !important;
  transition: none !important; }

.mm-listitem {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap; }

.mm-listitem a,
.mm-listitem a:hover {
  text-decoration: none; }
