@charset "UTF-8";
/* line 4, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_buttons.scss */
button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  /* line 25, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_buttons.scss */
  button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
    background-color: #11519a;
    color: #fff; }
  /* line 30, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_buttons.scss */
  button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_buttons.scss */
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    /* line 39, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_buttons.scss */
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #1565c0; }

/* line 5, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_forms.scss */
fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

/* line 12, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_forms.scss */
legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

/* line 18, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_forms.scss */
label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

/* line 24, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_forms.scss */
input,
select,
textarea {
  display: block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px; }

/* line 32, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_forms.scss */
[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%; }
  /* line 44, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_forms.scss */
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  /* line 48, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_forms.scss */
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
    outline: none; }
  /* line 54, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_forms.scss */
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    /* line 58, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_forms.scss */
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  /* line 63, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_forms.scss */
  [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #858585; }
  [type='color']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='email']::-moz-placeholder, [type='month']::-moz-placeholder, [type='number']::-moz-placeholder, [type='password']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='text']::-moz-placeholder, [type='time']::-moz-placeholder, [type='url']::-moz-placeholder, [type='week']::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
    color: #858585; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #858585; }
  [type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #858585; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

/* line 68, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_forms.scss */
textarea {
  resize: vertical; }

/* line 72, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_forms.scss */
[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

/* line 78, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_forms.scss */
[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

/* line 83, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_forms.scss */
select {
  margin-bottom: 0.75em;
  width: 100%; }

/* line 92, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_forms.scss */
[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px; }

/* line 1, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_layout.scss */
html {
  background-color: #fff;
  box-sizing: border-box; }

/* line 6, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_layout.scss */
*,
*::before,
*::after {
  box-sizing: inherit; }

/* line 12, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_layout.scss */
html,
body {
  height: 100%; }

/* line 17, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_layout.scss */
body {
  margin: 0; }

/* line 1, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_lists.scss */
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

/* line 8, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_lists.scss */
dl {
  margin: 0; }

/* line 12, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_lists.scss */
dt {
  font-weight: 600;
  margin: 0; }

/* line 17, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_lists.scss */
dd {
  margin: 0; }

/* line 1, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_media.scss */
figure {
  margin: 0; }

/* line 5, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_media.scss */
img,
picture {
  margin: 0;
  max-width: 100%; }

/* line 1, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_tables.scss */
table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%; }

/* line 9, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_tables.scss */
thead {
  line-height: 1.2;
  vertical-align: bottom; }

/* line 14, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_tables.scss */
tbody {
  vertical-align: top; }

/* line 18, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_tables.scss */
tr {
  border-bottom: 1px solid #ddd; }

/* line 22, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_tables.scss */
th {
  font-weight: 600; }

/* line 26, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_tables.scss */
th,
td {
  padding: 0.75em 0.75em 0.75em 0; }

/* line 1, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_typography.scss */
html {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 100%;
  line-height: 1.5; }

/* line 8, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

/* line 20, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_typography.scss */
p {
  margin: 0 0 0.75em; }

/* line 24, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_typography.scss */
a {
  color: #1565c0;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease; }
  /* line 29, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_typography.scss */
  a:hover {
    color: #104c90; }
  /* line 33, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_typography.scss */
  a:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }

/* line 39, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bitters/_typography.scss */
hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.334em) translateZ(0);
    transform: translateY(1.334em) translateZ(0); }
  100% {
    opacity: 1; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.334em) translateZ(0);
    transform: translateY(1.334em) translateZ(0); }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1.334em) translateZ(0);
    transform: translateY(-1.334em) translateZ(0); }
  100% {
    opacity: 1; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1.334em) translateZ(0);
    transform: translateY(-1.334em) translateZ(0); }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1.334em) translateZ(0);
    transform: translateX(-1.334em) translateZ(0); }
  100% {
    opacity: 1; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1.334em) translateZ(0);
    transform: translateX(-1.334em) translateZ(0); }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1.334em) translateZ(0);
    transform: translateX(1.334em) translateZ(0); }
  100% {
    opacity: 1; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1.334em) translateZ(0);
    transform: translateX(1.334em) translateZ(0); }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateZ(0);
    transform: scale(0) translateZ(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes fadeInZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateZ(0);
    transform: scale(0) translateZ(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes fadeInZoomBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  60% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes fadeInZoomBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  60% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-13.34em) translateZ(0);
    transform: translateX(-13.34em) translateZ(0); }
  65% {
    opacity: 1;
    -webkit-transform: translateX(1.334em);
    transform: translateX(1.334em); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-13.34em) translateZ(0);
    transform: translateX(-13.34em) translateZ(0); }
  65% {
    opacity: 1;
    -webkit-transform: translateX(1.334em);
    transform: translateX(1.334em); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(13.34em) translateZ(0);
    transform: translateX(13.34em) translateZ(0); }
  65% {
    opacity: 1;
    -webkit-transform: translateX(-1.334em);
    transform: translateX(-1.334em); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(13.34em) translateZ(0);
    transform: translateX(13.34em) translateZ(0); }
  65% {
    opacity: 1;
    -webkit-transform: translateX(-1.334em);
    transform: translateX(-1.334em); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10em) rotate(0) translateZ(0);
    transform: translateY(-10em) rotate(0) translateZ(0); }
  10% {
    -webkit-transform: translateY(-10em) rotate(-40deg);
    transform: translateY(-10em) rotate(-40deg); }
  90% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); } }

@keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10em) rotate(0) translateZ(0);
    transform: translateY(-10em) rotate(0) translateZ(0); }
  10% {
    -webkit-transform: translateY(-10em) rotate(-40deg);
    transform: translateY(-10em) rotate(-40deg); }
  90% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); } }

@-webkit-keyframes riseIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10em) translateZ(0);
    transform: translateY(10em) translateZ(0); }
  50% {
    opacity: 1; } }

@keyframes riseIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10em) translateZ(0);
    transform: translateY(10em) translateZ(0); }
  50% {
    opacity: 1; } }

@-webkit-keyframes popIn {
  0% {
    -webkit-transform: scale(0.25) translateZ(0);
    transform: scale(0.25) translateZ(0);
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes popIn {
  0% {
    -webkit-transform: scale(0.25) translateZ(0);
    transform: scale(0.25) translateZ(0);
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes turnInDown {
  0% {
    opacity: 0;
    -webkit-transform: perspective(500px) rotateX(-225deg) translateZ(150px);
    transform: perspective(500px) rotateX(-225deg) translateZ(150px); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(800px) rotateX(0deg) translateZ(0);
    transform: perspective(800px) rotateX(0deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; } }

@keyframes turnInDown {
  0% {
    opacity: 0;
    -webkit-transform: perspective(500px) rotateX(-225deg) translateZ(150px);
    transform: perspective(500px) rotateX(-225deg) translateZ(150px); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(800px) rotateX(0deg) translateZ(0);
    transform: perspective(800px) rotateX(0deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; } }

@-webkit-keyframes turnInUp {
  0% {
    opacity: 0;
    -webkit-transform: perspective(500px) rotateX(225deg) translateZ(150px);
    transform: perspective(500px) rotateX(225deg) translateZ(150px); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(800px) rotateX(0deg) translateZ(0);
    transform: perspective(800px) rotateX(0deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; } }

@keyframes turnInUp {
  0% {
    opacity: 0;
    -webkit-transform: perspective(500px) rotateX(225deg) translateZ(150px);
    transform: perspective(500px) rotateX(225deg) translateZ(150px); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(800px) rotateX(0deg) translateZ(0);
    transform: perspective(800px) rotateX(0deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; } }

@-webkit-keyframes stretch {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  40% {
    -webkit-transform: scaleY(1.05);
    transform: scaleY(1.05); }
  60% {
    -webkit-transform: scaleY(0.97125);
    transform: scaleY(0.97125); }
  80% {
    -webkit-transform: scaleY(1.05);
    transform: scaleY(1.05); }
  100% {
    -webkit-transform: scaleY(0.97125);
    transform: scaleY(0.97125); }
  80% {
    -webkit-transform: scaleY(1.02375);
    transform: scaleY(1.02375); }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@keyframes stretch {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  40% {
    -webkit-transform: scaleY(1.05);
    transform: scaleY(1.05); }
  60% {
    -webkit-transform: scaleY(0.97125);
    transform: scaleY(0.97125); }
  80% {
    -webkit-transform: scaleY(1.05);
    transform: scaleY(1.05); }
  100% {
    -webkit-transform: scaleY(0.97125);
    transform: scaleY(0.97125); }
  80% {
    -webkit-transform: scaleY(1.02375);
    transform: scaleY(1.02375); }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@-webkit-keyframes newspaper {
  0% {
    opacity: 0;
    -webkit-transform: rotate(720deg) scale(0.33) translateZ(0);
    transform: rotate(720deg) scale(0.33) translateZ(0); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); } }

@keyframes newspaper {
  0% {
    opacity: 0;
    -webkit-transform: rotate(720deg) scale(0.33) translateZ(0);
    transform: rotate(720deg) scale(0.33) translateZ(0); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1.334em);
    transform: translateY(1.334em); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1.334em);
    transform: translateY(1.334em); } }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1.334em);
    transform: translateY(-1.334em); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1.334em);
    transform: translateY(-1.334em); } }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-1.334em) translateZ(0);
    transform: translateX(-1.334em) translateZ(0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-1.334em) translateZ(0);
    transform: translateX(-1.334em) translateZ(0); } }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(1.334em) translateZ(0);
    transform: translateX(1.334em) translateZ(0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(1.334em) translateZ(0);
    transform: translateX(1.334em) translateZ(0); } }

@-webkit-keyframes fadeOutZoom {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes fadeOutZoom {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); } }

@-webkit-keyframes fadeOutZoomBig {
  0% {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0); }
  40% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  60% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes fadeOutZoomBig {
  0% {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0); }
  40% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  60% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); } }

@-webkit-keyframes slideOutLeft {
  35% {
    opacity: 1;
    -webkit-transform: translateX(1.334em) translateZ(0);
    transform: translateX(1.334em) translateZ(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-13.34em);
    transform: translateX(-13.34em); } }

@keyframes slideOutLeft {
  35% {
    opacity: 1;
    -webkit-transform: translateX(1.334em) translateZ(0);
    transform: translateX(1.334em) translateZ(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-13.34em);
    transform: translateX(-13.34em); } }

@-webkit-keyframes slideOutRight {
  35% {
    opacity: 1;
    -webkit-transform: translateX(-1.334em) translateZ(0);
    transform: translateX(-1.334em) translateZ(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(13.34em);
    transform: translateX(13.34em); } }

@keyframes slideOutRight {
  35% {
    opacity: 1;
    -webkit-transform: translateX(-1.334em) translateZ(0);
    transform: translateX(-1.334em) translateZ(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(13.34em);
    transform: translateX(13.34em); } }

@-webkit-keyframes explode {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(5);
    transform: scale(5); } }

@keyframes explode {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(5);
    transform: scale(5); } }

@-webkit-keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10em) rotate(-40deg);
    transform: translateY(10em) rotate(-40deg); } }

@keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10em) rotate(-40deg);
    transform: translateY(10em) rotate(-40deg); } }

@-webkit-keyframes riseOut {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-10em);
    transform: translateY(-10em); } }

@keyframes riseOut {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-10em);
    transform: translateY(-10em); } }

@-webkit-keyframes poof {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(40px); } }

@keyframes poof {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(40px); } }

@-webkit-keyframes turnOutDown {
  0% {
    opacity: 1;
    -webkit-transform: perspective(800px) rotateX(0deg) translateZ(0);
    transform: perspective(800px) rotateX(0deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  100% {
    opacity: 0;
    -webkit-transform: perspective(500px) rotateX(-225deg) translateZ(150px);
    transform: perspective(500px) rotateX(-225deg) translateZ(150px); } }

@keyframes turnOutDown {
  0% {
    opacity: 1;
    -webkit-transform: perspective(800px) rotateX(0deg) translateZ(0);
    transform: perspective(800px) rotateX(0deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  100% {
    opacity: 0;
    -webkit-transform: perspective(500px) rotateX(-225deg) translateZ(150px);
    transform: perspective(500px) rotateX(-225deg) translateZ(150px); } }

@-webkit-keyframes turnOutUp {
  0% {
    opacity: 1;
    -webkit-transform: perspective(800px) rotateX(0deg) translateZ(0);
    transform: perspective(800px) rotateX(0deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  100% {
    opacity: 0;
    -webkit-transform: perspective(500px) rotateX(225deg) translateZ(150px);
    transform: perspective(500px) rotateX(225deg) translateZ(150px); } }

@keyframes turnOutUp {
  0% {
    opacity: 1;
    -webkit-transform: perspective(800px) rotateX(0deg) translateZ(0);
    transform: perspective(800px) rotateX(0deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  100% {
    opacity: 0;
    -webkit-transform: perspective(500px) rotateX(225deg) translateZ(150px);
    transform: perspective(500px) rotateX(225deg) translateZ(150px); } }

@-webkit-keyframes compress {
  0% {
    -webkit-transform: scaleY(1) translateZ(0);
    transform: scaleY(1) translateZ(0); }
  30% {
    -webkit-transform: scaleY(1.05);
    transform: scaleY(1.05); }
  50% {
    -webkit-transform: scaleY(0.97125);
    transform: scaleY(0.97125); }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }

@keyframes compress {
  0% {
    -webkit-transform: scaleY(1) translateZ(0);
    transform: scaleY(1) translateZ(0); }
  30% {
    -webkit-transform: scaleY(1.05);
    transform: scaleY(1.05); }
  50% {
    -webkit-transform: scaleY(0.97125);
    transform: scaleY(0.97125); }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }

@-webkit-keyframes float {
  0%, 50%, 100% {
    -webkit-transform: translateY(-0.25em) translateZ(0);
    transform: translateY(-0.25em) translateZ(0); }
  25% {
    -webkit-transform: translateY(0.25em) rotate(1deg);
    transform: translateY(0.25em) rotate(1deg); }
  75% {
    -webkit-transform: translateY(0.25em) rotate(-1deg);
    transform: translateY(0.25em) rotate(-1deg); } }

@keyframes float {
  0%, 50%, 100% {
    -webkit-transform: translateY(-0.25em) translateZ(0);
    transform: translateY(-0.25em) translateZ(0); }
  25% {
    -webkit-transform: translateY(0.25em) rotate(1deg);
    transform: translateY(0.25em) rotate(1deg); }
  75% {
    -webkit-transform: translateY(0.25em) rotate(-1deg);
    transform: translateY(0.25em) rotate(-1deg); } }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0); }
  15% {
    -webkit-transform: translateX(0.55em);
    transform: translateX(0.55em); }
  35% {
    -webkit-transform: translateX(-0.55em);
    transform: translateX(-0.55em); }
  50% {
    -webkit-transform: translateX(0.275em);
    transform: translateX(0.275em); }
  65% {
    -webkit-transform: translateX(-0.275em);
    transform: translateX(-0.275em); }
  85% {
    -webkit-transform: translateX(0.1833333333em);
    transform: translateX(0.1833333333em); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0); }
  15% {
    -webkit-transform: translateX(0.55em);
    transform: translateX(0.55em); }
  35% {
    -webkit-transform: translateX(-0.55em);
    transform: translateX(-0.55em); }
  50% {
    -webkit-transform: translateX(0.275em);
    transform: translateX(0.275em); }
  65% {
    -webkit-transform: translateX(-0.275em);
    transform: translateX(-0.275em); }
  85% {
    -webkit-transform: translateX(0.1833333333em);
    transform: translateX(0.1833333333em); } }

@-webkit-keyframes teeter {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateZ(0);
    transform: rotate(0deg) translateZ(0); }
  15% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  30% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  45% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  60% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  73% {
    -webkit-transform: rotate(3.3333333333deg);
    transform: rotate(3.3333333333deg); }
  86% {
    -webkit-transform: rotate(-3.3333333333deg);
    transform: rotate(-3.3333333333deg); } }

@keyframes teeter {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateZ(0);
    transform: rotate(0deg) translateZ(0); }
  15% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  30% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  45% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  60% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  73% {
    -webkit-transform: rotate(3.3333333333deg);
    transform: rotate(3.3333333333deg); }
  86% {
    -webkit-transform: rotate(-3.3333333333deg);
    transform: rotate(-3.3333333333deg); } }

@-webkit-keyframes quiver {
  0% {
    -webkit-transform: translate3d(2px, 1px, 0) rotate(0deg);
    transform: translate3d(2px, 1px, 0) rotate(0deg); }
  10% {
    -webkit-transform: translate3d(-1px, 2px, 0) rotate(2deg);
    transform: translate3d(-1px, 2px, 0) rotate(2deg); }
  20% {
    -webkit-transform: translate3d(-3px, 0) rotate(-2deg);
    transform: translate3d(-3px, 0) rotate(-2deg); }
  30% {
    -webkit-transform: translate3d(0, 2px, 0) rotate(0deg);
    transform: translate3d(0, 2px, 0) rotate(0deg); }
  40% {
    -webkit-transform: translate3d(1px, -1px, 0) rotate(2deg);
    transform: translate3d(1px, -1px, 0) rotate(2deg); }
  50% {
    -webkit-transform: translate3d(-1px, 2px, 0) rotate(-2deg);
    transform: translate3d(-1px, 2px, 0) rotate(-2deg); }
  60% {
    -webkit-transform: translate3d(-3px, 1px, 0) rotate(0deg);
    transform: translate3d(-3px, 1px, 0) rotate(0deg); }
  70% {
    -webkit-transform: translate3d(2px, 1px, 0) rotate(2deg);
    transform: translate3d(2px, 1px, 0) rotate(2deg); }
  80% {
    -webkit-transform: translate3d(-1px, -1px, 0) rotate(-2deg);
    transform: translate3d(-1px, -1px, 0) rotate(-2deg); }
  90% {
    -webkit-transform: translate3d(2px, 2px, 0) rotate(0deg);
    transform: translate3d(2px, 2px, 0) rotate(0deg); }
  100% {
    -webkit-transform: translate3d(1px, -2px, 0) rotate(2deg);
    transform: translate3d(1px, -2px, 0) rotate(2deg); } }

@keyframes quiver {
  0% {
    -webkit-transform: translate3d(2px, 1px, 0) rotate(0deg);
    transform: translate3d(2px, 1px, 0) rotate(0deg); }
  10% {
    -webkit-transform: translate3d(-1px, 2px, 0) rotate(2deg);
    transform: translate3d(-1px, 2px, 0) rotate(2deg); }
  20% {
    -webkit-transform: translate3d(-3px, 0) rotate(-2deg);
    transform: translate3d(-3px, 0) rotate(-2deg); }
  30% {
    -webkit-transform: translate3d(0, 2px, 0) rotate(0deg);
    transform: translate3d(0, 2px, 0) rotate(0deg); }
  40% {
    -webkit-transform: translate3d(1px, -1px, 0) rotate(2deg);
    transform: translate3d(1px, -1px, 0) rotate(2deg); }
  50% {
    -webkit-transform: translate3d(-1px, 2px, 0) rotate(-2deg);
    transform: translate3d(-1px, 2px, 0) rotate(-2deg); }
  60% {
    -webkit-transform: translate3d(-3px, 1px, 0) rotate(0deg);
    transform: translate3d(-3px, 1px, 0) rotate(0deg); }
  70% {
    -webkit-transform: translate3d(2px, 1px, 0) rotate(2deg);
    transform: translate3d(2px, 1px, 0) rotate(2deg); }
  80% {
    -webkit-transform: translate3d(-1px, -1px, 0) rotate(-2deg);
    transform: translate3d(-1px, -1px, 0) rotate(-2deg); }
  90% {
    -webkit-transform: translate3d(2px, 2px, 0) rotate(0deg);
    transform: translate3d(2px, 2px, 0) rotate(0deg); }
  100% {
    -webkit-transform: translate3d(1px, -2px, 0) rotate(2deg);
    transform: translate3d(1px, -2px, 0) rotate(2deg); } }

@-webkit-keyframes sway {
  0%, 50%, 100% {
    -webkit-transform: rotate(3deg) translateZ(0);
    transform: rotate(3deg) translateZ(0); }
  25% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  75% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); } }

