/*
Theme Name: Target Malaria
URI:  targtemalaria.org
Author: Target Malaria
Text Domain: winston
Author URI: https://targtemalaria.org
Version: 2.0
*/
/* Reboot */
/* Document */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* Content grouping */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Links */
/* 
a {
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
} */

/* Code */
pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* Figures */
figure {
  margin: 0 0 1rem;
}

/* Images and content */
img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

/* Tables */
table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

/* Forms */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.mc_form .mc-field-maingroup {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.mc_form_popup{
	margin-bottom:2rem;
}
.mc_form_popup .mc-field-maingroup {
	justify-content: center;
	align-items: center;
}
.mc_form_popup .mc-field-group{
	width:80%;
}
.mc_form .response,
.mc_form div.mce_inline_error{
	font-size: 0.8rem;
	color: #8ebae5;
	margin-top: 0.5rem;
}
.mc_form .submit_btn{
	margin-top: 1rem;
}
.mc_form .select-wrapper,
#filter_fiche .select-wrapper {
  position: relative;
}
.mc_form .select-wrapper::after,
#filter_fiche .select-wrapper::after {
  color: black;
  content: "▾";
  pointer-events: none;
  position: absolute;
  right: 9px;
  top: 3px;
}

#filter_fiche .select-wrapper::after{
  color: white;
}

.mc_form .select,
#filter_fiche .filter-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: white;
  color:#000;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 3px 30px 3px 10px;
  width: 100%;
}
#filter_fiche .filter-select{
  color: white;
  background-color: var(--wp--preset--color--light-blue);
}
.mc_form .select:focus {
  color: black;
},
#filter_fiche .filter-select:focus{
  color: white;
  border: none;
}
.mc_form .select:focus-visible,
#filter_fiche .filter-select:focus-visible,
.filter .search_filter input:focus-visible{
  outline-style: none;
}
.mc_form .select::-ms-expand,
#filter_fiche .filter-select::-ms-expand {
  display: none;
}

.mc_form [type="submit"],
.contact_form .button{
	color: #fff;
	background-color: #8ebae5;
	-webkit-appearance: none;
	border: none;
	border-radius: 3px;
	padding: 0.3rem 0.6rem;
}
.contact_form .acf-fields>.acf-field{
	padding: 0 12px 10px 0;
}
.contact_form .acf-field-acfe-column + .acf-field-acfe-column .acf-fields>.acf-field{
	padding: 0 0 10px 12px;
}
.contact_form .acf-field .acf-label{
	margin: 0;
}
.contact_form .acf-form-submit{
	display:flex;
	justify-content: end;
	padding: 15px 0;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5rem;
	line-height:1.5
}

.h1, h1 {
	font-size:2.5rem
}

.h2, h2 {
	font-size:2rem
}

.h3, h3 {
	font-size:1.75rem
}

.h4, h4 {
	font-size:1.5rem
}

.h5, h5 {
	font-size:1.25rem

}

.h6, h6 {
	font-size:1rem
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height:1.2
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height:1.2
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height:1.2
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height:1.2
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top:1px solid rgba(0, 0, 0, .1)
}

.small, small {
	font-size: 80%;
	font-weight:400
}

.mark, mark {
	padding: .2em;
	background-color:#fcf8e3
}

.list-unstyled {
	padding-left: 0;
	list-style:none
}

.list-inline {
	padding-left: 0;
	list-style:none
}

.list-inline-item {
	display:inline-block
}

.list-inline-item:not(:last-child) {
	margin-right:.5rem
}

.initialism {
	font-size: 90%;
	text-transform:uppercase
}

.blockquote {
	margin-bottom: 1rem;
	font-size:1.25rem
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color:#6c757d
}

.blockquote-footer::before {
	content: "\2014\00A0"
}

.img-fluid {
	max-width: 100%;
	height:auto
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height:auto
}

.figure {
	display:inline-block
}

.figure-img {
	margin-bottom: .5rem;
	line-height:1
}

.figure-caption {
	font-size: 90%;
	color:#6c757d
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-wrap:break-word
}

a > code {
	color:inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius:.2rem
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight:700
}

pre {
	display: block;
	font-size: 87.5%;
	color:#212529
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break:normal
}

.pre-scrollable {
	max-height: 340px;
	overflow-y:scroll
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left:auto
}

@media (min-width: 576px) {
	.container {
		max-width:540px
	}
}

@media (min-width: 768px) {
	.container {
		max-width:720px
	}
}

@media (min-width: 992px) {
	.container {
		max-width:960px
	}
}

@media (min-width: 1200px) {
	.container {
		max-width:1140px
	}
}

.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
	}
}


.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left:-15px
}

.no-gutters {
	margin-right: 0;
	margin-left:0
}

.no-gutters > .col, .no-gutters > [class * =col-] {
	padding-right: 0;
	padding-left:0
}

.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
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width:100%
}

.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.d-none {
	display:none !important
}

.d-inline {
	display:inline !important
}

.d-inline-block {
	display:inline-block !important
}

.d-block {
	display:block !important
}

.d-table {
	display:table !important
}

.d-table-row {
	display:table-row !important
}

.d-table-cell {
	display:table-cell !important
}

.d-flex {
	display: -ms-flexbox !important;
	display:flex !important
}

.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display:inline-flex !important
}


@media (min-width: 576px) {
	.d-sm-none {
		display:none !important
	}

	.d-sm-inline {
		display:inline !important
	}

	.d-sm-inline-block {
		display:inline-block !important
	}

	.d-sm-block {
		display:block !important
	}

	.d-sm-table {
		display:table !important
	}

	.d-sm-table-row {
		display:table-row !important
	}

	.d-sm-table-cell {
		display:table-cell !important
	}

	.d-sm-flex {
		display: -ms-flexbox !important;
		display:flex !important
	}

	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display:inline-flex !important
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important
	}

	.d-md-inline {
		display:inline !important
	}

	.d-md-inline-block {
		display:inline-block !important
	}

	.d-md-block {
		display:block !important
	}

	.d-md-table {
		display:table !important
	}

	.d-md-table-row {
		display:table-row !important
	}

	.d-md-table-cell {
		display:table-cell !important
	}

	.d-md-flex {
		display: -ms-flexbox !important;
		display:flex !important
	}

	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display:inline-flex !important
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display:none !important
	}

	.d-lg-inline {
		display:inline !important
	}

	.d-lg-inline-block {
		display:inline-block !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-table {
		display:table !important
	}

	.d-lg-table-row {
		display:table-row !important
	}

	.d-lg-table-cell {
		display:table-cell !important
	}

	.d-lg-flex {
		display: -ms-flexbox !important;
		display:flex !important
	}

	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display:inline-flex !important
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display:none !important
	}

	.d-xl-inline {
		display:inline !important
	}

	.d-xl-inline-block {
		display:inline-block !important
	}

	.d-xl-block {
		display:block !important
	}

	.d-xl-table {
		display:table !important
	}

	.d-xl-table-row {
		display:table-row !important
	}

	.d-xl-table-cell {
		display:table-cell !important
	}

	.d-xl-flex {
		display: -ms-flexbox !important;
		display:flex !important
	}

	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display:inline-flex !important
	}
}

.m-0 {
	margin:0 !important
}

.mt-0, .my-0 {
	margin-top:0 !important
}

.mr-0, .mx-0 {
	margin-right:0 !important
}

.mb-0, .my-0 {
	margin-bottom:0 !important
}

.ml-0, .mx-0 {
	margin-left:0 !important
}

.m-1 {
	margin:.25rem !important
}

.mt-1, .my-1 {
	margin-top:.25rem !important
}

.mr-1, .mx-1 {
	margin-right:.25rem !important
}

.mb-1, .my-1 {
	margin-bottom:.25rem !important
}

.ml-1, .mx-1 {
	margin-left:.25rem !important
}

.m-2 {
	margin:.5rem !important
}

.mt-2, .my-2 {
	margin-top:.5rem !important
}

.mr-2, .mx-2 {
	margin-right:.5rem !important
}

.mb-2, .my-2 {
	margin-bottom:.5rem !important
}

.ml-2, .mx-2 {
	margin-left:.5rem !important
}

.m-3 {
	margin:1rem !important
}

.mt-3, .my-3 {
	margin-top:1rem !important
}

.mr-3, .mx-3 {
	margin-right:1rem !important
}

.mb-3, .my-3 {
	margin-bottom:1rem !important
}

.ml-3, .mx-3 {
	margin-left:1rem !important
}

.m-4 {
	margin:1.5rem !important
}

.mt-4, .my-4 {
	margin-top:1.5rem !important
}

.mr-4, .mx-4 {
	margin-right:1.5rem !important
}

.mb-4, .my-4 {
	margin-bottom:1.5rem !important
}

.ml-4, .mx-4 {
	margin-left:1.5rem !important
}

.m-5 {
	margin:3rem !important
}

.mt-5, .my-5 {
	margin-top:3rem !important
}

.mr-5, .mx-5 {
	margin-right:3rem !important
}

.mb-5, .my-5 {
	margin-bottom:3rem !important
}

.ml-5, .mx-5 {
	margin-left:3rem !important
}

.p-0 {
	padding:0 !important
}

.pt-0, .py-0 {
	padding-top:0 !important
}

.pr-0, .px-0 {
	padding-right:0 !important
}

.pb-0, .py-0 {
	padding-bottom:0 !important
}

.pl-0, .px-0 {
	padding-left:0 !important
}

.p-1 {
	padding:.25rem !important
}

.pt-1, .py-1 {
	padding-top:.25rem !important
}

.pr-1, .px-1 {
	padding-right:.25rem !important
}

.pb-1, .py-1 {
	padding-bottom:.25rem !important
}

.pl-1, .px-1 {
	padding-left:.25rem !important
}

.p-2 {
	padding:.5rem !important
}

.pt-2, .py-2 {
	padding-top:.5rem !important
}

.pr-2, .px-2 {
	padding-right:.5rem !important
}

.pb-2, .py-2 {
	padding-bottom:.5rem !important
}

.pl-2, .px-2 {
	padding-left:.5rem !important
}

.p-3 {
	padding:1rem !important
}

.pt-3, .py-3 {
	padding-top:1rem !important
}

.pr-3, .px-3 {
	padding-right:1rem !important
}

.pb-3, .py-3 {
	padding-bottom:1rem !important
}

.pl-3, .px-3 {
	padding-left:1rem !important
}

.p-4 {
	padding:1.5rem !important
}

.pt-4, .py-4 {
	padding-top:1.5rem !important
}

.pr-4, .px-4 {
	padding-right:1.5rem !important
}

.pb-4, .py-4 {
	padding-bottom:1.5rem !important
}

.pl-4, .px-4 {
	padding-left:1.5rem !important
}

.p-5 {
	padding:3rem !important
}

.pt-5, .py-5 {
	padding-top:3rem !important
}

.pr-5, .px-5 {
	padding-right:3rem !important
}

.pb-5, .py-5 {
	padding-bottom:3rem !important
}

.pl-5, .px-5 {
	padding-left:3rem !important
}

.m-n1 {
	margin:-.25rem !important
}

.mt-n1, .my-n1 {
	margin-top:-.25rem !important
}

.mr-n1, .mx-n1 {
	margin-right:-.25rem !important
}

.mb-n1, .my-n1 {
	margin-bottom:-.25rem !important
}

.ml-n1, .mx-n1 {
	margin-left:-.25rem !important
}

.m-n2 {
	margin:-.5rem !important
}

.mt-n2, .my-n2 {
	margin-top:-.5rem !important
}

