@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(https://www.itu.int/sales/digital-publications/assets/css/AvenirNextW06-Bold.css);
@import url(https://www.itu.int/sales/digital-publications/assets/css/AvenirNextW06-Demi.css);
@import url(https://www.itu.int/sales/digital-publications/assets/css/AvenirNextW06-Medium.css);
@import url(https://www.itu.int/sales/digital-publications/assets/css/AvenirNextW06-Regular.css);

body {
    font-family: "Droid Sans", "DroidSansBold", Arial, Helvetica, sans-serif !important;
}

.row-title {
    padding: 10px;
    border-bottom: 1px solid silver;
    margin-bottom: 10px;
}

.row-title h3{
    color: #478BCA;
    text-align: center;
}

.pub-title{
    /*background-color: #478BCA;*/
    padding: 5px;
}

.pub-title h4{
    color: white;
    font-weight: bold;
    
}

.pub-info {
    width: 100%;
}

.pub-info td{
    padding: 3px;
}

.pub-info tr{
    border: 1px solid white;
}

td.title {
    font-weight: bold;
    text-align: right;
}

.btn-validate {
    border-radius:0;
    margin-bottom: 20px;
}

.img-qrcode-container {
    margin-bottom: 40px;
}

.img-qrcode {
    width: 100%;
}

.btn-moreless{
    cursor: pointer;
}

.status-validated {
    color: green;
}

.status-new {
    color: orange;
}

.typo-12 {
    font-size: 12px;
}
/*New*/
html {
     font-size: 16px;
}
:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px;
}

body {
    margin: 0;
    font-family: AvenirNextW06-Medium, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2f2f2f;
    text-align: left;
    background-color: #f5fafc;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: AvenirNextW06-Bold, sans-serif;
    font-weight: 400;
    line-height: 1.5;
}
.h4, h4 {
    font-size: 1.75rem;
}

.h5, h5 {
    font-size: 1.25rem;
}
.h5, h5 {
    font-family: AvenirNextW06-Regular, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

@media only screen and (max-width: 767px) {
    .h5, h5 {
        font-size: 1rem;
    }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.hero-simple__title {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.25;
}

@media only screen and (min-width: 768px) {
    .hero-simple__title {
        font-size: 2rem;
    }
}

.nav-wrapper {
    background-color: #fff;
    position: relative;
    z-index: 10;
}

.hero-simple--alt {
    background-color: #fff;
    border-bottom: 1px solid rgba(112, 112, 112, .3);
    padding: .75rem 0 1rem;
}

.main-nav {
    border-bottom: 1px solid rgba(112, 112, 112, .3);
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

.main-nav__row {
    align-items: stretch;
}
.main-nav .nav-actions, .main-nav .nav-icon, .main-nav__logo, .main-nav__row {
    display: flex;
}
.main-nav .nav-actions, .main-nav .nav-icon, .main-nav__logo {
    align-items: center;
}
.nav-wrapper a, .nav-wrapper a:hover {
    color: #2f2f2f;
    text-decoration: none;
}

.nav-wrapper ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}

.nav-links-desk-list {
    display: flex;
}

.nav-links-desk-list__link {
    display: block;
    font-family: AvenirNextW06-Demi, sans-serif;
    padding: 1.5rem .75rem;
}

.nav-wrapper a span {
    border-bottom: 1px solid transparent;
    display: inline-block;
    transition: border-bottom-color .2s ease-in-out;
}


.main-nav__logo img {
        height: 3.625rem;
        margin-right: .5rem;
        max-width: 100%;
}

@media only screen and (max-width: 991px) {
    .main-nav__logo img {
        height: 2.625rem;
    }
}


@media only screen and (max-width: 991px) {
    .main-nav__row {
        height: 3.6875rem;
    }
}

.mob-nav-toggler {
    background-color: transparent;
    border: none;
    margin-right: 1rem;
    padding: 0;
}

@media only screen and (min-width: 992px) {
    .mob-nav-toggler {
        display: none;
    }
}


.top-nav {
    background-color: #e5f5fb;
    border-bottom: 2px solid #009cd6;
}

@media only screen and (min-width: 992px) {
    .nav-links-desk, .top-nav {
        display: block;
    }
}

.top-nav-list {
    display: flex
;
    justify-content: flex-end;
}

@media only screen and (min-width: 992px) {
    .top-nav-list {
        transform: translateX(1rem);
    }
}
.nav-wrapper ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}

.top-nav-list__link {
    background-color: #e5f5fb;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    display: block;
    font-family: AvenirNextW06-Demi, sans-serif;
    font-size: .875rem;
    padding: .25rem 1rem;
    transition: background-color .2s ease-in-out;
}

.nav-wrapper a, .nav-wrapper a:hover {
    color: #2f2f2f;
    text-decoration: none;
}

.nav-links-desk, .top-nav {
  display: none;
}

@media only screen and (min-width:992px) {
  .nav-links-desk, .top-nav {
    display: block;
  }
}


.mob-nav-toggler {
  background-color: transparent;
  border: none;
  margin-right: 1rem;
  padding: 0;
}

@media only screen and (min-width:992px) {
  .mob-nav-toggler {
    display: none;
  }
}

.mob-nav-toggler:focus {
  outline: 0;
}

.mob-nav-toggler__icon, .mob-nav-toggler__icon::after, .mob-nav-toggler__icon::before {
  display: inline-block;
  height: .125rem;
  width: 1.625rem;
}

.mob-nav-toggler__icon {
  background-color: #2f2f2f;
  position: relative;
  top: -.1875rem;
  transition: background .3s 0s ease-in-out;
}

.mob-nav-toggler__icon::after, .mob-nav-toggler__icon::before {
  background-color: #2f2f2f;
  content: '';
  left: 0;
  position: absolute;
  transform-origin: .8125rem center;
  transition: top .3s .6s ease-in-out,transform .3s ease-in-out,background .3s 0s ease-in-out;
}

.mob-nav-toggler__icon::before {
  top: .375rem;
}

.mob-nav-toggler__icon::after {
  top: -.375rem;
}

.nav-wrapper.is-active .mob-nav-toggler__icon {
  background: 0 0!important;
  transition: background .3s 0s ease-in-out;
}

.nav-wrapper.is-active .mob-nav-toggler__icon::after, .nav-wrapper.is-active .mob-nav-toggler__icon::before {
  top: 0;
  transition: top .3s ease-in-out,transform .3s .5s ease-in-out;
}

.nav-wrapper.is-active .mob-nav-toggler__icon::before {
  transform: rotate(45deg);
}

.nav-wrapper.is-active .mob-nav-toggler__icon::after {
  transform: rotate(-45deg);
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

/*footer*/
.footer {
    background: transparent center right -330px / 572px 619px url(../img/logo-itu-2x.png) no-repeat;
    padding: 3rem 0 1.5rem;
}

@media only screen and (min-width: 576px) {
    .footer {
        background-position: center right 20px;
    }
}

.footer-menus {
    border-top: 1px solid rgba(112, 112, 112, .3);
    padding-bottom: 1.5rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media (min-width:992px) {
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width:992px) {
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.footer-menus__title {
    font-size: 1rem;
    margin-bottom: 1.5rem;
}
.footer-menus__title {
    font-family: AvenirNextW06-Bold;
}

.footer-list {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}

.footer-list__item {
    margin-bottom: .5rem;
}

.footer-menus .footer-list {
    margin-bottom: 2rem;
}

a {
    color: #0076a1;
    text-decoration: none;
    background-color: transparent;
}

.footer a span {
    border-bottom: 1px solid transparent;
    color: #2f2f2f;
    transition: border-bottom-color .2s ease-in-out, color .2s ease-in-out;
}

@media only screen and (min-width:992px) {
  .footer a:hover span:not(.ico) { 
    color: #0076a1;
  }
}

.footer-list__link .ico {
    color: #009cd6;
    font-size: 1.125rem;
    margin-right: .25rem;
    min-width: 1.375rem;
    position: relative;
    top: .125rem;
}

.footer-bottom {
    border-top: 1px solid rgba(112, 112, 112, .3);
    padding-top: 1.5rem;
}

.footer-bottom .footer-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
    .footer-bottom .footer-list {
        flex-direction: row;
        justify-content: space-around;
    }
}

.footer {
    background: transparent center right -330px / 572px 619px url(/images/logo-itu-2x.png) no-repeat;
    padding: 3rem 0 1.5rem;
}

@media only screen and (min-width: 576px) {
    .footer {
        background-position: center right 20px;
    }
}

.newsletter-signup {
    border: 1px solid #009cd6;
    border-radius: .25rem;
    padding: 1.5rem 1.5rem 1rem;
}

@media only screen and (min-width: 768px) {
    .newsletter-signup {
        padding: 2rem 3rem;
    }
}