@keyframes sway {
  0%, 50%, 100% {
    -webkit-transform: rotate(3deg) translateZ(0);
    transform: rotate(3deg) translateZ(0); }
  25% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  75% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) translateZ(0);
    transform: rotate(0deg) translateZ(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) translateZ(0);
    transform: rotate(0deg) translateZ(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes bounce {
  0%, 85%, 100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1) translateZ(0);
    transform: translateY(0) scaleY(1) scaleX(1) translateZ(0); }
  25% {
    -webkit-transform: translateY(-1.35rem) scaleY(1.02) scaleX(0.98);
    transform: translateY(-1.35rem) scaleY(1.02) scaleX(0.98); }
  35% {
    -webkit-transform: translateY(0) scaleY(0.98) scaleX(1.02);
    transform: translateY(0) scaleY(0.98) scaleX(1.02); }
  50% {
    -webkit-transform: translateY(-1rem) scaleY(1.01) scaleX(0.99);
    transform: translateY(-1rem) scaleY(1.01) scaleX(0.99); }
  60% {
    -webkit-transform: translateY(0) scaleY(0.99) scaleX(1.01);
    transform: translateY(0) scaleY(0.99) scaleX(1.01); }
  75% {
    -webkit-transform: translateY(-0.05rem);
    transform: translateY(-0.05rem); } }

@keyframes bounce {
  0%, 85%, 100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1) translateZ(0);
    transform: translateY(0) scaleY(1) scaleX(1) translateZ(0); }
  25% {
    -webkit-transform: translateY(-1.35rem) scaleY(1.02) scaleX(0.98);
    transform: translateY(-1.35rem) scaleY(1.02) scaleX(0.98); }
  35% {
    -webkit-transform: translateY(0) scaleY(0.98) scaleX(1.02);
    transform: translateY(0) scaleY(0.98) scaleX(1.02); }
  50% {
    -webkit-transform: translateY(-1rem) scaleY(1.01) scaleX(0.99);
    transform: translateY(-1rem) scaleY(1.01) scaleX(0.99); }
  60% {
    -webkit-transform: translateY(0) scaleY(0.99) scaleX(1.01);
    transform: translateY(0) scaleY(0.99) scaleX(1.01); }
  75% {
    -webkit-transform: translateY(-0.05rem);
    transform: translateY(-0.05rem); } }

@-webkit-keyframes pulsate {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0); }
  50% {
    opacity: 0.85;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes pulsate {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0); }
  50% {
    opacity: 0.85;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@-webkit-keyframes aroundTheWorld {
  0% {
    -webkit-transform: rotate(0deg) translate3d(-5em, -5em, 0) rotate(0deg);
    transform: rotate(0deg) translate3d(-5em, -5em, 0) rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg) translate3d(-5em, -5em, 0) rotate(-360deg);
    transform: rotate(360deg) translate3d(-5em, -5em, 0) rotate(-360deg); } }

@keyframes aroundTheWorld {
  0% {
    -webkit-transform: rotate(0deg) translate3d(-5em, -5em, 0) rotate(0deg);
    transform: rotate(0deg) translate3d(-5em, -5em, 0) rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg) translate3d(-5em, -5em, 0) rotate(-360deg);
    transform: rotate(360deg) translate3d(-5em, -5em, 0) rotate(-360deg); } }

@-webkit-keyframes ping {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes ping {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@-webkit-keyframes squareDance {
  0%, 100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  25% {
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); }
  50% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  75% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes squareDance {
  0%, 100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  25% {
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); }
  50% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  75% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes sunrise {
  0% {
    -webkit-transform: rotate(0deg) translate(-15em) rotate(0deg);
    transform: rotate(0deg) translate(-15em) rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg) translate(-15em) rotate(-180deg);
    transform: rotate(180deg) translate(-15em) rotate(-180deg); } }

@keyframes sunrise {
  0% {
    -webkit-transform: rotate(0deg) translate(-15em) rotate(0deg);
    transform: rotate(0deg) translate(-15em) rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg) translate(-15em) rotate(-180deg);
    transform: rotate(180deg) translate(-15em) rotate(-180deg); } }

/*@function strip-units($number) {// From : http://stackoverflow.com/a/12335841/1339426
  @return $number / ($number * 0 + 1);
}*/
/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
/* line 62, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_default-variables-rem.scss */
html {
  font-size: 14px; }

/* line 69, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_default-variables-rem.scss */
pre {
  font-size: 1rem-1rem/strip-units(14px); }

/* line 73, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_default-variables-rem.scss */
.form-control-feedback {
  width: calc($input-height-base + 2px);
  height: calc($input-height-base + 2px); }

/* line 77, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_default-variables-rem.scss */
.input-lg + .form-control-feedback {
  width: calc($input-height-large + 2px);
  height: calc($input-height-large + 2px); }

/* line 81, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_default-variables-rem.scss */
.input-sm + .form-control-feedback {
  width: calc($input-height-small + 2px);
  height: calc($input-height-small + 2px); }

/* line 86, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_default-variables-rem.scss */
.form-control {
  height: calc($input-height-base + 2px); }

/* line 91, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_default-variables-rem.scss */
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  padding: 0.4285714286rem;
  border: 1px solid transparent; }

/* line 95, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_default-variables-rem.scss */
.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: calc(($line-height-computed + $padding-base-vertical) + 1px); }

/* line 98, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_default-variables-rem.scss */
.form-horizontal .form-control-static {
  padding-top: 0.4285714286rem;
  border-top: 1px solid transparent;
  padding-bottom: 0.4285714286rem;
  border-bottom: 1px solid transparent; }

@media (min-width: 768px) {
  /* line 106, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_default-variables-rem.scss */
  .form-horizontal .control-label {
    padding-top: 0.4285714286rem;
    border-top: 1px solid transparent; } }

/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
/*
$font-size-base:          10px; // 14px
$font-size-large:         ceil(($font-size-base * 1.25)) !default; // ~18px
$font-size-small:         ceil(($font-size-base * .85)) !default; // ~12px
*/
/*
@function un2-custom-breakpoints($screen-size, $index) {
  @return nth(map-get($un2-custom-breakpoints, $screen-size), $index);
}*/
/*
//** Number of columns in the grid.
$grid-columns:              12 !default;
//** Padding between columns. Gets divided in half for the left and right.
$grid-gutter-width:         30px !default;
*/
/*$body-color:                    lighten(#000, 20%);//(#333) //#555;
$heading-color:                 lighten(#000, 30%);//(#4d4d4d) //#444;
$grey-5-percent:   				lighten(#000, 95%);
$grey-55-percent:				lighten(#000, 45%);//(#737373)
$member-state:					#ff004d;
$secretary-general:				#00adef;
$shared-commitment:				#ffb300;
*/
/*
$line-height-base:              1.5;
$line-height-content:           1.8;
*/
/*
$body-font:                     'Roboto', sans-serif; //'Lato', sans-serif;
$heading-font:                  'Roboto Condensed', sans-serif; //'Raleway', sans-serif;
$secondary-font:                'Roboto Slab', serif; //'Crete Round', serif;
*/
/*
$font-size-base:                14px;
$font-size-h1:                  36px;
$font-size-h2:                  30px;
$font-size-h3:                  24px;
$font-size-h4:                  18px;
$font-size-h5:                  $font-size-base;
$font-size-h6:                  12px;
$font-size-logo:				32px;

$success: 						#3C763D;
$info:    						#31708F;
$warning: 						#8A6D3B;
$danger:  						#A94442;
*/
/*
$letterspacing-wide: 			0.1em;
$letterspacing-less-wide: 		0.03em;
$letterspacing-less-narrow: 	-0.02em;
$letterspacing-narrow: 			-0.05em;
*/
/*
$topbar-height:                 45px;
$topbar-line-height:            ($topbar-height - 1);
*/
/*
$header-height:                 100px;

// Sticky Header
$sticky-header-height:          90px;

// Floating Header Offset
$header-floating-offset:        60px;

// Side Header
$side-header-width:             260px;
$side-header-bg:                #FFF;
*/
/*
$primary-menu-padding:					( $header-height - 22 ) / 2;
$sticky-menu-padding:					( $sticky-header-height - 22 ) / 2;

$primary-menu-font:             		$heading-font;
$primary-menu-font-weight:      		bold;
$primary-menu-font-size:        		13px;
$primary-menu-font-tt:          		uppercase;
$primary-menu-font-color:       		#444;
$primary-menu-font-spacing:     		1px;


// Primary Menu Sub Menu
$primary-menu-submenu-width:            220px;
$primary-menu-submenu-font:             $body-font;
$primary-menu-submenu-font-size:        12px;
$primary-menu-submenu-font-weight:      700;


// Primary Mega menu
$mega-menu-title:               		$heading-font;
*/
/*
//Columns Margin
$portfolio-2-margin:            		20px;
$portfolio-3-margin:            		15px;
$portfolio-4-margin:            		12px;
$portfolio-5-margin:            		10px;
$portfolio-6-margin:            		6px;

//Columns Margin for Sidebar
$portfolio-2-margin-sb:         		20px;
$portfolio-3-margin-sb:         		15px;
$portfolio-4-margin-sb:         		12px;
$portfolio-5-margin-sb:         		0;

//Columns Margin for Both Sidebar
$portfolio-2-margin-bs:         		20px;
$portfolio-3-margin-bs:         		11px;
$portfolio-4-margin-bs:         		0;
*/
/*
//Columns Margin
$shop-3-margin:							30px;
$shop-4-margin:            				20px;

//Columns Margin for Sidebar
$shop-2-margin-sb:         				40px;
$shop-3-margin-sb:         				25px;

//Columns Margin for Both Sidebar
$shop-2-margin-bs:         				40px;
*/
/*
//Columns Margin
$blog-2-margin:            				40px;
$blog-3-margin:            				30px;
$blog-4-margin:            				28px;


//Columns Margin for Sidebar
$blog-2-margin-sb:         				40px;
$blog-3-margin-sb:         				25px;


//Columns Margin for Both Sidebar
$blog-2-margin-bs:         				40px;
*/
/*@function strip-unit($number) {
  @if type-of($number) == 'number' and not unitless($number) {
    @return $number / ($number * 0 + 1);
  }

  @return $number;
}*/
/******************

/* Custom breakpoint mixin and function testing

/* Custom breakpoints mixin/function test v1

@function un2-custom-breakpoints($screen-size, $index) {
  @return nth(map-get($un2-custom-breakpoints, $screen-size), $index);
}

.un2-custom-breakpoints{($screen-size, $index)};

or @un2-custom-breakpoints($screen-size, $index);
*/
/******************
Custom breakpoints mixin/function test v2

@function un2-custom-breakpoints($screen-size, $index) {
  @return nth(map-get($un2-custom-breakpoints, $screen-size), $index);
}

un2-custom-breakpoints(custom-screen-xl, 1)
*/
/******************
/* Custom breakpoints mixin/function test v3
/
/* Original example

$colors: #444, #555, #666, #777;

@mixin content($color-default-num, $color-main-num) {
  background: nth($colors, $color-default-num);
  color: nth($colors, $color-main-num);
}

body.class-1 {
  @include content(1, 2);
}
*/
/*
					$custom-breakpoints: $screen-xl, $screen-xxl;

					@mixin un2-custom-breakpoints-mixin($breakpoint-default, $breakpoint-custom) {
					  background: nth($custom-breakpoints, $breakpoint-default);
					  color: nth($custom-breakpoints, $breakpoint-custom);
					}*/
/* Example application to a body class
body.property-name { // Can set up later to hide per property rather than all if needed
  @include un2-custom-breakpoints(1, 2);
}
*/
/*
@function un2-custom-breakpoints-function($screen-size, $index) {
  @return nth(map-get($custom-breakpoints, $screen-size), $index);
}

un2-custom-breakpoints($screen-size, $index);
*/
/*
					@function un2-custom-breakpoints-function($breakpoint-default, $index) {
					  @return nth(map-get($custom-breakpoints, $screen-size), $index);
					}
*/
/******** // testing the function call

.custom-breakpoint{
	$screen-xl-test: un2-custom-breakpoints-function($screen-xl, 1);
*/
/* one last test breaking it all down to include 

$breakpoint: 1200px;
// set min-width/max-width if both values are numbers
$breakpoints: 1000px 1200px;
// if one value is a string, assume a feature/value pair
$breakpoint-xl-test: max-width 1200px;
// string tests together within parentheses, assume each item is a feature value pair
$surfboard-height: (min-height 1000px) (orientation portrait);

 .johnson {
   @include breakpoint($surfboard-width) {
     content: 'Surfboard Width';
   }
 }

 .carter {
   @include breakpoint($surfboard-height) {
     content: 'Surfboard Height, Portrait';
   }
 }
*/
/* line 17, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
html.overlay-open .navbar-fixed-top {
  z-index: 400; }

/* line 22, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
html.js fieldset.collapsed {
  border-left-width: 1px;
  border-right-width: 1px;
  height: auto; }

/* line 28, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
html.js input.form-autocomplete {
  background-image: none; }

/* line 32, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
html.js input.form-autocomplete {
  background-image: none; }

/* line 36, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
html.js .autocomplete-throbber {
  background-position: 100% 2px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 15px;
  margin: 2px 0 0 2px;
  width: 15px; }

/* line 44, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
html.js .autocomplete-throbber.throbbing {
  background-position: 100% -18px; }

/* line 49, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
body {
  position: relative; }
  /* line 53, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  body.admin-expanded.admin-vertical.admin-nw .navbar,
  body.admin-expanded.admin-vertical.admin-sw .navbar {
    margin-left: 260px; }
  /* line 58, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  body.navbar-is-fixed-top {
    padding-top: 64px; }
  /* line 61, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  body.navbar-is-fixed-bottom {
    padding-bottom: 64px !important; }
  /* line 64, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  body.toolbar {
    padding-top: 30px !important; }
    /* line 66, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
    body.toolbar .navbar-fixed-top {
      top: 30px; }
    /* line 69, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
    body.toolbar.navbar-is-fixed-top {
      padding-top: 94px !important; }
  /* line 73, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  body.toolbar-drawer {
    padding-top: 64px !important; }
    /* line 75, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
    body.toolbar-drawer .navbar-fixed-top {
      top: 64px; }
    /* line 78, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
    body.toolbar-drawer.navbar-is-fixed-top {
      padding-top: 128px !important; }
  /* line 84, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  body.admin-menu .navbar-fixed-top {
    top: 29px; }
  /* line 87, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  body.admin-menu.navbar-is-fixed-top {
    padding-top: 93px !important; }
  /* line 91, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  body div#admin-toolbar {
    z-index: 1600; }
  /* line 95, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  body #toolbar, body #admin-menu, body #admin-toolbar {
    box-shadow: none; }
  /* line 99, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  body #admin-menu {
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 1600; }
    /* line 104, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
    body #admin-menu .dropdown li {
      line-height: normal; }

@media screen and (min-width: 768px) {
  /* line 112, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .navbar.container {
    max-width: 720px; } }

@media screen and (min-width: 992px) {
  /* line 112, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .navbar.container {
    max-width: 940px; } }

@media screen and (min-width: 1200px) {
  /* line 112, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .navbar.container {
    max-width: 1140px; } }

@media screen and (min-width: 1400px) {
  /* line 112, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .navbar.container {
    max-width: 1320px; } }

@media screen and (min-width: 1400px) {
  /* line 112, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .navbar.container {
    max-width: 1320px; } }

/* line 129, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.navbar.container, .navbar.container-fluid {
  margin-top: 20px; }

/* line 133, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.navbar.container > .container,
.navbar.container-fluid > .container-fluid {
  margin: 0;
  padding: 0;
  width: auto; }

/* line 142, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
#overlay-container,
.overlay-modal-background,
.overlay-element {
  z-index: 1500; }

/* line 147, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
#toolbar {
  z-index: 1600; }

/* line 151, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.modal {
  z-index: 1620; }

/* line 154, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.modal-dialog {
  z-index: 1630; }

/* line 157, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.ctools-modal-dialog .modal-body {
  width: 100% !important;
  overflow: auto; }

/* line 161, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.modal-backdrop {
  z-index: 1610; }

/* line 164, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5; }

/* line 172, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px; }

/* line 179, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 768px) {
    /* line 179, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
    .navbar .logo {
      margin-right: 0;
      padding-left: 0; } }

/* line 190, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
ul.secondary {
  float: left; }
  @media screen and (min-width: 768px) {
    /* line 190, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
    ul.secondary {
      float: right; } }

/* line 198, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.page-header {
  margin-top: 0; }

/* line 205, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.region-sidebar-first .block:first-child h2.block-title,
.region-sidebar-second .block:first-child h2.block-title {
  margin-top: 0; }

/* line 211, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
p:last-child {
  margin-bottom: 0; }

/* line 217, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.region-help > .glyphicon {
  font-size: 1.2857142857rem;
  float: left;
  margin: -0.05em 0.5em 0 0; }

/* line 222, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.region-help .block {
  overflow: hidden; }

/* line 228, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
form#search-block-form {
  margin: 0; }

/* line 231, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.navbar #block-search-form {
  float: none;
  margin: 5px 0 5px 5px; }
  @media screen and (min-width: 992px) {
    /* line 231, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
    .navbar #block-search-form {
      float: right; } }
  /* line 238, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .navbar #block-search-form .input-group-btn {
    width: auto; }

/* line 242, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.navbar-search .control-group {
  margin-bottom: 0px; }

/* line 247, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
ul.action-links {
  margin: 0.8571428571rem 0;
  padding: 0; }
  /* line 250, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  ul.action-links li {
    display: inline;
    margin: 0;
    padding: 0 0.4285714286rem 0 0; }
  /* line 255, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  ul.action-links .glyphicon {
    padding-right: 0.5em; }

/* line 261, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
input, textarea, select, .uneditable-input {
  max-width: 100%;
  width: auto; }

/* line 265, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
input.error {
  color: #a94442;
  border-color: #ebccd1; }

/* line 269, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
fieldset legend.panel-heading {
  float: left;
  line-height: 1em;
  margin: 0; }

/* line 274, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
fieldset .panel-body {
  clear: both; }

/* line 277, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
fieldset .panel-heading a.panel-title {
  color: inherit;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px; }
  /* line 282, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  fieldset .panel-heading a.panel-title:hover {
    text-decoration: none; }

/* line 286, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.form-group:last-child,
.panel:last-child {
  margin-bottom: 0; }

/* line 290, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0; }

/* line 294, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.form-actions {
  clear: both; }

/* line 298, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.managed-files.table td:first-child {
  width: 100%; }

/* line 302, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
div.image-widget-data {
  float: none;
  overflow: hidden; }

/* line 306, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
table.sticky-header {
  z-index: 1; }

/* line 309, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.resizable-textarea textarea {
  border-radius: 0.2857142857rem 0.2857142857rem 0 0; }

/* line 312, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.text-format-wrapper {
  margin-bottom: 15px; }
  /* line 315, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .text-format-wrapper > .form-type-textarea,
  .text-format-wrapper .filter-wrapper {
    margin-bottom: 0; }

/* line 320, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.filter-wrapper {
  border-radius: 0 0 0.2857142857rem 0.2857142857rem; }
  /* line 322, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .filter-wrapper .panel-body {
    padding: 7px; }
  /* line 325, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .filter-wrapper .form-type-select {
    min-width: 30%; }
    /* line 327, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
    .filter-wrapper .form-type-select .filter-list {
      width: 100%; }

/* line 332, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.filter-help {
  margin-top: 5px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    /* line 332, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
    .filter-help {
      float: right; } }
  /* line 338, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .filter-help .glyphicon {
    margin: 0 5px 0 0;
    vertical-align: text-top; }

/* line 344, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.radio:first-child, .checkbox:first-child {
  margin-top: 0; }

/* line 347, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.radio:last-child, .checkbox:last-child {
  margin-bottom: 0; }

/* line 351, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.help-block, .control-group .help-inline {
  color: #777777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0; }

/* line 357, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.panel-heading {
  display: block; }

/* line 360, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
a.tabledrag-handle .handle {
  height: auto;
  width: auto; }

/* line 366, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.error {
  color: #a94442; }

/* line 369, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
div.error,
table tr.error {
  background-color: #f2dede;
  color: #a94442; }

/* line 374, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.form-group.error,
.form-group.has-error {
  background: none; }
  /* line 377, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .form-group.error label, .form-group.error .control-label,
  .form-group.has-error label,
  .form-group.has-error .control-label {
    color: #a94442;
    font-weight: 600; }
  /* line 381, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .form-group.error input, .form-group.error textarea, .form-group.error select, .form-group.error .uneditable-input,
  .form-group.has-error input,
  .form-group.has-error textarea,
  .form-group.has-error select,
  .form-group.has-error .uneditable-input {
    color: #555555; }
  /* line 384, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .form-group.error .help-block, .form-group.error .help-inline,
  .form-group.has-error .help-block,
  .form-group.has-error .help-inline {
    color: #777777; }

/* line 390, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.nav-tabs {
  margin-bottom: 10px; }

/* line 393, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none;
  list-style-image: none; }

/* line 399, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.tabs--secondary {
  margin: 0 0 10px; }

/* line 404, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.submitted {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: normal;
  color: #777; }

/* line 412, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.form-type-password-confirm {
  position: relative; }
  /* line 414, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .form-type-password-confirm label {
    display: block; }
    /* line 416, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
    .form-type-password-confirm label .label {
      float: right; }
  /* line 420, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .form-type-password-confirm .password-help {
    padding-left: 2em; }
    @media (min-width: 768px) {
      /* line 420, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
      .form-type-password-confirm .password-help {
        border-left: 1px solid #ddd;
        left: 50%;
        margin-left: 15px;
        position: absolute; } }
    @media (min-width: 992px) {
      /* line 420, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
      .form-type-password-confirm .password-help {
        left: 33.3333333333%; } }
  /* line 432, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .form-type-password-confirm .progress {
    background: transparent;
    border-radius: 0 0 5px 5px;
    box-shadow: none;
    height: 4px;
    margin: -5px 0px 0; }
  /* line 441, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .form-type-password-confirm .form-type-password {
    clear: left; }
  /* line 444, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .form-type-password-confirm .form-control-feedback {
    right: 15px; }
  /* line 447, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .form-type-password-confirm .help-block {
    clear: both; }

/* line 454, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
ul.pagination li > a.progress-disabled {
  float: left; }

/* line 461, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.form-autocomplete .glyphicon {
  color: #777777;
  font-size: 120%; }
  /* line 464, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .form-autocomplete .glyphicon.glyphicon-spin {
    color: #009edb; }

/* line 468, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.form-autocomplete .input-group-addon {
  background-color: white; }

/* line 474, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.ajax-progress-bar {
  border-radius: 0 0 0.2857142857rem 0.2857142857rem;
  border: 1px solid #ccc;
  margin: -1px 0 0;
  padding: 0.4285714286rem 0.8571428571rem;
  width: 100%; }
  /* line 480, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .ajax-progress-bar .progress {
    height: 8px;
    margin: 0; }
  /* line 484, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .ajax-progress-bar .percentage,
  .ajax-progress-bar .message {
    color: #777777;
    font-size: 0.8571428571rem;
    line-height: 1em;
    margin: 5px 0 0;
    padding: 0; }

/* line 494, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.glyphicon-spin {
  display: inline-block;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear; }

/* line 501, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
a .glyphicon-spin {
  display: inline-block;
  text-decoration: none; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

/**
 * Missing Bootstrap 2 tab styling.
 * @see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * @see http://bootply.com/74926
 */