.mr-n2, .mx-n2 {
	margin-right:-.5rem !important
}

.mb-n2, .my-n2 {
	margin-bottom:-.5rem !important
}

.ml-n2, .mx-n2 {
	margin-left:-.5rem !important
}

.m-n3 {
	margin:-1rem !important
}

.mt-n3, .my-n3 {
	margin-top:-1rem !important
}

.mr-n3, .mx-n3 {
	margin-right:-1rem !important
}

.mb-n3, .my-n3 {
	margin-bottom:-1rem !important
}

.ml-n3, .mx-n3 {
	margin-left:-1rem !important
}

.m-n4 {
	margin:-1.5rem !important
}

.mt-n4, .my-n4 {
	margin-top:-1.5rem !important
}

.mr-n4, .mx-n4 {
	margin-right:-1.5rem !important
}

.mb-n4, .my-n4 {
	margin-bottom:-1.5rem !important
}

.ml-n4, .mx-n4 {
	margin-left:-1.5rem !important
}

.m-n5 {
	margin:-3rem !important
}

.mt-n5, .my-n5 {
	margin-top:-3rem !important
}

.mr-n5, .mx-n5 {
	margin-right:-3rem !important
}

.mb-n5, .my-n5 {
	margin-bottom:-3rem !important
}

.ml-n5, .mx-n5 {
	margin-left:-3rem !important
}

.m-auto {
	margin:auto !important
}

.mt-auto, .my-auto {
	margin-top:auto !important
}

.mr-auto, .mx-auto {
	margin-right:auto !important
}

.mb-auto, .my-auto {
	margin-bottom:auto !important
}

