:root {
  --cassiopeia-color-primary: #0d58bb;
  --cassiopeia-color-link: #0d58bb;
  --cassiopeia-color-hover: #3293cd;
}

@font-face {
    font-family: MuseoSans_300;
    src: url("fonts/MuseoSans_300.otf") format("opentype");
}
@font-face {
    font-family: MuseoSans_500;
    src: url("fonts/MuseoSans_500.otf") format("opentype");
}
@font-face {
    font-family: MuseoSans_700;
    src: url("fonts/MuseoSans_700.otf") format("opentype");
}

body {
  background: #fff;
  color: #0d58bb;
  font-size: 14px;
  font-family: MuseoSans_300;
  text-justify: inter-character;
}

::selection {
  background: #0d58bbb9; /* WebKit/Blink Browsers */
  color: #f0f0f0; /* Gecko Browsers */
}
::-moz-selection {
  background: #0d58bbb9; /* WebKit/Blink Browsers */
  color: #f0f0f0; /* Gecko Browsers */
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: MuseoSans_700;
}
.safer-heading{
  font-size: 28px;
  margin-top: 30px;
}

#introvideo{
 position: absolute;
 bottom: 0;
 transform: rotateY(180deg);
 -webkit-transform:rotateY(180deg); /* Safari and Chrome */
 -moz-transform:rotateY(180deg); /* Firefox */
 margin-bottom: 49px;
 object-fit: cover;
}

.country-page.reverse .cvideo {
  right: 0;
  left: auto;
  z-index: -0;
}
.safer-sub-heading{
  font-size: 22px;
  margin-bottom: 30px; 
  font-style: italic;
}

h3 {
  margin-bottom: 20px;
}

.metismenu-item.level-2 {
  padding: 0 !important;
}
.metismenu-item.level-2 a {
  display: block !important;
  width: 100%;
}
ul.mm-collapse {
  margin-left: -110px;
}
a.cs {
  background: #ea1d2d;
  color: #fff;
}
a.ca {
  background: #cd8b2a;
  color: #fff;
}
a.cf {
  background: #2d9a47;
  color: #fff;
}
a.ce {
  background: #06558a;
  color: #fff;
}
a.cr {
  background: #8f1838;
  color: #fff;
}

.int-content{
  padding-right: 50px;
}

.container-header .container-nav {
  justify-content: flex-end;
  padding: 1em 0;
}

.navbar-brand {
  max-width: 200px;
  
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  align-content: center;
	height: 100%;
	padding: 0 25px;
  padding-top: 10px;
}
.metismenu.mod-menu .metismenu-item > a, .metismenu.mod-menu .metismenu-item > button, .metismenu.mod-menu .metismenu-item > span {
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  color: #1B1741;
}

.metismenu.mod-menu .mm-toggler {
  margin: 0 5px 0 0;
}
.metismenu.mod-menu .metismenu-item > ul {
  padding: 10px;
}
.metismenu.mod-menu .mm-collapse > li > a {
  padding: 15px 0;
  color: #1B1741;
  text-decoration: none !important;
  border-bottom: 1px solid #BEBEBE;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.metismenu.mod-menu li a:hover, .metismenu.mod-menu li:hover {
  color: #3CB4E5;
  text-decoration: none !important;
}
.container-header .container-nav {
  justify-content: center !important;
}

/* footer ------------------------------------------------------------------------------------------------ */

#back-top {
  width: 36px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #1B1741;
  color: #1B1741;
  position: fixed;
}
#back-top:hover {
  color: #fff;
  background: #1B1741;
}

#footermenu ul.mod-menu {
  display: flex;
  flex-direction: row !important;
  justify-content: center;
}

#footermenu ul.mod-menu li {
  padding: 5px 25px;
}
.container-header {
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  height: 95px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 9999999;
}
.container-header .mod-menu {
  color: #0d58bb;
}





/* country  -------------------------------------------------------- */
.country-page {
  padding: 50px 0;
}
.ctitle {
  color: #fff;
  background: #0d58bb;
  padding: 10px 15px;
  text-transform: uppercase;
}
.ctitle h1 {
  margin: 0;
  font-size: 130%;
}
.csection {
  padding: 55px 25px 25px 25px;
  background: #fff;
  position: relative;
  margin-bottom: 50px;
}
.cscategory {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 10px 5px 25px;
  color: #fff;
  background: #e75675;
  font-size: 80%;
}
.csstitle {
  margin-bottom: 15px;
  font-weight: bold;
  color: #e75675;
  font-size: 130%;
}
.cstitle {
  font-weight: bold;
  font-style: italic;
}
.cssubtitle {
  margin-bottom: 15px;
  font-size: 90%;
}
.csmembers {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 110%;
}
.csdescription {

}