/* line 551, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.tabbable {
  margin-bottom: 20px; }

/* line 555, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.tabs-below > .nav-tabs, .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
  border-bottom: 0; }
  /* line 557, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .tabs-below > .nav-tabs .summary, .tabs-left > .nav-tabs .summary, .tabs-right > .nav-tabs .summary {
    color: #777777;
    font-size: 0.8571428571rem; }

/* line 563, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.tab-pane > .panel-heading {
  display: none; }

/* line 566, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.tab-content > .active {
  display: block; }

/* line 572, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd; }
  /* line 574, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0; }
    /* line 577, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
    .tabs-below > .nav-tabs > li > a {
      border-radius: 0 0 0.2857142857rem 0.2857142857rem; }
      /* line 579, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
      .tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
        border-top-color: #ddd;
        border-bottom-color: transparent; }
  /* line 587, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .tabs-below > .nav-tabs > .active > a,
  .tabs-below > .nav-tabs > .active > a:hover,
  .tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd; }

/* line 599, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px; }
  /* line 602, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .tabs-left > .nav-tabs > li,
  .tabs-right > .nav-tabs > li {
    float: none; }
    /* line 604, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
    .tabs-left > .nav-tabs > li:focus,
    .tabs-right > .nav-tabs > li:focus {
      outline: 0; }
    /* line 607, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
    .tabs-left > .nav-tabs > li > a,
    .tabs-right > .nav-tabs > li > a {
      margin-right: 0;
      margin-bottom: 3px; }
      /* line 610, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
      .tabs-left > .nav-tabs > li > a:focus,
      .tabs-right > .nav-tabs > li > a:focus {
        outline: 0; }

/* line 616, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 0.2857142857rem 0.2857142857rem 0.2857142857rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 10px 15px; }

/* line 627, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px; }
  /* line 630, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .tabs-left > .nav-tabs > li > a {
    border-radius: 0.2857142857rem 0 0 0.2857142857rem; }
    /* line 632, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
    .tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
      border-color: #eeeeee #ddd #eeeeee #eeeeee; }
  /* line 637, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .tabs-left > .nav-tabs > .active > a,
  .tabs-left > .nav-tabs > .active > a:hover,
  .tabs-left > .nav-tabs > .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05); }

/* line 648, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px; }
  /* line 651, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .tabs-right > .nav-tabs > li > a {
    border-radius: 0 0.2857142857rem 0.2857142857rem 0; }
    /* line 653, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
    .tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
      border-color: #eeeeee #eeeeee #eeeeee #ddd;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05); }
  /* line 659, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .tabs-right > .nav-tabs > .active > a,
  .tabs-right > .nav-tabs > .active > a:hover,
  .tabs-right > .nav-tabs > .active > a:focus {
    border-color: #ddd #ddd #ddd transparent; }

/* line 668, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
th.checkbox,
td.checkbox,
th.radio,
td.radio {
  display: table-cell; }

/* line 677, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.views-display-settings .label {
  font-size: 100%;
  color: #666666; }

/* line 681, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.views-display-settings .footer {
  padding: 0;
  margin: 4px 0 0 0; }

/* line 686, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.views-exposed-form .views-exposed-widget .btn {
  margin-top: 1.8em; }

/* line 692, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
table .radio input[type="radio"],
table .checkbox input[type="checkbox"] {
  max-width: inherit; }

/* line 699, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.form-horizontal .form-group label {
  position: relative;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right; }
  @media (min-width: 768px) {
    /* line 699, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
    .form-horizontal .form-group label {
      float: left;
      width: 16.6666666667%; } }

/* line 716, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.alert a {
  font-weight: bold; }

/* line 720, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.alert-success a, .alert-success a:hover, .alert-success a:focus {
  color: #2b542c; }

/* line 725, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.alert-info a, .alert-info a:hover, .alert-info a:focus {
  color: #245269; }

/* line 730, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.alert-warning a, .alert-warning a:hover, .alert-warning a:focus {
  color: #66512c; }

/* line 735, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.alert-danger a, .alert-danger a:hover, .alert-danger a:focus {
  color: #843534; }

/* line 741, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
div.image-style-new,
div.image-style-new div {
  display: block; }

/* line 745, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
div.image-style-new div.input-group {
  display: table; }

/* line 749, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
td.module,
.table-striped > tbody > tr:nth-child(odd) > td.module,
.table > tbody > tr > td.module {
  background: #ddd;
  font-weight: 700; }

/* line 757, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.book-toc > .dropdown-menu {
  overflow: hidden; }
  /* line 759, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .book-toc > .dropdown-menu > .dropdown-header {
    white-space: nowrap; }
  /* line 762, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .book-toc > .dropdown-menu > li:nth-child(1) > a {
    font-weight: bold; }
  /* line 765, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  .book-toc > .dropdown-menu .dropdown-menu {
    box-shadow: none;
    border: 0;
    display: block;
    font-size: 0.8571428571rem;
    margin: 0;
    padding: 0;
    position: static;
    width: 100%; }
    /* line 774, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
    .book-toc > .dropdown-menu .dropdown-menu > li {
      padding-left: 20px; }
      /* line 776, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
      .book-toc > .dropdown-menu .dropdown-menu > li > a {
        margin-left: -40px;
        padding-left: 60px; }

/* line 785, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
#features-filter .form-item.form-type-checkbox {
  padding-left: 20px; }

/* line 788, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
fieldset.features-export-component {
  font-size: 0.8571428571rem; }
  /* line 790, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  html.js #features-export-form fieldset.features-export-component, fieldset.features-export-component {
    margin: 0 0 0.7142857145rem; }
  /* line 793, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  fieldset.features-export-component .panel-heading {
    padding: 5px 10px; }
    /* line 795, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
    fieldset.features-export-component .panel-heading a.panel-title {
      font-size: 0.8571428571rem;
      font-weight: 500;
      margin: -5px -10px;
      padding: 5px 10px; }
  /* line 802, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  fieldset.features-export-component .panel-body {
    padding: 0 10px; }

/* line 806, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
div.features-export-list {
  margin: -11px 0 10px;
  padding: 0 10px; }

/* line 813, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
fieldset.features-export-component .component-select .form-type-checkbox,
div.features-export-list .form-type-checkbox {
  line-height: 1em;
  margin: 5px 5px 5px 0 !important;
  min-height: 0;
  padding: 3px 3px 3px 25px !important; }
  /* line 818, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  fieldset.features-export-component .component-select .form-type-checkbox input[type=checkbox],
  div.features-export-list .form-type-checkbox input[type=checkbox] {
    margin-top: 0; }

/* line 825, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
body.navbar-is-fixed-top.navbar-administration.navbar-horizontal.navbar-tray-open .navbar-fixed-top {
  top: 79px; }

/* line 828, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
body.navbar-is-fixed-top.navbar-administration .navbar-fixed-top {
  top: 39px; }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* line 833, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
  body.navbar-is-fixed-top.navbar-administration.navbar-vertical.navbar-tray-open .navbar-fixed-top {
    left: 240px;
    left: 24rem; } }

/* line 838, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.navbar-administration #navbar-administration.navbar-oriented .navbar-bar {
  z-index: 1032; }

/* line 841, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.navbar-administration #navbar-administration .navbar-tray {
  z-index: 1031; }

/* line 844, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
body.navbar-is-fixed-top.navbar-administration {
  padding-top: 103px !important; }

/* line 847, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
body.navbar-is-fixed-top.navbar-administration.navbar-horizontal.navbar-tray-open {
  padding-top: 143px !important; }

/* line 850, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
body.navbar-tray-open.navbar-vertical.navbar-fixed {
  margin-left: 240px;
  margin-left: 24rem; }

/* line 854, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
#navbar-administration.navbar-oriented .navbar-tray-vertical {
  width: 24rem; }

/**
 * Icon styles.
 */
/* line 862, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
a.icon-before .glyphicon,
a .glyphicon.icon-before {
  margin-right: .25em; }

/* line 866, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
a.icon-after .glyphicon,
a .glyphicon.icon-after {
  margin-left: .25em; }

/* line 873, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.btn.icon-before .glyphicon,
.btn .glyphicon.icon-before {
  margin-left: -.25em;
  margin-right: .25em; }

/* line 878, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_overrides.scss */
.btn.icon-after .glyphicon,
.btn .glyphicon.icon-after {
  margin-left: .25em;
  margin-right: -.25em; }

/* line 6, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_html.scss */
html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff for using rems */ }
  /* line 10, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_html.scss */
  html body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
    /* line 14, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/base/_html.scss */
    html body.admin-menu {
      padding-top: 85px !important; }

@-ms-viewport {
  width: device-width; }

/* line 14, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important; }

/* line 14, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important; }

/* line 14, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important; }

/* line 14, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important; }

/* line 36, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  /* line 3, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important; }
  /* line 6, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important; }
  /* line 7, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important; }
  /* line 8, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  /* line 54, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  /* line 59, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  /* line 64, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 3, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important; }
  /* line 6, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important; }
  /* line 7, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important; }
  /* line 8, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 3, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important; }
  /* line 6, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important; }
  /* line 7, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important; }
  /* line 8, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  /* line 3, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important; }
  /* line 6, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important; }
  /* line 7, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important; }
  /* line 8, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  /* line 111, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  /* line 116, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  /* line 121, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  /* line 14, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 14, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 14, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  /* line 14, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important; } }

/* line 14, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important; }

@media print {
  /* line 3, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important; }
  /* line 6, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important; }
  /* line 7, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important; }
  /* line 8, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

/* line 155, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important; }
  @media print {
    /* line 155, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_responsive-utilities.scss */
    .visible-print-block {
      display: block !important; } }

/* line 162, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important; }
  @media print {
    /* line 162, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_responsive-utilities.scss */
    .visible-print-inline {
      display: inline !important; } }

/* line 169, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important; }
  @media print {
    /* line 169, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_responsive-utilities.scss */
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  /* line 14, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important; } }

@-ms-viewport {
  width: device-width; }

/* line 14, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
.visible-xl {
  display: none !important; }

/* line 14, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
.visible-xxl {
  display: none !important; }

/* line 33, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_responsive-utilities-un2.scss */
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xxl-block,
.visible-xxl-inline,
.visible-xxl-inline-block {
  display: none !important; }

@media (min-width: 1400px) {
  /* line 3, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xl {
    display: block !important; }
  /* line 6, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xl {
    display: table !important; }
  /* line 7, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xl {
    display: table-row !important; }
  /* line 8, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important; } }

@media (min-width: 1400px) {
  /* line 45, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_responsive-utilities-un2.scss */
  .visible-xl-block {
    display: block !important; } }

@media (min-width: 1400px) {
  /* line 50, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_responsive-utilities-un2.scss */
  .visible-xl-inline {
    display: inline !important; } }

@media (min-width: 1400px) {
  /* line 55, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_responsive-utilities-un2.scss */
  .visible-xl-inline-block {
    display: inline-block !important; } }

@media (min-width: 1400px) {
  /* line 3, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xxl {
    display: block !important; }
  /* line 6, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xxl {
    display: table !important; }
  /* line 7, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xxl {
    display: table-row !important; }
  /* line 8, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xxl,
  td.visible-xxl {
    display: table-cell !important; } }

@media (min-width: 1400px) {
  /* line 64, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_responsive-utilities-un2.scss */
  .visible-xxl-block {
    display: block !important; } }

@media (min-width: 1400px) {
  /* line 69, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_responsive-utilities-un2.scss */
  .visible-xxl-inline {
    display: inline !important; } }

@media (min-width: 1400px) {
  /* line 74, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_responsive-utilities-un2.scss */
  .visible-xxl-inline-block {
    display: inline-block !important; } }