.ml-auto, .mx-auto {
	margin-left:auto !important
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin:0 !important
	}

	.mt-sm-0, .my-sm-0 {
		margin-top:0 !important
	}

	.mr-sm-0, .mx-sm-0 {
		margin-right:0 !important
	}

	.mb-sm-0, .my-sm-0 {
		margin-bottom:0 !important
	}

	.ml-sm-0, .mx-sm-0 {
		margin-left:0 !important
	}

	.m-sm-1 {
		margin:.25rem !important
	}

	.mt-sm-1, .my-sm-1 {
		margin-top:.25rem !important
	}

	.mr-sm-1, .mx-sm-1 {
		margin-right:.25rem !important
	}

	.mb-sm-1, .my-sm-1 {
		margin-bottom:.25rem !important
	}

	.ml-sm-1, .mx-sm-1 {
		margin-left:.25rem !important
	}

	.m-sm-2 {
		margin:.5rem !important
	}

	.mt-sm-2, .my-sm-2 {
		margin-top:.5rem !important
	}

	.mr-sm-2, .mx-sm-2 {
		margin-right:.5rem !important
	}

	.mb-sm-2, .my-sm-2 {
		margin-bottom:.5rem !important
	}

	.ml-sm-2, .mx-sm-2 {
		margin-left:.5rem !important
	}

	.m-sm-3 {
		margin:1rem !important
	}

	.mt-sm-3, .my-sm-3 {
		margin-top:1rem !important
	}

	.mr-sm-3, .mx-sm-3 {
		margin-right:1rem !important
	}

	.mb-sm-3, .my-sm-3 {
		margin-bottom:1rem !important
	}

	.ml-sm-3, .mx-sm-3 {
		margin-left:1rem !important
	}

	.m-sm-4 {
		margin:1.5rem !important
	}

	.mt-sm-4, .my-sm-4 {
		margin-top:1.5rem !important
	}

	.mr-sm-4, .mx-sm-4 {
		margin-right:1.5rem !important
	}

	.mb-sm-4, .my-sm-4 {
		margin-bottom:1.5rem !important
	}

	.ml-sm-4, .mx-sm-4 {
		margin-left:1.5rem !important
	}

	.m-sm-5 {
		margin:3rem !important
	}

	.mt-sm-5, .my-sm-5 {
		margin-top:3rem !important
	}

	.mr-sm-5, .mx-sm-5 {
		margin-right:3rem !important
	}

	.mb-sm-5, .my-sm-5 {
		margin-bottom:3rem !important
	}

	.ml-sm-5, .mx-sm-5 {
		margin-left:3rem !important
	}

	.p-sm-0 {
		padding:0 !important
	}

	.pt-sm-0, .py-sm-0 {
		padding-top:0 !important
	}

	.pr-sm-0, .px-sm-0 {
		padding-right:0 !important
	}

	.pb-sm-0, .py-sm-0 {
		padding-bottom:0 !important
	}

	.pl-sm-0, .px-sm-0 {
		padding-left:0 !important
	}

	.p-sm-1 {
		padding:.25rem !important
	}

	.pt-sm-1, .py-sm-1 {
		padding-top:.25rem !important
	}

	.pr-sm-1, .px-sm-1 {
		padding-right:.25rem !important
	}

	.pb-sm-1, .py-sm-1 {
		padding-bottom:.25rem !important
	}

	.pl-sm-1, .px-sm-1 {
		padding-left:.25rem !important
	}

	.p-sm-2 {
		padding:.5rem !important
	}

	.pt-sm-2, .py-sm-2 {
		padding-top:.5rem !important
	}

	.pr-sm-2, .px-sm-2 {
		padding-right:.5rem !important
	}

	.pb-sm-2, .py-sm-2 {
		padding-bottom:.5rem !important
	}

	.pl-sm-2, .px-sm-2 {
		padding-left:.5rem !important
	}

	.p-sm-3 {
		padding:1rem !important
	}

	.pt-sm-3, .py-sm-3 {
		padding-top:1rem !important
	}

	.pr-sm-3, .px-sm-3 {
		padding-right:1rem !important
	}

	.pb-sm-3, .py-sm-3 {
		padding-bottom:1rem !important
	}

	.pl-sm-3, .px-sm-3 {
		padding-left:1rem !important
	}

	.p-sm-4 {
		padding:1.5rem !important
	}

	.pt-sm-4, .py-sm-4 {
		padding-top:1.5rem !important
	}

	.pr-sm-4, .px-sm-4 {
		padding-right:1.5rem !important
	}

	.pb-sm-4, .py-sm-4 {
		padding-bottom:1.5rem !important
	}

	.pl-sm-4, .px-sm-4 {
		padding-left:1.5rem !important
	}

	.p-sm-5 {
		padding:3rem !important
	}

	.pt-sm-5, .py-sm-5 {
		padding-top:3rem !important
	}

	.pr-sm-5, .px-sm-5 {
		padding-right:3rem !important
	}

	.pb-sm-5, .py-sm-5 {
		padding-bottom:3rem !important
	}

	.pl-sm-5, .px-sm-5 {
		padding-left:3rem !important
	}

	.m-sm-n1 {
		margin:-.25rem !important
	}

	.mt-sm-n1, .my-sm-n1 {
		margin-top:-.25rem !important
	}

	.mr-sm-n1, .mx-sm-n1 {
		margin-right:-.25rem !important
	}

	.mb-sm-n1, .my-sm-n1 {
		margin-bottom:-.25rem !important
	}

	.ml-sm-n1, .mx-sm-n1 {
		margin-left:-.25rem !important
	}

	.m-sm-n2 {
		margin:-.5rem !important
	}

	.mt-sm-n2, .my-sm-n2 {
		margin-top:-.5rem !important
	}

	.mr-sm-n2, .mx-sm-n2 {
		margin-right:-.5rem !important
	}

	.mb-sm-n2, .my-sm-n2 {
		margin-bottom:-.5rem !important
	}

	.ml-sm-n2, .mx-sm-n2 {
		margin-left:-.5rem !important
	}

	.m-sm-n3 {
		margin:-1rem !important
	}

	.mt-sm-n3, .my-sm-n3 {
		margin-top:-1rem !important
	}

	.mr-sm-n3, .mx-sm-n3 {
		margin-right:-1rem !important
	}

	.mb-sm-n3, .my-sm-n3 {
		margin-bottom:-1rem !important
	}

	.ml-sm-n3, .mx-sm-n3 {
		margin-left:-1rem !important
	}

	.m-sm-n4 {
		margin:-1.5rem !important
	}

	.mt-sm-n4, .my-sm-n4 {
		margin-top:-1.5rem !important
	}

	.mr-sm-n4, .mx-sm-n4 {
		margin-right:-1.5rem !important
	}

	.mb-sm-n4, .my-sm-n4 {
		margin-bottom:-1.5rem !important
	}

	.ml-sm-n4, .mx-sm-n4 {
		margin-left:-1.5rem !important
	}

	.m-sm-n5 {
		margin:-3rem !important
	}

	.mt-sm-n5, .my-sm-n5 {
		margin-top:-3rem !important
	}

	.mr-sm-n5, .mx-sm-n5 {
		margin-right:-3rem !important
	}

	.mb-sm-n5, .my-sm-n5 {
		margin-bottom:-3rem !important
	}

	.ml-sm-n5, .mx-sm-n5 {
		margin-left:-3rem !important
	}

	.m-sm-auto {
		margin:auto !important
	}

	.mt-sm-auto, .my-sm-auto {
		margin-top:auto !important
	}

	.mr-sm-auto, .mx-sm-auto {
		margin-right:auto !important
	}

	.mb-sm-auto, .my-sm-auto {
		margin-bottom:auto !important
	}

	.ml-sm-auto, .mx-sm-auto {
		margin-left:auto !important
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin:0 !important
	}

	.mt-md-0, .my-md-0 {
		margin-top:0 !important
	}

	.mr-md-0, .mx-md-0 {
		margin-right:0 !important
	}

	.mb-md-0, .my-md-0 {
		margin-bottom:0 !important
	}

	.ml-md-0, .mx-md-0 {
		margin-left:0 !important
	}

	.m-md-1 {
		margin:.25rem !important
	}

	.mt-md-1, .my-md-1 {
		margin-top:.25rem !important
	}

	.mr-md-1, .mx-md-1 {
		margin-right:.25rem !important
	}

	.mb-md-1, .my-md-1 {
		margin-bottom:.25rem !important
	}

	.ml-md-1, .mx-md-1 {
		margin-left:.25rem !important
	}

	.m-md-2 {
		margin:.5rem !important
	}

	.mt-md-2, .my-md-2 {
		margin-top:.5rem !important
	}

	.mr-md-2, .mx-md-2 {
		margin-right:.5rem !important
	}

	.mb-md-2, .my-md-2 {
		margin-bottom:.5rem !important
	}

	.ml-md-2, .mx-md-2 {
		margin-left:.5rem !important
	}

	.m-md-3 {
		margin:1rem !important
	}

	.mt-md-3, .my-md-3 {
		margin-top:1rem !important
	}

	.mr-md-3, .mx-md-3 {
		margin-right:1rem !important
	}

	.mb-md-3, .my-md-3 {
		margin-bottom:1rem !important
	}

	.ml-md-3, .mx-md-3 {
		margin-left:1rem !important
	}

	.m-md-4 {
		margin:1.5rem !important
	}

	.mt-md-4, .my-md-4 {
		margin-top:1.5rem !important
	}

	.mr-md-4, .mx-md-4 {
		margin-right:1.5rem !important
	}

	.mb-md-4, .my-md-4 {
		margin-bottom:1.5rem !important
	}

	.ml-md-4, .mx-md-4 {
		margin-left:1.5rem !important
	}

	.m-md-5 {
		margin:3rem !important
	}

	.mt-md-5, .my-md-5 {
		margin-top:3rem !important
	}

	.mr-md-5, .mx-md-5 {
		margin-right:3rem !important
	}

	.mb-md-5, .my-md-5 {
		margin-bottom:3rem !important
	}

	.ml-md-5, .mx-md-5 {
		margin-left:3rem !important
	}

	.p-md-0 {
		padding:0 !important
	}

	.pt-md-0, .py-md-0 {
		padding-top:0 !important
	}

	.pr-md-0, .px-md-0 {
		padding-right:0 !important
	}

	.pb-md-0, .py-md-0 {
		padding-bottom:0 !important
	}

	.pl-md-0, .px-md-0 {
		padding-left:0 !important
	}

	.p-md-1 {
		padding:.25rem !important
	}

	.pt-md-1, .py-md-1 {
		padding-top:.25rem !important
	}

	.pr-md-1, .px-md-1 {
		padding-right:.25rem !important
	}

	.pb-md-1, .py-md-1 {
		padding-bottom:.25rem !important
	}

	.pl-md-1, .px-md-1 {
		padding-left:.25rem !important
	}

	.p-md-2 {
		padding:.5rem !important
	}

	.pt-md-2, .py-md-2 {
		padding-top:.5rem !important
	}

	.pr-md-2, .px-md-2 {
		padding-right:.5rem !important
	}

	.pb-md-2, .py-md-2 {
		padding-bottom:.5rem !important
	}

	.pl-md-2, .px-md-2 {
		padding-left:.5rem !important
	}

	.p-md-3 {
		padding:1rem !important
	}

	.pt-md-3, .py-md-3 {
		padding-top:1rem !important
	}

	.pr-md-3, .px-md-3 {
		padding-right:1rem !important
	}

	.pb-md-3, .py-md-3 {
		padding-bottom:1rem !important
	}

	.pl-md-3, .px-md-3 {
		padding-left:1rem !important
	}

	.p-md-4 {
		padding:1.5rem !important
	}

	.pt-md-4, .py-md-4 {
		padding-top:1.5rem !important
	}

	.pr-md-4, .px-md-4 {
		padding-right:1.5rem !important
	}

	.pb-md-4, .py-md-4 {
		padding-bottom:1.5rem !important
	}

	.pl-md-4, .px-md-4 {
		padding-left:1.5rem !important
	}

	.p-md-5 {
		padding:3rem !important
	}

	.pt-md-5, .py-md-5 {
		padding-top:3rem !important
	}

	.pr-md-5, .px-md-5 {
		padding-right:3rem !important
	}

	.pb-md-5, .py-md-5 {
		padding-bottom:3rem !important
	}

	.pl-md-5, .px-md-5 {
		padding-left:3rem !important
	}

	.m-md-n1 {
		margin:-.25rem !important
	}

	.mt-md-n1, .my-md-n1 {
		margin-top:-.25rem !important
	}

	.mr-md-n1, .mx-md-n1 {
		margin-right:-.25rem !important
	}

	.mb-md-n1, .my-md-n1 {
		margin-bottom:-.25rem !important
	}

	.ml-md-n1, .mx-md-n1 {
		margin-left:-.25rem !important
	}

	.m-md-n2 {
		margin:-.5rem !important
	}

	.mt-md-n2, .my-md-n2 {
		margin-top:-.5rem !important
	}

	.mr-md-n2, .mx-md-n2 {
		margin-right:-.5rem !important
	}

	.mb-md-n2, .my-md-n2 {
		margin-bottom:-.5rem !important
	}

	.ml-md-n2, .mx-md-n2 {
		margin-left:-.5rem !important
	}

	.m-md-n3 {
		margin:-1rem !important
	}

	.mt-md-n3, .my-md-n3 {
		margin-top:-1rem !important
	}

	.mr-md-n3, .mx-md-n3 {
		margin-right:-1rem !important
	}

	.mb-md-n3, .my-md-n3 {
		margin-bottom:-1rem !important
	}

	.ml-md-n3, .mx-md-n3 {
		margin-left:-1rem !important
	}

	.m-md-n4 {
		margin:-1.5rem !important
	}

	.mt-md-n4, .my-md-n4 {
		margin-top:-1.5rem !important
	}

	.mr-md-n4, .mx-md-n4 {
		margin-right:-1.5rem !important
	}

	.mb-md-n4, .my-md-n4 {
		margin-bottom:-1.5rem !important
	}

	.ml-md-n4, .mx-md-n4 {
		margin-left:-1.5rem !important
	}

	.m-md-n5 {
		margin:-3rem !important
	}

	.mt-md-n5, .my-md-n5 {
		margin-top:-3rem !important
	}

	.mr-md-n5, .mx-md-n5 {
		margin-right:-3rem !important
	}

	.mb-md-n5, .my-md-n5 {
		margin-bottom:-3rem !important
	}

	.ml-md-n5, .mx-md-n5 {
		margin-left:-3rem !important
	}

	.m-md-auto {
		margin:auto !important
	}

	.mt-md-auto, .my-md-auto {
		margin-top:auto !important
	}

	.mr-md-auto, .mx-md-auto {
		margin-right:auto !important
	}

	.mb-md-auto, .my-md-auto {
		margin-bottom:auto !important
	}

	.ml-md-auto, .mx-md-auto {
		margin-left:auto !important
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin:0 !important
	}

	.mt-lg-0, .my-lg-0 {
		margin-top:0 !important
	}

	.mr-lg-0, .mx-lg-0 {
		margin-right:0 !important
	}

	.mb-lg-0, .my-lg-0 {
		margin-bottom:0 !important
	}

	.ml-lg-0, .mx-lg-0 {
		margin-left:0 !important
	}

	.m-lg-1 {
		margin:.25rem !important
	}

	.mt-lg-1, .my-lg-1 {
		margin-top:.25rem !important
	}

	.mr-lg-1, .mx-lg-1 {
		margin-right:.25rem !important
	}

	.mb-lg-1, .my-lg-1 {
		margin-bottom:.25rem !important
	}

	.ml-lg-1, .mx-lg-1 {
		margin-left:.25rem !important
	}

	.m-lg-2 {
		margin:.5rem !important
	}

	.mt-lg-2, .my-lg-2 {
		margin-top:.5rem !important
	}

	.mr-lg-2, .mx-lg-2 {
		margin-right:.5rem !important
	}

	.mb-lg-2, .my-lg-2 {
		margin-bottom:.5rem !important
	}

	.ml-lg-2, .mx-lg-2 {
		margin-left:.5rem !important
	}

	.m-lg-3 {
		margin:1rem !important
	}

	.mt-lg-3, .my-lg-3 {
		margin-top:1rem !important
	}

	.mr-lg-3, .mx-lg-3 {
		margin-right:1rem !important
	}

	.mb-lg-3, .my-lg-3 {
		margin-bottom:1rem !important
	}

	.ml-lg-3, .mx-lg-3 {
		margin-left:1rem !important
	}

	.m-lg-4 {
		margin:1.5rem !important
	}

	.mt-lg-4, .my-lg-4 {
		margin-top:1.5rem !important
	}

	.mr-lg-4, .mx-lg-4 {
		margin-right:1.5rem !important
	}

	.mb-lg-4, .my-lg-4 {
		margin-bottom:1.5rem !important
	}

	.ml-lg-4, .mx-lg-4 {
		margin-left:1.5rem !important
	}

	.m-lg-5 {
		margin:3rem !important
	}

	.mt-lg-5, .my-lg-5 {
		margin-top:3rem !important
	}

	.mr-lg-5, .mx-lg-5 {
		margin-right:3rem !important
	}

	.mb-lg-5, .my-lg-5 {
		margin-bottom:3rem !important
	}

	.ml-lg-5, .mx-lg-5 {
		margin-left:3rem !important
	}

	.p-lg-0 {
		padding:0 !important
	}

	.pt-lg-0, .py-lg-0 {
		padding-top:0 !important
	}

	.pr-lg-0, .px-lg-0 {
		padding-right:0 !important
	}

	.pb-lg-0, .py-lg-0 {
		padding-bottom:0 !important
	}

	.pl-lg-0, .px-lg-0 {
		padding-left:0 !important
	}

	.p-lg-1 {
		padding:.25rem !important
	}

	.pt-lg-1, .py-lg-1 {
		padding-top:.25rem !important
	}

	.pr-lg-1, .px-lg-1 {
		padding-right:.25rem !important
	}

	.pb-lg-1, .py-lg-1 {
		padding-bottom:.25rem !important
	}

	.pl-lg-1, .px-lg-1 {
		padding-left:.25rem !important
	}

	.p-lg-2 {
		padding:.5rem !important
	}

	.pt-lg-2, .py-lg-2 {
		padding-top:.5rem !important
	}

	.pr-lg-2, .px-lg-2 {
		padding-right:.5rem !important
	}

	.pb-lg-2, .py-lg-2 {
		padding-bottom:.5rem !important
	}

	.pl-lg-2, .px-lg-2 {
		padding-left:.5rem !important
	}

	.p-lg-3 {
		padding:1rem !important
	}

	.pt-lg-3, .py-lg-3 {
		padding-top:1rem !important
	}

	.pr-lg-3, .px-lg-3 {
		padding-right:1rem !important
	}

	.pb-lg-3, .py-lg-3 {
		padding-bottom:1rem !important
	}

	.pl-lg-3, .px-lg-3 {
		padding-left:1rem !important
	}

	.p-lg-4 {
		padding:1.5rem !important
	}

	.pt-lg-4, .py-lg-4 {
		padding-top:1.5rem !important
	}

	.pr-lg-4, .px-lg-4 {
		padding-right:1.5rem !important
	}

	.pb-lg-4, .py-lg-4 {
		padding-bottom:1.5rem !important
	}

	.pl-lg-4, .px-lg-4 {
		padding-left:1.5rem !important
	}

	.p-lg-5 {
		padding:3rem !important
	}

	.pt-lg-5, .py-lg-5 {
		padding-top:3rem !important
	}

	.pr-lg-5, .px-lg-5 {
		padding-right:3rem !important
	}

	.pb-lg-5, .py-lg-5 {
		padding-bottom:3rem !important
	}

	.pl-lg-5, .px-lg-5 {
		padding-left:3rem !important
	}

	.m-lg-n1 {
		margin:-.25rem !important
	}

	.mt-lg-n1, .my-lg-n1 {
		margin-top:-.25rem !important
	}

	.mr-lg-n1, .mx-lg-n1 {
		margin-right:-.25rem !important
	}

	.mb-lg-n1, .my-lg-n1 {
		margin-bottom:-.25rem !important
	}

	.ml-lg-n1, .mx-lg-n1 {
		margin-left:-.25rem !important
	}

	.m-lg-n2 {
		margin:-.5rem !important
	}

	.mt-lg-n2, .my-lg-n2 {
		margin-top:-.5rem !important
	}

	.mr-lg-n2, .mx-lg-n2 {
		margin-right:-.5rem !important
	}

	.mb-lg-n2, .my-lg-n2 {
		margin-bottom:-.5rem !important
	}

	.ml-lg-n2, .mx-lg-n2 {
		margin-left:-.5rem !important
	}

	.m-lg-n3 {
		margin:-1rem !important
	}

	.mt-lg-n3, .my-lg-n3 {
		margin-top:-1rem !important
	}

	.mr-lg-n3, .mx-lg-n3 {
		margin-right:-1rem !important
	}

	.mb-lg-n3, .my-lg-n3 {
		margin-bottom:-1rem !important
	}

	.ml-lg-n3, .mx-lg-n3 {
		margin-left:-1rem !important
	}

	.m-lg-n4 {
		margin:-1.5rem !important
	}

	.mt-lg-n4, .my-lg-n4 {
		margin-top:-1.5rem !important
	}

	.mr-lg-n4, .mx-lg-n4 {
		margin-right:-1.5rem !important
	}

	.mb-lg-n4, .my-lg-n4 {
		margin-bottom:-1.5rem !important
	}

	.ml-lg-n4, .mx-lg-n4 {
		margin-left:-1.5rem !important
	}

	.m-lg-n5 {
		margin:-3rem !important
	}

	.mt-lg-n5, .my-lg-n5 {
		margin-top:-3rem !important
	}

	.mr-lg-n5, .mx-lg-n5 {
		margin-right:-3rem !important
	}

	.mb-lg-n5, .my-lg-n5 {
		margin-bottom:-3rem !important
	}

	.ml-lg-n5, .mx-lg-n5 {
		margin-left:-3rem !important
	}

	.m-lg-auto {
		margin:auto !important
	}

	.mt-lg-auto, .my-lg-auto {
		margin-top:auto !important
	}

	.mr-lg-auto, .mx-lg-auto {
		margin-right:auto !important
	}

	.mb-lg-auto, .my-lg-auto {
		margin-bottom:auto !important
	}

	.ml-lg-auto, .mx-lg-auto {
		margin-left:auto !important
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin:0 !important
	}

	.mt-xl-0, .my-xl-0 {
		margin-top:0 !important
	}

	.mr-xl-0, .mx-xl-0 {
		margin-right:0 !important
	}

	.mb-xl-0, .my-xl-0 {
		margin-bottom:0 !important
	}

	.ml-xl-0, .mx-xl-0 {
		margin-left:0 !important
	}

	.m-xl-1 {
		margin:.25rem !important
	}

	.mt-xl-1, .my-xl-1 {
		margin-top:.25rem !important
	}

	.mr-xl-1, .mx-xl-1 {
		margin-right:.25rem !important
	}

	.mb-xl-1, .my-xl-1 {
		margin-bottom:.25rem !important
	}

	.ml-xl-1, .mx-xl-1 {
		margin-left:.25rem !important
	}

	.m-xl-2 {
		margin:.5rem !important
	}

	.mt-xl-2, .my-xl-2 {
		margin-top:.5rem !important
	}

	.mr-xl-2, .mx-xl-2 {
		margin-right:.5rem !important
	}

	.mb-xl-2, .my-xl-2 {
		margin-bottom:.5rem !important
	}

	.ml-xl-2, .mx-xl-2 {
		margin-left:.5rem !important
	}

	.m-xl-3 {
		margin:1rem !important
	}

	.mt-xl-3, .my-xl-3 {
		margin-top:1rem !important
	}

	.mr-xl-3, .mx-xl-3 {
		margin-right:1rem !important
	}

	.mb-xl-3, .my-xl-3 {
		margin-bottom:1rem !important
	}

	.ml-xl-3, .mx-xl-3 {
		margin-left:1rem !important
	}

	.m-xl-4 {
		margin:1.5rem !important
	}

	.mt-xl-4, .my-xl-4 {
		margin-top:1.5rem !important
	}

	.mr-xl-4, .mx-xl-4 {
		margin-right:1.5rem !important
	}

	.mb-xl-4, .my-xl-4 {
		margin-bottom:1.5rem !important
	}

	.ml-xl-4, .mx-xl-4 {
		margin-left:1.5rem !important
	}

	.m-xl-5 {
		margin:3rem !important
	}

	.mt-xl-5, .my-xl-5 {
		margin-top:3rem !important
	}

	.mr-xl-5, .mx-xl-5 {
		margin-right:3rem !important
	}

	.mb-xl-5, .my-xl-5 {
		margin-bottom:3rem !important
	}

	.ml-xl-5, .mx-xl-5 {
		margin-left:3rem !important
	}

	.p-xl-0 {
		padding:0 !important
	}

	.pt-xl-0, .py-xl-0 {
		padding-top:0 !important
	}

	.pr-xl-0, .px-xl-0 {
		padding-right:0 !important
	}

	.pb-xl-0, .py-xl-0 {
		padding-bottom:0 !important
	}

	.pl-xl-0, .px-xl-0 {
		padding-left:0 !important
	}

	.p-xl-1 {
		padding:.25rem !important
	}

	.pt-xl-1, .py-xl-1 {
		padding-top:.25rem !important
	}

	.pr-xl-1, .px-xl-1 {
		padding-right:.25rem !important
	}

	.pb-xl-1, .py-xl-1 {
		padding-bottom:.25rem !important
	}

	.pl-xl-1, .px-xl-1 {
		padding-left:.25rem !important
	}

	.p-xl-2 {
		padding:.5rem !important
	}

	.pt-xl-2, .py-xl-2 {
		padding-top:.5rem !important
	}

	.pr-xl-2, .px-xl-2 {
		padding-right:.5rem !important
	}

	.pb-xl-2, .py-xl-2 {
		padding-bottom:.5rem !important
	}

	.pl-xl-2, .px-xl-2 {
		padding-left:.5rem !important
	}

	.p-xl-3 {
		padding:1rem !important
	}

	.pt-xl-3, .py-xl-3 {
		padding-top:1rem !important
	}

	.pr-xl-3, .px-xl-3 {
		padding-right:1rem !important
	}

	.pb-xl-3, .py-xl-3 {
		padding-bottom:1rem !important
	}

	.pl-xl-3, .px-xl-3 {
		padding-left:1rem !important
	}

	.p-xl-4 {
		padding:1.5rem !important
	}

	.pt-xl-4, .py-xl-4 {
		padding-top:1.5rem !important
	}

	.pr-xl-4, .px-xl-4 {
		padding-right:1.5rem !important
	}

	.pb-xl-4, .py-xl-4 {
		padding-bottom:1.5rem !important
	}

	.pl-xl-4, .px-xl-4 {
		padding-left:1.5rem !important
	}

	.p-xl-5 {
		padding:3rem !important
	}

	.pt-xl-5, .py-xl-5 {
		padding-top:3rem !important
	}

	.pr-xl-5, .px-xl-5 {
		padding-right:3rem !important
	}

	.pb-xl-5, .py-xl-5 {
		padding-bottom:3rem !important
	}

	.pl-xl-5, .px-xl-5 {
		padding-left:3rem !important
	}

	.m-xl-n1 {
		margin:-.25rem !important
	}

	.mt-xl-n1, .my-xl-n1 {
		margin-top:-.25rem !important
	}

	.mr-xl-n1, .mx-xl-n1 {
		margin-right:-.25rem !important
	}

	.mb-xl-n1, .my-xl-n1 {
		margin-bottom:-.25rem !important
	}

	.ml-xl-n1, .mx-xl-n1 {
		margin-left:-.25rem !important
	}

	.m-xl-n2 {
		margin:-.5rem !important
	}

	.mt-xl-n2, .my-xl-n2 {
		margin-top:-.5rem !important
	}

	.mr-xl-n2, .mx-xl-n2 {
		margin-right:-.5rem !important
	}

	.mb-xl-n2, .my-xl-n2 {
		margin-bottom:-.5rem !important
	}

	.ml-xl-n2, .mx-xl-n2 {
		margin-left:-.5rem !important
	}

	.m-xl-n3 {
		margin:-1rem !important
	}

	.mt-xl-n3, .my-xl-n3 {
		margin-top:-1rem !important
	}

	.mr-xl-n3, .mx-xl-n3 {
		margin-right:-1rem !important
	}

	.mb-xl-n3, .my-xl-n3 {
		margin-bottom:-1rem !important
	}

	.ml-xl-n3, .mx-xl-n3 {
		margin-left:-1rem !important
	}

	.m-xl-n4 {
		margin:-1.5rem !important
	}

	.mt-xl-n4, .my-xl-n4 {
		margin-top:-1.5rem !important
	}

	.mr-xl-n4, .mx-xl-n4 {
		margin-right:-1.5rem !important
	}

	.mb-xl-n4, .my-xl-n4 {
		margin-bottom:-1.5rem !important
	}

	.ml-xl-n4, .mx-xl-n4 {
		margin-left:-1.5rem !important
	}

	.m-xl-n5 {
		margin:-3rem !important
	}

	.mt-xl-n5, .my-xl-n5 {
		margin-top:-3rem !important
	}

	.mr-xl-n5, .mx-xl-n5 {
		margin-right:-3rem !important
	}

	.mb-xl-n5, .my-xl-n5 {
		margin-bottom:-3rem !important
	}

	.ml-xl-n5, .mx-xl-n5 {
		margin-left:-3rem !important
	}

	.m-xl-auto {
		margin:auto !important
	}

	.mt-xl-auto, .my-xl-auto {
		margin-top:auto !important
	}

	.mr-xl-auto, .mx-xl-auto {
		margin-right:auto !important
	}

	.mb-xl-auto, .my-xl-auto {
		margin-bottom:auto !important
	}

	.ml-xl-auto, .mx-xl-auto {
		margin-left:auto !important
	}
}