.stitle {
  color: #fff;
  background: #0d58bb;
  padding: 10px 15px;
  text-transform: uppercase;
}
.stitle h1 {
  margin: 0;
  font-size: 130%;
}
.ssection {
  padding: 55px 25px 25px 50px;
  background: #fff;
  position: relative;
  margin-bottom: 50px;
}
.safer-page .ssection {
  /*padding: 25px 0;*/
  padding: 0px 0px 30px 0px;
}
.sscategory {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 10px 5px 25px;
  color: #fff;
  background: #e75675;
  font-size: 80%;
}
.ssstitle {
  margin-bottom: 30px;
  font-weight: bold;
  color: #e75675;
  font-size: 130%;
  width: 100px;
}

.safer-page.ssstitle {
  display: none;
}
.sstitle {
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  margin: 10px 0px 10px 0px;

}
.sssubtitle {
  margin-bottom: 15px;
  font-size: 90%;
}
.ssmembers, .csmembers {
 /* margin-bottom: 20px;
  font-weight: bold;
  font-size: 110%;*/
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 110%;
  background-color: #f5f7ff;
  padding: 20px;
}
.csdescription {
  margin-bottom: 60px;
}
.member-logo{
  width: 250px;
}
.ssmembers a, .csmembers a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}

.ssmembers a:hover, .csmembers a:hover{
  transform: scale(1.2);
  transition-timing-function: ease-out;
  /* A litttttle slower on the way in */
  transition: 0.25s;
}


/* banner ------------------------------------------------------------------------------------------------ */


.container-footer.footer.full-width{
  z-index: 100;
}






/* SAFER ------------------------------------------------------------------------------------------------ */



.mod_inx_safer {
  padding: 100px 0 75px 0;
  text-align: center;
}
.safer-page .mod_inx_safer {
  padding: 0 0 75px 0;
  text-align: center;
}
.saferintro {
  /*padding-bottom: 50px;*/
  margin-top: -15%;
}
.safer-description {
  min-height: 500px;      
}
.safer-info {
  padding: 50px 0 0 0;
  display: none;
}
.saferlogo {
  margin-bottom: 50px;
}
.safer {
  height: 200px;
  padding: 0;  
  text-align: right !important;
  transition: all 0.2s linear;
  position: relative;
}
.safer h3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
  padding: 5px 15px 25px 20px;
}
.simg {
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s linear;
  padding: 0px 30px 0px 30px;
}
.simg p {
  font-size: 0.75rem;
  line-height: 0.9rem;
  font-weight: normal;
}
.safer h3:hover .simg {
  opacity: 1;
  transform: scale(1.25) translateY(-20px);
}
.safer span {
  position: relative;
}
.safer span:after {
  content: "";
  position: absolute;
  left: 20%;
  right: 10%;
  bottom: -10px;
  height: 15px;
  z-index: 0;
  background-color: #646464;
}
.safer:hover {
  margin-top: -75px;
  height: 275px;
}
.safer-link {
  padding: 10px 20px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: navajowhite;
}

.safer i.fas {
  font-size: 1rem;
  transform: rotate(-45deg);
  width: 25px;
  height: 25px;
  position: absolute;
  right: 50px;
  bottom: 0;
}
.safer a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
}
.safer a:hover .simg {
  opacity: 1;
  transform: scale(1);
}


.saferintro h6 {
  font-weight: 500;
}

.saferintro.saferlogo {
  height: 100px;
}

.mod_inx_safer {
  padding-top: 15%;
  padding-bottom: 10%;
}

.safer h3 {
  font-weight: 500;
}

/* SAFER  menu ------------------------------------------------------------------------------------------------ */

.nav-item.item-126.current.active, .nav-item.item-127.current.active, .nav-item.item-128.current.active, .nav-item.item-129.current.active, .nav-item.item-130.current.active{
 /* background-color: #00000024;
  margin-right: -50%;*/
  font-weight: 700;
}

.nav-item :hover{
  background-color: #00000024;
  margin-right: -100%;
  font-weight: 700;
}



/* buttons ------------------------------------------------------------------------------------------------ */