@media (min-width: 1400px) {
  /* line 14, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xl {
    display: none !important; } }

@media (min-width: 1400px) {
  /* line 14, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xxl {
    display: none !important; } }

/*-----------------------------------------------------------------------------------
	helpers.scss
-----------------------------------------------------------------------------------*/
/* line 6, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.uppercase {
  text-transform: uppercase !important; }

/* line 8, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.lowercase {
  text-transform: lowercase !important; }

/* line 10, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.capitalize {
  text-transform: capitalize !important; }

/* line 12, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.nott {
  text-transform: none !important; }

/* line 14, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.tright {
  text-align: right !important; }

/* line 16, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.tleft {
  text-align: left !important; }

/* line 18, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.fright {
  float: right !important; }

/* line 20, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.fleft {
  float: left !important; }

/* line 22, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.fnone {
  float: none !important; }

/* line 24, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.ohidden {
  position: relative;
  overflow: hidden !important; }

/* line 29, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.line,
.double-line {
  clear: both;
  position: relative;
  width: 100%;
  margin: 15.5rem 0;
  border-top: 1px solid #EEE; }
  /* line 37, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
  .line.line-sm,
  .double-line.line-sm {
    margin: 3rem 0; }

/* line 42, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
span.middot {
  display: inline-block;
  margin: 0 5px; }

/* line 47, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.double-line {
  border-top: 3px double #E5E5E5; }

/* line 49, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.emptydiv {
  display: block !important;
  position: relative !important; }

/* line 55, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.allmargin {
  margin: 5.5rem !important; }

/* line 57, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.leftmargin {
  margin-left: 5.5rem !important; }

/* line 59, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.rightmargin {
  margin-right: 5.5rem !important; }

/* line 61, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.topmargin {
  margin-top: 5.5rem !important; }

/* line 63, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.bottommargin {
  margin-bottom: 5.5rem !important; }

/* line 65, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.bottommargin-med {
  margin-bottom: 4rem !important; }

/* line 67, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.clear-bottommargin {
  margin-bottom: -5.5rem !important; }

/* line 69, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.allmargin-sm {
  margin: 3rem !important; }

/* line 71, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.leftmargin-sm {
  margin-left: 3rem !important; }

/* line 73, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.rightmargin-sm {
  margin-right: 3rem !important; }

/* line 75, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.topmargin-sm {
  margin-top: 3rem !important; }

/* line 77, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.bottommargin-sm, .section.in-pictures .views-row-1, .section.in-pictures .views-row-2, .section.in-pictures .views-row-3, .section.in-pictures .views-row-4 {
  margin-bottom: 3rem !important; }

/* line 79, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.clear-bottommargin-sm {
  margin-bottom: -3rem !important; }

/* line 81, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.allmargin-lg {
  margin: 8rem !important; }

/* line 83, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.leftmargin-lg {
  margin-left: 8rem !important; }

/* line 85, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.rightmargin-lg {
  margin-right: 8rem !important; }

/* line 87, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.topmargin-lg {
  margin-top: 8rem !important; }

/* line 89, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.bottommargin-lg {
  margin-bottom: 8rem !important; }

/* line 91, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.clear-bottommargin-lg {
  margin-bottom: -8rem !important; }

/* line 93, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.nomargin {
  margin: 0 !important; }

/* line 95, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.noleftmargin {
  margin-left: 0 !important; }

/* line 97, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.norightmargin {
  margin-right: 0 !important; }

/* line 99, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.notopmargin {
  margin-top: 0 !important; }

/* line 101, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.nobottommargin {
  margin-bottom: 0 !important; }

/* line 103, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.header-stick {
  margin-top: -5.5rem !important; }

/* line 105, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.content-wrap .header-stick {
  margin-top: -8rem !important; }

/* line 107, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.footer-stick {
  margin-bottom: -5.5rem !important; }

/* line 109, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.content-wrap .footer-stick {
  margin-bottom: -8rem !important; }

/* line 111, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.noborder {
  border: none !important; }

/* line 113, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.noleftborder {
  border-left: none !important; }

/* line 115, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.norightborder {
  border-right: none !important; }

/* line 117, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.notopborder {
  border-top: none !important; }

/* line 119, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.nobottomborder {
  border-bottom: none !important; }

/* line 121, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.noradius {
  border-radius: 0; }

/* line 123, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.col-padding {
  padding: 60px; }

/* line 125, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.nopadding {
  padding: 0 !important; }

/* line 127, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.noleftpadding {
  padding-left: 0 !important; }

/* line 129, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.norightpadding {
  padding-right: 0 !important; }

/* line 131, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.notoppadding {
  padding-top: 0 !important; }

/* line 133, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.nobottompadding {
  padding-bottom: 0 !important; }

/* line 135, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.noabsolute {
  position: relative !important; }

/* line 137, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.noshadow {
  box-shadow: none !important; }

/* line 139, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.notextshadow {
  text-shadow: none !important; }

/* line 141, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.hidden {
  display: none !important; }

/* line 143, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.nothidden {
  display: block !important; }

/* line 145, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.inline-block {
  float: none !important;
  display: inline-block !important; }

/* line 150, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.center {
  text-align: center !important; }

/* line 152, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.divcenter {
  position: relative !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important; }

/* line 159, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.bgcolor,
.bgcolor #header-wrap {
  background-color: #009edb !important; }

/* line 162, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.color {
  color: #009edb !important; }

/* line 164, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.border-color {
  border-color: #009edb !important; }

/* line 166, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.nobg {
  background: none !important; }

/* line 168, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.nobgcolor {
  background-color: transparent !important; }

/* line 170, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.t300 {
  font-weight: 300 !important; }

/* line 172, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.t400 {
  font-weight: 400 !important; }

/* line 174, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.t500 {
  font-weight: 500 !important; }

/* line 176, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.t600 {
  font-weight: 600 !important; }

/* line 178, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.t700 {
  font-weight: 700 !important; }

/* line 180, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.ls0 {
  letter-spacing: 0px !important; }

/* line 182, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.ls1 {
  letter-spacing: 1px !important; }

/* line 184, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.ls2 {
  letter-spacing: 2px !important; }

/* line 186, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.ls3 {
  letter-spacing: 3px !important; }

/* line 188, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.ls4 {
  letter-spacing: 4px !important; }

/* line 190, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.ls5 {
  letter-spacing: 5px !important; }

/* line 192, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.noheight {
  height: 0 !important; }

/* line 194, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.nolineheight {
  line-height: 0 !important; }

/* line 196, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.font-body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* line 198, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.font-primary {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* line 200, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.font-secondary {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif; }

/* line 202, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.bgicon {
  display: block;
  position: absolute;
  bottom: -60px;
  right: -50px;
  font-size: 210px;
  color: rgba(0, 0, 0, 0.1); }

/* MOVING BG -  TESTIMONIALS */
/* line 212, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.bganimate {
  -webkit-animation: BgAnimated 30s infinite linear;
  animation: BgAnimated 30s infinite linear; }

@-webkit-keyframes BgAnimated {
  from {
    background-position: 0 0; }
  to {
    background-position: 0 400px; } }

@keyframes BgAnimated {
  from {
    background-position: 0 0; }
  to {
    background-position: 0 400px; } }

/* line 246, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.input-block-level {
  display: block;
  width: 100% !important;
  min-height: 30px;
  box-sizing: border-box; }

/* line 255, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.vertical-middle {
  height: auto !important;
  left: 0;
  max-width: none !important;
  z-index: 2; }
  /* line 261, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
  .vertical-middle + .video-wrap {
    z-index: 1 !important; }

/* line 264, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-canvas.scss */
.magnific-max-width .mfp-content {
  max-width: 800px; }

@media only screen and (min-width: 768px) {
  /* line 7, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-un2.scss */
  .flex-row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
  /* line 11, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-un2.scss */
  .flex-row > [class*='col-'] {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  /* line 15, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-un2.scss */
  .flex-row.row:after,
  .flex-row.row:before {
    display: -webkit-box;
    display: flex; } }

/* line 23, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-un2.scss */
.indented-row {
  padding-left: 3rem;
  padding-right: 3rem; }

/* line 28, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-un2.scss */
.section-top-border {
  padding-top: 4rem;
  border-top: solid 2px #ededed; }
  /* line 32, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-un2.scss */
  .section-top-border.border-indent {
    border-top: none;
    padding-top: 0; }
    /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-un2.scss */
    .section-top-border.border-indent::before {
      content: '';
      display: block;
      margin-left: 15px;
      margin-right: 15px;
      padding-top: 4rem;
      border-top: solid 2px #ededed; }

/* line 46, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-un2.scss */
.section-bottom-border {
  padding-bottom: 4rem;
  border-bottom: solid 2px #ededed; }
  /* line 50, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-un2.scss */
  .section-bottom-border.border-indent {
    padding-bottom: 0;
    border-bottom: none; }
    /* line 53, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-un2.scss */
    .section-bottom-border.border-indent::after {
      content: '';
      display: block;
      margin-left: 15px;
      margin-right: 15px;
      padding-bottom: 4rem;
      border-bottom: solid 2px #ededed; }

/* line 64, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-un2.scss */
.section-fluid {
  margin-right: auto;
  margin-left: auto; }

/* line 71, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-un2.scss */
.blue-bg {
  background-color: #e4effb; }

/* line 75, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-un2.scss */
.gray-bg {
  background-color: #f2f2f2 !important; }

/* line 79, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_helpers-un2.scss */
.divider {
  border-top: solid 2px #ededed; }

/* line 8, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_icons.scss */
.social-media li.list-inline-item {
  padding: 0; }

/* line 11, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_icons.scss */
.social-media li a {
  padding: 0;
  margin-right: 2.8rem;
  background-color: transparent;
  display: inline-block; }
  /* line 17, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_icons.scss */
  .social-media li a span.icon-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px; }
  /* line 123, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
  .social-media li a::before {
    font-size: 24px;
    font-size: 2.4rem;
    /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
    font-family: "FontAwesome" !important;
    content: "";
    color: #c4c4c4;
    display: inline-block; }
  /* line 23, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_icons.scss */
  .social-media li a:hover, .social-media li a:focus {
    background-color: transparent;
    outline: none; }

/* line 123, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
.social-media li.twitter a::before {
  font-size: 24px;
  font-size: 2.4rem;
  /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
  font-family: "FontAwesome" !important;
  content: "";
  color: #c4c4c4;
  display: inline-block; }

/* line 123, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
.social-media li.instagram a::before {
  font-size: 24px;
  font-size: 2.4rem;
  /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
  font-family: "FontAwesome" !important;
  content: "";
  color: #c4c4c4;
  display: inline-block; }

/* line 123, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
.social-media li.linkedin a::before {
  font-size: 24px;
  font-size: 2.4rem;
  /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
  font-family: "FontAwesome" !important;
  content: "";
  color: #c4c4c4;
  display: inline-block; }

/* line 123, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
.social-media li.youtube a::before {
  font-size: 24px;
  font-size: 2.4rem;
  /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
  font-family: "FontAwesome" !important;
  content: "";
  color: #c4c4c4;
  display: inline-block; }

/* line 123, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
.social-media li.flickr a::before {
  font-size: 24px;
  font-size: 2.4rem;
  /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
  font-family: "FontAwesome" !important;
  content: "";
  color: #c4c4c4;
  display: inline-block; }

/* line 123, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
.social-media li.vkontakte a::before {
  font-size: 24px;
  font-size: 2.4rem;
  /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
  font-family: "FontAwesome" !important;
  content: "";
  color: #c4c4c4;
  display: inline-block; }

/* line 123, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
.social-media li.more a::before {
  font-size: 24px;
  font-size: 2.4rem;
  /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
  font-family: "FontAwesome" !important;
  content: "";
  color: #c4c4c4;
  display: inline-block; }

/* line 57, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_icons.scss */
.social-media li.last a {
  margin-right: 0; }

/* line 64, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_icons.scss */
.english-link, a.english-link {
  background: url(../images/icon-en.gif) no-repeat right 3px;
  padding-right: 17px !important; }
  /* line 68, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_icons.scss */
  body.i18n-ar .english-link, body.i18n-ar a.english-link {
    background-position: left 3px;
    padding-right: 0 !important;
    padding-left: 17px !important; }
  /* line 75, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_icons.scss */
  .english-link:hover, a.english-link:hover {
    background: url(../images/icon-en.gif) no-repeat right 3px !important; }
  /* line 79, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_icons.scss */
  .footer .english-link, .footer a.english-link {
    display: inline-block; }

/* line 84, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_icons.scss */
.pdf-link, a.pdf-link {
  background: url(../images/ico_pdf.gif) no-repeat right 3px;
  padding-right: 17px !important; }
  /* line 88, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_icons.scss */
  .pdf-link:hover, a.pdf-link:hover {
    background: url(../images/ico_pdf.gif) no-repeat right 3px !important; }
    /* line 91, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_icons.scss */
    body.i18n-ar .pdf-link:hover, body.i18n-ar a.pdf-link:hover {
      background-position: left 3px !important; }
  /* line 96, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_icons.scss */
  .footer .pdf-link, .footer a.pdf-link {
    display: inline-block; }

/* line 101, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_icons.scss */
.pdf-en-link, a.pdf-en-link {
  background: url(../images/icon-pdf-en.png) no-repeat right 3px;
  padding-right: 33px !important; }
  /* line 105, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_icons.scss */
  .pdf-en-link:hover, a.pdf-en-link:hover {
    background: url(../images/icon-pdf-en.png) no-repeat right 3px !important; }
  /* line 109, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_icons.scss */
  .footer .pdf-en-link, .footer a.pdf-en-link {
    display: inline-block; }

/* line 10, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-un2.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  /* line 14, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_clearfix.scss */
  .container:before, .container:after {
    display: table;
    content: " "; }
  /* line 19, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_clearfix.scss */
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    /* line 10, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-un2.scss */
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    /* line 10, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-un2.scss */
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    /* line 10, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-un2.scss */
    .container {
      width: 1170px; } }
  @media (min-width: 1400px) {
    /* line 10, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-un2.scss */
    .container {
      width: 1350px; }
      /* line 25, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-un2.scss */
      body.not-front .container {
        width: 1170px; } }
  @media (min-width: 1400px) {
    /* line 10, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-un2.scss */
    .container {
      width: 1350px; }
      /* line 32, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-un2.scss */
      body.not-front .container {
        width: 1170px; } }

/* line 44, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-un2.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  /* line 14, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_clearfix.scss */
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  /* line 19, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_clearfix.scss */
  .container-fluid:after {
    clear: both; }

/* line 53, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-un2.scss */
.row {
  margin-right: -15px;
  margin-left: -15px; }
  /* line 14, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_clearfix.scss */
  .row:before, .row:after {
    display: table;
    content: " "; }
  /* line 19, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_clearfix.scss */
  .row:after {
    clear: both; }

/* line 57, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-un2.scss */
.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  /* line 61, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-un2.scss */
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

/* line 11, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xxl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xxl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xxl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xxl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xxl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xxl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xxl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xxl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xxl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xxl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xxl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12, .col-xxl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

/* line 27, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

/* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
.col-xs-1 {
  width: 8.3333333333%; }

/* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
.col-xs-2 {
  width: 16.6666666667%; }

/* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
.col-xs-3 {
  width: 25%; }

/* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
.col-xs-4 {
  width: 33.3333333333%; }

/* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
.col-xs-5 {
  width: 41.6666666667%; }

/* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
.col-xs-6 {
  width: 50%; }

/* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
.col-xs-7 {
  width: 58.3333333333%; }

/* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
.col-xs-8 {
  width: 66.6666666667%; }

/* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
.col-xs-9 {
  width: 75%; }

/* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
.col-xs-10 {
  width: 83.3333333333%; }

/* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
.col-xs-11 {
  width: 91.6666666667%; }

/* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
.col-xs-12 {
  width: 100%; }

/* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
.col-xs-offset-0 {
  margin-left: 0%; }

/* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

/* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

/* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
.col-xs-offset-3 {
  margin-left: 25%; }

/* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

/* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

/* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
.col-xs-offset-6 {
  margin-left: 50%; }

/* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

/* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

/* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
.col-xs-offset-9 {
  margin-left: 75%; }

/* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

/* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

/* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  /* line 27, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-sm-1, .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-10, .col-sm-11, .col-sm-12 {
    float: left; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-sm-1 {
    width: 8.3333333333%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-sm-2 {
    width: 16.6666666667%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-sm-3 {
    width: 25%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-sm-4 {
    width: 33.3333333333%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-sm-5 {
    width: 41.6666666667%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-sm-6 {
    width: 50%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-sm-7 {
    width: 58.3333333333%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-sm-8 {
    width: 66.6666666667%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-sm-9 {
    width: 75%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-sm-10 {
    width: 83.3333333333%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-sm-11 {
    width: 91.6666666667%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-sm-12 {
    width: 100%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-sm-offset-0 {
    margin-left: 0%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-sm-offset-3 {
    margin-left: 25%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-sm-offset-6 {
    margin-left: 50%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-sm-offset-9 {
    margin-left: 75%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  /* line 27, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-md-1, .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-10, .col-md-11, .col-md-12 {
    float: left; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-md-1 {
    width: 8.3333333333%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-md-2 {
    width: 16.6666666667%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-md-3 {
    width: 25%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-md-4 {
    width: 33.3333333333%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-md-5 {
    width: 41.6666666667%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-md-6 {
    width: 50%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-md-7 {
    width: 58.3333333333%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-md-8 {
    width: 66.6666666667%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-md-9 {
    width: 75%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-md-10 {
    width: 83.3333333333%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-md-11 {
    width: 91.6666666667%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-md-12 {
    width: 100%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-md-offset-0 {
    margin-left: 0%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-md-offset-3 {
    margin-left: 25%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-md-offset-6 {
    margin-left: 50%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-md-offset-9 {
    margin-left: 75%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  /* line 27, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-lg-1, .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-10, .col-lg-11, .col-lg-12 {
    float: left; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-lg-1 {
    width: 8.3333333333%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-lg-2 {
    width: 16.6666666667%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-lg-3 {
    width: 25%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-lg-4 {
    width: 33.3333333333%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-lg-5 {
    width: 41.6666666667%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-lg-6 {
    width: 50%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-lg-7 {
    width: 58.3333333333%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-lg-8 {
    width: 66.6666666667%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-lg-9 {
    width: 75%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-lg-10 {
    width: 83.3333333333%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-lg-11 {
    width: 91.6666666667%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-lg-12 {
    width: 100%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-lg-offset-0 {
    margin-left: 0%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-lg-offset-3 {
    margin-left: 25%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-lg-offset-6 {
    margin-left: 50%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-lg-offset-9 {
    margin-left: 75%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1400px) {
  /* line 27, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xl-1, .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-10, .col-xl-11, .col-xl-12 {
    float: left; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xl-1 {
    width: 8.3333333333%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xl-2 {
    width: 16.6666666667%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xl-3 {
    width: 25%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xl-4 {
    width: 33.3333333333%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xl-5 {
    width: 41.6666666667%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xl-6 {
    width: 50%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xl-7 {
    width: 58.3333333333%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xl-8 {
    width: 66.6666666667%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xl-9 {
    width: 75%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xl-10 {
    width: 83.3333333333%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xl-11 {
    width: 91.6666666667%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xl-12 {
    width: 100%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xl-offset-0 {
    margin-left: 0%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xl-offset-1 {
    margin-left: 8.3333333333%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xl-offset-2 {
    margin-left: 16.6666666667%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xl-offset-3 {
    margin-left: 25%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xl-offset-4 {
    margin-left: 33.3333333333%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xl-offset-5 {
    margin-left: 41.6666666667%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xl-offset-6 {
    margin-left: 50%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xl-offset-7 {
    margin-left: 58.3333333333%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xl-offset-8 {
    margin-left: 66.6666666667%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xl-offset-9 {
    margin-left: 75%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xl-offset-10 {
    margin-left: 83.3333333333%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xl-offset-11 {
    margin-left: 91.6666666667%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xl-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1400px) {
  /* line 27, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
    float: left; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xxl-1 {
    width: 8.3333333333%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xxl-2 {
    width: 16.6666666667%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xxl-3 {
    width: 25%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xxl-4 {
    width: 33.3333333333%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xxl-5 {
    width: 41.6666666667%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xxl-6 {
    width: 50%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xxl-7 {
    width: 58.3333333333%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xxl-8 {
    width: 66.6666666667%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xxl-9 {
    width: 75%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xxl-10 {
    width: 83.3333333333%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xxl-11 {
    width: 91.6666666667%; }
  /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xxl-12 {
    width: 100%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xxl-offset-0 {
    margin-left: 0%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xxl-offset-1 {
    margin-left: 8.3333333333%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xxl-offset-2 {
    margin-left: 16.6666666667%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xxl-offset-3 {
    margin-left: 25%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xxl-offset-4 {
    margin-left: 33.3333333333%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xxl-offset-5 {
    margin-left: 41.6666666667%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xxl-offset-6 {
    margin-left: 50%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xxl-offset-7 {
    margin-left: 58.3333333333%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xxl-offset-8 {
    margin-left: 66.6666666667%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xxl-offset-9 {
    margin-left: 75%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xxl-offset-10 {
    margin-left: 83.3333333333%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xxl-offset-11 {
    margin-left: 91.6666666667%; }
  /* line 60, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_grid-framework-mixins-un2.scss */
  .col-xxl-offset-12 {
    margin-left: 100%; } }

/* line 10, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/admin/_admin.scss */
body.admin-menu #brand-bar {
  top: 64px !important;
  z-index: 499; }

@media (max-width: 768px) {
  /* line 25, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/admin/_admin.scss */
  header#navbar {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: #ededed solid 1px; } }

/* line 42, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/admin/_admin.scss */
.captcha img {
  width: inherit; }

/* line 6, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_body.scss */
body {
  padding-top: 41px; }
  @media (max-width: 992px) {
    /* line 9, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_body.scss */
    body.logged-in {
      padding-top: 63px; } }
  @media (max-width: 991px) {
    /* line 9, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_body.scss */
    body.logged-in {
      padding-top: 85px; } }

/* line 20, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_body.scss */
* {
  box-sizing: border-box; }

/*.row {
	overflow: hidden;
}

[class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}*/
/* line 4, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_brand-bar.scss */
#brand-bar {
  background: #f2f2f2;
  margin: 0;
  padding: 0;
  border: none !important;
  border-bottom: #009edb solid 5px !important;
  min-height: auto; }
  /* line 13, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_brand-bar.scss */
  #brand-bar .navbar-header {
    width: 100%;
    /*body.i18n-ar & { // Arabic override
			padding-left: 0;
			padding-right: ($font-size-base * 0.8);
		}*/ }
  /* line 23, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_brand-bar.scss */
  #brand-bar .brandbar-header {
    padding-left: 6rem;
    padding-right: 6rem; }
    /* line 27, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_brand-bar.scss */
    #brand-bar .brandbar-header a {
      padding: 0;
      font-size: 12.35px;
      font-size: 1.235rem;
      /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
      line-height: 3.5rem;
      font-weight: 400;
      letter-spacing: 0.03em;
      color: black; }
      /* line 31, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_brand-bar.scss */
      body.i18n-zh-hans #brand-bar .brandbar-header a {
        line-height: 3.6rem; }
      @media (max-width: 768px) {
        /* line 27, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_brand-bar.scss */
        #brand-bar .brandbar-header a {
          /*font-size: 12rem;
				letter-spacing: -0.02em;
				
				body.i18n-ar & { // Arabic override
					letter-spacing: 0;
				}
				
				body.i18n-zh-hans & { // Arabic override
					letter-spacing: 0;
				}*/ } }
      /* line 53, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_brand-bar.scss */
      #brand-bar .brandbar-header a.navbar-brand:before {
        font-family: "FontAwesome" !important;
        color: black;
        content: "\f015";
        font-size: 1.8rem;
        margin-right: 0.8rem;
        float: left; }