.col-fifth {
  -webkit-box-flex: 0 0 20%;
  -moz-box-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 576px) {
  .col-sm-fifth {
  -webkit-box-flex: 0 0 20%;
  -moz-box-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; } }
@media (min-width: 768px) {
  .col-md-fifth {
  -webkit-box-flex: 0 0 20%;
  -moz-box-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; } }
@media (min-width: 1200px) {
  .col-lg-fifth {
  -webkit-box-flex: 0 0 20%;
  -moz-box-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; } }
.fade {
  opacity: 0;
  transition: opacity ease-out 2.2s; }

.fade.in {
  opacity: 1; }

.fade + .fade {
  transition-delay: 0.6s; }

.fade + .fade + .fade {
  transition-delay: 0.9s; }

.fade.wait {
  transition-delay: 0.25s; }

@media (max-width: 768px) {
  .hidden-xs {
  display: none !important; } }
@media (min-width: 769px) {
  .hidden-xs-up {
  display: none !important; } }
.col-1 {
  -webkit-box-flex: 0 0 8.333333%;
  -moz-box-flex: 0 0 8.333333%;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%; }

.col-2 {
  -webkit-box-flex: 0 0 16.666667%;
  -moz-box-flex: 0 0 16.666667%;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%; }

.col-3 {
  -webkit-box-flex: 0 0 25%;
  -moz-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%; }

.col-4 {
  -webkit-box-flex: 0 0 33.333333%;
  -moz-box-flex: 0 0 33.333333%;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%; }

.col-5 {
  -webkit-box-flex: 0 0 41.666667%;
  -moz-box-flex: 0 0 41.666667%;
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%; }