.btn41-43 {
  padding: 5px 15px;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.btn-43 {
  border: 2px solid rgb(95, 41, 67);
  z-index: 1;
  color: rgb(95, 41, 67);
}

.btn-43:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgb(95, 41, 67);
  transition: all 0.3s ease;
}

.btn-43:hover {
  color: white;
}

.btn-43:hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
}

.safer-more {
  margin: 0 10%;
  width: 100%;
}

.safer-more h3 {
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.safer-more ul > li {
  text-transform: lowercase;
  letter-spacing: 1px;
}

.safer-more ul > li:first-letter {
  text-transform: uppercase;
}

.safer-more ul > li a {
  font-weight: lighter;
}




.box a::before {
  content: "";
  position: absolute;
  opacity: 0,5;
  top: -2px;
  left: -2px;
  width: 0;
  height: 0;
  background: transparent;
  border: 1px solid transparent;
  animation: animate 5s linear forwards infinite;
}


@keyframes animate {
  0% {
    width: 0;
    height: 0;
    border-top-color: white;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }

  50% {
    width: 100%;
    height: 0;
    border-top-color: white;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }

  100% {
    width: 100%;
    height: 100%;
    border-top-color: white;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
}

.box a::after {
  content: "";
  position: absolute;
  opacity: 0,5;
  top: -2px;
  left: -2px;
  width: 0;
  height: 0;
  background: transparent;
  border: 1px solid transparent;
  animation: animates 5s linear forwards infinite;
}

.box h3 :hover {
  font-size: 32px !important;
}

@keyframes animates {
  0% {
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: white;
  }

  50% {
    width: 0;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: white;
  }

  100% {
    width: 100%;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: white;
  }
}


/**/
.mod_inx_map {
  background: #F5F6FE;
  padding: 0 0 0 0;
  min-height: 700px;
  position: relative;
}
.mod_inx_map .container-fluid {
  padding: 0 !important;
}
.mod_inx_map .icon {
  margin: 10px;
  width: 20px;
  height: auto;
}
.mod_inx_map h4 {
  margin: 0;
}
.map-info {
  padding: 35px;
  color: #0d58bb;
  position: absolute;
  z-index: 9;
  top: 100px;
  max-width: 400px;
  width: 100%;
}
.map-info h3 {
  position: relative;
}
.map-info h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: -15px;
  height: 10px;
  width: 40%;
  background-color: #0d58bb;
}
.map-info h3 span {
  color: #e75675;
}
.map-info > span {
  position: absolute;
  width: 90%;
  top: -10px;
  text-align: center;
  color: #fff;
  padding: 5px 5px;
  background: #e30613;
  font-size: .8rem;
  line-height: 1rem;
}

#eumap {
  height: 800px;
  margin-top: -5px;
}
.jvectormap-zoomin, .jvectormap-zoomout {
  padding: 8px;
  position: absolute;
  right: auto;
  left: 48%;
  bottom: 20px;
  top: auto;
}
.jvectormap-zoomout {
  left: 56%;
}
.jvectormap-tip {
  border: none;
  background: #ac89b9;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1rem;
  text-align: center;   
  width: 200px;
  z-index: 9999;
  box-shadow: 0 2px 3px rgba(0,0,0,0.15);
}
.tflag {
  background: #fff;
  padding: 3px;
  position: absolute;
  left: -20px;
  top: -10px;
  width: 50px;    
  box-shadow: 0 2px 3px rgba(0,0,0,0.15);   
  border-radius: 2px;
}
.flag {
  width: 100%;
  height: 30px;
  border-radius: 2px;
}
.tname {
  padding: 5px;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: bold;
}
.tlink {
  padding: 5px;
}


#mapwho {
  position: absolute;
  top: 50px;
  right: 50px;
  border: none;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  background: rgba(255,255,255,0.7);
  z-index: 11;
  transition: all 0.15s linear;
}
#mapwho:hover {
  /*transform: scale(1.1);*/
}
#mapwho img.mapwho {
  width: 100%;
  height: 100%;
}
/***/  



.mm-collapse.mm-show, .mm-collapsing {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}



@media only screen and (max-width: 1024px) {
  .mod_inx_cardslatest .card-title {
    font-size: 26px !important;
    line-height: 26px !important;
  }
  .mod_inx_cardslatest .card-text {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .mod_inx_cardslatest .minicard .card-title {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .mod_inx_cardslatest .card-body {
    padding: 20px 0px !important;
  }
}