/* line 7, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_language-switcher.scss */
.language-switcher button.navbar-toggle {
  margin-top: 0;
  border: none;
  padding: 0;
  background: transparent;
  border-radius: 0;
  margin-right: 2px; }
  /* line 15, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_language-switcher.scss */
  .language-switcher button.navbar-toggle span.icon-bar {
    background-color: #009edb; }
  /* line 19, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_language-switcher.scss */
  body.i18n-ar .language-switcher button.navbar-toggle {
    margin-right: 0;
    margin-left: 2px; }

/* line 25, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_language-switcher.scss */
.language-switcher .language-title {
  float: right;
  margin-right: 0.8rem;
  line-height: 1.2; }
  /* line 30, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_language-switcher.scss */
  .language-switcher .language-title a {
    font-weight: bold;
    text-decoration: none;
    line-height: 1.1; }

/* line 37, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_language-switcher.scss */
.language-switcher #language-switcher {
  border-top: none;
  padding: 0;
  float: right; }
  @media (max-width: 767px) {
    /* line 37, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_language-switcher.scss */
    .language-switcher #language-switcher {
      clear: both; } }
  /* line 46, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_language-switcher.scss */
  .language-switcher #language-switcher ul.language-switcher-locale-url {
    list-style: none;
    padding: 0; }
    /* line 207, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
    .language-switcher #language-switcher ul.language-switcher-locale-url li {
      list-style-image: none;
      list-style-type: none;
      margin-left: 0; }
    /* line 55, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_language-switcher.scss */
    .language-switcher #language-switcher ul.language-switcher-locale-url li {
      float: left; }
      /* line 57, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_language-switcher.scss */
      .language-switcher #language-switcher ul.language-switcher-locale-url li a {
        padding: 0.7rem 1.2rem 1rem 1.2rem;
        background: transparent;
        border-top: transparent solid 3px; }
        /* line 62, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_language-switcher.scss */
        .language-switcher #language-switcher ul.language-switcher-locale-url li a.active {
          font-weight: 700;
          background-color: white;
          border-top: #c5c5c5 solid 3px; }
        /* line 72, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_language-switcher.scss */
        .language-switcher #language-switcher ul.language-switcher-locale-url li a:hover {
          background-color: white;
          border-top: #c5c5c5 solid 3px;
          text-decoration: none; }

/* line 21, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_header.scss */
header#navbar .navbar-header {
  padding-top: 39.7301012822px;
  padding-bottom: 39.7301012822px;
  width: 100%;
  /*@media (max-width: $screen-sm-min) { // Mobile styles
			padding-bottom: 12px;
			
			body.i18n-ru & { // Russian Override
				padding-bottom: 3px;
			}
		}
		
		@media (max-width: $screen-xs-min) { // Mobile styles small devices
			padding-bottom: 17px;
		}*/ }
  /* line 38, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_header.scss */
  header#navbar .navbar-header .navbar-btn {
    display: block;
    margin: 0 0 0 -3px;
    padding: 0;
    width: 27.4615384615rem;
    height: 7.7981651376rem;
    margin-right: 1.9615384615rem;
    background: url(https://www.un.org/sites/un2.un.org/themes/bootstrap_un2/images/logo-en.svg) no-repeat;
    background-position: left top !important;
    /*
			@media (max-width: $screen-sm-min) { // Mobile styles
				display: block;
				width: 35px;
				height: 30px;
				margin-left: 0;
				margin-right: 5px;
				margin-bottom: 0;
				background: url(../images/masthead-en.svg) no-repeat;
				
				body.i18n-ar & { // Arabic override
					margin-right: 6px;
					margin-left: 7px;
				}
				
				img {
					//@extend .hidden;
					//display: none !important;
					@include hide-visually;
				}
			}
			
			@media (max-width: $screen-xs-min) { // Mobile styles small devices
				width: 30px;
				height: 25px;
			}*/ }
    /* line 277, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
    header#navbar .navbar-header .navbar-btn::after {
      content: '';
      display: block;
      margin-top: 0.3041284404rem;
      height: 7.1509174312rem;
      border-right: black solid 1px; }
    /* line 46, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_header.scss */
    body.i18n-ar header#navbar .navbar-header .navbar-btn {
      width: 26.551702396rem;
      height: 7.7981651376rem;
      margin-right: 1.9615384615rem;
      background-image: url(https://www.un.org/sites/un2.un.org/themes/bootstrap_un2/images/logo-ar.svg); }
      /* line 277, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
      body.i18n-ar header#navbar .navbar-header .navbar-btn::after {
        content: '';
        display: block;
        margin-top: 0.3041284404rem;
        height: 7.1509174312rem;
        border-right: black solid 1px; }
    /* line 51, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_header.scss */
    body.i18n-zh-hans header#navbar .navbar-header .navbar-btn {
      width: 28.9742503259rem;
      height: 7.7981651376rem;
      margin-right: 1.9615384615rem;
      background-image: url(https://www.un.org/sites/un2.un.org/themes/bootstrap_un2/images/logo-zh.svg); }
      /* line 277, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
      body.i18n-zh-hans header#navbar .navbar-header .navbar-btn::after {
        content: '';
        display: block;
        margin-top: 0.3041284404rem;
        height: 7.1509174312rem;
        border-right: black solid 1px; }
    /* line 56, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_header.scss */
    body.i18n-fr header#navbar .navbar-header .navbar-btn {
      width: 27.6671836228rem;
      height: 7.7981651376rem;
      margin-right: 1.9615384615rem;
      background-image: url(https://www.un.org/sites/un2.un.org/themes/bootstrap_un2/images/logo-fr.svg); }
      /* line 277, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
      body.i18n-fr header#navbar .navbar-header .navbar-btn::after {
        content: '';
        display: block;
        margin-top: 0.3041284404rem;
        height: 7.1509174312rem;
        border-right: black solid 1px; }
    /* line 61, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_header.scss */
    body.i18n-ru header#navbar .navbar-header .navbar-btn {
      width: 28.3590539895rem;
      height: 7.7981651376rem;
      margin-right: 1.9615384615rem;
      background-image: url(https://www.un.org/sites/un2.un.org/themes/bootstrap_un2/images/logo-ru.svg); }
      /* line 277, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
      body.i18n-ru header#navbar .navbar-header .navbar-btn::after {
        content: '';
        display: block;
        margin-top: 0.3041284404rem;
        height: 7.1509174312rem;
        border-right: black solid 1px; }
    /* line 66, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_header.scss */
    body.i18n-es header#navbar .navbar-header .navbar-btn {
      width: 30.6777546778rem;
      height: 7.7981651376rem;
      margin-right: 1.9615384615rem;
      background-image: url(https://www.un.org/sites/un2.un.org/themes/bootstrap_un2/images/logo-es.svg); }
      /* line 277, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
      body.i18n-es header#navbar .navbar-header .navbar-btn::after {
        content: '';
        display: block;
        margin-top: 0.3041284404rem;
        height: 7.1509174312rem;
        border-right: black solid 1px; }
    /* line 98, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_header.scss */
    header#navbar .navbar-header .navbar-btn img.img-responsive, header#navbar .navbar-header .navbar-btn img {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      -webkit-clip-path: inset(100%);
              clip-path: inset(100%);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      white-space: nowrap;
      width: 1px; }
  /* line 105, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_header.scss */
  header#navbar .navbar-header #live_now_button {
    margin-top: 17.8475998092px;
    margin-right: 1.5rem; }

/* line 112, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_header.scss */
#live_now_button {
  margin-top: 1rem;
  margin-right: 5.5rem; }
  /* line 116, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_header.scss */
  header#navbar #live_now_button {
    margin-top: 17.8475998092px;
    margin-right: 1.5rem; }

/* line 6, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_footer.scss */
.footer-fluid {
  border-top: #009edb solid 0.4rem;
  background: #333333; }

/* line 11, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_footer.scss */
.footer {
  margin-top: 0;
  padding-top: 31.7967997456px;
  padding-bottom: 3.3rem;
  border-top: none; }
  /* line 17, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_footer.scss */
  .footer .footer-brand {
    margin-left: -15px; }
    /* line 19, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_footer.scss */
    .footer .footer-brand a {
      display: block;
      padding: 0;
      width: 17rem;
      height: 5.1987767584rem;
      background: url(https://www.un.org/sites/un2.un.org/themes/bootstrap_un2/images/logo-en-reverse.svg) no-repeat;
      background-position: top left; }
      /* line 27, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_footer.scss */
      body.i18n-ar .footer .footer-brand a {
        background-image: url(https://www.un.org/sites/un2.un.org/themes/bootstrap_un2/images/logo-ar-reverse.svg); }
      /* line 31, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_footer.scss */
      body.i18n-zh-hans .footer .footer-brand a {
        background-image: url(https://www.un.org/sites/un2.un.org/themes/bootstrap_un2/images/logo-zh-reverse.svg); }
      /* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_footer.scss */
      body.i18n-fr .footer .footer-brand a {
        background-image: url(https://www.un.org/sites/un2.un.org/themes/bootstrap_un2/images/logo-fr-reverse.svg); }
      /* line 39, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_footer.scss */
      body.i18n-ru .footer .footer-brand a {
        background-image: url(https://www.un.org/sites/un2.un.org/themes/bootstrap_un2/images/logo-ru-reverse.svg); }
      /* line 43, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_footer.scss */
      body.i18n-es .footer .footer-brand a {
        background-image: url(https://www.un.org/sites/un2.un.org/themes/bootstrap_un2/images/logo-es-reverse.svg); }
      /* line 47, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_footer.scss */
      .footer .footer-brand a span {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        -webkit-clip-path: inset(100%);
                clip-path: inset(100%);
        height: 1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        white-space: nowrap;
        width: 1px; }
  /* line 53, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_footer.scss */
  .footer .social-media {
    margin-top: 1.7rem; }
  /* line 57, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_footer.scss */
  .footer .donate {
    margin-top: 1.7rem;
    margin-left: 2.8rem;
    margin-right: 0.1rem;
    padding-left: 2.1rem;
    border-left: gray solid 0.1rem; }
  /* line 66, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_footer.scss */
  .footer .footer-links .divider {
    border-top: #5b5b5b solid 1px;
    margin: 1.6rem 0 1.9rem 0;
    padding: 0 1rem; }
  /* line 73, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_footer.scss */
  .footer .footer-links .nav li {
    padding: 0 1.3rem 0 1rem;
    border-right: gray solid 0.3rem; }
    /* line 77, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_footer.scss */
    .footer .footer-links .nav li.last {
      padding-right: 0;
      border-right: none; }
  /* line 83, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_footer.scss */
  .footer .footer-links .nav li > a {
    font-weight: 500;
    font-size: 12px;
    font-size: 1.2rem;
    /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
    color: white;
    letter-spacing: 0.77px;
    line-height: 1.1667;
    padding: 0;
    text-transform: uppercase; }
    /* line 92, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_footer.scss */
    .footer .footer-links .nav li > a:hover, .footer .footer-links .nav li > a:focus {
      background-color: transparent;
      outline: none; }

/* line 13, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
.navbar {
  position: relative;
  min-height: auto;
  margin-bottom: 20px;
  border: none; }
  /* line 14, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_clearfix.scss */
  .navbar:before, .navbar:after {
    display: table;
    content: " "; }
  /* line 19, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_clearfix.scss */
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    /* line 13, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .navbar {
      border-radius: 0; } }

/* line 14, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " "; }

/* line 19, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  /* line 33, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-header {
    float: left; } }

/* line 52, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  /* line 14, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_clearfix.scss */
  .navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " "; }
  /* line 19, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_clearfix.scss */
  .navbar-collapse:after {
    clear: both; }
  /* line 61, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    /* line 52, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      /* line 70, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      /* line 77, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
      .navbar-collapse.in {
        overflow-y: visible; }
      /* line 83, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0; } }

/* line 92, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  /* line 94, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
    @media (max-device-width: 480px) and (orientation: landscape) {
      /* line 94, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
      .navbar-fixed-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px; } }
  @media (min-width: 768px) {
    /* line 92, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

/* line 114, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

/* line 118, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

/* line 131, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0; }
  @media (min-width: 768px) {
    /* line 131, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

/* line 151, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    /* line 151, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .navbar-static-top {
      border-radius: 0; } }

/* line 163, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
.navbar-brand {
  float: left;
  height: auto;
  padding: 0 0;
  font-size: 1.2857142857rem;
  line-height: 1.428571429rem; }
  /* line 170, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  /* line 175, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    /* line 180, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: 0; } }

/* line 193, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 0;
  margin-top: auto-34px/2;
  margin-bottom: auto-34px/2;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0.2857142857rem; }
  /* line 206, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-toggle:focus {
    outline: 0; }
  /* line 211, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  /* line 217, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    /* line 193, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .navbar-toggle {
      display: none; } }

/* line 232, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
.navbar-nav {
  margin: 0 0; }
  /* line 235, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.428571429rem; }
  @media (max-width: 767px) {
    /* line 243, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      /* line 251, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      /* line 255, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 1.428571429rem; }
        /* line 257, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    /* line 232, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .navbar-nav {
      float: left;
      margin: 0; }
      /* line 270, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
      .navbar-nav > li {
        float: left; }
        /* line 272, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
        .navbar-nav > li > a {
          padding-top: 0;
          padding-bottom: 0; } }

/*.navbar-form {
  padding: 10px $navbar-padding-horizontal;
  margin-right: -$navbar-padding-horizontal;
  margin-left: -$navbar-padding-horizontal;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  $shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  @include box-shadow($shadow);

  // Mixin behavior for optimum display
  @include form-inline;

  .form-group {
    @media (max-width: $grid-float-breakpoint-max) {
      margin-bottom: 5px;

      &:last-child {
        margin-bottom: 0;
      }
    }
  }

  // Vertically center in expanded, horizontal navbar
  @include navbar-vertical-align($input-height-base);

  // Undo 100% width for pull classes
  @media (min-width: $grid-float-breakpoint) {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    @include box-shadow(none);
  }
}*/
/* line 327, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 332, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 343, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
.navbar-btn {
  margin-top: auto-2.2857142861rem/2;
  margin-bottom: auto-2.2857142861rem/2; }
  /* line 346, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-btn.btn-sm {
    margin-top: auto-2rem/2;
    margin-bottom: auto-2rem/2; }
  /* line 349, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-btn.btn-xs {
    margin-top: auto-22/2;
    margin-bottom: auto-22/2; }

/* line 359, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
.navbar-text {
  margin-top: auto-1.428571429rem/2;
  margin-bottom: auto-1.428571429rem/2; }
  @media (min-width: 768px) {
    /* line 359, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .navbar-text {
      float: left;
      margin-right: 0;
      margin-left: 0; } }

@media (min-width: 768px) {
  /* line 379, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-left {
    float: left !important; }
  /* line 382, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: 0; }
    /* line 386, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

/* line 397, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  /* line 401, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-default .navbar-brand {
    color: #777; }
    /* line 403, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  /* line 410, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-default .navbar-text {
    color: #777; }
  /* line 415, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    /* line 418, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  /* line 425, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  /* line 433, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  /* line 444, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  @media (max-width: 767px) {
    /* line 455, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      /* line 457, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    /* line 464, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    /* line 472, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  /* line 483, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    /* line 485, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    /* line 489, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  /* line 494, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  /* line 504, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-default .navbar-link {
    color: #777; }
    /* line 506, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .navbar-default .navbar-link:hover {
      color: #333; }
  /* line 511, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-default .btn-link {
    color: #777; }
    /* line 513, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    /* line 519, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

/* line 529, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
.navbar-inverse {
  background-color: #333333;
  border-color: #d6d6d6; }
  /* line 533, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    /* line 535, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  /* line 542, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-inverse .navbar-text {
    color: white; }
  /* line 547, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-inverse .navbar-nav > li > a {
    color: white; }
    /* line 550, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #333333;
      background-color: #fafafa; }
  /* line 557, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #333333;
    background-color: #fafafa; }
  /* line 565, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  /* line 575, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #333333;
    background-color: #fafafa; }
  @media (max-width: 767px) {
    /* line 586, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #d6d6d6; }
    /* line 589, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #d6d6d6; }
    /* line 592, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: white; }
      /* line 594, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333333;
        background-color: #fafafa; }
    /* line 601, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #333333;
      background-color: #fafafa; }
    /* line 609, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  /* line 621, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    /* line 623, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    /* line 627, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  /* line 632, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #212121; }
  /* line 637, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-inverse .navbar-link {
    color: white; }
    /* line 639, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .navbar-inverse .navbar-link:hover {
      color: #333333; }
  /* line 644, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
  .navbar-inverse .btn-link {
    color: white; }
    /* line 646, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #333333; }
    /* line 652, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar.scss */
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

/*ul.subnav {
  display: none;
  padding: 8px 0 0 0;
  /* display: block; */
/*  position: absolute;
  left: 0;
  width: 100%;
  height: inherit;
  background-color: #f2f2f2; }

ul#main-menu ul.subnav li {
  display: block;
  float: left;
  background: #f2f2f2;
  border: 0;*/
/*		
	list-style: none;
	left: 0;
	position: relative;
	width: auto;
 }*/
/*ul#main-menu ul.subnav li a {
  background: #f2f2f2;
  border: 0;
  color: black; }

#bs-navbar-main-menu {
  position: relative; }

#main-menu, #main-menu > li {
  position: static; }

li.top-level ul.subnav-active, li.top-level ul.subnav-active-menu {
  display: block;
  padding: 8px 0; }

ul#main-menu li a.active, ul#main-menu li a:hover, ul#main-menu li a.active-menu {
  background: #f2f2f2;
  color: black; }*/
/* line 51, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar-un2.scss */
ul#main-menu.navbar-inverse {
  border: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  justify-content: space-around;
  -webkit-box-align: stretch;
          align-items: stretch;
  padding: 0;
  margin: 0 0 0.8rem 0;
  position: relative;
  list-style: none;
  width: 100%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  /*.navbar-brand {
			color: $navbar-inverse-brand-color;
			&:hover,
			&:focus {
				color: $navbar-inverse-brand-hover-color;
				background-color: $navbar-inverse-brand-hover-bg;
			}
		}*/ }
  /* line 66, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar-un2.scss */
  ul#main-menu.navbar-inverse li {
    -webkit-box-flex: 1;
            flex: 1; }
    /* line 70, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar-un2.scss */
    ul#main-menu.navbar-inverse li.dropdown {
      position: initial; }
    /* line 74, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar-un2.scss */
    ul#main-menu.navbar-inverse li:last-of-type a {
      border-right: none; }
  /* line 89, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar-un2.scss */
  ul#main-menu.navbar-inverse .sf-sub-indicator {
    display: none; }
    /* line 92, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar-un2.scss */
    .front-wrapper ul#main-menu.navbar-inverse .sf-sub-indicator {
      display: none; }
  /* line 101, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar-un2.scss */
  ul#main-menu.navbar-inverse > li > a {
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 17px;
    font-size: 1.7rem;
    /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
    line-height: 4.3rem;
    letter-spacing: -0.13px;
    color: white;
    border-right: #d6d6d6 solid 4px;
    margin: auto;
    text-align: center;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    display: block; }
    /* line 117, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar-un2.scss */
    body.i18n-ru ul#main-menu.navbar-inverse > li > a {
      font-size: 16px;
      font-size: 1.6rem;
      /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/ }
    /* line 125, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar-un2.scss */
    ul#main-menu.navbar-inverse > li > a > li:last-of-type > a {
      border-right: none !important; }
    /* line 129, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar-un2.scss */
    ul#main-menu.navbar-inverse > li > a:hover, ul#main-menu.navbar-inverse > li > a:focus {
      color: #333333;
      background-color: #fafafa; }
  /* line 137, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar-un2.scss */
  ul#main-menu.navbar-inverse .dropdown-menu {
    background-color: #fafafa;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%; }
  /* line 146, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar-un2.scss */
  ul#main-menu.navbar-inverse .open .dropdown-menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
            align-items: baseline;
    padding: 0;
    border: none;
    border-top: #d6d6d6 solid 3px;
    border-radius: 0;
    background: #fafafa; }
    /* line 158, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar-un2.scss */
    ul#main-menu.navbar-inverse .open .dropdown-menu li {
      float: none;
      margin: 0;
      padding: 0;
      -webkit-box-flex: 0;
              flex-grow: 0;
      margin: 0 1rem; }
      /* line 167, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar-un2.scss */
      ul#main-menu.navbar-inverse .open .dropdown-menu li:first-of-type {
        margin-left: 0; }
      /* line 171, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar-un2.scss */
      ul#main-menu.navbar-inverse .open .dropdown-menu li:last-of-type {
        margin-right: 0; }
      /* line 178, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar-un2.scss */
      ul#main-menu.navbar-inverse .open .dropdown-menu li a {
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px;
        font-size: 1.3rem;
        /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
        color: #333333;
        letter-spacing: 0.77px;
        line-height: 4.3rem;
        padding: 0;
        margin: auto;
        background-color: transparent;
        clear: none;
        display: inherit; }
        /* line 200, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar-un2.scss */
        ul#main-menu.navbar-inverse .open .dropdown-menu li a, ul#main-menu.navbar-inverse .open .dropdown-menu li a:hover, ul#main-menu.navbar-inverse .open .dropdown-menu li a:focus {
          color: #333333;
          text-decoration: none; }
    /* line 210, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar-un2.scss */
    ul#main-menu.navbar-inverse .open .dropdown-menu#subnav-2195 li:first-of-type a {
      font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 13.5px;
      font-size: 1.35rem;
      /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
      font-weight: 700;
      color: #666666;
      text-transform: uppercase;
      letter-spacing: 0.77px;
      margin-right: 0.5rem; }
  /* line 224, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar-un2.scss */
  ul#main-menu.navbar-inverse > .active > a, ul#main-menu.navbar-inverse > .active > a:hover, ul#main-menu.navbar-inverse > .active > a:focus {
    color: #333333;
    background-color: #fafafa; }
  /* line 232, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar-un2.scss */
  ul#main-menu.navbar-inverse > .disabled > a, ul#main-menu.navbar-inverse > .disabled > a:hover, ul#main-menu.navbar-inverse > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  @media (max-width: 767px) {
    /* line 242, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar-un2.scss */
    ul#main-menu.navbar-inverse .subnav {
      background-color: #fafafa;
      background-color: white; }
      /* line 245, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar-un2.scss */
      ul#main-menu.navbar-inverse .subnav > .dropdown-header {
        border-color: #d6d6d6; }
      /* line 248, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar-un2.scss */
      ul#main-menu.navbar-inverse .subnav .divider {
        background-color: #d6d6d6; }
      /* line 251, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar-un2.scss */
      ul#main-menu.navbar-inverse .subnav > li > a {
        color: white; }
        /* line 253, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar-un2.scss */
        ul#main-menu.navbar-inverse .subnav > li > a:hover, ul#main-menu.navbar-inverse .subnav > li > a:focus {
          color: #333333;
          background-color: #fafafa; }
      /* line 260, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar-un2.scss */
      ul#main-menu.navbar-inverse .subnav > .active > a, ul#main-menu.navbar-inverse .subnav > .active > a:hover, ul#main-menu.navbar-inverse .subnav > .active > a:focus {
        color: #333333;
        background-color: #fafafa; }
      /* line 268, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_navbar-un2.scss */
      ul#main-menu.navbar-inverse .subnav > .disabled > a, ul#main-menu.navbar-inverse .subnav > .disabled > a:hover, ul#main-menu.navbar-inverse .subnav > .disabled > a:focus {
        color: #444;
        background-color: transparent; } }