.col-6 {
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.col-7 {
  -webkit-box-flex: 0 0 58.333333%;
  -moz-box-flex: 0 0 58.333333%;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%; }

.col-8 {
  -webkit-box-flex: 0 0 66.666667%;
  -moz-box-flex: 0 0 66.666667%;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%; }

.col-9 {
  -webkit-box-flex: 0 0 75%;
  -moz-box-flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%; }

.col-10 {
  -webkit-box-flex: 0 0 83.333333%;
  -moz-box-flex: 0 0 83.333333%;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%; }

.col-11 {
  -webkit-box-flex: 0 0 91.666667%;
  -moz-box-flex: 0 0 91.666667%;
  -webkit-flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%; }

.col-12 {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

@media (min-width: 576px) {
  .col-sm-1 {
  -webkit-box-flex: 0 0 8.333333%;
  -moz-box-flex: 0 0 8.333333%;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%; }

  .col-sm-2 {
  -webkit-box-flex: 0 0 16.666667%;
  -moz-box-flex: 0 0 16.666667%;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%; }

  .col-sm-3 {
  -webkit-box-flex: 0 0 25%;
  -moz-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%; }

  .col-sm-4 {
  -webkit-box-flex: 0 0 33.333333%;
  -moz-box-flex: 0 0 33.333333%;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%; }

  .col-sm-5 {
  -webkit-box-flex: 0 0 41.666667%;
  -moz-box-flex: 0 0 41.666667%;
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%; }

  .col-sm-6 {
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

  .col-sm-7 {
  -webkit-box-flex: 0 0 58.333333%;
  -moz-box-flex: 0 0 58.333333%;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%; }

  .col-sm-8 {
  -webkit-box-flex: 0 0 66.666667%;
  -moz-box-flex: 0 0 66.666667%;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%; }

  .col-sm-9 {
  -webkit-box-flex: 0 0 75%;
  -moz-box-flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%; }

  .col-sm-10 {
  -webkit-box-flex: 0 0 83.333333%;
  -moz-box-flex: 0 0 83.333333%;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%; }

  .col-sm-11 {
  -webkit-box-flex: 0 0 91.666667%;
  -moz-box-flex: 0 0 91.666667%;
  -webkit-flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%; }

  .col-sm-12 {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; } }
@media (min-width: 768px) {
	  .col-md {
		  -ms-flex-preferred-size: 0;
		  flex-basis: 0;
		  -ms-flex-positive: 1;
		  flex-grow: 1;
		  max-width:100%
	  }
  
	  .row-cols-md-1 > * {
		  -ms-flex: 0 0 100%;
		  flex: 0 0 100%;
		  max-width:100%
	  }
  
	  .row-cols-md-2 > * {
		  -ms-flex: 0 0 50%;
		  flex: 0 0 50%;
		  max-width:50%
	  }
  
	  .row-cols-md-3 > * {
		  -ms-flex: 0 0 33.333333%;
		  flex: 0 0 33.333333%;
		  max-width:33.333333%
	  }
  
	  .row-cols-md-4 > * {
		  -ms-flex: 0 0 25%;
		  flex: 0 0 25%;
		  max-width:25%
	  }
  
	  .row-cols-md-5 > * {
		  -ms-flex: 0 0 20%;
		  flex: 0 0 20%;
		  max-width:20%
	  }
  
	  .row-cols-md-6 > * {
		  -ms-flex: 0 0 16.666667%;
		  flex: 0 0 16.666667%;
		  max-width:16.666667%
	  }
  
	  .col-md-auto {
		  -ms-flex: 0 0 auto;
		  flex: 0 0 auto;
		  width: auto;
		  max-width:100%
	  }
  
	  .col-md-1 {
		  -ms-flex: 0 0 8.333333%;
		  flex: 0 0 8.333333%;
		  max-width:8.333333%
	  }
  
	  .col-md-2 {
		  -ms-flex: 0 0 16.666667%;
		  flex: 0 0 16.666667%;
		  max-width:16.666667%
	  }
  
	  .col-md-3 {
		  -ms-flex: 0 0 25%;
		  flex: 0 0 25%;
		  max-width:25%
	  }
  
	  .col-md-4 {
		  -ms-flex: 0 0 33.333333%;
		  flex: 0 0 33.333333%;
		  max-width:33.333333%
	  }
  
	  .col-md-5 {
		  -ms-flex: 0 0 41.666667%;
		  flex: 0 0 41.666667%;
		  max-width:41.666667%
	  }
  
	  .col-md-6 {
		  -ms-flex: 0 0 50%;
		  flex: 0 0 50%;
		  max-width:50%
	  }
  
	  .col-md-7 {
		  -ms-flex: 0 0 58.333333%;
		  flex: 0 0 58.333333%;
		  max-width:58.333333%
	  }
  
	  .col-md-8 {
		  -ms-flex: 0 0 66.666667%;
		  flex: 0 0 66.666667%;
		  max-width:66.666667%
	  }
  
	  .col-md-9 {
		  -ms-flex: 0 0 75%;
		  flex: 0 0 75%;
		  max-width:75%
	  }
  
	  .col-md-10 {
		  -ms-flex: 0 0 83.333333%;
		  flex: 0 0 83.333333%;
		  max-width:83.333333%
	  }
  
	  .col-md-11 {
		  -ms-flex: 0 0 91.666667%;
		  flex: 0 0 91.666667%;
		  max-width:91.666667%
	  }
  
	  .col-md-12 {
		  -ms-flex: 0 0 100%;
		  flex: 0 0 100%;
		  max-width:100%
	  }
	  
  .col-md-1 {
  -webkit-box-flex: 0 0 8.333333%;
  -moz-box-flex: 0 0 8.333333%;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%; 
  max-width: 8.333333%; }

  .col-md-2 {
  -webkit-box-flex: 0 0 16.666667%;
  -moz-box-flex: 0 0 16.666667%;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%; 
  max-width: 16.666667%;}

  .col-md-3 {
  -webkit-box-flex: 0 0 25%;
  -moz-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%; 
  max-width: 25%;}

  .col-md-4 {
  -webkit-box-flex: 0 0 33.333333%;
  -moz-box-flex: 0 0 33.333333%;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%; 
  max-width: 33.333333%;}

  .col-md-5 {
  -webkit-box-flex: 0 0 41.666667%;
  -moz-box-flex: 0 0 41.666667%;
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%; 
  max-width: 41.666667%;}

  .col-md-6 {
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; 
  max-width: 50%;}

  .col-md-7 {
  -webkit-box-flex: 0 0 58.333333%;
  -moz-box-flex: 0 0 58.333333%;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

  .col-md-8 {
  -webkit-box-flex: 0 0 66.666667%;
  -moz-box-flex: 0 0 66.666667%;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%; 
  max-width: 66.666667%;}

  .col-md-9 {
  -webkit-box-flex: 0 0 75%;
  -moz-box-flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;}

  .col-md-10 {
  -webkit-box-flex: 0 0 83.333333%;
  -moz-box-flex: 0 0 83.333333%;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%; 
  max-width: 83.333333%;}

  .col-md-11 {
  -webkit-box-flex: 0 0 91.666667%;
  -moz-box-flex: 0 0 91.666667%;
  -webkit-flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

  .col-md-12 {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; } }
@media (min-width: 992px) {
  .col-lg-1 {
  -webkit-box-flex: 0 0 8.333333%;
  -moz-box-flex: 0 0 8.333333%;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

  .col-lg-2 {
  -webkit-box-flex: 0 0 16.666667%;
  -moz-box-flex: 0 0 16.666667%;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

  .col-lg-3 {
  -webkit-box-flex: 0 0 25%;
  -moz-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

  .col-lg-4 {
  -webkit-box-flex: 0 0 33.333333%;
  -moz-box-flex: 0 0 33.333333%;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

  .col-lg-5 {
  -webkit-box-flex: 0 0 41.666667%;
  -moz-box-flex: 0 0 41.666667%;
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

  .col-lg-6 {
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

  .col-lg-7 {
  -webkit-box-flex: 0 0 58.333333%;
  -moz-box-flex: 0 0 58.333333%;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

  .col-lg-8 {
  -webkit-box-flex: 0 0 66.666667%;
  -moz-box-flex: 0 0 66.666667%;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

  .col-lg-9 {
  -webkit-box-flex: 0 0 75%;
  -moz-box-flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

  .col-lg-10 {
  -webkit-box-flex: 0 0 83.333333%;
  -moz-box-flex: 0 0 83.333333%;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

  .col-lg-11 {
  -webkit-box-flex: 0 0 91.666667%;
  -moz-box-flex: 0 0 91.666667%;
  -webkit-flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

  .col-lg-12 {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; } }
@media (min-width: 1200px) {
  .col-xl-1 {
  -webkit-box-flex: 0 0 8.333333%;
  -moz-box-flex: 0 0 8.333333%;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

  .col-xl-2 {
  -webkit-box-flex: 0 0 16.666667%;
  -moz-box-flex: 0 0 16.666667%;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

  .col-xl-3 {
  -webkit-box-flex: 0 0 25%;
  -moz-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

  .col-xl-4 {
  -webkit-box-flex: 0 0 33.333333%;
  -moz-box-flex: 0 0 33.333333%;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

  .col-xl-5 {
  -webkit-box-flex: 0 0 41.666667%;
  -moz-box-flex: 0 0 41.666667%;
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

  .col-xl-6 {
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

  .col-xl-7 {
  -webkit-box-flex: 0 0 58.333333%;
  -moz-box-flex: 0 0 58.333333%;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

  .col-xl-8 {
  -webkit-box-flex: 0 0 66.666667%;
  -moz-box-flex: 0 0 66.666667%;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

  .col-xl-9 {
  -webkit-box-flex: 0 0 75%;
  -moz-box-flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%; 
  max-width: 75%; }

  .col-xl-10 {
  -webkit-box-flex: 0 0 83.333333%;
  -moz-box-flex: 0 0 83.333333%;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

  .col-xl-11 {
  -webkit-box-flex: 0 0 91.666667%;
  -moz-box-flex: 0 0 91.666667%;
  -webkit-flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

  .col-xl-12 {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; } }

.strong, .bold {
  font-weight: 600; }

html, body {
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  overflow-x: hidden; }

@media (max-width: 991px) {
  html, body {
  overflow-x: hidden; } }
:root {
  --primaryColour: #404a29;
  --blue: #8ebae5;
  --beige: #f1f1ed;
  --gutter: 15px;
  --headerHeight: 80px;
  --footerHeight:505px; }

@media screen and (min-width: 576px) {
  :root {
  --gutter: 30px; } }
@media (min-width: 769px) {
  :root {
  --gutter: 45px; } }
@media (min-width: 992px) {
  :root {
  --gutter: calc((100vw - 960px) / 2); } }
@media (min-width: 1200px) {
  :root {
  --gutter: calc((100vw - 1140px) / 2); } }
.text-gold {
  color: #c4b37c !important; }

a.text-gold[disabled],
a.text-blue[disabled] {
  color: #ccc !important; }

.text-blue {
  color: #8ebae5; }

.bg-blue {
  background-color: #8ebae5; }

.bg-green {
  background-color: var(--wp--preset--color--dark-green); }

.bg-beige {
  background-color: var(--wp--preset--color--sandy-beige); }

a.no-underline {
  text-decoration: none; }

a.no-underline-hover {
  text-decoration: none;
  color: inherit; }

a.no-underline-hover:hover {
  opacity: 0.9;
  text-decoration: none; }

body {
  overflow-x: hidden; }

@media (min-width: 576px) {
  .container {
  max-width: none; } }
@media (min-width: 768px) {
  .container {
  max-width: none; } }
/* Reusable header and footer styles */
.angle-down {
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
  display: inline-block;
  padding-left: 5px;
  font-size: 90%; }

@media (max-width: 991px) {
  .angle-down {
  -webkit-transform: rotate(-90deg) translate(-4px, 14px);
  -moz-transform: rotate(-90deg) translate(-4px, 14px);
  -ms-transform: rotate(-90deg) translate(-4px, 14px);
  -o-transform: rotate(-90deg) translate(-4px, 14px);
  transform: rotate(-90deg) translate(-4px, 14px); } }
.angle-right {
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
  display: inline-block;
  padding-left: 10px;
  font-size: 90%; }

.back__to__top {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 30px;
  right: var(--gutter);
  background-color: white;
  background-color: rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 230%; }

.back__to__top span {
  color: var(--wp--preset--color--dark-green); }

footer.container-fluid {
  height: var(--footerHeight);
  background-color: var(--wp--preset--color--dark-green);
  margin-top: calc(-1 * var(--footerHeight));
  padding: 45px calc(15px + var(--gutter)) 15px;
  color: white;
  position: relative; }

@media (max-width: 991px) {
  footer.container-fluid {
  height: auto;
  margin-top: 0; } }
footer ul {
  column-count: 3;
  list-style: none;
  padding: 0; }
footer ul .new_column{
  break-after: column;
}
footer ul li a {
  color: inherit; }

footer ul li a:hover {
  color: var(--wp--preset--color--light-blue);
  text-decoration: none; }

.footer__description {
  font-size: 80%;
  margin-bottom: 30px; }
  
.footer__copyright {
  font-size: 80%;
  margin-top: 3rem;
  margin-bottom: 3rem; }
.social_media{
	margin-bottom: 2rem;
}
.social_media i{
  width: 1.3rem;
  text-align: center;
}

@media (max-width: 768px) {
  footer ul{
  column-count: 1;
  }
  footer ul .new_column{
  break-after: initial;
  padding-top: 1rem;
  }
  .footer__details {
  order: 0; } }
@media (max-width: 768px) {
  .footer__links {
  order: -1; } }
.footer__inner {
  padding-top: 30px; }

.footer__logo {
  width: 180px;
  max-width: 100%; }

header {
  box-sizing: border-box;
  height: var(--headerHeight);
  background-color: transparent;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
  padding: 0px calc(15px + var(--gutter));
  position: fixed;
  top: 0;
  z-index: 5; }

@media (min-width: 992px) and (max-width: 1199px) {
  header {
  padding: 10px 15px;
  font-size: 88%; } }
@media (min-width: 992px) {
  header.home {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); } }
@media (max-width: 991px) {
  header.home {
  background-color: transparent; }

  header.home.visible_logo {
  background-color: white; } }
header.scrolling {
  top: 0;
  background: white;
  transition: all linear 0.1s; }

@media (max-width: 991px) {
  header {
  background-color: white; } }
@media (max-width: 768px) {
  header {
  padding-left: 15px; } }
#menu__btn {
  color: var(--wp--preset--color--dark-green);
  display: none;
  position: absolute;
  right: var(--gutter);
  top: 15px;
  font-size: 200%;
  cursor: pointer; }

@media (max-width: 991px) {
  #menu__btn {
  display: block; } }

.homepage_22_latest .elementor-post__text{
  display:flex;
  flex-direction:column;
}

.homepage_22_latest .elementor-post__read-more {
  order:2;
}

.homepage_22_latest .elementor-post__meta-data {
  order:1;
}

.home #menu__btn {
  color: white; }

.home.visible_logo #menu__btn {
  color: var(--wp--preset--color--dark-green); }

.home #menu__btn {
  color: white; }

.scrolling #menu__btn {
  color: var(--wp--preset--color--dark-green); }

.scrolling nav.main__navigation.homepage ul:not(.main__navigation__submenu) li,
.scrolling nav.main__navigation.homepage ul:not(.main__navigation__submenu) #search_btn{
  color: var(--wp--preset--color--dark-green); }

nav.main__navigation {
  height: 100%;
  flex-direction: row!important;
  display: flex;
}

nav.main__navigation ul:not(.main__navigation__submenu) {
  list-style: none;
  margin-bottom: 0;
  font-size: 110%; }

@media (min-width: 992px) {
  nav.main__navigation ul:not(.main__navigation__submenu) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; } }
nav.main__navigation ul:not(.main__navigation__submenu) li {
  margin: 0px;
  padding: 0 10px;
  font-weight: 600;
  font-size: 90%;
  letter-spacing: 1px;
  position: relative; }

@media (min-width: 992px) {
  nav.main__navigation ul:not(.main__navigation__submenu) li {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; } }
nav.main__navigation ul:not(.main__navigation__submenu) li a {
  color: inherit;
  text-decoration: none; }

nav.main__navigation ul:not(.main__navigation__submenu) li a:hover {
  color: var(--wp--preset--color--dark-green); }

nav.main__navigation ul:not(.main__navigation__submenu) li.lang {
  font-size: 60%;
  color: var(--wp--preset--color--light-blue); }

nav.main__navigation ul:not(.main__navigation__submenu) li.social__icons {
  font-size: 70%; }

nav.main__navigation ul:not(.main__navigation__submenu) li.social__icons a {
  margin: 0 3px; }

nav.main__navigation.homepage ul:not(.main__navigation__submenu) li,
nav.main__navigation.homepage ul:not(.main__navigation__submenu) li #search_btn{
  color: white;
  background-color: transparent; 
}

nav.main__navigation ul.main__navigation__submenu li{
  position: initial;
}

nav.main__navigation.homepage ul:not(.main__navigation__submenu) li a {
  background-color: transparent; }

nav.main__navigation ul.main__navigation__submenu {
  list-style: none;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  font-size: 70%;
  padding: 0;
  height: 0;
  overflow: hidden; }


@media (min-width: 992px) {
  nav.main__navigation li.about_us ul.main__navigation__submenu {
	overflow:visible;
  }
  
  
  nav.main__navigation ul.main__navigation__submenu {
  font-size: 110%;
  position: absolute;
  top: 100%;
  height: auto;
  display: none;
  background: white;
  list-style-type: none;
  min-width: 350px;
  left: -15px;
  box-shadow: 5px 4px 7px -2px rgba(0, 0, 0, 0.05); }

  nav.main__navigation ul.main__navigation__submenu.vis {
  display: block; }

  nav.main__navigation ul.main__navigation__submenu li {
  font-weight: normal;
  color: var(--wp--preset--color--dark-green);
  padding: 15px 8px;
  letter-spacing: 0;
  transition: opacity cubic-bezier(0.19, 1, 0.22, 1) 0.3s; }

  nav.main__navigation ul.main__navigation__submenu li:hover {
  background-color: #fafafa; }

  nav.main__navigation ul.main__navigation__submenu li.menu-item-has-children {
  width: 600px; } }
@media (max-width: 991px) {
  nav.main__navigation ul.main__navigation__submenu.vis {
  height: auto;
  padding-top: 15px; }

  nav.main__navigation ul.main__navigation__submenu li {
  font-weight: normal; }

  nav.main__navigation ul.main__navigation__submenu li ul li {
  font-size: 115%; } }
nav.main__navigation ul.main__navigation__submenu.sub_sub {
  left: auto;
  right: 0;
  top: 0%;
  background: white;
  padding: 0;
  z-index: 2;
  box-shadow: none; 
}
/* nav.main__navigation ul.main__navigation__submenu.sub_sub {
  top: -200%;
}
nav.main__navigation ul.main__navigation__submenu.sub_sub.second {
  top:0;	
}
nav.main__navigation ul.main__navigation__submenu.sub_sub.fourth {
  top:-300%;	
} */
@media (min-width: 992px) {
  nav.main__navigation.homepage ul.main__navigation__submenu li {
  color: var(--wp--preset--color--dark-green); } }
@media (max-width: 991px) {
  nav.main__navigation {
  display: none; } }
nav.main__navigation.menuOpen {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  left: 0;
  top: var(--headerHeight);
  padding-bottom: 15px; }

nav.main__navigation.menuOpen ul {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 15px 0 0 0;
  margin: 0;
  overflow-y: scroll;
  background: white; }

nav.main__navigation.menuOpen ul.main__navigation__submenu {
  padding: 0; }

@media (max-width: 991px) {
  nav.main__navigation.menuOpen ul.main__navigation__submenu.vis {
  padding-top: 15px; } }
nav.main__navigation.menuOpen ul li {
  font-size: 145%;
  padding-bottom: 20px; }

@media (max-width: 991px) {
  nav.main__navigation.menuOpen ul li {
  color: var(--wp--preset--color--dark-green) !important; }

  nav.main__navigation.menuOpen ul li a {
  color: var(--wp--preset--color--dark-green) !important; } }
nav.main__navigation.menuOpen ul li.social__icons a {
  margin: 0 7px; }

@media (max-width: 991px) {
  nav.main__navigation.menuOpen {
  height: calc(100vh - var(--headerHeight));
  padding-bottom: 0; } }
.navigation__logo {
  height: var(--headerHeight);
  width: 150px;
  background-image: url(images/logo.png);
  background-size: 100%;
  background-position: center left;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navigation__logo a {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.home .navigation__logo {
  background-image: url(images/logo_white.png); }

.home.scrolling .navigation__logo {
  background-image: url(images/logo.png); }

.home.visible_logo .navigation__logo {
  background-image: url(images/logo.png); }

.alignleft {
  float: left;
  padding: 15px 20px 15px 0; }

.alignright {
  float: right;
  padding: 15px 0px 15px 20px; }

.archive__author__image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  object-fit: cover; }

.article__content {
  padding-top: 15px;
  font-size: 110%;
  line-height: 180%; }

.home > .article__content {
  padding-top:0;
}
section.press-release{
  margin-bottom: 4rem;
}
.press_release_header{
  margin-bottom: 2rem;
}
.download_press_release:after{
  content: "";
  height: 0.5rem;
  width: 4rem;
  background-color: var(--wp--preset--color--dark-green);
  display: block;
  margin: 2rem 0;
}
.press-release h1{
  color: var(--wp--preset--color--light-blue);
  line-height: 1.2;
}
.press-release h3{
  color: var(--wp--preset--color--dark-green);
}
.press-release h2 {
  color: var(--wp--preset--color--light-blue);
  font-weight: bold;
  border-bottom: 2px solid var(--wp--preset--color--light-blue);
  padding-bottom: 5px;
  margin-bottom: 1rem;
}

.press_release_footer{
  margin-top: 4rem;
  padding: 2rem;
  background-color: var(--wp--preset--color--light-grey);
}

.social_icons{
  color: var(--wp--preset--color--light-blue);
  padding-bottom: 1rem;
}

.article__content a:not(.btn, .elementor-button, .wp-element-button) {
  color: var(--wp--preset--color--light-blue);
  position: relative; }

.article__content a:not(.btn, .elementor-button, .wp-element-button)::after {
  width: 100%;
  height: 2px;
  color: var(--wp--preset--color--light-blue);
  position: absolute;
  bottom: -2px;
  lefT: 0;
  content: "";
  transition: height cubic-bezier(0.19, 1, 0.22, 1) 0.3s; }

/* .article__content a:not(.btn, .elementor-button):hover::after {
  height: 100%;
  color: white; }

.article__content p.btn a {
  color: white; }

.article__content p.btn a:hover {
  text-transform: none; } */

.author__image__container.post_writer{
  width: 100px;
  min-width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 1rem;
  position: relative;
}

.recent_posts .author__image__container{
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.archive_page .author__image__container{
  width: 100%;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  border-radius: 50%;
}

.article__content .author__image,
.archive_page .author__image,
.recent_posts .author__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.archive_page .author__image{
  position: absolute;
}

blockquote.wp-block-quote > h2{
  position: relative;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: 0;
}
blockquote.wp-block-quote > h2::before,
blockquote.wp-block-quote > h2::after{
  color: var(--wp--preset--color--light-blue);
  font-size: 4rem;
}
blockquote.wp-block-quote > h2::before{
  content: '“';
  left: -1.9rem;
  top: -1rem;
  position: absolute;
}
  
blockquote.wp-block-quote > h2::after {
  content: '”';
  bottom: -1.3rem;
  left: 0.2rem;
  position: relative;
  line-height: 0;
}
  
@media (max-width:767px){
  .archive_page.pl-3, .archive_page.px-3{
	padding-right: 0 !important;
	padding-left: 0 !important;
	padding-bottom: 0rem!important;
  }
  .archive_page .col-3{
	flex: 0 0 100%;
	max-width: 70%;
  }
  .archive_page .author__image__container{
	margin-bottom:1rem;
  }
  .archive_page .col-9{
	flex: 0 0 100%;
	max-width: 100%;
  }
}

.article__content .alignwide {
  width: 70vw;
  position: relative;
  left: calc(-1 * var(--gutter) - 15px + 15vw);
}
@media (max-width: 1600px) {
  .article__content .alignwide {
    width: 100vw;
    left: calc(-1 * var(--gutter) - 15px); 
  } 
}
.article__content > .alignfull {
  width: 100vw;
  left: calc(-1 * var(--gutter) - 15px); 
}
  
.alignfull > img {
  width: 100vw; 
}

@media (max-width: 991px) {
  .article__image {
  -webkit-box-ordinal-group: -2;
  -moz-box-ordinal-group: -2;
  -ms-flex-order: -2;
  -webkit-order: -2;
  order: -2;
  margin-top: -30px; } }
.article__image.col-lg-5.full__width {
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: none; }

.article__title {
  font-size: 3.2rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}

@media (max-width: 991px) {
  .article__title {
  font-size: 2.5rem; } }
@media (min-width: 992px) {
  .article__title__container {
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1; } }

@supports (width: 100vw) {
img.blob {
  clip-path: url(#blob);
  max-width: 120%; }

.blob__image__shadow {
  display: none; }

@media (min-width: 992px) {
  .blob__image__shadow {
  display: block;
  clip-path: url(#blob);
  background-color: var(--wp--preset--color--light-blue); } }

#breadcrumbs,
ol.breadcrumb {
  background-color: white;
  font-size: 80%;
  padding: .75rem 0; }
#breadcrumbs,
ol.breadcrumb li {
  color: var(--wp--preset--color--light-blue); }
#breadcrumbs a,
ol.breadcrumb li a {
  color: var(--wp--preset--color--light-blue); }

ol.breadcrumb li.active {
  color: var(--wp--preset--color--light-blue); }

ol.breadcrumb li.breadcrumb-item + .breadcrumb-item::before {
  color: var(--wp--preset--color--light-blue);
  content: "\203A"; }
.breadcrumb_sep{
  padding: 0 0.5rem;
}
button, .btn, *[role="button"] {
  border-radius: 3px; }

.inherit-btn-primary a[role="button"],
.btn-primary {
  background-color: var(--wp--preset--color--light-blue);
  padding: 8px 30px;
  border: 0;
  border-radius: 0; 
line-height:1.5;
}

.inherit-btn-primary a[role="button"]:hover,
.inherit-btn-primary a[role="button"]:focus,
.btn-primary:hover, .btn-primary:focus {
  background-color: #7db0e1; }


.inherit-btn-primary a[role="button"],
.btn-primary.hasArrow {
  padding-right: 70px;
  position: relative; }

.inherit-btn-primary a[role="button"]:after,
.btn-primary.hasArrow::after {
  width: 40px;
  height: 100%;
  background-color: #79ade0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: absolute;
  right: 0;
  top: 0;
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-left: 0;
  transition: padding-left cubic-bezier(0.19, 1, 0.22, 1) 1s; }


.inherit-btn-primary a[role="button"]:hover:after,
.btn-primary.hasArrow:hover::after {
  padding-left: 10px; }

.accordion__group h2.c-accordion__title[role="button"],
.accordion__group h3.c-accordion__title[role="button"] {
  border-radius: 0;
  padding-right: 60px;
  background-color: white;
  border: 1px solid #ccc;
  font-size: 120%;
  margin-bottom: 15px;
  padding: 25px;
  width: 100%; }

.accordion__group h2.c-accordion__title[role="button"]::after,
.accordion__group h3.c-accordion__title[role="button"]::after {
  right: 60px; }

@media (max-width: 991px) {
  .accordion__group h2.c-accordion__title[role="button"]::after,
  .accordion__group h3.c-accordion__title[role="button"]::after {
  right: 12px;
  font-size: 130%; } }
@media (max-width: 768px) {
  .accordion__group h2.c-accordion__title[role="button"]::after,
  .accordion__group h3.c-accordion__title[role="button"]::after {
  right: 10px; } }
.accordion__group .c-accordion__content {
  padding: 15px;
  border-bottom: 1px solid #ccc; }

p.citations {
  line-height: 1.8;
  font-size: 0.7em; }

p.citations a {
  display: inline-block;
  margin-bottom: 0.8rem; }

.country_factsheets {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.country_factsheets li {
  padding: 0 1rem 0; }

.country_factsheets li img {
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.25); }

@media (min-width: 992px) {
  .country_factsheets li {
  max-width: 25%; } }
.country__header__gallery {
  overflow: hidden;
  z-index: -1;
  position: relative; }

@media (min-width: 769px) {
  .country__header__gallery {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; } }
@media (max-width: 768px) {
  .country__header__gallery {
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50vw);
  -moz-transform: translateX(-50vw);
  -ms-transform: translateX(-50vw);
  -o-transform: translateX(-50vw);
  transform: translateX(-50vw);
  -webkit-flex-basis: 100vw;
  -moz-flex-basis: 100vw;
  -ms-flex-basis: 100vw;
  flex-basis: 100vw;
  max-width: none; } }
.country__header__gallery + div.para {
  color: inherit;
  z-index: 2; }

@media (min-width: 769px) {
  .country__header__gallery + div.para {
  color: white; } }
@media (max-width: 768px) {
  .country__header__gallery + div.para {
  width: 100%;
  width: 100vw;
  padding-left: calc(15px + var(--gutter));
  padding-right: calc(15px + var(--gutter));
  left: -50vw;
  position: relative;
  margin-left: 50%;
  background: black;
  color: white;
  -webkit-flex-basis: 100vw;
  -moz-flex-basis: 100vw;
  -ms-flex-basis: 100vw;
  flex-basis: 100vw;
  max-width: none;
  padding-bottom: 15px; } }
.country__header__gallery div {
  height: 100%; }

.country__header__gallery::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 33%, rgba(0, 0, 0, 0));
  content: ""; }

@media (max-width: 768px) {
  .country__header__gallery::before {
  background: linear-gradient(to top, black 3%, rgba(0, 0, 0, 0) 40%); } }
.country__page__latest {
  padding: 5rem var(--gutter);
  background-color: var(--wp--preset--color--sandy-beige);
  width: 100vw;
  -webkit-transform: translateX(-50vw);
  -moz-transform: translateX(-50vw);
  -ms-transform: translateX(-50vw);
  -o-transform: translateX(-50vw);
  transform: translateX(-50vw);
  margin-left: 50%; }

img.country__page__logo {
  mix-blend-mode: multiply;
  max-width: 240px; }

dialog {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background: white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border: none;
  opacity: 1;
  transition: opacity ease 0.6s; }

dialog div {
  opacity: 0.05; }

.fact_sheets_page li {
  position: relative;
  padding-left: 30px; }

.fact_sheets_page li::before {
  left: -20px;
  top: -4px;
  position: relative;
  content: "\f105";
  font-family: FontAwesome; 
}

.fact_sheet_image_slider figure.factsheet_item{
  width: 70%;
}
.fact_sheet_image_slider:not(.flickity-enabled) figure.factsheet_item{
  margin: auto;
}
.fact_sheet_image_slider:not(.flickity-enabled) figure.factsheet_item img{
  -webkkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1); 
}

.fact_sheet_image_slider figure.factsheet_item a{
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
.fact_sheet_image_slider figure.factsheet_item.is-selected a{
  pointer-events: initial;
}
.fact_sheet_image_slider img {
  width: 100%;
  transition: transform 0.2s ease;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.fact_sheet_image_slider .is-selected img {
  -webkkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1); 
}

@media (min-width: 992px) {
  .featured__image__blob {
  width: 100%;
  max-width: 370px; } }
@media (min-width: 1200px) {
  .featured__image__blob {
  max-width: none; } }
@media (max-width: 991px) {
  .featured__image__blob {
  width: 100%; } }
@media (max-width: 768px) {
  .featured__image__blob {
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50vw);
  -moz-transform: translateX(-50vw);
  -ms-transform: translateX(-50vw);
  -o-transform: translateX(-50vw);
  transform: translateX(-50vw); } }
@media (min-width: 992px) {
  .featured__image__full__width {
  max-width: 100%;
  -webkit-clip-path: url(#fullWidth);
  clip-path: url(#fullWidth); } }
@media (max-width: 991px) {
  .featured__image__full__width {
  width: 100%; } }
@media (max-width: 768px) {
  .featured__image__full__width {
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50vw);
  -moz-transform: translateX(-50vw);
  -ms-transform: translateX(-50vw);
  -o-transform: translateX(-50vw);
  transform: translateX(-50vw); } }
@media (min-width: 992px) {
  .featured__image__container {
  display: block; } }
@media (min-width: 992px) {
  .featured__image__container.blob {
  -webkit-filter: drop-shadow(10px 10px 0px var(--wp--preset--color--light-blue));
  filter: drop-shadow(10px 10px 0px var(--wp--preset--color--light-blue)); } }
.featured__image__container.full__width {
  -webkit-filter: drop-shadow(0px 10px 0px var(--wp--preset--color--light-blue));
  filter: drop-shadow(0px 10px 0px var(--wp--preset--color--light-blue)); }

.fullWidth {
  width: 100%;
  width: 100vw;
  padding-left: calc(15px + var(--gutter));
  padding-right: calc(15px + var(--gutter));
  left: -50vw;
  position: relative;
  margin-left: 50%; }

@media (min-width: 992px) {
  .article__image + .article__content .full__width__page__section {
  width: calc(100% / 7 * 12); } }
#gallery {
  z-index: 1;
  min-height: 500px; }

@media (min-width: 1200px) {
  #gallery {
  min-height: 500px; } }

.hasLine {
  position: relative;
  padding-left: 15px; }

@media (min-width: 992px) {
  .hasLine::before {
  content: "";
  height: 0%;
  position: absolute;
  width: 2px;
  left: -15px;
  background-color: #b7d3ef;
  top: 4%;
  transition: height cubic-bezier(0.19, 1, 0.22, 1) 2.3s;
  transition-delay: 1s; }

  .hasLine.loaded::before {
  height: 96%; } }
.has-medium-font-size {
  line-height: 1.9; }

img[usemap], map area {
  outline: none; }

.image-map area:focus, .image-map area:active {
  outline: none;
  border: 0; }

.inline__logo {
  width: 150px;
  height: auto;
  padding-right: 15px; }

.internal_link {
  display: inline-block;
  transform: translateY(calc(-1 * var(--headerHeight))); }

.library .wp-block-group {
  padding: 2rem 3rem;
  margin-bottom: 2rem;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08); }

img.member {
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.11); }

.our-approach__intro__buttons .wp-block-button,
.our-work__buttons .wp-block-button {
  display: block; }

.our-approach__intro__buttons a.wp-block-button__link,
.our-work__buttons a.wp-block-button__link {
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.025);
  border-radius: 0;
  padding-right: 45px;
  display: block;
  color: #222;
  text-align: left;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  background-image: url(images/right_arrow.jpg);
  background-size: auto 20px;
  background-position: calc(100% - 10px);
  background-repeat: no-repeat; }

.our-approach__intro__buttons a.wp-block-button__link:hover,
.our-work__buttons a.wp-block-button__link:hover {
  cursor: pointer;
  text-decoration: none;
  -webkit-transform: translateX(1px) translateY(1px);
  -moz-transform: translateX(1px) translateY(1px);
  -ms-transform: translateX(1px) translateY(1px);
  -o-transform: translateX(1px) translateY(1px);
  transform: translateX(1px) translateY(1px); }

.our-approach__intro__buttons a.wp-block-button__link::after,
.our-work__buttons a.wp-block-button__link::after {
  color: var(--wp--preset--color--light-blue);
  position: absolute;
  right: 5px;
  content: ""; }

.our-approach__intro__buttons .back a.wp-block-button__link,
.our-work__buttons .back a.wp-block-button__link {
  padding-left: 60px;
  background-image: none; }

.our-approach__intro__buttons .back a.wp-block-button__link::before,
.our-work__buttons .back a.wp-block-button__link::before {
  content: "";
  width: 45px;
  height: 45px;
  background-image: url(images/right_arrow.jpg);
  position: absolute;
  left: 0;
  top: -6px;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
a.no-hover-underline {
  text-decoration: none; }

a.no-hover-underline:hover {
  text-decoration: none;
  opacity: 0.9; }

.our-work__sidebar {
  background-color: #f1f1ed;
  padding: 2rem; }

.our-work__sidebar h4 {
  border-bottom: 3pz solid var(--wp--preset--color--light-blue);
  margin-bottom: 15px;
  padding-bottom: 5px; }

.our-work__sidebar ul {
  list-style: none;
  padding: 0; }

.page-content__inner:not(.home) {
  padding-top: 30px; }

.page-content__wrapper {
  padding-bottom: 45px; }

nav.page__links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  padding-bottom: 3rem; }

nav.page__links .page-numbers {
  padding: 8px 5px;
  margin: 0 3px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #eee; }

#page-wrap {
  background-image: url(images/mosquitos_background.jpg);
  background-size: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  min-height: 100vh;
  height: auto;
  padding: calc(45px + var(--headerHeight)) var(--gutter) var(--footerHeight); }

@media (max-width: 768px) {
  #page-wrap {
  background-size: 200%;
  background-position: top center;
  padding-top: var(--headerHeight); } }
@media (max-width: 991px) {
  #page-wrap {
  padding-bottom: 30px; }

  #page-wrap.home {
  padding-top: var(--headerHeight); } }
#page-wrap.home {
  padding-top: 0; }

.resource_page_logo{
  height: 1.5rem;
  }
.resource_page_logo.target_malaria{
  background-image: url(images/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.resource__carousel:not(.flickity-enabled){
  display: flex;
}

.resource_page_container {
  background-color: var(--wp--preset--color--light-grey);
  border: 2px solid var(--wp--preset--color--dark-green);
  border-radius: 15px;
  padding: 15px;
  margin-right: 15px;
  height: auto;
  min-height: 100%;
  width: calc(25% - 15px);
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.resource_page_container .resource_page_date {
  display: inline-flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end; }

.resource_page_container::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 35px;
  height: 35px;
  border: 2px solid var(--wp--preset--color--dark-green);
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-left-radius: 15px; }

.resource_page_container::after {
  content: "";
  background-color: white;
  width: 35px;
  height: 49px;
  position: absolute;
  top: -16px;
  right: -36px;
  border-left: 2px solid var(--wp--preset--color--dark-green);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotate(-45deg);
  -mos-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }
  
.resource__carousel .flickity-prev-next-button.previous{
  left: -30px;
}
.resource__carousel .flickity-prev-next-button.next{
  right: -30px;
}

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

.sectionCurve svg {
  width: 100%; }

.sectionCurve.bottom {
  top: auto;
  bottom: -1px; }

.sectionCurve.bottom svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

/* .single_post span[id] {
  display: block;
  position: relative;
  top: calc(-1 * var(--headerHeight));
  visibility: hidden; } */

.wp-block-cover,
.wp-block-cover-image {
  height: auto;
  background-position: Center center;
  min-height: 430px; }

@media (max-width: 768px) {
  .wp-block-cover,
  .wp-block-cover-image {
  min-height: 80vw; } }

figure.wp-block-image .single_post {
  background: #f7f7f7;
  padding: 15px; }

.wp-block-image img {
  height: auto; }


/* Translation */
.menu-translation-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

@media (max-width:991px){
  .menu-translation-container {
	box-shadow: 0 40px 30px 10px rgba(0,0,0,0.1);
  }
}

nav.main__navigation ul li.wpml-ls-menu-item {
  font-size: 70%; 
}

nav.main__navigation ul ul.sub-menu {
  margin: 0;
  padding: 0; }

@media (max-width: 767px) {
  .wpml-ls-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

  .wpml-ls-item a {
  font-size: 20px; }

  .wpml-ls-item ul.sub-menu li {
  padding-bottom: 0 !important; } }
@media (max-width: 767px) {
  .article__content {
  line-height: normal; } }

:root {
  --footerHeight:600px; }

#footer_signup input[type="email"] {
  padding: 12px;
  max-width: 100%; }

#footer_signup input[type="submit"] {
  padding: 6px 24px;
  border: 0;
  border-radius: 0;
  display: block; }

#footer_signup .wpcf7-list-item {
  margin-left: 0; }

#popmake-8628 {
  max-width:700px!important;
  display:flex!important;
  flex-direction:column!important;
}
#once-popup {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
  z-index: 10000;
}
#once-popup .inner {
  background: #404a29;
  padding: 20px;
  width: 90%;
  max-width: 450px;
  margin: 50px auto;
  }
#once-popup #popup-close {
  float: right;
  font-size: 30px;
  line-height: 10px;
  padding: 5px;
  cursor: pointer;
  color:#fff;
}
#once-popup input:not([type="submit"], [type="checkbox"]),
#popmake-8628 input:not([type="submit"], [type="checkbox"]) {
  padding:5px 15px!important;
  width:100%!important;
}
#once-popup input[type="submit"],
#popmake-8628 input[type="submit"] {
  padding:10px 30px!important;
  margin-top:1rem;
  background-color:var(--wp--preset--color--light-blue)!important;
  color:white!important;
  border:0!important;
  border-radius:0!important;
}
#once-popup form > p,
#popmake-8628 form > p {
  display:flex!important;
  flex-direction:column!important;
  gap:5px!important;
}
#once-popup h2,
#popmake-8628 .popmake-title {
  color:#fff;
  padding:1rem 0!important;
  text-align:center!important;
}

/* LATEST PAGE FEED */

.latest_page_feed#news {
  --secCol: var(--wp--preset--color--dark-green);
}

.latest_page_feed#blog{
  --secCol: var(--wp--preset--color--light-blue);
}
.latest_page_feed .post_meta p{
  color: var(--secCol) !important;
}

.latest_page_feed .post_cat p{
  font-size: 75% !important;
}

.elementor-widget-loop-grid.latest_page_feed .elementor-widget-image img{
  object-fit: cover;
  border-radius: 50%;
  height: 150px;
  width: 150px;
}

.elementor-widget-loop-grid.latest_page_feed .elementor-widget-image + .elementor-widget-image{
  display: none !important;
  visibility: hidden !important;
}

@media (max-width:767px){
  .carousel-cell{
    width: 100% !important;
  }
  .gallery_carousel.alignfull .flickity-page-dots{
            display: none;      
  }
  .gallery_carousel.alignfull .flickity-prev-next-button.previous{
    left: 30px;
  }
  .gallery_carousel.alignfull .flickity-prev-next-button.next{
    right: 30px;
  }

			.breads{
				font-size: 1rem;
				font-size: .85em;
			}
			#breadcrumbs{
				font-size: 80%;
			}
			.person-content__inner{
				color: var(--wp--preset--color--black);
				font-family: var( --e-global-typography-text-font-family ), Sans-serif;
				margin-bottom: 4rem;
			}
			.search_results .search_list{
			  display: flex;
			  flex-wrap: wrap;
			  gap: 2rem;
              margin-right: 15px;
              margin-left: 15px;
			}
			.blog_grid-sizer{
			  width: calc(33.33% - 1.35rem);
			}
			.blog_gutter-sizer{
			  width: 2rem;
			}
			.filter{
			  display: flex;
			  padding: 0 15px;
			  justify-content: flex-start;
			  gap: 1.5rem;
			  align-items: center;
			}
			.filter .search_filter{
			  margin-left: auto;
			}
			.filter .search_filter input{
			  border: 0;
			  padding: 3px 6px;
			  background-color: #F1F1ED;
			}
	  .search_results_pagination{
		margin: auto;
		gap: 1rem;
		display: flex;
		color: #222222;
	  }
			.person-content__inner a,
			.person-content__inner h1,
			.article__title,
	  .single_result_content a,
	  .search_results_pagination a{
				color: var(--wp--preset--color--light-blue);
			}
			.person-content__inner h1,
	  #page-wrap .search_results_page h1.article__title{
				font-size: 2.5rem;
				margin-bottom: 20px !important;
			}
			.person-content__inner h2,
			.person-content__inner h2 p{
				color: var(--wp--preset--color--dark-green);
				font-size: 24px;
				font-weight: 600;
				line-height: 31px;
			}
			.person-content__inner p,
			.person-content__inner ul,
			.person-content__inner ul li{
				font-size: 18px;
				font-weight: 400;
				line-height: 1.9em;
			}
			.person-content__inner ul{
				padding-left: 20px;
			}
			.person-content__inner a.elementor-icon{
				font-size: 23px;
			}
			.person_header{
				display: flex;
			}
			.person_column{
				width: 50%;
				display: flex;
				flex-direction: column;
				justify-content: center;
			}
			.person-content__inner .person_right_column{
				align-items: center;
			}
			.person-content__inner .person_right_column img{
				max-width: 100%;
				width: 300px;
				border-radius: 10px 10px 10px 10px;
				margin: 0;
			}
			.entry-content{
				width: 100%;
			}
			.person_content,
			.related_content{
				margin-top: 4rem;
			}
			.media-carousel{
				width: calc(100% + 30px);
				/* height: 550px; */
				margin: 1rem -15px 3vw;
			}
			.media-carousel:not(.flickity-enabled){
				display: flex;
			}
			.media-carousel .flickity-prev-next-button.previous{
				left: -50px;
			}
			.media-carousel .flickity-prev-next-button.next{
				right: -50px;
			}
	    .search_result_single figure{
		        aspect-ratio: 16 / 9;
				width: 100%;
				overflow: hidden;
				margin: 0;
			}
	  .search_result_single figure img,
	  .search_result_single figure iframe{
				height: 100%;
				width: 100%;
				object-fit: cover;
				padding: 0;
			}
			.search_placeholder{
			  height: 100%;
			  width: 100%;
			  object-fit: cover;
			  padding: 0;
			  background-color: #F1F1ED;
			  background-image: url(images/logo.png);
			  background-repeat: no-repeat;
			  background-size: 50% auto;
			  background-position: center;
			}
	  .search_result_single .single_result_content{
				padding: 20px;
			}
	         .single_result_content h4{
				font-size: 1rem;
				color: var(--wp--preset--color--black);
				font-weight: 400;
				text-transform: uppercase;
                margin:0;
			}
	         .single_result_content h5{
				font-size: 1.25rem;
				color: #000000;
				font-weight: 700;
				line-height: 1.4;
			}
			.related_content{
				margin-bottom: 4rem;
			}
			.related_content  ul li{
				line-height: 1.2;
				margin-bottom: 0.6rem;
			}

.curve .elementor-widget-container img{
  display: block !important;
}