/* line 8, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_search.scss */
header#navbar .search-form {
  margin-top: 17.8475998092px;
  padding-left: 0;
  padding-right: 0; }
  /* line 13, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_search.scss */
  header#navbar .search-form form {
    margin-right: 0.2rem; }
    /* line 16, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_search.scss */
    header#navbar .search-form form .form-group {
      margin-bottom: 0.5rem; }
    /* line 20, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_search.scss */
    header#navbar .search-form form button {
      /*&::after { // Add Font Awesome magnifying glass icon
					font-size: ($font-size-base-no-unit + 7); // font-size: ($font-size-base + 7); //
					font-family: $icon-font-name;
					content:"\f002";
					color: black;
					display: inline-block;
				}*/ }
  /* line 32, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_search.scss */
  header#navbar .search-form .site-index, header#navbar .search-form .advanced-search {
    font-weight: 500;
    font-size: 12px;
    font-size: 1.2rem;
    /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
    letter-spacing: 1.27px;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin-top: 0.1rem;
    margin-right: 0.4rem;
    float: right; }
    /* line 43, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_search.scss */
    header#navbar .search-form .site-index a, header#navbar .search-form .advanced-search a {
      color: #666666; }

/* line 6, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_images.scss */
.img-responsive, img {
  width: 100%; }

/* line 11, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_images.scss */
span.file img {
  width: auto;
  float: left;
  margin-right: 6px; }

/* line 19, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_images.scss */
.teaser-image, .image-metadata {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.89rem;
  letter-spacing: 0.05em;
  color: #666666; }
  /* line 26, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_images.scss */
  body.i18n-zh-hans .teaser-image, body.i18n-zh-hans .image-metadata {
    font-size: 1.0235rem; }
  /* line 30, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_images.scss */
  body.i18n-ar .teaser-image, body.i18n-ar .image-metadata {
    font-family: 'Noto Naskh Arabic', 'Roboto', serif; }
  /* line 34, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_images.scss */
  .teaser-image .field-name-field-credit, .image-metadata .field-name-field-credit, .image-metadata span.image-credit {
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: black;
    float: left;
    line-height: 1.25;
    border-right: #d9d9d9 solid 1px;
    margin-right: 6px;
    padding-right: 6px; }
  /* line 45, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_images.scss */
  .teaser-image a, .image-metadata a {
    color: #666666; }
  /* line 49, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_images.scss */
  body.node-type-article .teaser-image, body.node-type-article .image-metadata {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
    max-width: 480px;
    padding-bottom: 12px;
    border-bottom: #999999 solid 1px; }
    /* line 57, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_images.scss */
    body.node-type-article .teaser-image img, body.node-type-article .image-metadata img {
      max-width: 480px !important;
      margin-top: 6px; }
  /* line 63, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_images.scss */
  .teaser-image img, .image-metadata img {
    margin-bottom: 9px; }

/* line 68, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_images.scss */
.image-metadata {
  padding-top: 12px;
  margin-bottom: 27px;
  padding-bottom: 12px;
  border-bottom: #999999 solid 1px;
  float: none;
  margin-left: 0;
  margin-right: 0; }

/* line 9, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_buttons.scss */
.btn {
  font-weight: 700;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1.27px;
  text-transform: uppercase;
  border: 1px solid transparent;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 4px;
  padding-top: 0.9rem; }
  /* line 19, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_buttons.scss */
  body.i18n-zh-hans .btn {
    padding: 1rem 2rem;
    font-size: 1.38rem;
    line-height: 1;
    border-radius: 4px; }
  /* line 26, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_buttons.scss */
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  /* line 32, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_buttons.scss */
  .btn.dark,
  .dark .btn,
  .gray-bg .btn {
    background: white; }
  /* line 38, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_buttons.scss */
  .btn:hover, .btn:focus, .btn.focus {
    color: #454545;
    text-decoration: none; }
  /* line 47, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_buttons.scss */
  .btn.dark:hover, .btn.dark:focus, .btn.dark.focus,
  .dark .btn:hover,
  .dark .btn:focus,
  .dark .btn.focus {
    background: white; }
  /* line 54, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_buttons.scss */
  .btn:active, .btn.active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  /* line 61, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_buttons.scss */
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    box-shadow: none; }

/* line 73, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_buttons.scss */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

/* line 83, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_buttons.scss */
.btn-default {
  color: #454545;
  background-color: transparent;
  border-color: #009edb; }
  /* line 11, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
  .btn-default:focus, .btn-default.focus {
    color: #454545;
    background-color: rgba(0, 0, 0, 0);
    border-color: #00425c; }
  /* line 17, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
  .btn-default:hover {
    color: #454545;
    background-color: rgba(0, 0, 0, 0);
    border-color: #00729e; }
  /* line 22, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #454545;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #00729e; }
    /* line 30, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #454545;
      background-color: rgba(0, 0, 0, 0);
      border-color: #00425c; }
  /* line 41, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: transparent;
    border-color: #009edb; }
  /* line 49, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
  .btn-default .badge {
    color: transparent;
    background-color: #454545; }

/* line 86, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_buttons.scss */
.btn-primary {
  color: #454545;
  background-color: transparent;
  border-color: #009edb; }
  /* line 11, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
  .btn-primary:focus, .btn-primary.focus {
    color: #454545;
    background-color: rgba(0, 0, 0, 0);
    border-color: #00425c; }
  /* line 17, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
  .btn-primary:hover {
    color: #454545;
    background-color: rgba(0, 0, 0, 0);
    border-color: #00729e; }
  /* line 22, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #454545;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #00729e; }
    /* line 30, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #454545;
      background-color: rgba(0, 0, 0, 0);
      border-color: #00425c; }
  /* line 41, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: transparent;
    border-color: #009edb; }
  /* line 49, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
  .btn-primary .badge {
    color: transparent;
    background-color: #454545; }

/* line 90, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  /* line 11, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  /* line 17, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  /* line 22, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439; }
    /* line 30, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  /* line 41, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  /* line 49, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

/* line 94, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  /* line 11, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  /* line 17, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  /* line 22, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc; }
    /* line 30, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  /* line 41, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  /* line 49, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

/* line 98, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  /* line 11, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  /* line 17, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  /* line 22, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512; }
    /* line 30, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  /* line 41, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  /* line 49, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

/* line 102, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_buttons.scss */
.btn-danger {
  color: #454545;
  background-color: transparent;
  border-color: #FF0000; }
  /* line 11, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
  .btn-danger:focus, .btn-danger.focus {
    color: #454545;
    background-color: rgba(0, 0, 0, 0);
    border-color: maroon; }
  /* line 17, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
  .btn-danger:hover {
    color: #454545;
    background-color: rgba(0, 0, 0, 0);
    border-color: #c20000; }
  /* line 22, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #454545;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #c20000; }
    /* line 30, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #454545;
      background-color: rgba(0, 0, 0, 0);
      border-color: maroon; }
  /* line 41, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: transparent;
    border-color: #FF0000; }
  /* line 49, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_buttons.scss */
  .btn-danger .badge {
    color: transparent;
    background-color: #454545; }

/* line 111, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0; }
  /* line 116, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_buttons.scss */
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  /* line 124, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_buttons.scss */
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  /* line 130, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_buttons.scss */
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  /* line 138, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_buttons.scss */
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

/* line 150, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_buttons.scss */
.btn-lg {
  padding: 0.7142857143rem 1.1428571429rem;
  font-size: 1.2857142857rem;
  line-height: 1.3333333;
  border-radius: 6px; }

/* line 154, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_buttons.scss */
.btn-sm {
  padding: 0.3571428571rem 0.7142857143rem;
  font-size: 0.8571428571rem;
  line-height: 1.5;
  border-radius: 3px; }

/* line 158, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_buttons.scss */
.btn-xs {
  padding: 0.0714285714rem 0.3571428571rem;
  font-size: 0.8571428571rem;
  line-height: 1.5;
  border-radius: 3px; }

/* line 166, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_buttons.scss */
.btn-block {
  display: block;
  width: 100%; }

/* line 172, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px; }

/* line 180, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/components/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/* line 9, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #454545; }
  /* line 16, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777777; }

/* line 24, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 1.428571429rem;
  margin-bottom: 0.7142857145rem; }
  /* line 30, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

/* line 35, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0.7142857145rem;
  margin-bottom: 0.7142857145rem; }
  /* line 41, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

/* line 47, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
h1, .h1 {
  font-size: 40; }

/* line 48, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
h2, .h2 {
  font-size: 35; }

/* line 49, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
h3, .h3 {
  font-size: 27; }

/* line 50, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
h4, .h4 {
  font-size: 22; }

/* line 51, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
h5, .h5 {
  font-size: 16; }

/* line 52, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
h6, .h6 {
  font-size: 14; }

/* line 58, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
p {
  margin: 0 0 0.7142857145rem; }

/* line 62, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
.lead {
  margin-bottom: 1.428571429rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    /* line 62, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
    .lead {
      font-size: 1.5rem; } }

/* line 78, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
small,
.small {
  font-size: 85%; }

/* line 83, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3; }

/* line 90, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
.text-left {
  text-align: left; }

/* line 91, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
.text-right {
  text-align: right; }

/* line 92, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
.text-center {
  text-align: center; }

/* line 93, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
.text-justify {
  text-align: justify; }

/* line 94, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap; }

/* line 97, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase; }

/* line 98, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase; }

/* line 99, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize; }

/* line 102, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
.text-muted {
  color: #777777; }

/* line 5, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #009edb; }

/* line 8, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #0079a8; }

/* line 5, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d; }

/* line 8, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

/* line 5, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f; }

/* line 8, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269; }

/* line 5, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b; }

/* line 8, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

/* line 5, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442; }

/* line 8, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

/* line 119, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
.bg-primary {
  color: #fff; }

/* line 5, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #009edb; }

/* line 8, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0079a8; }

/* line 5, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8; }

/* line 8, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

/* line 5, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7; }

/* line 8, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

/* line 5, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3; }

/* line 8, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

/* line 5, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede; }

/* line 8, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

/* line 138, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
.page-header {
  padding-bottom: -0.2857142855rem;
  margin: 2.857142858rem 0 1.428571429rem;
  border-bottom: 1px solid #eeeeee; }

/* line 149, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 0.7142857145rem; }
  /* line 153, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

/* line 167, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none; }

/* line 173, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  /* line 177, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
  .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px; }

/* line 185, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 1.428571429rem; }

/* line 189, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.428571429; }

/* line 193, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
dt {
  font-weight: 700; }

/* line 196, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
dd {
  margin-left: 0; }

/* line 14, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " "; }

/* line 19, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  /* line 211, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  /* line 218, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px; } }

/* line 230, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help; }

/* line 235, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
.initialism {
  font-size: 90%; }

/* line 241, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
blockquote {
  padding: 0.7142857145rem 1.428571429rem;
  margin: 0 0 1.428571429rem;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  /* line 250, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  /* line 257, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    /* line 265, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "\2014 \00A0"; }

/* line 274, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0; }
  /* line 286, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ""; }
  /* line 287, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: "\00A0 \2014"; }

/* line 294, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/bootstrap/_type.scss */
address {
  margin-bottom: 1.428571429rem;
  font-style: normal;
  line-height: 1.428571429; }

/*  From Bootstrap Sass override partial
  font-family: $font-family-base;
  font-size: $font-size-base-no-unit;
  line-height: $line-height-base;
  color: $text-color;
  background-color: $body-bg;
*/
/* line 13, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }

/* line 22, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
a {
  color: black;
  text-decoration: none; }
  /* line 26, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  a:hover {
    color: black;
    text-decoration: none; }

/* line 32, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700; }

/* line 48, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
h2, .h2 {
  font-size: 32px;
  font-size: 3.2rem;
  /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
  color: black;
  letter-spacing: -0.77px;
  line-height: 1; }
  /* line 54, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .unorg-home-hero h2, .unorg-home-hero .h2 {
    margin-top: 0.6rem;
    margin-bottom: 1.4rem;
    width: 100%; }
    /* line 51, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
    .unorg-home-hero h2::after, .unorg-home-hero .h2::after {
      content: '';
      display: block;
      margin-left: 1px;
      margin-top: 1.75rem;
      border-top: #009edb solid 3px;
      width: 33%; }
  /* line 61, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .section h2, .section .h2 {
    font-size: 40px;
    font-size: 4rem;
    /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #454545;
    letter-spacing: -0.1px;
    padding: 0 3.5rem;
    margin-bottom: 2.331rem;
    line-height: 1;
    text-align: center; }
    /* line 62, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
    .section h2::after, .section .h2::after {
      content: '';
      display: block;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      margin-top: 1.0501050105rem;
      border-top: #009edb solid 3px;
      width: 20%; }
  /* line 76, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .section.purposes h2, .section.purposes .h2 {
    text-align: left;
    padding-left: 0;
    padding-right: 0; }
    /* line 75, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
    .section.purposes h2::after, .section.purposes .h2::after {
      content: '';
      display: block;
      margin-left: 2px;
      margin-right: 0;
      text-align: left;
      margin-top: 1.0501050105rem;
      border-top: #009edb solid 3px;
      width: 20%; }
  /* line 83, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .main-bodies h2, .main-bodies .h2 {
    padding: 0 7rem !important; }

/* line 88, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
h3, .h3 {
  font-size: 22px;
  font-size: 2.2rem;
  /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
  color: black;
  letter-spacing: -0.5px;
  line-height: 1.05; }
  /* line 94, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .front-wrapper h3, .front-wrapper .h3 {
    margin-top: 0.6rem;
    margin-bottom: 1.4rem;
    width: 100%; }
    /* line 51, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
    .front-wrapper h3::after, .front-wrapper .h3::after {
      content: '';
      display: block;
      margin-left: 1px;
      margin-top: 1.1rem;
      border-top: #009edb solid 3px;
      width: 33%; }
  /* line 101, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .front-wrapper .lead-story h3, .front-wrapper .lead-story .h3 {
    font-size: 30px;
    font-size: 3rem;
    /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
    letter-spacing: -0.77px;
    line-height: 1.1667; }
  /* line 107, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .front-wrapper .watch-and-listen h3, .front-wrapper .watch-and-listen .h3 {
    font-size: 27px;
    font-size: 2.7rem;
    /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
    margin-bottom: 1.4rem;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #454545;
    letter-spacing: -1px;
    line-height: 1.296; }
    /* line 98, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
    .front-wrapper .watch-and-listen h3::before, .front-wrapper .watch-and-listen .h3::before {
      font-size: 31.995px;
      font-size: 3.1995rem;
      /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
      font-family: "FontAwesome" !important;
      content: "";
      float: left;
      margin-top: -0.2rem;
      margin-right: 1.1020408163rem;
      color: #999999; }
    /* line 88, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
    .front-wrapper .watch-and-listen h3::after, .front-wrapper .watch-and-listen .h3::after {
      content: none !important;
      display: none !important;
      margin-left: 0 !important;
      margin-top: 0 !important;
      border-top: none !important; }
    /* line 120, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
    .front-wrapper .watch-and-listen h3 a, .front-wrapper .watch-and-listen .h3 a {
      color: #454545; }
  /* line 98, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
  .front-wrapper .watch-and-listen .live-now h3::before, .front-wrapper .watch-and-listen .live-now .h3::before {
    font-size: 31.995px;
    font-size: 3.1995rem;
    /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
    font-family: "FontAwesome" !important;
    content: "";
    float: left;
    margin-top: -0.2rem;
    margin-right: 1.1020408163rem;
    color: #999999; }
  /* line 129, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .heading-block h3, h3.subheading, .heading-block .h3, .h3.subheading {
    font-size: 24px;
    font-size: 2.4rem;
    /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
    color: #5e5e5e;
    letter-spacing: 0.55px;
    line-height: 1.05; }
    /* line 88, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
    .heading-block h3::after, h3.subheading::after, .heading-block .h3::after, .h3.subheading::after {
      content: none !important;
      display: none !important;
      margin-left: 0 !important;
      margin-top: 0 !important;
      border-top: none !important; }
    /* line 136, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
    .heading-block h3 a, h3.subheading a, .heading-block .h3 a, .h3.subheading a {
      color: #5e5e5e; }
    /* line 140, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
    .section.sdgs .heading-block h3, .section.sdgs h3.subheading, .section.sdgs .heading-block .h3, .section.sdgs .h3.subheading {
      text-align: center; }

/* line 146, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
h4, .h4 {
  color: black; }
  /* line 149, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .front-wrapper h4, .front-wrapper .h4 {
    font-size: 22px;
    font-size: 2.2rem;
    /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
    letter-spacing: -0.5px;
    line-height: 1.05;
    margin-top: 0.6rem;
    margin-bottom: 1.4rem;
    width: 100%; }
    /* line 51, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
    .front-wrapper h4::after, .front-wrapper .h4::after {
      content: '';
      display: block;
      margin-left: 1px;
      margin-top: 1.1rem;
      border-top: #009edb solid 3px;
      width: 25%; }
  /* line 159, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .front-wrapper .purposes h4, .front-wrapper .purposes .h4 {
    font-size: 22px;
    font-size: 2.2rem;
    /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
    color: black;
    margin-top: 1.3rem; }
    /* line 51, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
    .front-wrapper .purposes h4::after, .front-wrapper .purposes .h4::after {
      content: '';
      display: block;
      margin-left: 1px;
      margin-top: 1.1rem;
      border-top: #009edb solid 3px;
      width: 7%; }
    /* line 167, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
    .front-wrapper .purposes h4::after, .front-wrapper .purposes .h4::after {
      margin-left: 0;
      border-top: #ababab solid 3px; }
  /* line 173, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .front-wrapper .subheading h4,
  .front-wrapper .main-bodies h4, .front-wrapper .subheading .h4,
  .front-wrapper .main-bodies .h4 {
    font-size: 24px;
    font-size: 2.4rem;
    /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
    color: #222222;
    letter-spacing: 0.55px;
    line-height: 1.04;
    text-align: center; }
    /* line 88, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
    .front-wrapper .subheading h4::after,
    .front-wrapper .main-bodies h4::after, .front-wrapper .subheading .h4::after,
    .front-wrapper .main-bodies .h4::after {
      content: none !important;
      display: none !important;
      margin-left: 0 !important;
      margin-top: 0 !important;
      border-top: none !important; }
  /* line 183, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .front-wrapper .facts h4, .front-wrapper .facts .h4 {
    font-size: 22px;
    font-size: 2.2rem;
    /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
    color: white;
    letter-spacing: 0.5px;
    line-height: 1.1818;
    text-align: left;
    text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.5);
    padding: 0.2rem 0 0.4rem 1.7rem;
    border-left: solid 0.5rem rgba(255, 255, 255, 0.3); }
    /* line 88, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
    .front-wrapper .facts h4::after, .front-wrapper .facts .h4::after {
      content: none !important;
      display: none !important;
      margin-left: 0 !important;
      margin-top: 0 !important;
      border-top: none !important; }
    /* line 193, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
    .front-wrapper .facts h4 a, .front-wrapper .facts .h4 a {
      color: white; }
  /* line 198, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .front-wrapper .priorities h4,
  .front-wrapper .sdgs h4, .front-wrapper .priorities .h4,
  .front-wrapper .sdgs .h4 {
    margin-top: 2.1rem; }
  /* line 88, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
  .front-wrapper .watch-and-listen h4::after, .front-wrapper .watch-and-listen .h4::after {
    content: none !important;
    display: none !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    border-top: none !important; }
  /* line 207, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .watch-and-listen .view-display-id-block_1 h4, .watch-and-listen .view-display-id-block_1 .h4 {
    width: 80%; }
  /* line 211, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .front-wrapper .home-footer h4, .front-wrapper .home-footer .h4 {
    font-size: 20px;
    font-size: 2rem;
    /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
    color: #454545;
    letter-spacing: 0.95px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 1.4rem; }
    /* line 51, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
    .front-wrapper .home-footer h4::after, .front-wrapper .home-footer .h4::after {
      content: '';
      display: block;
      margin-left: 1px;
      margin-top: 1.1rem;
      border-top: #009edb solid 3px;
      width: 15%; }

/* line 223, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
.facts h5, .facts .h5 {
  font-size: 16px;
  font-size: 1.6rem;
  /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: white;
  letter-spacing: 1px;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.5); }
  /* line 238, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .facts h5 a, .facts .h5 a {
    color: white; }

/* line 243, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
.live-now h5, .live-now .h5 {
  font-size: 18px;
  font-size: 1.8rem;
  /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
  color: #333333;
  letter-spacing: 0;
  line-height: 1;
  padding-left: 0.2rem;
  padding-bottom: 1.3rem;
  margin-bottom: 0.5rem;
  border: none;
  border-bottom: solid;
  border-width: 0.3rem;
  border-color: #ededed; }
  /* line 159, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
  .gray-bg .live-now h5, .gray-bg .live-now .h5 {
    border-color: #e3e3e3; }
  /* line 253, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .live-now h5 a, .live-now .h5 a {
    color: #333333; }
  /* line 257, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .live-now h5:nth-last-of-type, .live-now .h5:nth-last-of-type {
    border-bottom: none;
    padding-bottom: 0; }

/* line 263, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
.sdgs h5, .sdgs .h5 {
  font-size: 19px;
  font-size: 1.9rem;
  /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
  font-weight: 400;
  color: #555555;
  letter-spacing: 0.1px;
  line-height: 1.05;
  margin-top: 0; }

/* line 272, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
h5.social-media-heading, .h5.social-media-heading {
  font-size: 17px;
  font-size: 1.7rem;
  /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
  color: #c4c4c4;
  letter-spacing: 0.8px;
  line-height: 1.05;
  display: inline-block;
  margin-right: 2.5rem; }
  /* line 280, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  h5.social-media-heading a, .h5.social-media-heading a {
    color: #c4c4c4; }

/* line 286, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
span.category,
.video-embed-description {
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
  line-height: 1.1667;
  color: #4d4d4d;
  letter-spacing: 0.77px;
  text-transform: uppercase;
  display: block;
  margin-top: 1.2rem;
  margin-bottom: 0.8rem; }
  /* line 298, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .unorg-home-hero span.category, .unorg-home-hero
  .video-embed-description {
    margin-top: 0.6rem;
    margin-bottom: 1rem; }
  /* line 303, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .bottom-rows span.category,
  .second-row .vertical_square_row span.category, .bottom-rows
  .video-embed-description,
  .second-row .vertical_square_row
  .video-embed-description {
    margin-top: 0.6rem; }
  /* line 308, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .live-now span.category, .live-now
  .video-embed-description {
    padding-left: 0.2rem;
    margin-top: 0.7rem; }

/* line 315, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
p {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #454545;
  letter-spacing: -0.35px; }
  /* line 329, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  p .intro {
    font-size: 17px;
    font-size: 1.7rem;
    /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
    color: #333333; }
  /* line 334, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .front-wrapper .heading-block p {
    font-size: 17px;
    font-size: 1.7rem;
    /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
    text-align: center;
    color: #333333;
    line-height: 1.47;
    margin-bottom: 0.8rem; }
  /* line 342, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .front-wrapper .purposes p {
    font-size: 17px;
    font-size: 1.7rem;
    /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
    line-height: 1.47;
    margin-bottom: 0.8rem; }
  /* line 348, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .front-wrapper .purposes .heading-block p {
    text-align: left;
    padding-left: 0.2rem; }
  /* line 353, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .front-wrapper p,
  .front-wrapper .section-body .card p,
  .front-wrapper .in-pictures .section-body p {
    font-size: 14px;
    font-size: 1.4rem;
    /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
    line-height: 1.4;
    color: #454545; }
  /* line 361, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .front-wrapper .unorg-home-hero p,
  .front-wrapper .lead-story p {
    font-size: 16px;
    font-size: 1.6rem;
    /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
    color: #333333;
    line-height: 1.4375; }
  /* line 368, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .front-wrapper .section-body p {
    font-size: 15px;
    font-size: 1.5rem;
    /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
    color: #454545;
    line-height: 1.6; }
  /* line 374, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .front-wrapper .main-bodies .section-body p {
    text-align: center; }
  /* line 378, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .front-wrapper .sdgs .heading-block p {
    padding: 0 3.4rem !important; }
  /* line 382, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .front-wrapper .facts .section-body p {
    font-size: 17px;
    font-size: 1.7rem;
    /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
    color: white;
    letter-spacing: 0.55px;
    line-height: 1;
    text-align: center;
    text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.5); }
  /* line 391, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .front-wrapper .watch-and-listen .view-display-id-block_1 p {
    width: 90%; }

/* line 396, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
ul {
  list-style: none; }
  /* line 207, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
  ul li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0; }
  /* line 398, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .front-wrapper .heading-block ul {
    font-size: 17px;
    font-size: 1.7rem;
    /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
    color: #333333;
    line-height: 1.47;
    letter-spacing: -0.45px;
    margin-bottom: 0.8rem; }
    /* line 227, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
    .front-wrapper .heading-block ul li::before {
      font-size: 11.003236246px;
      font-size: 1.1003236246rem;
      /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
      font-family: "FontAwesome" !important;
      content: "\f111";
      float: left;
      margin-left: 0.6000705965rem;
      margin-right: 1.4003294893rem;
      padding-top: 0.5rem;
      color: #c4c4c4; }
  /* line 410, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .front-wrapper .purposes .heading-block ul {
    padding-left: 0.2rem; }
  /* line 414, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .home-footer ul {
    font-size: 14px;
    font-size: 1.4rem;
    /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
    color: #454545;
    letter-spacing: -0.35px;
    line-height: 1.35;
    margin-bottom: 2rem; }
    /* line 421, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
    .home-footer ul li {
      margin-bottom: 1rem;
      padding-left: 2.38rem; }
      /* line 214, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
      .home-footer ul li::before {
        font-size: 10px;
        font-size: 1rem;
        /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
        font-family: "FontAwesome" !important;
        content: "\f111";
        float: left;
        margin-left: -2.198rem;
        padding-top: 0.3000428633rem;
        color: #c4c4c4; }
      /* line 425, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
      .home-footer ul li a {
        padding: 0;
        display: inline;
        color: #454545; }

/* line 434, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
.image-caption {
  font-size: 14px;
  font-size: 1.4rem;
  /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -0.03rem;
  line-height: 1.364;
  color: #454545; }
  /* line 442, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .front-wrapper .image-caption {
    font-size: 13px;
    font-size: 1.3rem;
    /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/ }
  /* line 446, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .front-wrapper .unorg-home-hero .image-caption {
    font-size: 14px;
    font-size: 1.4rem;
    /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
    margin-bottom: 1.0rem;
    display: block; }

/* line 453, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
.photo-credit {
  font-size: 11px;
  font-size: 1.1rem;
  /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.04rem;
  line-height: 1.364;
  color: #666666; }
  /* line 112, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
  .photo-credit::before {
    content: '';
    margin-left: 0.1rem;
    margin-bottom: 1rem;
    padding-left: 0.5rem;
    border-left: #999999 solid 3px; }
  /* line 462, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .front-wrapper .photo-credit {
    font-size: 11.7px;
    font-size: 1.17rem;
    /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/ }
  /* line 112, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
  .front-wrapper .in-pictures .photo-credit::before {
    content: '';
    margin-left: 0.1rem;
    margin-bottom: 1rem;
    padding-left: 0.5rem;
    border-left: inherit solid 3px; }
  /* line 470, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-un2.scss */
  .photo-credit .photo-title {
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #4d4d4d;
    letter-spacing: 0.07rem;
    text-transform: uppercase;
    margin-right: 0.7rem; }

/* line 5, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-links-un2.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: #454545;
  text-decoration: none; }
  /* line 8, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-links-un2.scss */
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
  .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
  .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus,
  .h1 a:focus, .h2 a:focus, .h3 a:focus, .h4 a:focus, .h5 a:focus, .h6 a:focus {
    color: #454545;
    text-decoration: none; }

/* line 16, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-links-un2.scss */
p a {
  border-bottom: dotted 0.1rem #333333; }

/* line 7, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-brand-un2.scss */
header#navbar .navbar-header .navbar-brand {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #555555;
  font-size: 27.9724770642px;
  font-size: 2.7972477064rem;
  margin-top: 16.8475998092px;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0.027em;
  /*ul { // animated home text
				@include no-bullets;

				li {
					font-family: $headings-font-family;
					font-weight: $font-bold;
					@include font-size(28.5);
					line-height: 1;
				}
			}

			span {
				font-family: $headings-font-family;
				font-weight: $font-bold;
				@include font-size(28.5);
				line-height: 1;
			}

			/*body.i18n-ar & { // Arabic override
				float: right;
			}
			*/
  /*body.i18n-ru & { // Russian Override
				font-size: 29px;
				line-height: 41px;

				@media (max-width: $screen-md-max) {
					font-size: 26px;
					line-height: 27px;
					margin-top: -1px;
					width: 50%;
				}

				@media (max-width: $screen-md-min) {
					font-size: 21px;
					line-height: 24px;
					width: 40%;
				}

				@media (max-width: $screen-sm-min) { // Mobile styles
					font-size: 19px;
					line-height: 20px;
					width: 59%;
				}

				@media (max-width: $screen-xs-min) { // Mobile styles small devices
					font-size: 19px;
					line-height: 20px;
				}
			}*/
  /*
			@media (max-width: $screen-md-min) {

			}

			@media (max-width: $screen-sm-max) { // hide on smaller screens

			}

			@media (max-width: $screen-sm-min) { // Mobile styles
				font-size: 28px;
				line-height: 30px;

				body.i18n-zh-hans & {
					font-size: 30px;
				}
			}

			@media (max-width: $screen-xs-min) { // Mobile styles small devices
				font-size: 22px;
				line-height: 24px;

				body.i18n-zh-hans & {
					font-size: 24px;
				}
			}*/ }
  /* line 21, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-brand-un2.scss */
  .front-wrapper header#navbar .navbar-header .navbar-brand {
    font-weight: 700;
    color: #666666;
    font-size: 27.006116208px;
    font-size: 2.7006116208rem;
    margin-top: 21.8475998092px; }
  /* line 53, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-brand-un2.scss */
  header#navbar .navbar-header .navbar-brand:hover, header#navbar .navbar-header .navbar-brand:focus {
    text-decoration: none; }

/* line 8, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-chinese-un2.scss */
body.i18n-zh-hans {
  font-family: "Roboto", "Microsoft Yahei", 微软雅黑, STXihei, 华文细黑, "Helvetica Neue", sans-serif;
  line-height: 1.6428571433rem; }
  /* line 12, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-chinese-un2.scss */
  body.i18n-zh-hans h1, body.i18n-zh-hans h2, body.i18n-zh-hans h3, body.i18n-zh-hans h4, body.i18n-zh-hans h5, body.i18n-zh-hans h6,
  body.i18n-zh-hans .h1, body.i18n-zh-hans .h2, body.i18n-zh-hans .h3, body.i18n-zh-hans .h4, body.i18n-zh-hans .h5, body.i18n-zh-hans .h6 {
    font-family: "Roboto", "Microsoft Yahei", 微软雅黑, STXihei, 华文细黑, "Helvetica Neue", sans-serif; }
  /* line 17, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-chinese-un2.scss */
  body.i18n-zh-hans h2, body.i18n-zh-hans .h2 {
    font-size: 40.25px;
    font-size: 4.025rem;
    line-height: 1.15; }
  /* line 51, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
  body.i18n-zh-hans .unorg-home-hero h2::after {
    content: '';
    display: block;
    margin-left: 1px;
    margin-top: 2.0125rem;
    border-top: #009edb solid 3px;
    width: 33%; }
  /* line 26, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-chinese-un2.scss */
  body.i18n-zh-hans .section h2 {
    font-size: 46px;
    font-size: 4.6rem;
    font-family: "Roboto", "Microsoft Yahei", 微软雅黑, STXihei, 华文细黑, "Helvetica Neue", sans-serif;
    line-height: 1.15; }
    /* line 62, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
    body.i18n-zh-hans .section h2::after {
      content: '';
      display: block;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      margin-top: 1.2076207621rem;
      border-top: #009edb solid 3px;
      width: 20%; }
  /* line 75, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
  body.i18n-zh-hans .section.purposes h2::after {
    content: '';
    display: block;
    margin-left: 2px;
    margin-right: 0;
    text-align: left;
    margin-top: 1.2076207621rem;
    border-top: #009edb solid 3px;
    width: 20%; }
  /* line 37, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-chinese-un2.scss */
  body.i18n-zh-hans .main-bodies h2 {
    padding: 0 8.05rem !important; }
  /* line 41, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-chinese-un2.scss */
  body.i18n-zh-hans h3, body.i18n-zh-hans .h3 {
    font-size: 25.3px;
    font-size: 2.53rem;
    line-height: 1.2075; }
  /* line 51, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
  body.i18n-zh-hans .front-wrapper h3::after {
    content: '';
    display: block;
    margin-left: 1px;
    margin-top: 1.3025rem;
    border-top: #009edb solid 3px;
    width: 33%; }
  /* line 50, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-chinese-un2.scss */
  body.i18n-zh-hans .front-wrapper .lead-story h3 {
    font-size: 34.5px;
    font-size: 3.45rem;
    line-height: 1.341705; }
  /* line 55, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-chinese-un2.scss */
  body.i18n-zh-hans .front-wrapper .watch-and-listen h3 {
    font-size: 31.05px;
    font-size: 3.105rem;
    line-height: 1.4904; }
    /* line 98, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
    body.i18n-zh-hans .front-wrapper .watch-and-listen h3::before {
      font-size: 36.79425px;
      font-size: 3.679425rem;
      /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
      font-family: "FontAwesome" !important;
      content: "";
      float: left;
      margin-top: -0.2rem;
      margin-right: 1.2673469388rem;
      color: #999999; }
  /* line 98, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
  body.i18n-zh-hans .front-wrapper .watch-and-listen .live-now h3::before {
    font-size: 36.79425px;
    font-size: 3.679425rem;
    /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
    font-family: "FontAwesome" !important;
    content: "";
    float: left;
    margin-top: -0.2rem;
    margin-right: 1.2673469388rem;
    color: #999999; }
  /* line 72, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-chinese-un2.scss */
  body.i18n-zh-hans .heading-block h3,
  body.i18n-zh-hans h3.subheading {
    font-size: 27.6px;
    font-size: 2.76rem;
    line-height: 1.2075; }
  /* line 80, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-chinese-un2.scss */
  body.i18n-zh-hans .front-wrapper h4 {
    font-size: 25.3px;
    font-size: 2.53rem;
    line-height: 1.2075; }
    /* line 51, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
    body.i18n-zh-hans .front-wrapper h4::after {
      content: '';
      display: block;
      margin-left: 1px;
      margin-top: 1.265rem;
      border-top: #009edb solid 3px;
      width: 25%; }
  /* line 86, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-chinese-un2.scss */
  body.i18n-zh-hans .front-wrapper .purposes h4 {
    font-size: 25.3px;
    font-size: 2.53rem; }
    /* line 51, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
    body.i18n-zh-hans .front-wrapper .purposes h4::after {
      content: '';
      display: block;
      margin-left: 1px;
      margin-top: 1.265rem;
      border-top: #009edb solid 3px;
      width: 7%; }
  /* line 91, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-chinese-un2.scss */
  body.i18n-zh-hans .front-wrapper .subheading h4,
  body.i18n-zh-hans .front-wrapper .main-bodies h4 {
    font-size: 27.6px;
    font-size: 2.76rem;
    line-height: 1.196; }
  /* line 97, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-chinese-un2.scss */
  body.i18n-zh-hans .front-wrapper .facts h4 {
    font-size: 25.3px;
    font-size: 2.53rem;
    line-height: 1.1818; }
  /* line 102, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-chinese-un2.scss */
  body.i18n-zh-hans .front-wrapper .home-footer h4 {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.265; }
    /* line 51, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
    body.i18n-zh-hans .front-wrapper .home-footer h4::after {
      content: '';
      display: block;
      margin-left: 1px;
      margin-top: 1.265rem;
      border-top: #009edb solid 3px;
      width: 15%; }
  /* line 110, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-chinese-un2.scss */
  body.i18n-zh-hans .facts h5 {
    font-size: 18.4px;
    font-size: 1.84rem;
    line-height: 1.4375; }
  /* line 115, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-chinese-un2.scss */
  body.i18n-zh-hans .live-now h5 {
    font-size: 20.7px;
    font-size: 2.07rem;
    line-height: 1.15; }
  /* line 120, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-chinese-un2.scss */
  body.i18n-zh-hans .sdgs h5 {
    font-size: 21.85px;
    font-size: 2.185rem;
    line-height: 1.2075; }
  /* line 125, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-chinese-un2.scss */
  body.i18n-zh-hans h5.social-media-heading {
    font-size: 19.55px;
    font-size: 1.955rem;
    line-height: 1.2075; }
  /* line 130, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-chinese-un2.scss */
  body.i18n-zh-hans span.category,
  body.i18n-zh-hans .video-embed-description {
    font-size: 13.8px;
    font-size: 1.38rem;
    line-height: 1.341705; }
  /* line 136, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-chinese-un2.scss */
  body.i18n-zh-hans p {
    text-align: justify;
    text-justify: inter-ideographic;
    /*IE*/ }
    /* line 141, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-chinese-un2.scss */
    body.i18n-zh-hans p .intro {
      font-size: 19.55px;
      font-size: 1.955rem; }
  /* line 146, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-chinese-un2.scss */
  body.i18n-zh-hans .front-wrapper .heading-block p {
    font-size: 19.55px;
    font-size: 1.955rem;
    line-height: 1.6905; }
  /* line 151, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-chinese-un2.scss */
  body.i18n-zh-hans .front-wrapper p,
  body.i18n-zh-hans .front-wrapper .section-body .card p,
  body.i18n-zh-hans .front-wrapper .in-pictures .section-body p {
    font-size: 16.1px;
    font-size: 1.61rem;
    line-height: 1.61; }
  /* line 158, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-chinese-un2.scss */
  body.i18n-zh-hans .front-wrapper .unorg-home-hero p,
  body.i18n-zh-hans .front-wrapper .lead-story p {
    font-size: 18.4px;
    font-size: 1.84rem;
    line-height: 1.653125;
    text-indent: 2em; }
  /* line 165, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-chinese-un2.scss */
  body.i18n-zh-hans .front-wrapper .section-body p {
    font-size: 17.25px;
    font-size: 1.725rem;
    line-height: 1.84; }
  /* line 170, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-chinese-un2.scss */
  body.i18n-zh-hans .front-wrapper .facts .section-body p {
    font-size: 19.55px;
    font-size: 1.955rem;
    line-height: 1.15; }
  /* line 175, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-chinese-un2.scss */
  body.i18n-zh-hans .front-wrapper .purposes p {
    font-size: 17px;
    font-size: 1.7rem;
    /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
    line-height: 1.6905; }
  /* line 184, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-chinese-un2.scss */
  body.i18n-zh-hans em {
    font-style: normal; }
  /* line 188, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-chinese-un2.scss */
  body.i18n-zh-hans ul {
    list-style: none; }
    /* line 207, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
    body.i18n-zh-hans ul li {
      list-style-image: none;
      list-style-type: none;
      margin-left: 0; }
  /* line 191, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-chinese-un2.scss */
  body.i18n-zh-hans .front-wrapper .heading-block ul {
    font-size: 19.55px;
    font-size: 1.955rem;
    line-height: 1.6905; }
    /* line 227, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
    body.i18n-zh-hans .front-wrapper .heading-block ul li::before {
      font-size: 12.6537216828px;
      font-size: 1.2653721683rem;
      /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
      font-family: "FontAwesome" !important;
      content: "\f111";
      float: left;
      margin-left: 0.690081186rem;
      margin-right: 1.6103789127rem;
      padding-top: 0.575rem;
      color: #c4c4c4; }
  /* line 199, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-chinese-un2.scss */
  body.i18n-zh-hans .home-footer ul {
    font-size: 16.1px;
    font-size: 1.61rem;
    line-height: 1.5525; }
    /* line 203, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/typography/_type-chinese-un2.scss */
    body.i18n-zh-hans .home-footer ul li {
      padding-left: 2.737rem; }
      /* line 214, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
      body.i18n-zh-hans .home-footer ul li::before {
        font-size: 11.5px;
        font-size: 1.15rem;
        /*body.i18n-zh-hans & {
		font-size: ($sizeValue * $chinese-text-size) + px;
  		font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: (($lineHeight * $chinese-text-size));
	}
	body.i18n-ar & {
		//font-size: $sizeValue + px;
  		//font-size: (($sizeValue / 10) * $chinese-text-size) + rem;
		//line-height: ($lineHeight * 0) + 1;
		letter-spacing: 0;
	}*/
        font-family: "FontAwesome" !important;
        content: "\f111";
        float: left;
        margin-left: -2.5277rem;
        padding-top: 0.3450492928rem;
        color: #c4c4c4; }

@media (min-width: 992px) {
  /* line 9, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
  body.front .bottom-rows .col-md-8 {
    width: 61.6%; } }

@media (min-width: 992px) {
  /* line 15, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
  body.front .bottom-rows .col-md-4 {
    width: 38.4%; } }

/* line 21, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
body.front .bottom-rows:nth-of-type(1) {
  padding-top: 0 !important;
  border-top: none !important; }

/* line 26, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
body.front .bottom-rows .card-text {
  padding-left: 1px; }

/* line 31, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
body.front .bottom-rows.section-top-border ~ .bottom-rows.section-top-border {
  padding-top: 0 !important;
  border-top: none !important; }

/* line 36, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
body.front .bottom-rows.bottommargin-sm ~ .bottom-rows.bottommargin-sm, body.front .section.in-pictures .bottom-rows.views-row-1 ~ .bottom-rows.bottommargin-sm, .section.in-pictures body.front .bottom-rows.views-row-1 ~ .bottom-rows.bottommargin-sm, body.front .section.in-pictures .bottom-rows.views-row-2 ~ .bottom-rows.bottommargin-sm, .section.in-pictures body.front .bottom-rows.views-row-2 ~ .bottom-rows.bottommargin-sm, body.front .section.in-pictures .bottom-rows.views-row-3 ~ .bottom-rows.bottommargin-sm, .section.in-pictures body.front .bottom-rows.views-row-3 ~ .bottom-rows.bottommargin-sm, body.front .section.in-pictures .bottom-rows.views-row-4 ~ .bottom-rows.bottommargin-sm, .section.in-pictures body.front .bottom-rows.views-row-4 ~ .bottom-rows.bottommargin-sm, body.front .section.in-pictures .bottom-rows.bottommargin-sm ~ .bottom-rows.views-row-1, .section.in-pictures body.front .bottom-rows.bottommargin-sm ~ .bottom-rows.views-row-1, body.front .section.in-pictures .bottom-rows.views-row-1 ~ .bottom-rows.views-row-1, .section.in-pictures body.front .bottom-rows.views-row-1 ~ .bottom-rows.views-row-1, body.front .section.in-pictures .bottom-rows.views-row-2 ~ .bottom-rows.views-row-1, .section.in-pictures body.front .bottom-rows.views-row-2 ~ .bottom-rows.views-row-1, body.front .section.in-pictures .bottom-rows.views-row-3 ~ .bottom-rows.views-row-1, .section.in-pictures body.front .bottom-rows.views-row-3 ~ .bottom-rows.views-row-1, body.front .section.in-pictures .bottom-rows.views-row-4 ~ .bottom-rows.views-row-1, .section.in-pictures body.front .bottom-rows.views-row-4 ~ .bottom-rows.views-row-1, body.front .section.in-pictures .bottom-rows.bottommargin-sm ~ .bottom-rows.views-row-2, .section.in-pictures body.front .bottom-rows.bottommargin-sm ~ .bottom-rows.views-row-2, body.front .section.in-pictures .bottom-rows.views-row-1 ~ .bottom-rows.views-row-2, .section.in-pictures body.front .bottom-rows.views-row-1 ~ .bottom-rows.views-row-2, body.front .section.in-pictures .bottom-rows.views-row-2 ~ .bottom-rows.views-row-2, .section.in-pictures body.front .bottom-rows.views-row-2 ~ .bottom-rows.views-row-2, body.front .section.in-pictures .bottom-rows.views-row-3 ~ .bottom-rows.views-row-2, .section.in-pictures body.front .bottom-rows.views-row-3 ~ .bottom-rows.views-row-2, body.front .section.in-pictures .bottom-rows.views-row-4 ~ .bottom-rows.views-row-2, .section.in-pictures body.front .bottom-rows.views-row-4 ~ .bottom-rows.views-row-2, body.front .section.in-pictures .bottom-rows.bottommargin-sm ~ .bottom-rows.views-row-3, .section.in-pictures body.front .bottom-rows.bottommargin-sm ~ .bottom-rows.views-row-3, body.front .section.in-pictures .bottom-rows.views-row-1 ~ .bottom-rows.views-row-3, .section.in-pictures body.front .bottom-rows.views-row-1 ~ .bottom-rows.views-row-3, body.front .section.in-pictures .bottom-rows.views-row-2 ~ .bottom-rows.views-row-3, .section.in-pictures body.front .bottom-rows.views-row-2 ~ .bottom-rows.views-row-3, body.front .section.in-pictures .bottom-rows.views-row-3 ~ .bottom-rows.views-row-3, .section.in-pictures body.front .bottom-rows.views-row-3 ~ .bottom-rows.views-row-3, body.front .section.in-pictures .bottom-rows.views-row-4 ~ .bottom-rows.views-row-3, .section.in-pictures body.front .bottom-rows.views-row-4 ~ .bottom-rows.views-row-3, body.front .section.in-pictures .bottom-rows.bottommargin-sm ~ .bottom-rows.views-row-4, .section.in-pictures body.front .bottom-rows.bottommargin-sm ~ .bottom-rows.views-row-4, body.front .section.in-pictures .bottom-rows.views-row-1 ~ .bottom-rows.views-row-4, .section.in-pictures body.front .bottom-rows.views-row-1 ~ .bottom-rows.views-row-4, body.front .section.in-pictures .bottom-rows.views-row-2 ~ .bottom-rows.views-row-4, .section.in-pictures body.front .bottom-rows.views-row-2 ~ .bottom-rows.views-row-4, body.front .section.in-pictures .bottom-rows.views-row-3 ~ .bottom-rows.views-row-4, .section.in-pictures body.front .bottom-rows.views-row-3 ~ .bottom-rows.views-row-4, body.front .section.in-pictures .bottom-rows.views-row-4 ~ .bottom-rows.views-row-4, .section.in-pictures body.front .bottom-rows.views-row-4 ~ .bottom-rows.views-row-4 {
  margin-bottom: 4rem !important; }

@media (min-width: 992px) {
  /* line 43, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
  .unorg-home-hero .col-md-9 {
    width: 73.5%; } }

/* line 49, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
.unorg-home-hero .col-md-3 {
  -webkit-box-pack: justify;
          justify-content: space-between; }
  @media (min-width: 992px) {
    /* line 49, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
    .unorg-home-hero .col-md-3 {
      width: 26.5%; } }

/* line 57, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
.unorg-home-hero .photo-info-wrapper {
  padding-bottom: 15px; }

@media (min-width: 992px) {
  /* line 63, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
  .second-row .col-md-8 {
    width: 63.1%; } }

@media (min-width: 992px) {
  /* line 69, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
  .second-row .col-md-4 {
    width: 36.9%;
    padding-left: 1px; } }

/* line 77, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
.section {
  padding-bottom: 60px; }
  /* line 81, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
  .section .heading-block.bottommargin-sm, .section.in-pictures .heading-block.views-row-1, .section.in-pictures .heading-block.views-row-2, .section.in-pictures .heading-block.views-row-3, .section.in-pictures .heading-block.views-row-4 {
    margin-bottom: 4rem !important; }
  /* line 87, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
  .section .container-fluid .heading-block {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 62%; }
  /* line 98, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
  .section.purposes .views-field-body {
    display: none; }
  /* line 104, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
  .section.main-bodies .subtitle {
    display: none; }
  /* line 108, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
  .section.main-bodies .section-body .views-row {
    margin-bottom: 3.5rem;
    padding-top: 16.3rem;
    background: url(https://www.un.org/sites/un2.un.org/themes/bootstrap_un2/images/main-bodies-1-ga.svg) no-repeat center top;
    background-size: 19em 10.9em; }
  /* line 115, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
  .section.main-bodies .section-body .views-row-2 {
    background-image: url(https://www.un.org/sites/un2.un.org/themes/bootstrap_un2/images/main-bodies-2-sc.svg); }
  /* line 119, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
  .section.main-bodies .section-body .views-row-3 {
    background-image: url(https://www.un.org/sites/un2.un.org/themes/bootstrap_un2/images/main-bodies-3-ecosoc.svg); }
  /* line 123, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
  .section.main-bodies .section-body .views-row-4 {
    background-image: url(https://www.un.org/sites/un2.un.org/themes/bootstrap_un2/images/main-bodies-4-trustee.svg);
    clear: left; }
  /* line 128, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
  .section.main-bodies .section-body .views-row-5 {
    background-image: url(https://www.un.org/sites/un2.un.org/themes/bootstrap_un2/images/main-bodies-5-icj.svg); }
  /* line 132, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
  .section.main-bodies .section-body .views-row-6 {
    background-image: url(https://www.un.org/sites/un2.un.org/themes/bootstrap_un2/images/main-bodies-6-unhq.svg); }
  /* line 139, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
  .section.sdgs .sdg-colors-top-banner {
    width: 100%; }
    /* line 142, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
    .section.sdgs .sdg-colors-top-banner div {
      height: 0.6rem;
      width: 5.8823%;
      float: left;
      box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.5); }
      /* line 148, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
      .section.sdgs .sdg-colors-top-banner div.sdg-1 {
        background-color: #E8203A; }
      /* line 151, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
      .section.sdgs .sdg-colors-top-banner div.sdg-2 {
        background-color: #DDA63A; }
      /* line 154, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
      .section.sdgs .sdg-colors-top-banner div.sdg-3 {
        background-color: #4C9F38; }
      /* line 157, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
      .section.sdgs .sdg-colors-top-banner div.sdg-4 {
        background-color: #C5192D; }
      /* line 160, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
      .section.sdgs .sdg-colors-top-banner div.sdg-5 {
        background-color: #FF3A21; }
      /* line 163, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
      .section.sdgs .sdg-colors-top-banner div.sdg-6 {
        background-color: #26BDE2; }
      /* line 166, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
      .section.sdgs .sdg-colors-top-banner div.sdg-7 {
        background-color: #FCC30B; }
      /* line 169, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
      .section.sdgs .sdg-colors-top-banner div.sdg-8 {
        background-color: #A21942; }
      /* line 172, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
      .section.sdgs .sdg-colors-top-banner div.sdg-9 {
        background-color: #FF6924; }
      /* line 175, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
      .section.sdgs .sdg-colors-top-banner div.sdg-10 {
        background-color: #DD1367; }
      /* line 178, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
      .section.sdgs .sdg-colors-top-banner div.sdg-11 {
        background-color: #FF9F24; }
      /* line 181, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
      .section.sdgs .sdg-colors-top-banner div.sdg-12 {
        background-color: #BF8B2E; }
      /* line 184, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
      .section.sdgs .sdg-colors-top-banner div.sdg-13 {
        background-color: #3F7E44; }
      /* line 187, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
      .section.sdgs .sdg-colors-top-banner div.sdg-14 {
        background-color: #0A97D9; }
      /* line 190, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
      .section.sdgs .sdg-colors-top-banner div.sdg-15 {
        background-color: #00689D; }
      /* line 193, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
      .section.sdgs .sdg-colors-top-banner div.sdg-16 {
        background-color: #56C22B; }
      /* line 196, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
      .section.sdgs .sdg-colors-top-banner div.sdg-17 {
        background-color: #19486A; }
  /* line 202, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
  .section.sdgs .heading-block {
    padding-top: 7.2rem;
    background: url(https://www.un.org/sites/un2.un.org/themes/bootstrap_un2/images/sdg-wheel.svg) no-repeat center top;
    background-size: 7.4rem auto; }
  /* line 212, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
  .section.sdgs .card ~ .card ~ .card ~ .card {
    background-color: #e4effb;
    background-clip: content-box; }
    /* line 216, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
    .section.sdgs .card ~ .card ~ .card ~ .card h4 {
      text-transform: uppercase;
      margin-left: 1.6rem;
      margin-right: 1.6rem;
      margin-bottom: 0; }
      /* line 88, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
      .section.sdgs .card ~ .card ~ .card ~ .card h4::after {
        content: none !important;
        display: none !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        border-top: none !important; }
    /* line 224, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
    .section.sdgs .card ~ .card ~ .card ~ .card .views-field-body {
      padding: 0 1.6rem 3.2rem 1.6rem; }
  /* line 230, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
  .section.facts {
    padding-bottom: 0; }
    /* line 233, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
    .section.facts .card {
      text-align: center;
      background-color: #515870;
      padding: 3.7rem 3.7rem 2rem 3.7rem; }
      /* line 240, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
      .section.facts .card .un-facts-heading {
        height: 15.2rem; }
      /* line 245, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
      .section.facts .card .views-field-body {
	padding-top: 2.6rem;      
      /*  padding-top: 12.6rem; */
      /*  background: url(../images/global-issues-migration.svg) no-repeat center top;
        background-size: 15rem auto; */ }
    /* line 253, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
    .section.facts .card ~ .card {
      background-color: #576F9E; }
      /* line 256, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
      .section.facts .card ~ .card .views-field-body {
        /* background-image: url(../images/global-issues-decolonization.svg); */ } 
    /* line 260, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
    .section.facts .card ~ .card ~ .card {
      background-color: #2F658C; }
      /* line 263, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
      .section.facts .card ~ .card ~ .card .views-field-body {
      /*  background-image: url(../images/global-issues-food.svg); */ }
    /* line 267, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
    .section.facts .card ~ .card ~ .card ~ .card {
      background-color: #6B6B6B; }
      /* line 270, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
      .section.facts .card ~ .card ~ .card ~ .card .views-field-body {
        /* background-image: url(../images/global-issues-oceans.svg); */ }
  /* line 277, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
  .section.watch-and-listen .podcasts {
    background: white;
    padding: 2rem 2rem 2.4rem 2rem; }
    /* line 281, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
    .section.watch-and-listen .podcasts audio {
      margin-top: 2rem; }
  /* line 286, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
  .section.watch-and-listen .live-now {
    margin-top: 0.2rem;
    padding: 0.1rem 0 1.2rem 1.7rem;
    border: none;
    border-left: solid;
    border-width: 0.3rem;
    border-color: #c4c4c4; }
    /* line 141, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
    .gray-bg .section.watch-and-listen .live-now {
      border-top-color: #e3e3e3; }
  /* line 298, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
  .section.in-pictures .views-row-3 {
    clear: both; }
  /* line 302, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
  .section.in-pictures h4 {
    display: none; }
  /* line 306, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
  .section.in-pictures .views-field-php {
    float: right; }
    /* line 309, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
    .section.in-pictures .views-field-php .photo-credit {
      margin-top: 1.4rem;
      margin-right: 1.1rem; }
  /* line 315, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
  .section.in-pictures span.category {
    margin-top: 1.55rem; }
  /* line 319, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
  .section.in-pictures .views-field-body {
    clear: both;
    padding-top: 1.2rem;
    padding-right: 1.1rem; }

/* line 329, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
.section-link {
  padding-top: 3.5rem;
  text-align: center; }
  /* line 333, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-page.scss */
  .main-bodies .section-link {
    padding-top: 1.3rem; }

/* line 6, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/layout/_home-footer.scss */
.home-footer .divider {
  border: none;
  border-top: solid;
  border-width: 0.3rem;
  border-color: #ededed;
  margin: 0 1.4rem 2.5rem 1.4rem; }
  /* line 159, Applications/MAMP/htdocs/beta.dev.un.org_new/sites/all/themes/bootstrap_un2/scss/un2/utilities/_mixins-un2.scss */
  .gray-bg .home-footer .divider {
    border-color: #e3e3e3; }
