@charset "UTF-8";
/**
 * @file
 * Styles are organized using the SMACSS technique.
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .form-actions input[type="button"] > .caret,
  .form-actions input[type="submit"] > .caret,
  .dropup > .btn > .caret, .form-actions
  .dropup > input[type="button"] > .caret,
  .form-actions
  .dropup > input[type="submit"] > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, .page-publications .publication-grid .publication-grid-item .bottom .readmore, h5, h6,
.h1, .h2, .node-type-image-gallery .field-name-title-field, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small, .page-publications .publication-grid .publication-grid-item .bottom .readmore small,
h4 .small, .page-publications .publication-grid .publication-grid-item .bottom .readmore .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small, .node-type-image-gallery .field-name-title-field small,
.h2 .small, .node-type-image-gallery .field-name-title-field .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2, .node-type-image-gallery .field-name-title-field,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small, .node-type-image-gallery .field-name-title-field small,
.h2 .small, .node-type-image-gallery .field-name-title-field .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .page-publications .publication-grid .publication-grid-item .bottom .readmore, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

h4 small, .page-publications .publication-grid .publication-grid-item .bottom .readmore small,
h4 .small, .page-publications .publication-grid .publication-grid-item .bottom .readmore .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 3.998em;
}

h2, .h2, .node-type-image-gallery .field-name-title-field {
  font-size: 2.827em;
}

h3, .h3 {
  font-size: 1.999em;
}

h4, .page-publications .publication-grid .publication-grid-item .bottom .readmore, .h4 {
  font-size: 1.414em;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0 0 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 87%;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}

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

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

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

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.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: '';
}

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

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

.container, .breadcrumb-wrapper, .pane-node-field-ndi-regional-programs .pane-content, .pane-node-field-ndi-initiatives .pane-content, .navigation-widget ul li, .node-type-ndi-story .about-ndi-block, .where-we-work-countries .pane-content, .about-us-page .panels-flexible-row-last {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .breadcrumb-wrapper:before, .pane-node-field-ndi-regional-programs .pane-content:before, .pane-node-field-ndi-initiatives .pane-content:before, .navigation-widget ul li:before, .node-type-ndi-story .about-ndi-block:before, .where-we-work-countries .pane-content:before, .about-us-page .panels-flexible-row-last:before, .container:after, .breadcrumb-wrapper:after, .pane-node-field-ndi-regional-programs .pane-content:after, .pane-node-field-ndi-initiatives .pane-content:after, .navigation-widget ul li:after, .node-type-ndi-story .about-ndi-block:after, .where-we-work-countries .pane-content:after, .about-us-page .panels-flexible-row-last:after {
  content: " ";
  display: table;
}

.container:after, .breadcrumb-wrapper:after, .pane-node-field-ndi-regional-programs .pane-content:after, .pane-node-field-ndi-initiatives .pane-content:after, .navigation-widget ul li:after, .node-type-ndi-story .about-ndi-block:after, .where-we-work-countries .pane-content:after, .about-us-page .panels-flexible-row-last:after {
  clear: both;
}

@media (min-width: 768px) {
  .container, .breadcrumb-wrapper, .pane-node-field-ndi-regional-programs .pane-content, .pane-node-field-ndi-initiatives .pane-content, .navigation-widget ul li, .node-type-ndi-story .about-ndi-block, .where-we-work-countries .pane-content, .about-us-page .panels-flexible-row-last {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container, .breadcrumb-wrapper, .pane-node-field-ndi-regional-programs .pane-content, .pane-node-field-ndi-initiatives .pane-content, .navigation-widget ul li, .node-type-ndi-story .about-ndi-block, .where-we-work-countries .pane-content, .about-us-page .panels-flexible-row-last {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container, .breadcrumb-wrapper, .pane-node-field-ndi-regional-programs .pane-content, .pane-node-field-ndi-initiatives .pane-content, .navigation-widget ul li, .node-type-ndi-story .about-ndi-block, .where-we-work-countries .pane-content, .about-us-page .panels-flexible-row-last {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row, .node-type-ndi-story .about-ndi-block .content {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .node-type-ndi-story .about-ndi-block .content:before, .row:after, .node-type-ndi-story .about-ndi-block .content:after {
  content: " ";
  display: table;
}

.row:after, .node-type-ndi-story .about-ndi-block .content:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .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;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .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;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .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;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #888888;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #888888;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .form-actions
  .input-group-sm > .input-group-btn > input[type="date"][type="button"],
  .form-actions
  .input-group-sm > .input-group-btn > input[type="date"][type="submit"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .form-actions
  .input-group-sm > .input-group-btn > input[type="time"][type="button"],
  .form-actions
  .input-group-sm > .input-group-btn > input[type="time"][type="submit"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .form-actions
  .input-group-sm > .input-group-btn > input[type="datetime-local"][type="button"],
  .form-actions
  .input-group-sm > .input-group-btn > input[type="datetime-local"][type="submit"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .form-actions
  .input-group-sm > .input-group-btn > input[type="month"][type="button"],
  .form-actions
  .input-group-sm > .input-group-btn > input[type="month"][type="submit"],
  .input-group-sm
  input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .form-actions
  .input-group-lg > .input-group-btn > input[type="date"][type="button"],
  .form-actions
  .input-group-lg > .input-group-btn > input[type="date"][type="submit"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .form-actions
  .input-group-lg > .input-group-btn > input[type="time"][type="button"],
  .form-actions
  .input-group-lg > .input-group-btn > input[type="time"][type="submit"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .form-actions
  .input-group-lg > .input-group-btn > input[type="datetime-local"][type="button"],
  .form-actions
  .input-group-lg > .input-group-btn > input[type="datetime-local"][type="submit"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .form-actions
  .input-group-lg > .input-group-btn > input[type="month"][type="button"],
  .form-actions
  .input-group-lg > .input-group-btn > input[type="month"][type="submit"],
  .input-group-lg
  input[type="month"] {
    line-height: 49px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-actions
.input-group-lg > .input-group-btn > input.form-control-static[type="button"],
.form-actions
.input-group-lg > .input-group-btn > input.form-control-static[type="submit"], .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-actions
.input-group-sm > .input-group-btn > input.form-control-static[type="button"],
.form-actions
.input-group-sm > .input-group-btn > input.form-control-static[type="submit"] {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .form-actions
.input-group-sm > .input-group-btn > input[type="button"],
.form-actions
.input-group-sm > .input-group-btn > input[type="submit"] {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .form-actions
.input-group-lg > .input-group-btn > input[type="button"],
.form-actions
.input-group-lg > .input-group-btn > input[type="submit"] {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 45px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback, .form-actions
.input-group-lg > .input-group-btn > input[type="button"] + .form-control-feedback,
.form-actions
.input-group-lg > .input-group-btn > input[type="submit"] + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback, .form-actions
.input-group-sm > .input-group-btn > input[type="button"] + .form-control-feedback,
.form-actions
.input-group-sm > .input-group-btn > input[type="submit"] + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 27px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.btn, .form-actions input[type="button"],
.form-actions input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .form-actions input[type="button"]:focus,
.form-actions input[type="submit"]:focus, .btn.focus, .form-actions input.focus[type="button"],
.form-actions input.focus[type="submit"], .btn:active:focus, .form-actions input[type="button"]:active:focus,
.form-actions input[type="submit"]:active:focus, .btn:active.focus, .form-actions input[type="button"]:active.focus,
.form-actions input[type="submit"]:active.focus, .btn.active:focus, .form-actions input.active[type="button"]:focus,
.form-actions input.active[type="submit"]:focus, .btn.active.focus, .form-actions input.active.focus[type="button"],
.form-actions input.active.focus[type="submit"] {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .form-actions input[type="button"]:hover,
.form-actions input[type="submit"]:hover, .btn:focus, .form-actions input[type="button"]:focus,
.form-actions input[type="submit"]:focus, .btn.focus, .form-actions input.focus[type="button"],
.form-actions input.focus[type="submit"] {
  color: #333;
  text-decoration: none;
}

.btn:active, .form-actions input[type="button"]:active,
.form-actions input[type="submit"]:active, .btn.active, .form-actions input.active[type="button"],
.form-actions input.active[type="submit"] {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .form-actions input.disabled[type="button"],
.form-actions input.disabled[type="submit"], .btn[disabled], .form-actions input[disabled][type="button"],
.form-actions input[disabled][type="submit"],
fieldset[disabled] .btn,
fieldset[disabled] .form-actions input[type="button"], .form-actions
fieldset[disabled] input[type="button"],
fieldset[disabled]
.form-actions input[type="submit"],
.form-actions
fieldset[disabled] input[type="submit"] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.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: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.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: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.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: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.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: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

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

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

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

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

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

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

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

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

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

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

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

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.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: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.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: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, .form-actions .btn-group-lg > input[type="button"],
.form-actions .btn-group-lg > input[type="submit"] {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn, .form-actions .btn-group-sm > input[type="button"],
.form-actions .btn-group-sm > input[type="submit"] {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn, .form-actions .btn-group-xs > input[type="button"],
.form-actions .btn-group-xs > input[type="submit"] {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn, .form-actions .btn-group > input[type="button"],
.form-actions .btn-group > input[type="submit"],
.btn-group-vertical > .btn, .form-actions
.btn-group-vertical > input[type="button"],
.form-actions
.btn-group-vertical > input[type="submit"] {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .form-actions .btn-group > input[type="button"]:hover,
.form-actions .btn-group > input[type="submit"]:hover, .btn-group > .btn:focus, .form-actions .btn-group > input[type="button"]:focus,
.form-actions .btn-group > input[type="submit"]:focus, .btn-group > .btn:active, .form-actions .btn-group > input[type="button"]:active,
.form-actions .btn-group > input[type="submit"]:active, .btn-group > .btn.active, .form-actions .btn-group > input.active[type="button"],
.form-actions .btn-group > input.active[type="submit"],
.btn-group-vertical > .btn:hover, .form-actions
.btn-group-vertical > input[type="button"]:hover,
.form-actions
.btn-group-vertical > input[type="submit"]:hover,
.btn-group-vertical > .btn:focus, .form-actions
.btn-group-vertical > input[type="button"]:focus,
.form-actions
.btn-group-vertical > input[type="submit"]:focus,
.btn-group-vertical > .btn:active, .form-actions
.btn-group-vertical > input[type="button"]:active,
.form-actions
.btn-group-vertical > input[type="submit"]:active,
.btn-group-vertical > .btn.active, .form-actions
.btn-group-vertical > input.active[type="button"],
.form-actions
.btn-group-vertical > input.active[type="submit"] {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .form-actions input[type="button"] + .btn, .form-actions .btn-group input[type="button"] + .btn, .btn-group
.form-actions input[type="submit"] + .btn,
.form-actions .btn-group input[type="submit"] + .btn, .btn-group .form-actions .btn + input[type="button"], .form-actions .btn-group .btn + input[type="button"], .btn-group .form-actions input[type="button"] + input[type="button"], .form-actions .btn-group input[type="button"] + input[type="button"], .btn-group .form-actions input[type="submit"] + input[type="button"], .form-actions .btn-group input[type="submit"] + input[type="button"], .btn-group
.form-actions .btn + input[type="submit"],
.form-actions .btn-group .btn + input[type="submit"], .btn-group .form-actions input[type="button"] + input[type="submit"], .form-actions .btn-group input[type="button"] + input[type="submit"], .btn-group .form-actions input[type="submit"] + input[type="submit"], .form-actions .btn-group input[type="submit"] + input[type="submit"],
.btn-group .btn + .btn-group,
.btn-group .form-actions input[type="button"] + .btn-group, .form-actions
.btn-group input[type="button"] + .btn-group,
.btn-group
.form-actions input[type="submit"] + .btn-group,
.form-actions
.btn-group input[type="submit"] + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .form-actions .btn-group + input[type="button"], .form-actions
.btn-group .btn-group + input[type="button"],
.btn-group
.form-actions .btn-group + input[type="submit"],
.form-actions
.btn-group .btn-group + input[type="submit"],
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn, .btn-toolbar .form-actions input[type="button"], .form-actions .btn-toolbar input[type="button"], .btn-toolbar
.form-actions input[type="submit"],
.form-actions .btn-toolbar input[type="submit"],
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, .form-actions .btn-toolbar > input[type="button"],
.form-actions .btn-toolbar > input[type="submit"],
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .form-actions .btn-group > input[type="button"]:not(:first-child):not(:last-child):not(.dropdown-toggle),
.form-actions .btn-group > input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, .form-actions .btn-group > input[type="button"]:first-child,
.form-actions .btn-group > input[type="submit"]:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .form-actions .btn-group > input[type="button"]:first-child:not(:last-child):not(.dropdown-toggle),
.form-actions .btn-group > input[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .form-actions .btn-group > input[type="button"]:last-child:not(:first-child),
.form-actions .btn-group > input[type="submit"]:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .form-actions .btn-group > .btn-group:not(:first-child):not(:last-child) > input[type="button"],
.form-actions .btn-group > .btn-group:not(:first-child):not(:last-child) > input[type="submit"] {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .form-actions .btn-group > .btn-group:first-child:not(:last-child) > input[type="button"]:last-child,
.form-actions .btn-group > .btn-group:first-child:not(:last-child) > input[type="submit"]:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .form-actions .btn-group > .btn-group:last-child:not(:first-child) > input[type="button"]:first-child,
.form-actions .btn-group > .btn-group:last-child:not(:first-child) > input[type="submit"]:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle, .form-actions .btn-group > input[type="button"] + .dropdown-toggle,
.form-actions .btn-group > input[type="submit"] + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .form-actions .btn-group-lg.btn-group > input[type="button"] + .dropdown-toggle,
.form-actions .btn-group-lg.btn-group > input[type="submit"] + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret, .form-actions input[type="button"] .caret,
.form-actions input[type="submit"] .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .form-actions .btn-group-lg > input[type="button"] .caret,
.form-actions .btn-group-lg > input[type="submit"] .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .form-actions .btn-group-lg > input[type="button"] .caret, .form-actions .dropup .btn-group-lg > input[type="button"] .caret, .dropup
.form-actions .btn-group-lg > input[type="submit"] .caret,
.form-actions .dropup .btn-group-lg > input[type="submit"] .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .form-actions .btn-group-vertical > input[type="button"],
.form-actions .btn-group-vertical > input[type="submit"],
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn, .form-actions
.btn-group-vertical > .btn-group > input[type="button"],
.form-actions
.btn-group-vertical > .btn-group > input[type="submit"] {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn, .form-actions .btn-group-vertical > .btn-group > input[type="button"],
.form-actions .btn-group-vertical > .btn-group > input[type="submit"] {
  float: none;
}

.btn-group-vertical > .btn + .btn, .form-actions .btn-group-vertical > input[type="button"] + .btn,
.form-actions .btn-group-vertical > input[type="submit"] + .btn, .form-actions .btn-group-vertical > .btn + input[type="button"], .form-actions .btn-group-vertical > input[type="button"] + input[type="button"], .form-actions .btn-group-vertical > input[type="submit"] + input[type="button"],
.form-actions .btn-group-vertical > .btn + input[type="submit"], .form-actions .btn-group-vertical > input[type="button"] + input[type="submit"], .form-actions .btn-group-vertical > input[type="submit"] + input[type="submit"],
.btn-group-vertical > .btn + .btn-group, .form-actions
.btn-group-vertical > input[type="button"] + .btn-group,
.form-actions
.btn-group-vertical > input[type="submit"] + .btn-group,
.btn-group-vertical > .btn-group + .btn, .form-actions
.btn-group-vertical > .btn-group + input[type="button"],
.form-actions
.btn-group-vertical > .btn-group + input[type="submit"],
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .form-actions .btn-group-vertical > input[type="button"]:not(:first-child):not(:last-child),
.form-actions .btn-group-vertical > input[type="submit"]:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child), .form-actions .btn-group-vertical > input[type="button"]:first-child:not(:last-child),
.form-actions .btn-group-vertical > input[type="submit"]:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child), .form-actions .btn-group-vertical > input[type="button"]:last-child:not(:first-child),
.form-actions .btn-group-vertical > input[type="submit"]:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .form-actions .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type="button"],
.form-actions .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type="submit"] {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .form-actions .btn-group-vertical > .btn-group:first-child:not(:last-child) > input[type="button"]:last-child,
.form-actions .btn-group-vertical > .btn-group:first-child:not(:last-child) > input[type="submit"]:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .form-actions .btn-group-vertical > .btn-group:last-child:not(:first-child) > input[type="button"]:first-child,
.form-actions .btn-group-vertical > .btn-group:last-child:not(:first-child) > input[type="submit"]:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn, .form-actions .btn-group-justified > input[type="button"],
.form-actions .btn-group-justified > input[type="submit"],
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .form-actions input[type="button"], .form-actions .btn-group-justified > .btn-group input[type="button"], .btn-group-justified > .btn-group
.form-actions input[type="submit"],
.form-actions .btn-group-justified > .btn-group input[type="submit"] {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"], .form-actions [data-toggle="buttons"] > input[type="button"] input[type="radio"],
.form-actions [data-toggle="buttons"] > input[type="submit"] input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"], .form-actions
[data-toggle="buttons"] > input[type="button"] input[type="checkbox"],
.form-actions
[data-toggle="buttons"] > input[type="submit"] input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], .form-actions
[data-toggle="buttons"] > .btn-group > input[type="button"] input[type="radio"],
.form-actions
[data-toggle="buttons"] > .btn-group > input[type="submit"] input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], .form-actions
[data-toggle="buttons"] > .btn-group > input[type="button"] input[type="checkbox"],
.form-actions
[data-toggle="buttons"] > .btn-group > input[type="submit"] input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #888888;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn, .form-actions
.input-group-sm > .input-group-btn > input.input-group-addon[type="button"],
.form-actions
.input-group-sm > .input-group-btn > input.input-group-addon[type="submit"] {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn, .form-actions
.input-group-lg > .input-group-btn > input.input-group-addon[type="button"],
.form-actions
.input-group-lg > .input-group-btn > input.input-group-addon[type="submit"] {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn, .form-actions
.input-group-btn:first-child > input[type="button"],
.form-actions
.input-group-btn:first-child > input[type="submit"],
.input-group-btn:first-child > .btn-group > .btn, .form-actions
.input-group-btn:first-child > .btn-group > input[type="button"],
.form-actions
.input-group-btn:first-child > .btn-group > input[type="submit"],
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .form-actions
.input-group-btn:last-child > input[type="button"]:not(:last-child):not(.dropdown-toggle),
.form-actions
.input-group-btn:last-child > input[type="submit"]:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .form-actions
.input-group-btn:last-child > .btn-group:not(:last-child) > input[type="button"],
.form-actions
.input-group-btn:last-child > .btn-group:not(:last-child) > input[type="submit"] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn, .form-actions
.input-group-btn:last-child > input[type="button"],
.form-actions
.input-group-btn:last-child > input[type="submit"],
.input-group-btn:last-child > .btn-group > .btn, .form-actions
.input-group-btn:last-child > .btn-group > input[type="button"],
.form-actions
.input-group-btn:last-child > .btn-group > input[type="submit"],
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child), .form-actions
.input-group-btn:first-child > input[type="button"]:not(:first-child),
.form-actions
.input-group-btn:first-child > input[type="submit"]:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .form-actions
.input-group-btn:first-child > .btn-group:not(:first-child) > input[type="button"],
.form-actions
.input-group-btn:first-child > .btn-group:not(:first-child) > input[type="submit"] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn, .form-actions .input-group-btn > input[type="button"],
.form-actions .input-group-btn > input[type="submit"] {
  position: relative;
}

.input-group-btn > .btn + .btn, .form-actions .input-group-btn > input[type="button"] + .btn,
.form-actions .input-group-btn > input[type="submit"] + .btn, .form-actions .input-group-btn > .btn + input[type="button"], .form-actions .input-group-btn > input[type="button"] + input[type="button"], .form-actions .input-group-btn > input[type="submit"] + input[type="button"],
.form-actions .input-group-btn > .btn + input[type="submit"], .form-actions .input-group-btn > input[type="button"] + input[type="submit"], .form-actions .input-group-btn > input[type="submit"] + input[type="submit"] {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .form-actions .input-group-btn > input[type="button"]:hover,
.form-actions .input-group-btn > input[type="submit"]:hover, .input-group-btn > .btn:focus, .form-actions .input-group-btn > input[type="button"]:focus,
.form-actions .input-group-btn > input[type="submit"]:focus, .input-group-btn > .btn:active, .form-actions .input-group-btn > input[type="button"]:active,
.form-actions .input-group-btn > input[type="submit"]:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn, .form-actions .input-group-btn:first-child > input[type="button"],
.form-actions .input-group-btn:first-child > input[type="submit"],
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn, .form-actions .input-group-btn:last-child > input[type="button"],
.form-actions .input-group-btn:last-child > input[type="submit"],
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav, .secondary-menu-mobile .menu {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .secondary-menu-mobile .menu:before, .nav:after, .secondary-menu-mobile .menu:after {
  content: " ";
  display: table;
}

.nav:after, .secondary-menu-mobile .menu:after {
  clear: both;
}

.nav > li, .secondary-menu-mobile .menu > li {
  position: relative;
  display: block;
}

.nav > li > a, .secondary-menu-mobile .menu > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .secondary-menu-mobile .menu > li > a:hover, .nav > li > a:focus, .secondary-menu-mobile .menu > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a, .secondary-menu-mobile .menu > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .secondary-menu-mobile .menu > li.disabled > a:hover, .nav > li.disabled > a:focus, .secondary-menu-mobile .menu > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .secondary-menu-mobile .menu .open > a, .nav .open > a:hover, .secondary-menu-mobile .menu .open > a:hover, .nav .open > a:focus, .secondary-menu-mobile .menu .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider, .secondary-menu-mobile .menu .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img, .secondary-menu-mobile .menu > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #888888;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header, .breadcrumb-wrapper > .navbar-header, .pane-node-field-ndi-regional-programs .pane-content > .navbar-header, .pane-node-field-ndi-initiatives .pane-content > .navbar-header, .navigation-widget ul li > .navbar-header, .node-type-ndi-story .about-ndi-block > .navbar-header, .where-we-work-countries .pane-content > .navbar-header, .about-us-page .panels-flexible-row-last > .navbar-header,
.container > .navbar-collapse, .breadcrumb-wrapper > .navbar-collapse, .pane-node-field-ndi-regional-programs .pane-content > .navbar-collapse, .pane-node-field-ndi-initiatives .pane-content > .navbar-collapse, .navigation-widget ul li > .navbar-collapse, .node-type-ndi-story .about-ndi-block > .navbar-collapse, .where-we-work-countries .pane-content > .navbar-collapse, .about-us-page .panels-flexible-row-last > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header, .breadcrumb-wrapper > .navbar-header, .pane-node-field-ndi-regional-programs .pane-content > .navbar-header, .pane-node-field-ndi-initiatives .pane-content > .navbar-header, .navigation-widget ul li > .navbar-header, .node-type-ndi-story .about-ndi-block > .navbar-header, .where-we-work-countries .pane-content > .navbar-header, .about-us-page .panels-flexible-row-last > .navbar-header,
  .container > .navbar-collapse, .breadcrumb-wrapper > .navbar-collapse, .pane-node-field-ndi-regional-programs .pane-content > .navbar-collapse, .pane-node-field-ndi-initiatives .pane-content > .navbar-collapse, .navigation-widget ul li > .navbar-collapse, .node-type-ndi-story .about-ndi-block > .navbar-collapse, .where-we-work-countries .pane-content > .navbar-collapse, .about-us-page .panels-flexible-row-last > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .breadcrumb-wrapper .navbar-brand, .pane-node-field-ndi-regional-programs .navbar > .pane-content .navbar-brand, .pane-node-field-ndi-initiatives .navbar > .pane-content .navbar-brand, .navigation-widget ul .navbar > li .navbar-brand, .node-type-ndi-story .navbar > .about-ndi-block .navbar-brand, .where-we-work-countries .navbar > .pane-content .navbar-brand, .about-us-page .navbar > .panels-flexible-row-last .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav, .secondary-menu-mobile .menu {
  margin: 7px -15px;
}

.navbar-nav > li > a, .secondary-menu-mobile .menu > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu, .secondary-menu-mobile .menu .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a, .secondary-menu-mobile .menu .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header, .secondary-menu-mobile .menu .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a, .secondary-menu-mobile .menu .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .secondary-menu-mobile .menu .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus, .secondary-menu-mobile .menu .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav, .secondary-menu-mobile .menu {
    float: left;
    margin: 0;
  }
  .navbar-nav > li, .secondary-menu-mobile .menu > li {
    float: left;
  }
  .navbar-nav > li > a, .secondary-menu-mobile .menu > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu, .secondary-menu-mobile .menu > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu, .navbar-fixed-bottom .secondary-menu-mobile .menu > li > .dropdown-menu, .secondary-menu-mobile .navbar-fixed-bottom .menu > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .form-actions .btn-group-sm > input.navbar-btn[type="button"],
.form-actions .btn-group-sm > input.navbar-btn[type="submit"] {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .form-actions .btn-group-xs > input.navbar-btn[type="button"],
.form-actions .btn-group-xs > input.navbar-btn[type="submit"] {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a, .navbar-default .secondary-menu-mobile .menu > li > a, .secondary-menu-mobile .navbar-default .menu > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .secondary-menu-mobile .menu > li > a:hover, .secondary-menu-mobile .navbar-default .menu > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .secondary-menu-mobile .menu > li > a:focus, .secondary-menu-mobile .navbar-default .menu > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .secondary-menu-mobile .menu > .active > a, .secondary-menu-mobile .navbar-default .menu > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .secondary-menu-mobile .menu > .active > a:hover, .secondary-menu-mobile .navbar-default .menu > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .secondary-menu-mobile .menu > .active > a:focus, .secondary-menu-mobile .navbar-default .menu > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .secondary-menu-mobile .menu > .disabled > a, .secondary-menu-mobile .navbar-default .menu > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .secondary-menu-mobile .menu > .disabled > a:hover, .secondary-menu-mobile .navbar-default .menu > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .secondary-menu-mobile .menu > .disabled > a:focus, .secondary-menu-mobile .navbar-default .menu > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .secondary-menu-mobile .menu > .open > a, .secondary-menu-mobile .navbar-default .menu > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .secondary-menu-mobile .menu > .open > a:hover, .secondary-menu-mobile .navbar-default .menu > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .secondary-menu-mobile .menu > .open > a:focus, .secondary-menu-mobile .navbar-default .menu > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .secondary-menu-mobile .menu .open .dropdown-menu > li > a, .secondary-menu-mobile .navbar-default .menu .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .secondary-menu-mobile .menu .open .dropdown-menu > li > a:hover, .secondary-menu-mobile .navbar-default .menu .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .secondary-menu-mobile .menu .open .dropdown-menu > li > a:focus, .secondary-menu-mobile .navbar-default .menu .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .secondary-menu-mobile .menu .open .dropdown-menu > .active > a, .secondary-menu-mobile .navbar-default .menu .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .secondary-menu-mobile .menu .open .dropdown-menu > .active > a:hover, .secondary-menu-mobile .navbar-default .menu .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .secondary-menu-mobile .menu .open .dropdown-menu > .active > a:focus, .secondary-menu-mobile .navbar-default .menu .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .secondary-menu-mobile .menu .open .dropdown-menu > .disabled > a, .secondary-menu-mobile .navbar-default .menu .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .secondary-menu-mobile .menu .open .dropdown-menu > .disabled > a:hover, .secondary-menu-mobile .navbar-default .menu .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .secondary-menu-mobile .menu .open .dropdown-menu > .disabled > a:focus, .secondary-menu-mobile .navbar-default .menu .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

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

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .secondary-menu-mobile .menu > li > a, .secondary-menu-mobile .navbar-inverse .menu > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .secondary-menu-mobile .menu > li > a:hover, .secondary-menu-mobile .navbar-inverse .menu > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .secondary-menu-mobile .menu > li > a:focus, .secondary-menu-mobile .navbar-inverse .menu > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .secondary-menu-mobile .menu > .active > a, .secondary-menu-mobile .navbar-inverse .menu > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .secondary-menu-mobile .menu > .active > a:hover, .secondary-menu-mobile .navbar-inverse .menu > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .secondary-menu-mobile .menu > .active > a:focus, .secondary-menu-mobile .navbar-inverse .menu > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .secondary-menu-mobile .menu > .disabled > a, .secondary-menu-mobile .navbar-inverse .menu > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .secondary-menu-mobile .menu > .disabled > a:hover, .secondary-menu-mobile .navbar-inverse .menu > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .secondary-menu-mobile .menu > .disabled > a:focus, .secondary-menu-mobile .navbar-inverse .menu > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .secondary-menu-mobile .menu > .open > a, .secondary-menu-mobile .navbar-inverse .menu > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .secondary-menu-mobile .menu > .open > a:hover, .secondary-menu-mobile .navbar-inverse .menu > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .secondary-menu-mobile .menu > .open > a:focus, .secondary-menu-mobile .navbar-inverse .menu > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header, .navbar-inverse .secondary-menu-mobile .menu .open .dropdown-menu > .dropdown-header, .secondary-menu-mobile .navbar-inverse .menu .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider, .navbar-inverse .secondary-menu-mobile .menu .open .dropdown-menu .divider, .secondary-menu-mobile .navbar-inverse .menu .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a, .navbar-inverse .secondary-menu-mobile .menu .open .dropdown-menu > li > a, .secondary-menu-mobile .navbar-inverse .menu .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .secondary-menu-mobile .menu .open .dropdown-menu > li > a:hover, .secondary-menu-mobile .navbar-inverse .menu .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .secondary-menu-mobile .menu .open .dropdown-menu > li > a:focus, .secondary-menu-mobile .navbar-inverse .menu .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .secondary-menu-mobile .menu .open .dropdown-menu > .active > a, .secondary-menu-mobile .navbar-inverse .menu .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .secondary-menu-mobile .menu .open .dropdown-menu > .active > a:hover, .secondary-menu-mobile .navbar-inverse .menu .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .secondary-menu-mobile .menu .open .dropdown-menu > .active > a:focus, .secondary-menu-mobile .navbar-inverse .menu .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .secondary-menu-mobile .menu .open .dropdown-menu > .disabled > a, .secondary-menu-mobile .navbar-inverse .menu .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .secondary-menu-mobile .menu .open .dropdown-menu > .disabled > a:hover, .secondary-menu-mobile .navbar-inverse .menu .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .secondary-menu-mobile .menu .open .dropdown-menu > .disabled > a:focus, .secondary-menu-mobile .navbar-inverse .menu .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

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

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label, .form-actions input[type="button"] .label,
.form-actions input[type="submit"] .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge, .form-actions input[type="button"] .badge,
.form-actions input[type="submit"] .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge, .form-actions .btn-group-xs > input[type="button"] .badge,
.form-actions .btn-group-xs > input[type="submit"] .badge,
.btn-group-xs > .btn .badge, .form-actions
.btn-group-xs > input[type="button"] .badge,
.form-actions
.btn-group-xs > input[type="submit"] .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron, .breadcrumb-wrapper .jumbotron, .pane-node-field-ndi-regional-programs .pane-content .jumbotron, .pane-node-field-ndi-initiatives .pane-content .jumbotron, .navigation-widget ul li .jumbotron, .node-type-ndi-story .about-ndi-block .jumbotron, .where-we-work-countries .pane-content .jumbotron, .about-us-page .panels-flexible-row-last .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container, .jumbotron .breadcrumb-wrapper, .jumbotron .pane-node-field-ndi-regional-programs .pane-content, .pane-node-field-ndi-regional-programs .jumbotron .pane-content, .jumbotron .pane-node-field-ndi-initiatives .pane-content, .pane-node-field-ndi-initiatives .jumbotron .pane-content, .jumbotron .navigation-widget ul li, .navigation-widget ul .jumbotron li, .jumbotron .node-type-ndi-story .about-ndi-block, .node-type-ndi-story .jumbotron .about-ndi-block, .jumbotron .where-we-work-countries .pane-content, .where-we-work-countries .jumbotron .pane-content, .jumbotron .about-us-page .panels-flexible-row-last, .about-us-page .jumbotron .panels-flexible-row-last {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .breadcrumb-wrapper .jumbotron, .pane-node-field-ndi-regional-programs .pane-content .jumbotron, .pane-node-field-ndi-initiatives .pane-content .jumbotron, .navigation-widget ul li .jumbotron, .node-type-ndi-story .about-ndi-block .jumbotron, .where-we-work-countries .pane-content .jumbotron, .about-us-page .panels-flexible-row-last .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4, .alert .page-publications .publication-grid .publication-grid-item .bottom .readmore, .page-publications .publication-grid .publication-grid-item .bottom .alert .readmore {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 22px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn, .modal-footer .form-actions input[type="button"] + .btn, .form-actions .modal-footer input[type="button"] + .btn, .modal-footer
.form-actions input[type="submit"] + .btn,
.form-actions .modal-footer input[type="submit"] + .btn, .modal-footer .form-actions .btn + input[type="button"], .form-actions .modal-footer .btn + input[type="button"], .modal-footer .form-actions input[type="button"] + input[type="button"], .form-actions .modal-footer input[type="button"] + input[type="button"], .modal-footer .form-actions input[type="submit"] + input[type="button"], .form-actions .modal-footer input[type="submit"] + input[type="button"], .modal-footer
.form-actions .btn + input[type="submit"],
.form-actions .modal-footer .btn + input[type="submit"], .modal-footer .form-actions input[type="button"] + input[type="submit"], .form-actions .modal-footer input[type="button"] + input[type="submit"], .modal-footer .form-actions input[type="submit"] + input[type="submit"], .form-actions .modal-footer input[type="submit"] + input[type="submit"] {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .form-actions input[type="button"] + .btn, .form-actions .modal-footer .btn-group input[type="button"] + .btn, .modal-footer .btn-group
.form-actions input[type="submit"] + .btn,
.form-actions .modal-footer .btn-group input[type="submit"] + .btn, .modal-footer .btn-group .form-actions .btn + input[type="button"], .form-actions .modal-footer .btn-group .btn + input[type="button"], .modal-footer .btn-group .form-actions input[type="button"] + input[type="button"], .form-actions .modal-footer .btn-group input[type="button"] + input[type="button"], .modal-footer .btn-group .form-actions input[type="submit"] + input[type="button"], .form-actions .modal-footer .btn-group input[type="submit"] + input[type="button"], .modal-footer .btn-group
.form-actions .btn + input[type="submit"],
.form-actions .modal-footer .btn-group .btn + input[type="submit"], .modal-footer .btn-group .form-actions input[type="button"] + input[type="submit"], .form-actions .modal-footer .btn-group input[type="button"] + input[type="submit"], .modal-footer .btn-group .form-actions input[type="submit"] + input[type="submit"], .form-actions .modal-footer .btn-group input[type="submit"] + input[type="submit"] {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn, .carousel-caption .form-actions input[type="button"], .form-actions .carousel-caption input[type="button"], .carousel-caption
.form-actions input[type="submit"],
.form-actions .carousel-caption input[type="submit"] {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before, .inside > .panel-pane:before, .clearfix:after, .inside > .panel-pane:after {
  content: " ";
  display: table;
}

.clearfix:after, .inside > .panel-pane:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.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) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.3.1
* Docs at http://davidtheclark.github.io/scut
*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../../libraries/fontawesome/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../../../libraries/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../../../libraries/fontawesome/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../../../libraries/fontawesome/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../../../libraries/fontawesome/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../../../libraries/fontawesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa, .navigation-menu h2:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .navigation-menu h2.fa-pull-left:after {
  margin-right: .3em;
}

.fa.fa-pull-right, .navigation-menu h2.fa-pull-right:after {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .navigation-menu h2.pull-left:after {
  margin-right: .3em;
}

.fa.pull-right, .navigation-menu h2.pull-right:after {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before, .regional-page-gallery .gallery-sets img:before, .node-type-image-gallery .node-image-gallery .gallery-sets img:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/**
 * DEPRECIATED - use .btn .btn-orange instead.
 */
/**
 * DEPRECIATED - use .btn .btn-brown instead
 */
/**
 * DEPRECIATED - use .btn .btn-blue instead
 */
/**
 * @file base/elements
 * I provide a list of styles for elements used within the site.
 */
h1, h2, h3, h4, .page-publications .publication-grid .publication-grid-item .bottom .readmore {
  margin: 1.414em 0 0.5em;
  font-family: "Cooper Hewitt", "Source Sans Pro";
  font-weight: inherit;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  font-size: 3.998em;
}

h2 {
  font-size: 2.827em;
}

h3 {
  margin-top: 0.5em;
}

/**
 * breapoints for .h2 tags on small.
 */
@media all and (max-width: 768px) {
  h2 {
    font-size: 1.999em;
    font-weight: 400;
  }
}

h3 {
  font-size: 1.999em;
}

h4, .page-publications .publication-grid .publication-grid-item .bottom .readmore {
  font-size: 1.414em;
}

small, .font_small {
  font-size: 0.707em;
}

body {
  font-weight: 400;
  font-family: "Cooper Hewitt", "Source Sans Pro";
  font-size: 16px;
  line-height: 32px;
  color: #000;
}

/**
 * style for blockquote text.
 */
blockquote {
  border: none;
  font-size: 1.25em;
  position: relative;
  padding-top: 0em;
  padding-bottom: 0em;
  line-height: 1.4em !important;
  margin-bottom: 1.5em;
  margin-left: 0.5em;
  font-style: italic;
  width: 100%;
  float: none;
  /**
   * style for the first quote.
   */
  /**
   * style for the last quote.
   */
}

@media (min-width: 768px) {
  blockquote {
    width: 50%;
    float: right;
  }
}

blockquote b, blockquote strong {
  font-weight: 300;
  line-height: 1.3em !important;
  font-size: 0.95em;
  display: inline;
}

blockquote p, blockquote h2, blockquote h3, blockquote h4, blockquote .page-publications .publication-grid .publication-grid-item .bottom .readmore, .page-publications .publication-grid .publication-grid-item .bottom blockquote .readmore, blockquote h1, blockquote a {
  display: inline;
  font-weight: 400;
  line-height: 1.3em !important;
}

blockquote p:last-of-type {
  display: block;
  text-align: right;
  font-style: normal;
  font-size: .8em;
  margin-top: 11px;
}

blockquote:before {
  color: #4D7496;
  content: open-quote;
  font-size: 1.6em;
  line-height: 0.1em;
  margin-left: -0.5em;
  margin-top: 0.4em;
  vertical-align: -0.23em;
  font-weight: 900;
  position: absolute;
  font-family: serif;
}

blockquote p:first-of-type:after {
  color: #4D7496;
  content: close-quote;
  font-size: 1.6em;
  vertical-align: 0;
  font-weight: 900;
  display: inline-block;
  font-family: serif;
}

sup {
  font-size: 0.5em;
  top: -0.8em;
}

/**
 * For making links a heavier weight in the body fields
 */
.field-name-body .field-item a, .pane-node-body .pane-content a, .pane-content .overview-content a {
  font-weight: 400;
}

/**
 * @file base/fonts
 * I provide a list of styles for fonts used within the site.
 */
@font-face {
  font-family: 'Cooper Hewitt';
  src: url("../fonts/cooperhewitt-bold-webfont.woff2") format("woff2"), url("../fonts/cooperhewitt-bold-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Cooper Hewitt';
  src: url("../fonts/cooperhewitt-book-webfont.woff2") format("woff2"), url("../fonts/cooperhewitt-book-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Cooper Hewitt';
  src: url("../fonts/cooperhewitt-heavy-webfont.woff2") format("woff2"), url("../fonts/cooperhewitt-heavy-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Cooper Hewitt';
  src: url("../fonts/cooperhewitt-light-webfont.woff2") format("woff2"), url("../fonts/cooperhewitt-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Cooper Hewitt';
  src: url("../fonts/cooperhewitt-medium-webfont.woff2") format("woff2"), url("../fonts/cooperhewitt-medium-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Cooper Hewitt';
  src: url("../fonts/cooperhewitt-semibold-webfont.woff2") format("woff2"), url("../fonts/cooperhewitt-semibold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Cooper Hewitt';
  src: url("../fonts/cooperhewitt-thin-webfont.woff2") format("woff2"), url("../fonts/cooperhewitt-thin-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

/**
 * These values will not show up in content, but can be
 * queried by JavaScript to know which breakpoint is active.
 */
body:before {
  display: none;
  /* Prevent from displaying. */
  content: 'xsmall';
}

@media (min-width: 768px) {
  body:before {
    content: 'small';
  }
}

@media (min-width: 992px) {
  body:before {
    content: 'medium';
  }
}

@media (min-width: 1200px) {
  body:before {
    content: 'large';
  }
}

/**
 * @file base/fonts
 * I provide a list of styles for tables used within the site.
 */
/**
 * General style for tables.
 */
table {
  max-width: 100% !important;
}

.node .body table td {
  padding: 10px 10px 0 10px;
  border: 1px solid #d3d3d3;
}

.table-responsive {
  display: block;
}

/**
 * Remove styles from email newsletters
 */
.node .body .wpp-newsletter td {
  padding: 0;
  border: 0;
}

.node .body .wpp-newsletter tbody {
  border-top: 0;
}

.node .body .digest td {
  padding: 0;
  border: 0;
}

.node .body .digest tbody {
  border-top: 0;
}

.node .body .digest .button {
  border: 0;
}

.node .body .digest .full-width-image img {
  height: auto !important;
  width: 100% !important;
}

/**
 * layouts/article
 * I describe the composition of the article page.
 */
.story-body .body {
  line-height: 170%;
}

/**
 * layouts/country-page
 * I describe the composition of the country page.
 */
/**
 * standard layout for a country page.
 * Ensures placement of elements is properly contained.
 * We have accounted for most styles in widgets. Leaving this until we know
 * for sure what it is.
 */
.country-page h2.pane-title {
  font-size: 3em;
}

.country-page h2.pane-title b, .country-page h2.pane-title strong {
  font-weight: 600;
}

.country-page .overview-container h2 {
  padding-top: 0.9em !important;
}

/**
 * layouts/footer
 * I describe the composition of the footer.
 */
.footer {
  background-color: #124c89;
  background-image: repeating-linear-gradient(-35deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.05) 3px, rgba(255, 255, 255, 0.05) 4px);
  background-image: -webkit-repeating-linear-gradient(-35deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.05) 3px, rgba(255, 255, 255, 0.05) 4px);
  background-image: -o-repeating-linear-gradient(-35deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.05) 3px, rgba(255, 255, 255, 0.05) 4px);
  -webkit-appearance: none;
}

@media screen and (max-width: 480px) {
  .footer {
    background-color: #124c89;
    background-image: url(../images/bpat.png);
    background-repeat: repeat repeat;
  }
}

.footer img.img-logo {
  margin: 0 auto;
  max-width: 275px;
  width: 100%;
}

.footer .row, .footer .node-type-ndi-story .about-ndi-block .content, .node-type-ndi-story .about-ndi-block .footer .content {
  margin-top: 4.15em;
  margin-bottom: 2.5em;
}

.footer .row .ft-left, .footer .node-type-ndi-story .about-ndi-block .content .ft-left, .node-type-ndi-story .about-ndi-block .footer .content .ft-left {
  padding-left: 2.2em;
  line-height: 1.95;
}

.footer .row .ft-right, .footer .node-type-ndi-story .about-ndi-block .content .ft-right, .node-type-ndi-story .about-ndi-block .footer .content .ft-right {
  padding-left: 3em;
}

.subfooter {
  background: #003869;
  padding: 10px 0px;
  color: #fff;
  font-size: 0.7em;
  font-family: "Cooper Hewitt", "Source Sans Pro";
  font-weight: 400;
  line-height: 1.4;
}

.subfooter a {
  color: #fff;
}

.block-menu {
  position: relative;
  color: #fff;
  vertical-align: top;
}

.block-menu h2 {
  margin: 0px 0px 7px;
  padding-top: 8px;
  padding-bottom: 9.7px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.block-menu ul {
  float: none;
}

.lang-direction-rtl .footer .block-block {
  text-align: right;
}

.lang-direction-rtl .footer .block-menu h2 {
  text-align: right;
}

.lang-direction-rtl .footer .block-menu ul {
  padding-left: 40px;
  padding-right: 0;
}

.region-footer-left {
  font-size: 0px;
  position: relative;
}

.region-footer-left .block-menu {
  width: 50%;
  display: inline-block;
}

.region-footer-left .block-menu ul {
  float: none;
}

.region-footer-left .block-menu ul li {
  float: none;
  display: block;
  margin: 0px;
  padding: 0px;
  font-family: "Cooper Hewitt", "Source Sans Pro";
}

.region-footer-right .block-block {
  font-size: 11px;
  color: #fff;
  text-align: left;
}

.region-footer-right .block-menu ul {
  float: none;
  margin-bottom: 3px;
  padding-top: 3px;
  text-align: left;
}

.region-footer-right .block-menu ul li {
  float: none;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}

.region-footer-right .block-menu ul li a {
  font-size: 1.8em;
  font-family: FontAwesome;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .block-menu h2 {
    text-align: center;
  }
}

@media all and (max-width: 767px) {
  footer .row, footer .node-type-ndi-story .about-ndi-block .content, .node-type-ndi-story .about-ndi-block footer .content {
    margin-top: 1em;
    margin-bottom: 0.75em;
  }
  footer .region-footer-left {
    margin: 20px 0px;
  }
  footer .region-footer-left .block-menu {
    text-align: center;
  }
  footer .region-footer-left .block-menu li {
    text-align: center;
  }
  footer .rright {
    float: none !important;
    display: block;
    margin: 20px 0px;
  }
  footer .region-footer-right .block-block {
    text-align: center;
  }
  footer .region-footer-right .block-menu {
    text-align: center;
  }
  footer .region-footer-right .block-menu ul {
    text-align: center;
  }
  .subfooter .col-sm-6 {
    text-align: center;
    margin: 6px 0;
    padding: 0;
  }
  #block-menu-menu-connect {
    overflow: hidden;
  }
  #block-menu-menu-connect h2 {
    display: inline-block;
    padding-left: 25px;
    padding-right: 15px;
  }
  #block-menu-menu-connect .content {
    display: inline-block;
  }
  #block-menu-menu-connect .content ul {
    text-align: left;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .footer {
      background-color: #124c89;
      background-image: url(../images/bpat.png);
      background-repeat: repeat repeat;
    }
  }
}

/**
 * Full-width node body
 */
/* Make pane full width */
.pane-node-body-full-width .overview-container .overview-title {
  margin-top: 1em;
}

.pane-node-body-full-width .pane-node-body {
  width: 100%;
  padding: 0;
  margin: 0;
}

.pane-node-body-full-width h2.pane-title {
  overflow: hidden;
}

.pane-node-body-full-width h2.pane-title strong {
  font-weight: 600;
}

/* Remove pane title */
.pane_node_body_hide_pane_title .pane-node-body > h2.pane-title {
  display: none;
}

/**
 * layouts/header
 * I describe the composition of the header.
 */
.img-responsive {
  margin: 0 auto;
}

header {
  background-color: #124c89;
  background-image: repeating-linear-gradient(-35deg, transparent, transparent 3px, rgba(255, 255, 255, 0.05) 3px, rgba(255, 255, 255, 0.05) 4px);
  -webkit-box-shadow: 0px 0px 5px #888888;
          box-shadow: 0px 0px 5px #888888;
}

/**
 * Breakpoints for small screens.
 */
@media all and (max-width: 767px) {
  header {
    display: none;
  }
  .nav-container {
    background: url(../images/bpat.png) repeat;
  }
}

/**
 * Linear gradient background on Safari 10.1+
 */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    header {
      background-color: #124c89;
      background-image: url(../images/bpat.png);
      background-repeat: repeat repeat;
    }
  }
}

/**
 * @file layout/panels
 * Defines the styles for panels across the page.
 *
 */
.panels-flexible-region-first.panels-flexible-region-last {
  width: 100%;
  float: none;
}

.page-fullwidth .panels-flexible-region-first.panels-flexible-region-last, .node-type-image-gallery .node-image-gallery .panels-flexible-region-first.panels-flexible-region-last {
  width: 100% !important;
}

.page-fullwidth .panels-flexible-region-first.panels-flexible-region-last .panel-separator:before, .node-type-image-gallery .node-image-gallery .panels-flexible-region-first.panels-flexible-region-last .panel-separator:before, .page-fullwidth .panels-flexible-region-first.panels-flexible-region-last .panel-separator:after, .node-type-image-gallery .node-image-gallery .panels-flexible-region-first.panels-flexible-region-last .panel-separator:after {
  content: " ";
  display: table;
}

.page-fullwidth .panels-flexible-region-first.panels-flexible-region-last .panel-separator:after, .node-type-image-gallery .node-image-gallery .panels-flexible-region-first.panels-flexible-region-last .panel-separator:after {
  clear: both;
}

.page-fullwidth .pane-bean .pane-content, .node-type-image-gallery .node-image-gallery .pane-bean .pane-content {
  width: 100% !important;
}

.pane-content-no-title {
  margin-top: 2em;
}

/**
 * @file layout/publication-page
 * I provide styles for the publications page.
 * publications. Parts of me need to move into layouts and themes.
 */
.lang-direction-rtl {
  text-align: right;
  direction: RTL;
}

.lang-direction-rtl .panels-flexible-region-32-left {
  float: right;
}

.lang-direction-rtl .block-menu ul li {
  float: right;
}

.lang-direction-rtl .navbar-header {
  float: right;
}

.lang-direction-rtl .navbar-header .navbar-toggle {
  float: left;
}

.lang-direction-rtl .pull-right {
  float: left !important;
}

.lang-direction-rtl > .page {
  overflow-x: hidden;
}

.lang-direction-rtl.node-type-page .panels-flexible-row-new-main-row .panels-flexible-region-first {
  float: right;
}

.lang-direction-rtl.node-type-ndi-event .col-xs-1, .lang-direction-rtl.node-type-ndi-event .col-sm-1, .lang-direction-rtl.node-type-ndi-event .col-md-1, .lang-direction-rtl.node-type-ndi-event .col-lg-1, .lang-direction-rtl.node-type-ndi-event .col-xs-2, .lang-direction-rtl.node-type-ndi-event .col-sm-2, .lang-direction-rtl.node-type-ndi-event .col-md-2, .lang-direction-rtl.node-type-ndi-event .col-lg-2, .lang-direction-rtl.node-type-ndi-event .col-xs-3, .lang-direction-rtl.node-type-ndi-event .col-sm-3, .lang-direction-rtl.node-type-ndi-event .col-md-3, .lang-direction-rtl.node-type-ndi-event .col-lg-3, .lang-direction-rtl.node-type-ndi-event .col-xs-4, .lang-direction-rtl.node-type-ndi-event .col-sm-4, .lang-direction-rtl.node-type-ndi-event .col-md-4, .lang-direction-rtl.node-type-ndi-event .col-lg-4, .lang-direction-rtl.node-type-ndi-event .col-xs-5, .lang-direction-rtl.node-type-ndi-event .col-sm-5, .lang-direction-rtl.node-type-ndi-event .col-md-5, .lang-direction-rtl.node-type-ndi-event .col-lg-5, .lang-direction-rtl.node-type-ndi-event .col-xs-6, .lang-direction-rtl.node-type-ndi-event .col-sm-6, .lang-direction-rtl.node-type-ndi-event .col-md-6, .lang-direction-rtl.node-type-ndi-event .col-lg-6, .lang-direction-rtl.node-type-ndi-event .col-xs-7, .lang-direction-rtl.node-type-ndi-event .col-sm-7, .lang-direction-rtl.node-type-ndi-event .col-md-7, .lang-direction-rtl.node-type-ndi-event .col-lg-7, .lang-direction-rtl.node-type-ndi-event .col-xs-8, .lang-direction-rtl.node-type-ndi-event .col-sm-8, .lang-direction-rtl.node-type-ndi-event .col-md-8, .lang-direction-rtl.node-type-ndi-event .col-lg-8, .lang-direction-rtl.node-type-ndi-event .col-xs-9, .lang-direction-rtl.node-type-ndi-event .col-sm-9, .lang-direction-rtl.node-type-ndi-event .col-md-9, .lang-direction-rtl.node-type-ndi-event .col-lg-9, .lang-direction-rtl.node-type-ndi-event .col-xs-10, .lang-direction-rtl.node-type-ndi-event .col-sm-10, .lang-direction-rtl.node-type-ndi-event .col-md-10, .lang-direction-rtl.node-type-ndi-event .col-lg-10, .lang-direction-rtl.node-type-ndi-event .col-xs-11, .lang-direction-rtl.node-type-ndi-event .col-sm-11, .lang-direction-rtl.node-type-ndi-event .col-md-11, .lang-direction-rtl.node-type-ndi-event .col-lg-11, .lang-direction-rtl.node-type-ndi-event .col-xs-12, .lang-direction-rtl.node-type-ndi-event .col-sm-12, .lang-direction-rtl.node-type-ndi-event .col-md-12, .lang-direction-rtl.node-type-ndi-event .col-lg-12, .lang-direction-rtl.node-type-ndi-story .col-xs-1, .lang-direction-rtl.node-type-ndi-story .col-sm-1, .lang-direction-rtl.node-type-ndi-story .col-md-1, .lang-direction-rtl.node-type-ndi-story .col-lg-1, .lang-direction-rtl.node-type-ndi-story .col-xs-2, .lang-direction-rtl.node-type-ndi-story .col-sm-2, .lang-direction-rtl.node-type-ndi-story .col-md-2, .lang-direction-rtl.node-type-ndi-story .col-lg-2, .lang-direction-rtl.node-type-ndi-story .col-xs-3, .lang-direction-rtl.node-type-ndi-story .col-sm-3, .lang-direction-rtl.node-type-ndi-story .col-md-3, .lang-direction-rtl.node-type-ndi-story .col-lg-3, .lang-direction-rtl.node-type-ndi-story .col-xs-4, .lang-direction-rtl.node-type-ndi-story .col-sm-4, .lang-direction-rtl.node-type-ndi-story .col-md-4, .lang-direction-rtl.node-type-ndi-story .col-lg-4, .lang-direction-rtl.node-type-ndi-story .col-xs-5, .lang-direction-rtl.node-type-ndi-story .col-sm-5, .lang-direction-rtl.node-type-ndi-story .col-md-5, .lang-direction-rtl.node-type-ndi-story .col-lg-5, .lang-direction-rtl.node-type-ndi-story .col-xs-6, .lang-direction-rtl.node-type-ndi-story .col-sm-6, .lang-direction-rtl.node-type-ndi-story .col-md-6, .lang-direction-rtl.node-type-ndi-story .col-lg-6, .lang-direction-rtl.node-type-ndi-story .col-xs-7, .lang-direction-rtl.node-type-ndi-story .col-sm-7, .lang-direction-rtl.node-type-ndi-story .col-md-7, .lang-direction-rtl.node-type-ndi-story .col-lg-7, .lang-direction-rtl.node-type-ndi-story .col-xs-8, .lang-direction-rtl.node-type-ndi-story .col-sm-8, .lang-direction-rtl.node-type-ndi-story .col-md-8, .lang-direction-rtl.node-type-ndi-story .col-lg-8, .lang-direction-rtl.node-type-ndi-story .col-xs-9, .lang-direction-rtl.node-type-ndi-story .col-sm-9, .lang-direction-rtl.node-type-ndi-story .col-md-9, .lang-direction-rtl.node-type-ndi-story .col-lg-9, .lang-direction-rtl.node-type-ndi-story .col-xs-10, .lang-direction-rtl.node-type-ndi-story .col-sm-10, .lang-direction-rtl.node-type-ndi-story .col-md-10, .lang-direction-rtl.node-type-ndi-story .col-lg-10, .lang-direction-rtl.node-type-ndi-story .col-xs-11, .lang-direction-rtl.node-type-ndi-story .col-sm-11, .lang-direction-rtl.node-type-ndi-story .col-md-11, .lang-direction-rtl.node-type-ndi-story .col-lg-11, .lang-direction-rtl.node-type-ndi-story .col-xs-12, .lang-direction-rtl.node-type-ndi-story .col-sm-12, .lang-direction-rtl.node-type-ndi-story .col-md-12, .lang-direction-rtl.node-type-ndi-story .col-lg-12, .lang-direction-rtl.node-type-ndi-resource .col-xs-1, .lang-direction-rtl.node-type-ndi-resource .col-sm-1, .lang-direction-rtl.node-type-ndi-resource .col-md-1, .lang-direction-rtl.node-type-ndi-resource .col-lg-1, .lang-direction-rtl.node-type-ndi-resource .col-xs-2, .lang-direction-rtl.node-type-ndi-resource .col-sm-2, .lang-direction-rtl.node-type-ndi-resource .col-md-2, .lang-direction-rtl.node-type-ndi-resource .col-lg-2, .lang-direction-rtl.node-type-ndi-resource .col-xs-3, .lang-direction-rtl.node-type-ndi-resource .col-sm-3, .lang-direction-rtl.node-type-ndi-resource .col-md-3, .lang-direction-rtl.node-type-ndi-resource .col-lg-3, .lang-direction-rtl.node-type-ndi-resource .col-xs-4, .lang-direction-rtl.node-type-ndi-resource .col-sm-4, .lang-direction-rtl.node-type-ndi-resource .col-md-4, .lang-direction-rtl.node-type-ndi-resource .col-lg-4, .lang-direction-rtl.node-type-ndi-resource .col-xs-5, .lang-direction-rtl.node-type-ndi-resource .col-sm-5, .lang-direction-rtl.node-type-ndi-resource .col-md-5, .lang-direction-rtl.node-type-ndi-resource .col-lg-5, .lang-direction-rtl.node-type-ndi-resource .col-xs-6, .lang-direction-rtl.node-type-ndi-resource .col-sm-6, .lang-direction-rtl.node-type-ndi-resource .col-md-6, .lang-direction-rtl.node-type-ndi-resource .col-lg-6, .lang-direction-rtl.node-type-ndi-resource .col-xs-7, .lang-direction-rtl.node-type-ndi-resource .col-sm-7, .lang-direction-rtl.node-type-ndi-resource .col-md-7, .lang-direction-rtl.node-type-ndi-resource .col-lg-7, .lang-direction-rtl.node-type-ndi-resource .col-xs-8, .lang-direction-rtl.node-type-ndi-resource .col-sm-8, .lang-direction-rtl.node-type-ndi-resource .col-md-8, .lang-direction-rtl.node-type-ndi-resource .col-lg-8, .lang-direction-rtl.node-type-ndi-resource .col-xs-9, .lang-direction-rtl.node-type-ndi-resource .col-sm-9, .lang-direction-rtl.node-type-ndi-resource .col-md-9, .lang-direction-rtl.node-type-ndi-resource .col-lg-9, .lang-direction-rtl.node-type-ndi-resource .col-xs-10, .lang-direction-rtl.node-type-ndi-resource .col-sm-10, .lang-direction-rtl.node-type-ndi-resource .col-md-10, .lang-direction-rtl.node-type-ndi-resource .col-lg-10, .lang-direction-rtl.node-type-ndi-resource .col-xs-11, .lang-direction-rtl.node-type-ndi-resource .col-sm-11, .lang-direction-rtl.node-type-ndi-resource .col-md-11, .lang-direction-rtl.node-type-ndi-resource .col-lg-11, .lang-direction-rtl.node-type-ndi-resource .col-xs-12, .lang-direction-rtl.node-type-ndi-resource .col-sm-12, .lang-direction-rtl.node-type-ndi-resource .col-md-12, .lang-direction-rtl.node-type-ndi-resource .col-lg-12, .lang-direction-rtl.node-type-ndi-region-page .col-xs-1, .lang-direction-rtl.node-type-ndi-region-page .col-sm-1, .lang-direction-rtl.node-type-ndi-region-page .col-md-1, .lang-direction-rtl.node-type-ndi-region-page .col-lg-1, .lang-direction-rtl.node-type-ndi-region-page .col-xs-2, .lang-direction-rtl.node-type-ndi-region-page .col-sm-2, .lang-direction-rtl.node-type-ndi-region-page .col-md-2, .lang-direction-rtl.node-type-ndi-region-page .col-lg-2, .lang-direction-rtl.node-type-ndi-region-page .col-xs-3, .lang-direction-rtl.node-type-ndi-region-page .col-sm-3, .lang-direction-rtl.node-type-ndi-region-page .col-md-3, .lang-direction-rtl.node-type-ndi-region-page .col-lg-3, .lang-direction-rtl.node-type-ndi-region-page .col-xs-4, .lang-direction-rtl.node-type-ndi-region-page .col-sm-4, .lang-direction-rtl.node-type-ndi-region-page .col-md-4, .lang-direction-rtl.node-type-ndi-region-page .col-lg-4, .lang-direction-rtl.node-type-ndi-region-page .col-xs-5, .lang-direction-rtl.node-type-ndi-region-page .col-sm-5, .lang-direction-rtl.node-type-ndi-region-page .col-md-5, .lang-direction-rtl.node-type-ndi-region-page .col-lg-5, .lang-direction-rtl.node-type-ndi-region-page .col-xs-6, .lang-direction-rtl.node-type-ndi-region-page .col-sm-6, .lang-direction-rtl.node-type-ndi-region-page .col-md-6, .lang-direction-rtl.node-type-ndi-region-page .col-lg-6, .lang-direction-rtl.node-type-ndi-region-page .col-xs-7, .lang-direction-rtl.node-type-ndi-region-page .col-sm-7, .lang-direction-rtl.node-type-ndi-region-page .col-md-7, .lang-direction-rtl.node-type-ndi-region-page .col-lg-7, .lang-direction-rtl.node-type-ndi-region-page .col-xs-8, .lang-direction-rtl.node-type-ndi-region-page .col-sm-8, .lang-direction-rtl.node-type-ndi-region-page .col-md-8, .lang-direction-rtl.node-type-ndi-region-page .col-lg-8, .lang-direction-rtl.node-type-ndi-region-page .col-xs-9, .lang-direction-rtl.node-type-ndi-region-page .col-sm-9, .lang-direction-rtl.node-type-ndi-region-page .col-md-9, .lang-direction-rtl.node-type-ndi-region-page .col-lg-9, .lang-direction-rtl.node-type-ndi-region-page .col-xs-10, .lang-direction-rtl.node-type-ndi-region-page .col-sm-10, .lang-direction-rtl.node-type-ndi-region-page .col-md-10, .lang-direction-rtl.node-type-ndi-region-page .col-lg-10, .lang-direction-rtl.node-type-ndi-region-page .col-xs-11, .lang-direction-rtl.node-type-ndi-region-page .col-sm-11, .lang-direction-rtl.node-type-ndi-region-page .col-md-11, .lang-direction-rtl.node-type-ndi-region-page .col-lg-11, .lang-direction-rtl.node-type-ndi-region-page .col-xs-12, .lang-direction-rtl.node-type-ndi-region-page .col-sm-12, .lang-direction-rtl.node-type-ndi-region-page .col-md-12, .lang-direction-rtl.node-type-ndi-region-page .col-lg-12, .lang-direction-rtl.node-type-ndi-country-page .col-xs-1, .lang-direction-rtl.node-type-ndi-country-page .col-sm-1, .lang-direction-rtl.node-type-ndi-country-page .col-md-1, .lang-direction-rtl.node-type-ndi-country-page .col-lg-1, .lang-direction-rtl.node-type-ndi-country-page .col-xs-2, .lang-direction-rtl.node-type-ndi-country-page .col-sm-2, .lang-direction-rtl.node-type-ndi-country-page .col-md-2, .lang-direction-rtl.node-type-ndi-country-page .col-lg-2, .lang-direction-rtl.node-type-ndi-country-page .col-xs-3, .lang-direction-rtl.node-type-ndi-country-page .col-sm-3, .lang-direction-rtl.node-type-ndi-country-page .col-md-3, .lang-direction-rtl.node-type-ndi-country-page .col-lg-3, .lang-direction-rtl.node-type-ndi-country-page .col-xs-4, .lang-direction-rtl.node-type-ndi-country-page .col-sm-4, .lang-direction-rtl.node-type-ndi-country-page .col-md-4, .lang-direction-rtl.node-type-ndi-country-page .col-lg-4, .lang-direction-rtl.node-type-ndi-country-page .col-xs-5, .lang-direction-rtl.node-type-ndi-country-page .col-sm-5, .lang-direction-rtl.node-type-ndi-country-page .col-md-5, .lang-direction-rtl.node-type-ndi-country-page .col-lg-5, .lang-direction-rtl.node-type-ndi-country-page .col-xs-6, .lang-direction-rtl.node-type-ndi-country-page .col-sm-6, .lang-direction-rtl.node-type-ndi-country-page .col-md-6, .lang-direction-rtl.node-type-ndi-country-page .col-lg-6, .lang-direction-rtl.node-type-ndi-country-page .col-xs-7, .lang-direction-rtl.node-type-ndi-country-page .col-sm-7, .lang-direction-rtl.node-type-ndi-country-page .col-md-7, .lang-direction-rtl.node-type-ndi-country-page .col-lg-7, .lang-direction-rtl.node-type-ndi-country-page .col-xs-8, .lang-direction-rtl.node-type-ndi-country-page .col-sm-8, .lang-direction-rtl.node-type-ndi-country-page .col-md-8, .lang-direction-rtl.node-type-ndi-country-page .col-lg-8, .lang-direction-rtl.node-type-ndi-country-page .col-xs-9, .lang-direction-rtl.node-type-ndi-country-page .col-sm-9, .lang-direction-rtl.node-type-ndi-country-page .col-md-9, .lang-direction-rtl.node-type-ndi-country-page .col-lg-9, .lang-direction-rtl.node-type-ndi-country-page .col-xs-10, .lang-direction-rtl.node-type-ndi-country-page .col-sm-10, .lang-direction-rtl.node-type-ndi-country-page .col-md-10, .lang-direction-rtl.node-type-ndi-country-page .col-lg-10, .lang-direction-rtl.node-type-ndi-country-page .col-xs-11, .lang-direction-rtl.node-type-ndi-country-page .col-sm-11, .lang-direction-rtl.node-type-ndi-country-page .col-md-11, .lang-direction-rtl.node-type-ndi-country-page .col-lg-11, .lang-direction-rtl.node-type-ndi-country-page .col-xs-12, .lang-direction-rtl.node-type-ndi-country-page .col-sm-12, .lang-direction-rtl.node-type-ndi-country-page .col-md-12, .lang-direction-rtl.node-type-ndi-country-page .col-lg-12 {
  float: right;
}

/**
 * layouts/staff-page
 * I describe the composition of the staff page.
 */
/**
 * .staff-page, .social-tools
 * Adding style to the Stay Connected form on Staff page.
 */
.staff-page .social-tools {
  margin-left: 2.1em;
}

.staff-page .social-tools h2 {
  margin-bottom: 0.12em;
  margin-left: 0.4em;
}

.staff-page .social-tools input[type="text"] {
  min-width: 295px !important;
}

.staff-page .social-tools input[type="submit"] {
  min-width: 112px !important;
}

/**
 * themes/taxonomy-page
 * Specific styles for the taxonomy page.
 */
.page-taxonomy .region-content h3 {
  font-size: 3em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.2em;
  margin-top: 1.2em;
}

.page-taxonomy .region-content h3 a {
  color: #124c89 !important;
  text-decoration: none !important;
}

.page-taxonomy .region-content h3 a:hover {
  margin-left: 0.15em;
}

.page-taxonomy .region-content h2 {
  font-size: 2.25em;
  font-weight: 600;
  padding-top: 0;
  padding-bottom: 0;
  color: #124c89;
}

.page-taxonomy .region-content h2 a {
  color: #124c89;
}

.page-taxonomy .region-content .container, .page-taxonomy .region-content .breadcrumb-wrapper, .page-taxonomy .region-content .pane-node-field-ndi-regional-programs .pane-content, .pane-node-field-ndi-regional-programs .page-taxonomy .region-content .pane-content, .page-taxonomy .region-content .pane-node-field-ndi-initiatives .pane-content, .pane-node-field-ndi-initiatives .page-taxonomy .region-content .pane-content, .page-taxonomy .region-content .navigation-widget ul li, .navigation-widget ul .page-taxonomy .region-content li, .page-taxonomy .region-content .node-type-ndi-story .about-ndi-block, .node-type-ndi-story .page-taxonomy .region-content .about-ndi-block, .page-taxonomy .region-content .where-we-work-countries .pane-content, .where-we-work-countries .page-taxonomy .region-content .pane-content, .page-taxonomy .region-content .about-us-page .panels-flexible-row-last, .about-us-page .page-taxonomy .region-content .panels-flexible-row-last {
  padding: 0px;
}

.page-taxonomy .region-content .resource-header {
  background-color: white;
  padding-bottom: 0;
  padding-top: 0;
}

.page-taxonomy .region-content .resource-header h2 {
  font-size: 2.25em;
  font-weight: 600;
  padding-top: 0;
  padding-bottom: 0;
  color: #124c89;
}

.page-taxonomy .region-content .resource-content {
  margin: 0px;
}

.page-taxonomy .region-content .resource-body {
  width: 100%;
  padding: 0px;
}

.page-taxonomy .region-content .resource-body .pubdate {
  display: none;
}

.page-taxonomy .region-content .story-teaser-img, .page-taxonomy .region-content .resource-subheader, .page-taxonomy .region-content .resource-sizebar, .page-taxonomy .region-content .resource-share, .page-taxonomy .region-content .sharethis-buttons, .page-taxonomy .region-content .colorbox-people-node {
  display: none;
}

.page-taxonomy .region-content .story-teaser-content {
  width: 100%;
}

.page-taxonomy .region-content .story-teaser-content h2 {
  font-size: 2.25em;
  font-weight: 600;
  padding-top: 0;
  padding-bottom: 0;
  color: #124c89;
}

.page-taxonomy .region-content .story-teaser-content a {
  color: #124c89;
  margin-top: 30px;
  display: block;
}

.page-taxonomy .region-content .story-teaser-content p {
  margin-bottom: 65px;
}

.page-taxonomy .region-content .node-ndi-resource {
  width: 100%;
  text-align: left;
}

.page-taxonomy .region-content .node-ndi-func-team-page, .page-taxonomy .region-content .node-ndi-news {
  width: 100%;
}

.page-taxonomy .region-content .node-ndi-func-team-page h2, .page-taxonomy .region-content .node-ndi-news h2 {
  font-size: 2.25em;
  font-weight: 600;
  padding-top: 0;
  padding-bottom: 0;
  color: #124c89;
}

.page-taxonomy .region-content .node-ndi-func-team-page a, .page-taxonomy .region-content .node-ndi-news a {
  color: #124c89;
}

.page-taxonomy .region-content .node-ndi-func-team-page .node-readmore, .page-taxonomy .region-content .node-ndi-news .node-readmore {
  color: #124c89;
  margin-bottom: 50px;
  display: block;
  padding: 0px;
}

.page-taxonomy .region-content .clearfix:after, .page-taxonomy .region-content .inside > .panel-pane:after {
  visibility: visible;
  display: block;
  content: '';
  margin: 0px 100px 25px;
  display: block;
  border-bottom: solid 2px rgba(192, 192, 192, 0.25);
  visibility: visible !important;
}

.page-taxonomy .region-content .clearfix:before, .page-taxonomy .region-content .inside > .panel-pane:before {
  display: block;
}

.page-taxonomy .region-content .node-ndi-story.node-teaser {
  margin-bottom: 2em;
}

/**
 * themes/what-we-do-page
 * Specific styles for the What we do page.
 */
.page-what-we-do .panel-pane-full-width {
  padding-bottom: 0em;
}

.page-what-we-do .pane-title {
  margin-top: 0.1em;
}

/**
 * @file
 * Article 
 *
 * Controls the appearance of the Article Page.
 */
.story-body .body {
  line-height: 170%;
}

/**
 * @file components/blocks
 * Defines the appearance of blocks used within the site.
 *
 */
.pane-bean h2.pane-title {
  display: none !important;
}

#lang_dropdown_form_language_content select {
  min-height: 35px;
  width: 165px;
  border: 0px;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding: 2px 0px 2px 0px;
  border: none;
  background: transparent url("../images/angle-arrow-down.png") no-repeat right center;
  background-size: 10px 10px;
}

#lang_dropdown_form_language_content select option {
  color: #000;
  font-family: "Cooper Hewitt", "Source Sans Pro";
}

#lang_dropdown_form_language_content select::-ms-expand {
  display: none;
}

#lang_dropdown_form_language_content doesnotexist:-o-prefocus, #lang_dropdown_form_language_content select {
  display: none;
}

/**
 * .no-background-block
 * Making the block across the website with no background color.
 */
.no-background-block {
  background-color: transparent !important;
}

/**
 * .stay-connected-block
 * Holding the style for the Stay Connected block used within the site.
 */
.stay-connected-block {
  background-color: #ebebeb;
  text-align: center;
  height: 100%;
}

.stay-connected-block .social-tools {
  padding-top: 36px;
  margin-bottom: 1.82em;
}

.stay-connected-block .social-tools input[type="text"] {
  min-height: 40px;
  min-width: 263px;
  padding-left: 12px;
  font-size: 14px;
}

.stay-connected-block .social-tools input[type="submit"] {
  min-height: 40px;
  min-width: 102px;
  font-size: 16px;
  line-height: 19px;
}

.stay-connected-block h2 {
  color: #124C89;
  margin: 0px;
  line-height: 1em;
  padding-bottom: 0.02em;
  padding-top: 0.02em;
}

.stay-connected-block h2 strong, .stay-connected-block h2 b {
  font-weight: 600;
}

.stay-connected-block p {
  margin-bottom: 1.6em;
  color: #124C89;
}

.simplenews-subscribe {
  font-size: 0px;
  margin-bottom: 10px;
  margin-top: 21px;
  clear: both;
}

.simplenews-subscribe .form-item {
  margin: 0px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 12px;
}

.simplenews-subscribe .form-item input {
  max-width: 100%;
  color: #A3A3A3;
  height: 29px;
  font-family: "Cooper Hewitt", "Source Sans Pro";
  padding-left: 26px;
}

.simplenews-subscribe input[type="submit"] {
  width: 31%;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  max-height: 30px;
  font-weight: bold;
  padding-top: 0px;
}

.stay-connected-form {
  width: 100%;
  margin-bottom: 70px;
  display: block;
  height: 300px;
  background-color: #e0e0e0 !important;
}

.stay-connected-form h3 {
  margin-bottom: 50px !important;
  text-align: center !important;
  font-size: 2.827em !important;
  color: #003869 !important;
}

.stay-connected-form #edit-mail {
  margin-left: 200px;
  width: 380px;
  height: 45px;
  border-width: 2px !important;
  border-color: #003869 !important;
  border-style: solid;
  border-opacity: 0.7 !important;
}

.stay-connected-form #edit-submit {
  margin-left: 120px;
  height: 45px;
  background-color: #003869;
  border-color: #003869;
  width: 120px;
  font-size: 18px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  color: white;
}

.stay-connected-form #edit-submit .form-submit {
  background-color: #003869;
  max-width: 120px;
}

.footer-location p {
  line-height: 1.4em;
  padding-top: 1.45em;
  font-size: 1.15em;
  font-weight: 400;
}

.footer-location p a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .footer-location p {
    font-size: 1.2em;
    font-weight: 700;
  }
}

.three-images-grid .left, .three-images-grid .center, .three-images-grid .right {
  padding-right: 7px;
  padding-left: 7px;
}

.three-images-grid .field-name-field-ndi-bundle-left-title,
.three-images-grid .field-name-field-ndi-bundle-center-title,
.three-images-grid .field-name-field-ndi-bundle-right-title {
  width: 100%;
  position: relative;
}

.three-images-grid .field-name-field-ndi-bundle-left-title .field-item,
.three-images-grid .field-name-field-ndi-bundle-center-title .field-item,
.three-images-grid .field-name-field-ndi-bundle-right-title .field-item {
  display: block;
  background-color: rgba(0, 56, 105, 0.7);
  color: white;
  text-align: center;
  font-size: 0.7em;
  font-weight: 600;
  margin: -144px auto auto auto;
  max-width: 360px;
  opacity: 0.99;
  text-decoration: none;
}

.sign-up-form {
  margin-bottom: 140px;
  text-align: center;
  padding-top: 50px;
}

.sign-up-form h2.pane-title {
  text-align: center;
  font-size: 27px !important;
  color: #124c89;
  padding-bottom: 0.36em;
}

.sign-up-form .form-item input {
  float: right;
  height: 47px;
  width: 300px;
  border: solid 2px #124c89;
  font-size: 20px;
  content: 'Blah';
}

.sign-up-form #edit-submit {
  height: 47px;
  margin-left: 0px;
  background-color: #124c89;
  border-color: #124c89;
  width: 120px;
  font-size: 20px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  color: white;
}

.sign-up-form .simplenews-subscribe input[type="submit"] {
  width: 31%;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  max-height: 47px;
  font-weight: bold;
}

.sign-up-form .form-submit {
  background-color: #124c89;
  color: white;
  max-width: 110px;
  height: 45px;
  font-size: 18px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}

.social {
  margin-left: 210px;
  margin-top: 54px;
}

.social h2.pane-title {
  text-align: center;
  font-size: 27px !important;
  color: #124c89;
}

.social .pane-content {
  text-align: center;
  padding-top: 1em;
}

.social .pane-content .fa, .social .pane-content .navigation-menu h2:after, .navigation-menu .social .pane-content h2:after {
  padding-right: 13px;
  color: #124c89;
}

/**
   * .support-ndi-gray
   * Holding the style for the Support NDI gray block used within the site.
   */
.support-ndi-gray {
  background-color: #ebebeb;
  height: 100%;
}

.support-ndi-gray h2 {
  color: #124c89;
  margin: 0em 0 0.5em;
  font-size: 3em;
  padding-top: 1em;
}

.support-ndi-gray b, .support-ndi-gray strong {
  font-weight: 600;
}

.support-ndi-gray a {
  text-decoration: none;
}

.support-ndi-gray p {
  color: #124c89;
  margin-top: -23px;
  padding-bottom: 10px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .support-ndi-gray p {
    margin-bottom: 0px;
  }
}

.form-select::-ms-expand {
  display: inline-block;
  background-color: transparent;
  border: none;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid white;
}

.region-above-content {
  background: #17253e;
}

.region-above-content #block-block-10 p, .region-above-content #block-block-9 p {
  margin-bottom: 0;
  font-size: 1.15em;
  color: #c3a161;
  line-height: 1.5;
  padding: 10px 0;
}

.region-above-content #block-block-10 p a, .region-above-content #block-block-9 p a {
  color: #c3a161;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 2px solid #c3a161;
}

.region-above-content #block-block-10 p a:hover, .region-above-content #block-block-9 p a:hover {
  text-decoration: none;
  border-bottom: 0;
}

.region-above-content #block-block-10 p img, .region-above-content #block-block-9 p img {
  padding: 0 10px;
  max-width: 45px;
  margin-top: -6px;
}

.region-above-content #block-block-10 p img:nth-of-type(2), .region-above-content #block-block-9 p img:nth-of-type(2) {
  display: none;
}

@media (min-width: 992px) {
  .region-above-content #block-block-10 p img:nth-of-type(2), .region-above-content #block-block-9 p img:nth-of-type(2) {
    display: inline;
  }
}

.region-above-content #block-block-10 p img:nth-of-type(3), .region-above-content #block-block-9 p img:nth-of-type(3) {
  display: inline;
}

@media (min-width: 992px) {
  .region-above-content #block-block-10 p img:nth-of-type(3), .region-above-content #block-block-9 p img:nth-of-type(3) {
    display: none;
  }
}

.region-above-content #block-block-10 p span, .region-above-content #block-block-9 p span {
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 3px;
}

@media (min-width: 992px) {
  .region-above-content #block-block-10 p span, .region-above-content #block-block-9 p span {
    display: block;
    margin-left: 0;
  }
}

/**
 * @file components/borders
 * Defines the appearance of borders used within the site.
 *
 */
/**
 *.gray-border
 * Defines style for the gray-border class.
 */
.gray-border .row, .gray-border .node-type-ndi-story .about-ndi-block .content, .node-type-ndi-story .about-ndi-block .gray-border .content {
  border: solid;
  border-width: 0.13em;
  border-color: #ddd;
}

/**
 * @file components/breadcrumb
 * Defines the appearance of breadcrumbs used within the site.
 *
 */
/**
 *  Override breadcrumb default styling.
 */
.breadcrumb {
  text-align: left;
  position: absolute;
  width: 100%;
  z-index: 3;
  background: rgba(0, 56, 105, 0.7);
  pointer-events: none;
  text-transform: uppercase;
  border-radius: 0;
}

.breadcrumb span.delimiter {
  color: white;
}

.breadcrumb span.last {
  color: white;
}

.breadcrumb a {
  pointer-events: auto;
  color: white;
}

/**
 * Special consideration for Resource pages, wrapper class added only to those pages.
 */
.breadcrumb-wrapper .breadcrumb {
  margin-left: -10px;
  width: 50%;
  padding-left: 0px;
  background: transparent;
}

/**
 * Breakpoints for breadcrumb-wrapper on small screens.
 */
@media screen and (max-width: 768px) {
  .breadcrumb-wrapper .breadcrumb {
    display: none;
  }
}

/**
 * @file components/buttons
 * Defines the appearance of buttons used within the site.
 *
 */
/**
  *.btn
  * Special consideration for Resource pages, wrapper class added only to those pages.
  */
.btn, .form-actions input[type="button"],
.form-actions input[type="submit"] {
  border-radius: 0%;
  border: 1px solid white;
  background-color: transparent;
  text-transform: uppercase;
  color: White;
  font-weight: 700;
  padding: 10px 28px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  font-size: 1.414em;
}

.btn .fa, .form-actions input[type="button"] .fa,
.form-actions input[type="submit"] .fa, .btn .navigation-menu h2:after, .navigation-menu .btn h2:after, .form-actions input[type="button"] .navigation-menu h2:after, .navigation-menu .form-actions input[type="button"] h2:after,
.form-actions input[type="submit"] .navigation-menu h2:after, .navigation-menu
.form-actions input[type="submit"] h2:after {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  margin-left: 0.4em;
}

.btn:hover, .form-actions input[type="button"]:hover,
.form-actions input[type="submit"]:hover {
  background-color: transparent;
  color: White;
  border-color: White;
  padding: 10px 36px;
}

.btn:hover .fa, .form-actions input[type="button"]:hover .fa,
.form-actions input[type="submit"]:hover .fa, .btn:hover .navigation-menu h2:after, .navigation-menu .btn:hover h2:after, .form-actions input[type="button"]:hover .navigation-menu h2:after, .navigation-menu .form-actions input[type="button"]:hover h2:after,
.form-actions input[type="submit"]:hover .navigation-menu h2:after, .navigation-menu
.form-actions input[type="submit"]:hover h2:after {
  margin-left: 0.8em;
}

/**
 * Gradient used on top of button variants
 */
/**
 * Default styles for buttons
 */
/**
 * Orange button
 */
.btn-orange {
  background-color: #d4772d;
  color: white;
  background-image: repeating-linear-gradient(-35deg, transparent, transparent 3px, rgba(255, 255, 255, 0.075) 3px, rgba(255, 255, 255, 0.075) 4px);
  text-decoration: none;
  border: 1px solid transparent;
}

.btn-orange:hover {
  background-color: #dd9257;
  border: 1px solid transparent;
}

/**
 * Brown button
 */
.btn-brown, .contact-ndi-team .pane-content input[type="submit"] {
  background-color: #925c20;
  background-image: repeating-linear-gradient(-35deg, transparent, transparent 3px, rgba(255, 255, 255, 0.075) 3px, rgba(255, 255, 255, 0.075) 4px);
  color: white;
  border: 1px solid transparent;
}

.btn-brown:hover, .contact-ndi-team .pane-content input[type="submit"]:hover {
  background-color: #bc7629;
  border: 1px solid transparent;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-brown, .contact-ndi-team .pane-content input[type="submit"] {
    border: none;
  }
  .btn-brown:hover, .contact-ndi-team .pane-content input[type="submit"]:hover {
    border: none;
  }
  .more-publications {
    border: none;
  }
  .more-publications:hover {
    border: none;
  }
  .button-donate {
    /*border: 2px solid #983804;
    border-style: none none solid none;*/
  }
}

/**
 * Breakpoints for brown buttons on small screens.
 */
@media screen and (max-width: 768px) {
  .btn-brown, .contact-ndi-team .pane-content input[type="submit"] {
    margin-bottom: 1em;
    margin-right: 1em;
    min-width: 290px;
  }
}

/**
 * Breakpoints for brown buttons on medium screens.
 */
@media screen and (max-width: 992px) {
  .btn-brown, .contact-ndi-team .pane-content input[type="submit"] {
    margin-bottom: 1em;
  }
}

/**
 * Breakpoints for brown buttons on large screens.
 */
@media screen and (max-width: 1200px) {
  .btn-brown, .contact-ndi-team .pane-content input[type="submit"] {
    margin-bottom: 1em;
  }
}

/**
 * Blue button style.
 */
.btn-blue {
  background-color: #003869;
  background-image: repeating-linear-gradient(-35deg, transparent, transparent 3px, rgba(255, 255, 255, 0.075) 3px, rgba(255, 255, 255, 0.075) 4px);
  color: white;
  border: 1px solid transparent;
}

.btn-blue:hover {
  background-color: #00539c;
  border: 1px solid transparent;
}

/**
 * Light blue button style.
 */
.btn-light-blue {
  background-color: #4c7396;
  background-image: repeating-linear-gradient(-35deg, transparent, transparent 3px, rgba(255, 255, 255, 0.075) 3px, rgba(255, 255, 255, 0.075) 4px);
  color: white;
  border: 1px solid transparent;
}

.btn-light-blue:hover {
  background-color: #648db1;
  border: 1px solid transparent;
}

/**
 * Breakpoints for light blue button on small screens.
 */
@media screen and (max-width: 768px) {
  .btn-light-blue {
    min-width: 290px;
  }
}

/**
 * btn-plain
 * Make the button smaller and do not make the text bold
 */
.btn-plain {
  font-weight: 400;
  font-size: 1.15em;
}

/**
 * btn-space-right
 * Insert space to the right of the button.
 * This is necessary for when buttons appear in a row.
 */
.btn-space {
  margin-right: 1em;
}

/**
 * Default styles for donate buttons
 */
.button-donate {
  display: inline-block;
  background: #d4772d;
  font-weight: bold;
  padding: 15px 42px;
  text-transform: uppercase;
  color: #fff !important;
  border-bottom: 2px solid #983804;
  font-size: 24px !important;
  text-decoration: none;
  margin-top: 18px;
  border-left-color: transparent;
  border-right-color: transparent;
}

.button-donate a:hover {
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.button-donate:hover {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 58px;
  padding-right: 58px;
  background-color: #d4772d;
  border-bottom: 2px solid #983804;
}

/**
 * Default styles for buttons
 */
.button-transparent {
  background-color: transparent;
}

.button-transparent a {
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: 900;
  color: white;
}

.button {
  border: 1px solid #fff;
  display: inline-block;
}

#edit-actions #edit-submit {
  background-color: #003869;
}

/**
 *  #scroll, #scroll span, #scroll:hover.
 *  Styles "back-to-top" button.
 */
#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-align: left;
  background-color: #003869;
  display: none;
  border-radius: 60px;
  border-color: white;
  -webkit-box-shadow: 3px 3px 5px -2px rgba(0, 0, 0, 0.64);
          box-shadow: 3px 3px 5px -2px rgba(0, 0, 0, 0.64);
  z-index: 20;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #scroll {
    right: 24px;
  }
}

#scroll span .fa, #scroll span .navigation-menu h2:after, .navigation-menu #scroll span h2:after {
  margin-top: 10px;
  font-size: 26px;
  margin-left: 12px;
  color: white;
  text-indent: 0px;
}

#scroll:hover {
  background-color: #e74c3c;
  opacity: 1;
  filter: 'alpha(opacity=100)';
  -ms-filter: 'alpha(opacity=100)';
}

/**
 * @file components/colorbox-people
 * Styles for people content type when it is displayed in the colorbox.
 */
#cboxOverlay {
  background-color: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 3;
}

#colorbox {
  z-index: 9999;
}

#cboxContent {
  margin: 30px;
  background: #fff;
  margin: -30px;
  position: relative;
}

#cboxClose {
  display: block;
  position: absolute;
  top: 35px;
  right: 43px;
  text-indent: -9999px;
  color: #fff;
  background: transparent url(../images/close.svg) center center no-repeat;
  width: 28px;
  height: 28px;
  border: none;
}

.colorbox-people-node {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.colorbox-people-node .left-column {
  position: relative;
}

.colorbox-people-node .row-bottom {
  min-height: 400px;
}

.colorbox-people-node header {
  min-height: 116px;
  display: block !important;
}

.colorbox-people-node h2 {
  margin: 30px 0 0 0;
  font-size: 32px;
  color: #fff;
}

@media (max-width: 768px) {
  .colorbox-people-node h2 {
    font-size: 24px;
  }
}

.colorbox-people-node .field-name-field-ndi-people-image {
  position: absolute;
  text-align: center;
  margin: 35px 10px 0 35px;
}

.colorbox-people-node .field-name-field-ndi-people-image .field-item {
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 3px #ebebeb, -3px -3px 3px #ebebeb;
          box-shadow: 3px 3px 3px #ebebeb, -3px -3px 3px #ebebeb;
  border-radius: 3px;
  display: inline-block;
  padding: 3px;
}

@media (max-width: 768px) {
  .colorbox-people-node .field-name-field-ndi-people-image .field-item {
    max-width: 80%;
  }
}

.colorbox-people-node .field-name-field-ndi-people-image .field-item img {
  display: inline;
}

.colorbox-people-node .field-name-field-ndi-people-position {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.25;
  margin: 5px 90px 10px 0;
}

@media (max-width: 768px) {
  .colorbox-people-node .field-name-field-ndi-people-position {
    font-size: 16px;
  }
}

.colorbox-people-node .field-name-body {
  margin: 30px 45px 10px 0;
  max-height: 415px;
  overflow: auto;
  line-height: 1.5;
  padding-right: 25px;
}

.colorbox-people-node .social-links {
  position: absolute;
  text-align: left;
  margin: 10em 1em 0px 1.2em;
  font-size: 2em;
}

.colorbox-people-node .social-links a {
  color: #124C89;
}

.colorbox-people-node .social-links a:hover {
  text-decoration: none;
}

.colorbox-people-node .social-links .profile-link {
  display: block;
  font-size: 0.5em;
}

/**
 * @file components/contact-forms
 * Defines the appearance of contact-forms used within the site.
 *
 */
/**
 *Contact ndi team form used on regional page.
 */
.contact-ndi-team {
  margin: 0px 0px 0em;
  padding: 0em 0em 2em;
  /**
   * Styling the content.
   */
}

.contact-ndi-team .pane-title {
  padding-top: 1em !important;
  margin-top: 0em !important;
  margin-bottom: 0em !important;
  font-weight: 300;
}

.contact-ndi-team h3 {
  text-align: center;
  font-size: 2.827em;
  margin: -.25em 0em 1em !important;
  text-transform: uppercase;
}

.contact-ndi-team .pane-content input[type="submit"] {
  border: none;
}

.contact-ndi-team .pane-content input[type="submit"]:hover {
  border: none;
}

/**
 * Breakpoints for .contact-ndi-team
 */
@media screen and (max-width: 768px) {
  .contact-ndi-team input[type="submit"] {
    width: 90%;
    margin-left: 0.7em;
    margin-top: 1em;
    border: none;
  }
}

/**
 * .footer-form
 * Applying the styles of the footer sign up form
 */
.footer-form {
  display: inline-block;
  padding-top: 6px;
  /**
  * input[type="submit"]
  * Applying the styles of the footer sign up form's submit button.
  */
  /**
  * input[type="text"]
  * Applying the styles of the footer sign up form's text field.
  */
}

.footer-form input[type="submit"] {
  border: 1px solid white;
  background-color: #124C89;
  font-weight: 700;
  font-size: 11px;
  min-height: 25px;
  max-height: 25px;
  min-width: 66.5px;
  color: white;
  line-height: normal;
  vertical-align: middle;
  border-radius: 0;
}

.footer-form input[type="text"] {
  border: none;
  padding-left: 10px;
  min-height: 25px;
  max-height: 25px;
  color: black;
  min-width: 144px;
  font-weight: 400;
  line-height: 12px;
  vertical-align: middle;
  border-radius: 0;
}

/**
 * Special class for contact-us page.
 */
.webform-client-form-18230 .form-actions .webform-submit, .webform-client-form-18230 .form-actions .button-primary, .webform-client-form-18230 .form-actions .form-submit {
  color: #444444;
  border: 1px solid #888888;
}

.webform-client-form-18230 .form-actions .webform-submit:hover, .webform-client-form-18230 .form-actions .button-primary:hover, .webform-client-form-18230 .form-actions .form-submit:hover {
  color: #555555;
  border: 1px solid #555555;
}

/**
 * @file components/elections
 * Styling the elections page used within the site.
 *
 */
/**
 * .page-elections-calendar
 * Using this class to apply styles on the elections calendar page.
 */
.page-elections-calendar .filter-bar, .page-elections-calendar .filter-toggle {
  background-color: #444444;
  min-height: 60px;
}

@media (min-width: 992px) {
  .page-elections-calendar .filter-bar, .page-elections-calendar .filter-toggle {
    margin-bottom: 2em;
  }
}

@media (min-width: 992px) {
  .page-elections-calendar .filter-bar .filter-bar-inner .row, .page-elections-calendar .filter-bar .filter-bar-inner .node-type-ndi-story .about-ndi-block .content, .node-type-ndi-story .about-ndi-block .page-elections-calendar .filter-bar .filter-bar-inner .content, .page-elections-calendar .filter-toggle .filter-bar-inner .row, .page-elections-calendar .filter-toggle .filter-bar-inner .node-type-ndi-story .about-ndi-block .content, .node-type-ndi-story .about-ndi-block .page-elections-calendar .filter-toggle .filter-bar-inner .content {
    display: table;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .page-elections-calendar .filter-bar .filter-bar-inner .row .bar-label-wrapper, .page-elections-calendar .filter-bar .filter-bar-inner .node-type-ndi-story .about-ndi-block .content .bar-label-wrapper, .node-type-ndi-story .about-ndi-block .page-elections-calendar .filter-bar .filter-bar-inner .content .bar-label-wrapper, .page-elections-calendar .filter-toggle .filter-bar-inner .row .bar-label-wrapper, .page-elections-calendar .filter-toggle .filter-bar-inner .node-type-ndi-story .about-ndi-block .content .bar-label-wrapper, .node-type-ndi-story .about-ndi-block .page-elections-calendar .filter-toggle .filter-bar-inner .content .bar-label-wrapper {
    display: table-cell;
    vertical-align: middle;
    float: none;
    min-height: 60px;
  }
}

@media (max-width: 991px) {
  .page-elections-calendar .filter-bar .filter-bar-inner .row .bar-label-wrapper, .page-elections-calendar .filter-bar .filter-bar-inner .node-type-ndi-story .about-ndi-block .content .bar-label-wrapper, .node-type-ndi-story .about-ndi-block .page-elections-calendar .filter-bar .filter-bar-inner .content .bar-label-wrapper, .page-elections-calendar .filter-toggle .filter-bar-inner .row .bar-label-wrapper, .page-elections-calendar .filter-toggle .filter-bar-inner .node-type-ndi-story .about-ndi-block .content .bar-label-wrapper, .node-type-ndi-story .about-ndi-block .page-elections-calendar .filter-toggle .filter-bar-inner .content .bar-label-wrapper {
    margin-top: 1em;
  }
}

.page-elections-calendar .filter-bar .bar-label, .page-elections-calendar .filter-toggle .bar-label {
  font-size: 16px;
  text-transform: uppercase;
  color: white;
}

.page-elections-calendar .filter-bar .filter, .page-elections-calendar .filter-toggle .filter {
  float: left;
  padding: 2px 16px;
  background-color: #555555;
  margin: 15px 12px;
  color: white;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: 0px 0px 4px 4px rgba(32, 32, 32, 0.25);
  box-shadow: 0px 0px 4px 4px rgba(32, 32, 32, 0.25);
}

.page-elections-calendar .filter-bar .filter .fa, .page-elections-calendar .filter-bar .filter .navigation-menu h2:after, .navigation-menu .page-elections-calendar .filter-bar .filter h2:after, .page-elections-calendar .filter-toggle .filter .fa, .page-elections-calendar .filter-toggle .filter .navigation-menu h2:after, .navigation-menu .page-elections-calendar .filter-toggle .filter h2:after {
  margin-right: 16px;
  color: #888888;
  font-size: 1.414em;
}

.page-elections-calendar .filter-bar .filter .text, .page-elections-calendar .filter-toggle .filter .text {
  line-height: 1.414em;
}

.page-elections-calendar .filter-bar button.filter, .page-elections-calendar .filter-toggle button.filter {
  padding: 2px 20px;
}

.page-elections-calendar .topbar {
  margin-top: 20px;
}

.page-elections-calendar .topbar .label {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
}

.page-elections-calendar .topbar .ui-button {
  color: #000;
}

.page-elections-calendar .topbar .select-wrapper select {
  width: 100%;
}

.page-elections-calendar .topbar .select-wrapper .ui-widget {
  width: 100%;
}

@media (max-width: 991px) {
  .page-elections-calendar .topbar .select-wrapper {
    margin-top: 1em;
  }
}

@media (max-width: 991px) {
  .page-elections-calendar .topbar {
    margin-top: 0;
    background-color: #444444;
    padding-bottom: 1em;
    display: none;
  }
  .page-elections-calendar .topbar .label {
    display: none;
  }
}

@media (min-width: 992px) {
  .page-elections-calendar .topbar {
    display: block !important;
  }
}

.page-elections-calendar .election-item {
  margin-bottom: 3em;
}

@media (min-width: 1200px) {
  .page-elections-calendar .election-item {
    margin-bottom: 2em;
  }
}

.page-elections-calendar .election-item h5 {
  font-weight: bold;
}

.page-elections-calendar .election-item .top {
  border-bottom: 2px solid #000;
  margin-bottom: 0.5em;
}

.page-elections-calendar .election-item .election-country-img {
  margin-top: -4em;
}

@media (min-width: 1200px) {
  .page-elections-calendar .election-item .election-country-img {
    margin-top: -3em;
  }
}

.page-elections-calendar .election-item .election-country-img .img-wrapper {
  margin: 1em 0;
  min-height: 80px;
}

@media (min-width: 768px) {
  .page-elections-calendar .election-item .election-country-img .img-wrapper {
    height: 220px;
  }
}

@media (min-width: 1200px) {
  .page-elections-calendar .election-item .election-country-img .img-wrapper {
    width: 180px;
    height: 180px;
    margin: 0;
  }
}

.page-elections-calendar .election-item .election-country-img .img-wrapper img {
  width: 100%;
}

.page-elections-calendar .election-item .election-country-img img {
  -webkit-box-shadow: 0px 0px 5px 5px rgba(192, 192, 192, 0.5);
  box-shadow: 0px 0px 5px 5px rgba(192, 192, 192, 0.5);
}

.page-elections-calendar .election-item .election-title {
  text-decoration: underline;
  text-transform: uppercase;
}

.page-elections-calendar .election-item .election-title a {
  color: #000;
}

.page-elections-calendar .election-item .election-title a:hover {
  text-decoration: none;
}

.page-elections-calendar .election-item .election-title h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .page-elections-calendar .election-item .election-title h2 {
    font-size: 1.414em;
    font-weight: 400;
    margin-bottom: 0;
  }
}

.page-elections-calendar .election-item .activity-label, .page-elections-calendar .election-item .statements-title, .page-elections-calendar .election-item .election-date {
  text-transform: uppercase;
  font-weight: 600;
}

.page-elections-calendar .election-item .election-type {
  text-transform: uppercase;
}

.page-elections-calendar .election-item .statements-content ul {
  padding: 0;
}

.page-elections-calendar .election-item .statements-content ul li {
  list-style: none;
}

.page-elections-calendar .header-padding {
  padding-bottom: 25px;
}

.page-elections-calendar .elections-subscription {
  text-align: center;
}

.page-elections-calendar .elections-subscription .content {
  position: relative;
  font-size: .8em;
}

.page-elections-calendar .elections-subscription p {
  margin: 0;
}

.page-elections-calendar .elections-subscription .subscribe-button {
  display: block;
}

.page-elections-calendar .elections-subscription .subscribe-button a {
  display: inline-block;
  color: #fff;
}

.page-elections-calendar .elections-subscription .subscribe-button a.active, .page-elections-calendar .elections-subscription .subscribe-button a:hover {
  color: #fff;
}

.page-elections-calendar .elections-subscription .subscribe-button a:before {
  font-family: FontAwesome;
  content: "\f073";
  margin-right: 5px;
}

.page-elections-calendar .elections-subscription .subscribe-link {
  opacity: 0;
  display: inline-block;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.page-elections-calendar .elections-subscription .subscribe-link a {
  pointer-events: none;
  color: #fff;
}

.page-elections-calendar .elections-subscription .subscribe-link.active {
  opacity: 1;
}

.page-elections-calendar .elections-subscription .subscribe-link.active a {
  pointer-events: auto;
}

/**
 *.loadmore-wrapper
 * I am styling the load-more button.
 */
.loadmore-wrapper {
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-top: 2px solid #000;
  height: 5em;
}

.loadmore-wrapper a {
  display: inline-block;
  cursor: pointer;
  background-color: white;
  color: #000;
  text-transform: uppercase;
  font-size: 1.414em;
  padding: 1em 4em;
  position: relative;
  top: -50%;
  font-weight: 600;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(192, 192, 192, 0.5);
  box-shadow: 0px 0px 5px 5px rgba(192, 192, 192, 0.5);
}

.loadmore-wrapper a:hover {
  text-decoration: none;
}

.ember-loading {
  text-align: center;
}

.allcaps {
  text-transform: uppercase;
}

.topbar-select-col {
  float: left;
  margin-left: 2em;
}

@media (max-width: 991px) {
  .topbar-select-col {
    width: 100%;
    margin-left: 0;
  }
}

.topbar-label-wrapper {
  float: left;
}

@media (max-width: 991px) {
  .topbar-label-wrapper {
    width: 100%;
  }
}

.filter-toggle {
  text-align: center;
  -webkit-box-shadow: 0px 4px 4px rgba(32, 32, 32, 0.25);
  box-shadow: 0px 4px 4px rgba(32, 32, 32, 0.25);
  position: relative;
}

.filter-toggle button {
  float: none !important;
}

.election-content {
  margin-top: 4em;
}

/**
 * @file components/elections
 * Styling the elections page used within the site.
 *
 */
/**
 * .page-elections-calendar
 * Using this class to apply styles on the elections calendar page.
 */
.page-elections-calendar .tab-bar,
.page-elections-calendar-all .tab-bar {
  margin-top: 20px;
}

.page-elections-calendar .tab-bar .tab-container a,
.page-elections-calendar-all .tab-bar .tab-container a {
  display: block;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
  color: #000;
  width: 50%;
  float: left;
  border: 2px solid #444444;
}

.page-elections-calendar .tab-bar .tab-container a.active, .page-elections-calendar .tab-bar .tab-container a:active,
.page-elections-calendar-all .tab-bar .tab-container a.active,
.page-elections-calendar-all .tab-bar .tab-container a:active {
  background: #444444;
  color: #FFF;
  border-right: none;
}

.page-elections-calendar .tab-bar .tab-container a:focus, .page-elections-calendar .tab-bar .tab-container a:hover,
.page-elections-calendar-all .tab-bar .tab-container a:focus,
.page-elections-calendar-all .tab-bar .tab-container a:hover {
  color: #FFF;
  background: #444;
  text-decoration: none;
}

@media only screen and (max-width: 992px) {
  .page-elections-calendar .tab-bar .container, .page-elections-calendar .tab-bar .breadcrumb-wrapper, .page-elections-calendar .tab-bar .pane-node-field-ndi-regional-programs .pane-content, .pane-node-field-ndi-regional-programs .page-elections-calendar .tab-bar .pane-content, .page-elections-calendar .tab-bar .pane-node-field-ndi-initiatives .pane-content, .pane-node-field-ndi-initiatives .page-elections-calendar .tab-bar .pane-content, .page-elections-calendar .tab-bar .navigation-widget ul li, .navigation-widget ul .page-elections-calendar .tab-bar li, .page-elections-calendar .tab-bar .node-type-ndi-story .about-ndi-block, .node-type-ndi-story .page-elections-calendar .tab-bar .about-ndi-block, .page-elections-calendar .tab-bar .where-we-work-countries .pane-content, .where-we-work-countries .page-elections-calendar .tab-bar .pane-content, .page-elections-calendar .tab-bar .about-us-page .panels-flexible-row-last, .about-us-page .page-elections-calendar .tab-bar .panels-flexible-row-last,
  .page-elections-calendar-all .tab-bar .container,
  .page-elections-calendar-all .tab-bar .breadcrumb-wrapper,
  .page-elections-calendar-all .tab-bar .pane-node-field-ndi-regional-programs .pane-content, .pane-node-field-ndi-regional-programs
  .page-elections-calendar-all .tab-bar .pane-content,
  .page-elections-calendar-all .tab-bar .pane-node-field-ndi-initiatives .pane-content, .pane-node-field-ndi-initiatives
  .page-elections-calendar-all .tab-bar .pane-content,
  .page-elections-calendar-all .tab-bar .navigation-widget ul li, .navigation-widget ul
  .page-elections-calendar-all .tab-bar li,
  .page-elections-calendar-all .tab-bar .node-type-ndi-story .about-ndi-block, .node-type-ndi-story
  .page-elections-calendar-all .tab-bar .about-ndi-block,
  .page-elections-calendar-all .tab-bar .where-we-work-countries .pane-content, .where-we-work-countries
  .page-elections-calendar-all .tab-bar .pane-content,
  .page-elections-calendar-all .tab-bar .about-us-page .panels-flexible-row-last, .about-us-page
  .page-elections-calendar-all .tab-bar .panels-flexible-row-last {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .page-elections-calendar .tab-bar .container .tab-container a:first-child, .page-elections-calendar .tab-bar .breadcrumb-wrapper .tab-container a:first-child, .page-elections-calendar .tab-bar .pane-node-field-ndi-regional-programs .pane-content .tab-container a:first-child, .pane-node-field-ndi-regional-programs .page-elections-calendar .tab-bar .pane-content .tab-container a:first-child, .page-elections-calendar .tab-bar .pane-node-field-ndi-initiatives .pane-content .tab-container a:first-child, .pane-node-field-ndi-initiatives .page-elections-calendar .tab-bar .pane-content .tab-container a:first-child, .page-elections-calendar .tab-bar .navigation-widget ul li .tab-container a:first-child, .navigation-widget ul .page-elections-calendar .tab-bar li .tab-container a:first-child, .page-elections-calendar .tab-bar .node-type-ndi-story .about-ndi-block .tab-container a:first-child, .node-type-ndi-story .page-elections-calendar .tab-bar .about-ndi-block .tab-container a:first-child, .page-elections-calendar .tab-bar .where-we-work-countries .pane-content .tab-container a:first-child, .where-we-work-countries .page-elections-calendar .tab-bar .pane-content .tab-container a:first-child, .page-elections-calendar .tab-bar .about-us-page .panels-flexible-row-last .tab-container a:first-child, .about-us-page .page-elections-calendar .tab-bar .panels-flexible-row-last .tab-container a:first-child,
  .page-elections-calendar-all .tab-bar .container .tab-container a:first-child,
  .page-elections-calendar-all .tab-bar .breadcrumb-wrapper .tab-container a:first-child,
  .page-elections-calendar-all .tab-bar .pane-node-field-ndi-regional-programs .pane-content .tab-container a:first-child, .pane-node-field-ndi-regional-programs
  .page-elections-calendar-all .tab-bar .pane-content .tab-container a:first-child,
  .page-elections-calendar-all .tab-bar .pane-node-field-ndi-initiatives .pane-content .tab-container a:first-child, .pane-node-field-ndi-initiatives
  .page-elections-calendar-all .tab-bar .pane-content .tab-container a:first-child,
  .page-elections-calendar-all .tab-bar .navigation-widget ul li .tab-container a:first-child, .navigation-widget ul
  .page-elections-calendar-all .tab-bar li .tab-container a:first-child,
  .page-elections-calendar-all .tab-bar .node-type-ndi-story .about-ndi-block .tab-container a:first-child, .node-type-ndi-story
  .page-elections-calendar-all .tab-bar .about-ndi-block .tab-container a:first-child,
  .page-elections-calendar-all .tab-bar .where-we-work-countries .pane-content .tab-container a:first-child, .where-we-work-countries
  .page-elections-calendar-all .tab-bar .pane-content .tab-container a:first-child,
  .page-elections-calendar-all .tab-bar .about-us-page .panels-flexible-row-last .tab-container a:first-child, .about-us-page
  .page-elections-calendar-all .tab-bar .panels-flexible-row-last .tab-container a:first-child {
    border-left: none;
  }
  .page-elections-calendar .tab-bar .container .tab-container a:last-child, .page-elections-calendar .tab-bar .breadcrumb-wrapper .tab-container a:last-child, .page-elections-calendar .tab-bar .pane-node-field-ndi-regional-programs .pane-content .tab-container a:last-child, .pane-node-field-ndi-regional-programs .page-elections-calendar .tab-bar .pane-content .tab-container a:last-child, .page-elections-calendar .tab-bar .pane-node-field-ndi-initiatives .pane-content .tab-container a:last-child, .pane-node-field-ndi-initiatives .page-elections-calendar .tab-bar .pane-content .tab-container a:last-child, .page-elections-calendar .tab-bar .navigation-widget ul li .tab-container a:last-child, .navigation-widget ul .page-elections-calendar .tab-bar li .tab-container a:last-child, .page-elections-calendar .tab-bar .node-type-ndi-story .about-ndi-block .tab-container a:last-child, .node-type-ndi-story .page-elections-calendar .tab-bar .about-ndi-block .tab-container a:last-child, .page-elections-calendar .tab-bar .where-we-work-countries .pane-content .tab-container a:last-child, .where-we-work-countries .page-elections-calendar .tab-bar .pane-content .tab-container a:last-child, .page-elections-calendar .tab-bar .about-us-page .panels-flexible-row-last .tab-container a:last-child, .about-us-page .page-elections-calendar .tab-bar .panels-flexible-row-last .tab-container a:last-child,
  .page-elections-calendar-all .tab-bar .container .tab-container a:last-child,
  .page-elections-calendar-all .tab-bar .breadcrumb-wrapper .tab-container a:last-child,
  .page-elections-calendar-all .tab-bar .pane-node-field-ndi-regional-programs .pane-content .tab-container a:last-child, .pane-node-field-ndi-regional-programs
  .page-elections-calendar-all .tab-bar .pane-content .tab-container a:last-child,
  .page-elections-calendar-all .tab-bar .pane-node-field-ndi-initiatives .pane-content .tab-container a:last-child, .pane-node-field-ndi-initiatives
  .page-elections-calendar-all .tab-bar .pane-content .tab-container a:last-child,
  .page-elections-calendar-all .tab-bar .navigation-widget ul li .tab-container a:last-child, .navigation-widget ul
  .page-elections-calendar-all .tab-bar li .tab-container a:last-child,
  .page-elections-calendar-all .tab-bar .node-type-ndi-story .about-ndi-block .tab-container a:last-child, .node-type-ndi-story
  .page-elections-calendar-all .tab-bar .about-ndi-block .tab-container a:last-child,
  .page-elections-calendar-all .tab-bar .where-we-work-countries .pane-content .tab-container a:last-child, .where-we-work-countries
  .page-elections-calendar-all .tab-bar .pane-content .tab-container a:last-child,
  .page-elections-calendar-all .tab-bar .about-us-page .panels-flexible-row-last .tab-container a:last-child, .about-us-page
  .page-elections-calendar-all .tab-bar .panels-flexible-row-last .tab-container a:last-child {
    border-right: none;
  }
}

.page-elections-calendar .filter-bar, .page-elections-calendar .filter-toggle,
.page-elections-calendar-all .filter-bar,
.page-elections-calendar-all .filter-toggle {
  background-color: #444444;
  min-height: 60px;
}

@media (min-width: 992px) {
  .page-elections-calendar .filter-bar, .page-elections-calendar .filter-toggle,
  .page-elections-calendar-all .filter-bar,
  .page-elections-calendar-all .filter-toggle {
    margin-bottom: 2em;
  }
}

@media (min-width: 992px) {
  .page-elections-calendar .filter-bar .filter-bar-inner .row, .page-elections-calendar .filter-bar .filter-bar-inner .node-type-ndi-story .about-ndi-block .content, .node-type-ndi-story .about-ndi-block .page-elections-calendar .filter-bar .filter-bar-inner .content, .page-elections-calendar .filter-toggle .filter-bar-inner .row, .page-elections-calendar .filter-toggle .filter-bar-inner .node-type-ndi-story .about-ndi-block .content, .node-type-ndi-story .about-ndi-block .page-elections-calendar .filter-toggle .filter-bar-inner .content,
  .page-elections-calendar-all .filter-bar .filter-bar-inner .row,
  .page-elections-calendar-all .filter-bar .filter-bar-inner .node-type-ndi-story .about-ndi-block .content, .node-type-ndi-story .about-ndi-block
  .page-elections-calendar-all .filter-bar .filter-bar-inner .content,
  .page-elections-calendar-all .filter-toggle .filter-bar-inner .row,
  .page-elections-calendar-all .filter-toggle .filter-bar-inner .node-type-ndi-story .about-ndi-block .content, .node-type-ndi-story .about-ndi-block
  .page-elections-calendar-all .filter-toggle .filter-bar-inner .content {
    display: table;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .page-elections-calendar .filter-bar .filter-bar-inner .row .bar-label-wrapper, .page-elections-calendar .filter-bar .filter-bar-inner .node-type-ndi-story .about-ndi-block .content .bar-label-wrapper, .node-type-ndi-story .about-ndi-block .page-elections-calendar .filter-bar .filter-bar-inner .content .bar-label-wrapper, .page-elections-calendar .filter-toggle .filter-bar-inner .row .bar-label-wrapper, .page-elections-calendar .filter-toggle .filter-bar-inner .node-type-ndi-story .about-ndi-block .content .bar-label-wrapper, .node-type-ndi-story .about-ndi-block .page-elections-calendar .filter-toggle .filter-bar-inner .content .bar-label-wrapper,
  .page-elections-calendar-all .filter-bar .filter-bar-inner .row .bar-label-wrapper,
  .page-elections-calendar-all .filter-bar .filter-bar-inner .node-type-ndi-story .about-ndi-block .content .bar-label-wrapper, .node-type-ndi-story .about-ndi-block
  .page-elections-calendar-all .filter-bar .filter-bar-inner .content .bar-label-wrapper,
  .page-elections-calendar-all .filter-toggle .filter-bar-inner .row .bar-label-wrapper,
  .page-elections-calendar-all .filter-toggle .filter-bar-inner .node-type-ndi-story .about-ndi-block .content .bar-label-wrapper, .node-type-ndi-story .about-ndi-block
  .page-elections-calendar-all .filter-toggle .filter-bar-inner .content .bar-label-wrapper {
    display: table-cell;
    vertical-align: middle;
    float: none;
    min-height: 60px;
  }
}

@media (max-width: 991px) {
  .page-elections-calendar .filter-bar .filter-bar-inner .row .bar-label-wrapper, .page-elections-calendar .filter-bar .filter-bar-inner .node-type-ndi-story .about-ndi-block .content .bar-label-wrapper, .node-type-ndi-story .about-ndi-block .page-elections-calendar .filter-bar .filter-bar-inner .content .bar-label-wrapper, .page-elections-calendar .filter-toggle .filter-bar-inner .row .bar-label-wrapper, .page-elections-calendar .filter-toggle .filter-bar-inner .node-type-ndi-story .about-ndi-block .content .bar-label-wrapper, .node-type-ndi-story .about-ndi-block .page-elections-calendar .filter-toggle .filter-bar-inner .content .bar-label-wrapper,
  .page-elections-calendar-all .filter-bar .filter-bar-inner .row .bar-label-wrapper,
  .page-elections-calendar-all .filter-bar .filter-bar-inner .node-type-ndi-story .about-ndi-block .content .bar-label-wrapper, .node-type-ndi-story .about-ndi-block
  .page-elections-calendar-all .filter-bar .filter-bar-inner .content .bar-label-wrapper,
  .page-elections-calendar-all .filter-toggle .filter-bar-inner .row .bar-label-wrapper,
  .page-elections-calendar-all .filter-toggle .filter-bar-inner .node-type-ndi-story .about-ndi-block .content .bar-label-wrapper, .node-type-ndi-story .about-ndi-block
  .page-elections-calendar-all .filter-toggle .filter-bar-inner .content .bar-label-wrapper {
    margin-top: 1em;
  }
}

.page-elections-calendar .filter-bar .bar-label, .page-elections-calendar .filter-toggle .bar-label,
.page-elections-calendar-all .filter-bar .bar-label,
.page-elections-calendar-all .filter-toggle .bar-label {
  font-size: 16px;
  text-transform: uppercase;
  color: white;
}

.page-elections-calendar .filter-bar .filter, .page-elections-calendar .filter-toggle .filter,
.page-elections-calendar-all .filter-bar .filter,
.page-elections-calendar-all .filter-toggle .filter {
  float: left;
  padding: 2px 16px;
  background-color: #555555;
  margin: 15px 12px;
  color: white;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: 0px 0px 4px 4px rgba(32, 32, 32, 0.25);
  box-shadow: 0px 0px 4px 4px rgba(32, 32, 32, 0.25);
}

.page-elections-calendar .filter-bar .filter .fa, .page-elections-calendar .filter-bar .filter .navigation-menu h2:after, .navigation-menu .page-elections-calendar .filter-bar .filter h2:after, .page-elections-calendar .filter-toggle .filter .fa, .page-elections-calendar .filter-toggle .filter .navigation-menu h2:after, .navigation-menu .page-elections-calendar .filter-toggle .filter h2:after,
.page-elections-calendar-all .filter-bar .filter .fa,
.page-elections-calendar-all .filter-bar .filter .navigation-menu h2:after, .navigation-menu
.page-elections-calendar-all .filter-bar .filter h2:after,
.page-elections-calendar-all .filter-toggle .filter .fa,
.page-elections-calendar-all .filter-toggle .filter .navigation-menu h2:after, .navigation-menu
.page-elections-calendar-all .filter-toggle .filter h2:after {
  margin-right: 16px;
  color: #888888;
  font-size: 1.414em;
}

.page-elections-calendar .filter-bar .filter .text, .page-elections-calendar .filter-toggle .filter .text,
.page-elections-calendar-all .filter-bar .filter .text,
.page-elections-calendar-all .filter-toggle .filter .text {
  line-height: 1.414em;
}

.page-elections-calendar .filter-bar button.filter, .page-elections-calendar .filter-toggle button.filter,
.page-elections-calendar-all .filter-bar button.filter,
.page-elections-calendar-all .filter-toggle button.filter {
  padding: 2px 20px;
}

.page-elections-calendar .topbar,
.page-elections-calendar-all .topbar {
  margin-top: 20px;
}

.page-elections-calendar .topbar .label,
.page-elections-calendar-all .topbar .label {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
}

.page-elections-calendar .topbar .ui-button,
.page-elections-calendar-all .topbar .ui-button {
  color: #000;
}

.page-elections-calendar .topbar .select-wrapper select,
.page-elections-calendar-all .topbar .select-wrapper select {
  width: 100%;
  max-width: 400px;
}

.page-elections-calendar .topbar .select-wrapper .ui-widget,
.page-elections-calendar-all .topbar .select-wrapper .ui-widget {
  width: 100%;
}

@media (max-width: 991px) {
  .page-elections-calendar .topbar .select-wrapper,
  .page-elections-calendar-all .topbar .select-wrapper {
    margin-top: 1em;
  }
}

@media (max-width: 991px) {
  .page-elections-calendar .topbar,
  .page-elections-calendar-all .topbar {
    margin-top: 0;
    background-color: #444444;
    padding-bottom: 1em;
    display: none;
  }
  .page-elections-calendar .topbar .label,
  .page-elections-calendar-all .topbar .label {
    display: none;
  }
}

@media (min-width: 992px) {
  .page-elections-calendar .topbar,
  .page-elections-calendar-all .topbar {
    display: block !important;
  }
}

.page-elections-calendar .topbar-sort,
.page-elections-calendar-all .topbar-sort {
  margin-top: 20px;
}

.page-elections-calendar .topbar-sort .label,
.page-elections-calendar-all .topbar-sort .label {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
}

.page-elections-calendar .topbar-sort .ui-button,
.page-elections-calendar-all .topbar-sort .ui-button {
  color: #000;
}

.page-elections-calendar .topbar-sort .select-wrapper select,
.page-elections-calendar-all .topbar-sort .select-wrapper select {
  width: 100%;
  max-width: 400px;
}

.page-elections-calendar .topbar-sort .select-wrapper .ui-widget,
.page-elections-calendar-all .topbar-sort .select-wrapper .ui-widget {
  width: 100%;
}

@media (min-width: 992px) {
  .page-elections-calendar .topbar-sort,
  .page-elections-calendar-all .topbar-sort {
    display: block !important;
  }
}

.page-elections-calendar .election-item,
.page-elections-calendar-all .election-item {
  margin-bottom: 3em;
}

@media (min-width: 1200px) {
  .page-elections-calendar .election-item,
  .page-elections-calendar-all .election-item {
    margin-bottom: 2em;
  }
}

.page-elections-calendar .election-item h5,
.page-elections-calendar-all .election-item h5 {
  font-weight: bold;
}

.page-elections-calendar .election-item .top,
.page-elections-calendar-all .election-item .top {
  border-bottom: 2px solid #000;
  margin-bottom: 0.5em;
}

.page-elections-calendar .election-item .election-country-img,
.page-elections-calendar-all .election-item .election-country-img {
  margin-top: -4em;
}

@media (min-width: 1200px) {
  .page-elections-calendar .election-item .election-country-img,
  .page-elections-calendar-all .election-item .election-country-img {
    margin-top: -3em;
  }
}

.page-elections-calendar .election-item .election-country-img .img-wrapper,
.page-elections-calendar-all .election-item .election-country-img .img-wrapper {
  margin: 1em 0;
  min-height: 80px;
}

@media (min-width: 768px) {
  .page-elections-calendar .election-item .election-country-img .img-wrapper,
  .page-elections-calendar-all .election-item .election-country-img .img-wrapper {
    height: 220px;
  }
}

@media (min-width: 1200px) {
  .page-elections-calendar .election-item .election-country-img .img-wrapper,
  .page-elections-calendar-all .election-item .election-country-img .img-wrapper {
    width: 180px;
    height: 180px;
    margin: 0;
  }
}

.page-elections-calendar .election-item .election-country-img .img-wrapper img,
.page-elections-calendar-all .election-item .election-country-img .img-wrapper img {
  width: 100%;
}

.page-elections-calendar .election-item .election-country-img img,
.page-elections-calendar-all .election-item .election-country-img img {
  -webkit-box-shadow: 0px 0px 5px 5px rgba(192, 192, 192, 0.5);
  box-shadow: 0px 0px 5px 5px rgba(192, 192, 192, 0.5);
}

.page-elections-calendar .election-item .election-title,
.page-elections-calendar-all .election-item .election-title {
  text-decoration: underline;
  text-transform: uppercase;
}

.page-elections-calendar .election-item .election-title a,
.page-elections-calendar-all .election-item .election-title a {
  color: #000;
}

.page-elections-calendar .election-item .election-title a:hover,
.page-elections-calendar-all .election-item .election-title a:hover {
  text-decoration: none;
}

.page-elections-calendar .election-item .election-title h2,
.page-elections-calendar-all .election-item .election-title h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .page-elections-calendar .election-item .election-title h2,
  .page-elections-calendar-all .election-item .election-title h2 {
    font-size: 1.414em;
    font-weight: 400;
    margin-bottom: 0;
  }
}

.page-elections-calendar .election-item .activity-label, .page-elections-calendar .election-item .statements-title, .page-elections-calendar .election-item .election-date,
.page-elections-calendar-all .election-item .activity-label,
.page-elections-calendar-all .election-item .statements-title,
.page-elections-calendar-all .election-item .election-date {
  text-transform: uppercase;
  font-weight: 600;
}

.page-elections-calendar .election-item .election-type,
.page-elections-calendar-all .election-item .election-type {
  text-transform: uppercase;
}

.page-elections-calendar .election-item .statements-content ul,
.page-elections-calendar-all .election-item .statements-content ul {
  padding: 0;
}

.page-elections-calendar .election-item .statements-content ul li,
.page-elections-calendar-all .election-item .statements-content ul li {
  list-style: none;
}

.page-elections-calendar .header-padding,
.page-elections-calendar-all .header-padding {
  padding-bottom: 25px;
}

.page-elections-calendar .elections-subscription,
.page-elections-calendar-all .elections-subscription {
  text-align: center;
}

.page-elections-calendar .elections-subscription .content,
.page-elections-calendar-all .elections-subscription .content {
  position: relative;
  font-size: .8em;
}

.page-elections-calendar .elections-subscription p,
.page-elections-calendar-all .elections-subscription p {
  margin: 0;
}

.page-elections-calendar .elections-subscription .subscribe-button,
.page-elections-calendar-all .elections-subscription .subscribe-button {
  display: block;
}

.page-elections-calendar .elections-subscription .subscribe-button a,
.page-elections-calendar-all .elections-subscription .subscribe-button a {
  display: inline-block;
  color: #fff;
}

.page-elections-calendar .elections-subscription .subscribe-button a.active, .page-elections-calendar .elections-subscription .subscribe-button a:hover,
.page-elections-calendar-all .elections-subscription .subscribe-button a.active,
.page-elections-calendar-all .elections-subscription .subscribe-button a:hover {
  color: #fff;
}

.page-elections-calendar .elections-subscription .subscribe-button a:before,
.page-elections-calendar-all .elections-subscription .subscribe-button a:before {
  font-family: FontAwesome;
  content: "\f073";
  margin-right: 5px;
}

.page-elections-calendar .elections-subscription .subscribe-link,
.page-elections-calendar-all .elections-subscription .subscribe-link {
  opacity: 0;
  display: inline-block;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.page-elections-calendar .elections-subscription .subscribe-link a,
.page-elections-calendar-all .elections-subscription .subscribe-link a {
  pointer-events: none;
  color: #fff;
}

.page-elections-calendar .elections-subscription .subscribe-link.active,
.page-elections-calendar-all .elections-subscription .subscribe-link.active {
  opacity: 1;
}

.page-elections-calendar .elections-subscription .subscribe-link.active a,
.page-elections-calendar-all .elections-subscription .subscribe-link.active a {
  pointer-events: auto;
}

/**
 *.loadmore-wrapper
 * I am styling the load-more button.
 */
.loadmore-wrapper {
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-top: 2px solid #000;
  height: 5em;
}

.loadmore-wrapper a {
  display: inline-block;
  cursor: pointer;
  background-color: white;
  color: #000;
  text-transform: uppercase;
  font-size: 1.414em;
  padding: 1em 4em;
  position: relative;
  top: -50%;
  font-weight: 600;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(192, 192, 192, 0.5);
  box-shadow: 0px 0px 5px 5px rgba(192, 192, 192, 0.5);
}

.loadmore-wrapper a:hover {
  text-decoration: none;
}

.ember-loading {
  text-align: center;
}

.allcaps {
  text-transform: uppercase;
}

.topbar-select-col {
  float: left;
  margin-left: 1.75em;
}

@media (max-width: 991px) {
  .topbar-select-col {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .topbar-sort .topbar-select-col {
    width: auto;
    margin-left: 0;
  }
}

.topbar-label-wrapper {
  float: left;
}

@media (max-width: 991px) {
  .topbar-label-wrapper {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .topbar-sort .topbar-label-wrapper {
    width: auto;
    margin-left: 29%;
  }
}

.filter-toggle {
  text-align: center;
  -webkit-box-shadow: 0px 4px 4px rgba(32, 32, 32, 0.25);
  box-shadow: 0px 4px 4px rgba(32, 32, 32, 0.25);
  position: relative;
}

.filter-toggle button {
  float: none !important;
}

.election-content {
  margin-top: 4em;
}

/**
 * @file components/experts
 * Defines the appearance of experts sections used within the site.
 *
 */
/**
 * .experts
 * this is a component called experts. It have a standard
 * set of styles we can apply on any page.
 */
.experts {
  position: relative;
  /**
   * .views-row-even
   * We are using this span class to style the left row/person.
   */
  /**
   * .views-row-odd
   * We are using this class to put max-width to the first row's position text area.
   */
  /**
   * span.field-content
   * We are using this span class to put some margins around the people images
   */
  /**
  * div.experts
  * We are using this class to style the position of people titles and contacts
  */
}

.experts .views-row-even div.experts span.title {
  max-width: 300px;
}

.experts .views-row-odd div.experts {
  max-width: 205px;
}

.experts span.field-content .img-responsive {
  border-radius: 50%;
  max-width: 250px;
}

.experts span.field-content .img-responsive:hover {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .experts span.field-content .img-responsive {
    max-width: 127px;
  }
}

.experts div.experts {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  /**
    * span.title
    * We are using this class to style the position of people names and regions.
    */
}

.experts div.experts a {
  color: #000;
  text-decoration: none !important;
}

.experts div.experts span.title {
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  line-height: 20px;
  margin: 0px 0px -7px 0px;
  color: #000;
  max-width: 205px;
}

/**
 * Styling the display on small/mobile screens.
 */
@media screen and (max-width: 768px) {
  .experts {
    position: relative;
  }
  .experts span.field-content .img-responsive {
    margin: 0;
    display: inherit;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    width: 100%;
  }
  .experts .views-row {
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
  }
  .experts .views-row-odd {
    padding: 0em;
  }
  .experts .views-row-even {
    padding: 0;
  }
  .experts div.experts {
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 12px;
    line-height: 14px;
    color: #124c89;
    margin: 10px auto;
  }
  .experts div.experts a {
    color: #124c89;
  }
  .experts div.experts span.title {
    display: inline-block;
    font-size: 15px;
    color: #124c89;
    margin-bottom: 0.1em;
    line-height: 16px;
    font-weight: 600;
  }
  .experts div.experts span.title strong, .experts div.experts span.title b {
    font-weight: 600;
  }
}

/**
 * Styling the display on tablet screens.
 */
@media (min-width: 768px) and (max-width: 991px) {
  .experts div.experts span.title {
    width: 195px;
  }
}

/**
 * Styling the display on small desktop screens.
 */
@media (min-width: 992px) and (max-width: 1199px) {
  .experts div.experts span.title {
    width: 100%;
  }
}

.experts-block .col-xs-6 {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .experts-block .col-xs-6 {
    margin-bottom: 40px;
  }
}

.experts-block .col-xs-6 > span {
  display: block;
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .experts-block .col-xs-6 > span {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .experts-block .col-xs-6 .views-field-field-ndi-people-image {
    width: auto;
    margin-right: 20px;
  }
}

.experts-block .col-xs-6.views-row-odd {
  clear: left;
}

.experts .views-row {
  width: 100%;
}

@media (min-width: 480px) {
  .experts .views-row {
    width: 50%;
  }
}

/**
 * @file components/experts
 * Defines the appearance of experts sections used within the site.
 *
 */
/**
 * .experts
 * this is a component called experts. It have a standard
 * set of styles we can apply on any page.
 */
.experts {
  position: relative;
  /**
   * .views-row-even
   * We are using this span class to style the left row/person.
   */
  /**
   * .views-row-odd
   * We are using this class to put max-width to the first row's position text area.
   */
  /**
   * span.field-content
   * We are using this span class to put some margins around the people images
   */
  /**
  * div.experts
  * We are using this class to style the position of people titles and contacts
  */
}

.experts .views-row-even {
  /*left: 30%;
    position: absolute;*/
}

.experts .views-row-even div.experts span.title {
  max-width: 300px;
}

.experts .views-row-odd div.experts {
  max-width: 205px;
}

.experts span.field-content .img-responsive {
  /*margin: -49px 16px 0px 16px;
      border-radius: 50%;
      -moz-transform:scale(0.51);
      -webkit-transform:scale(0.51);
      transform:scale(0.51);*/
  border-radius: 50%;
  max-width: 250px;
}

.experts span.field-content .img-responsive:hover {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .experts span.field-content .img-responsive {
    max-width: 127px;
  }
}

.experts div.experts {
  /*position: absolute;
    left: 40%;
    top: 17%;*/
  font-size: 14px;
  line-height: 22px;
  color: #555555;
  /**
    * span.title
    * We are using this class to style the position of people names and regions.
    */
}

.experts div.experts a {
  color: #555555;
  text-decoration: none !important;
}

.experts div.experts span.title {
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  line-height: 20px;
  margin: 0px 0px -7px 0px;
  color: #555555;
  max-width: 205px;
}

/**
 * Styling the display on small/mobile screens.
 */
@media screen and (max-width: 768px) {
  .experts {
    position: relative;
  }
  .experts span.field-content .img-responsive {
    margin: 0;
    display: inherit;
    /*border-radius: 0;*/
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    width: 100%;
  }
  .experts .views-row {
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /*box-shadow: 0 0 3px 3px #ebebeb;
      width: 45%;*/
    height: 100%;
  }
  .experts .views-row-odd {
    padding: 0em;
    /*left: 0;
      right: auto;
      margin-left: 0.8em;*/
  }
  .experts .views-row-even {
    /*position: absolute;
      right: 0;
      left: auto;
      margin-right: 0.8em;*/
    padding: 0;
  }
  .experts div.experts {
    /*position: relative;
      left: 0;*/
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 12px;
    line-height: 14px;
    color: #124c89;
    margin: 10px auto;
  }
  .experts div.experts a {
    color: #124c89;
  }
  .experts div.experts span.title {
    display: inline-block;
    font-size: 15px;
    color: #124c89;
    margin-bottom: 0.1em;
    line-height: 16px;
    font-weight: 600;
  }
  .experts div.experts span.title strong, .experts div.experts span.title b {
    font-weight: 600;
  }
}

/**
 * Styling the display on tablet screens.
 */
@media (min-width: 768px) and (max-width: 991px) {
  .experts div.experts {
    /*left: 63%;
      top: 13%;*/
  }
  .experts div.experts span.title {
    width: 195px;
  }
  .experts .views-row-even {
    /*left: 45%;*/
  }
}

/**
 * Styling the display on small desktop screens.
 */
@media (min-width: 992px) and (max-width: 1199px) {
  .experts div.experts {
    /*left: 48%;
      top: 13%;*/
  }
  .experts div.experts span.title {
    width: 100%;
  }
  .experts .views-row-even {
    /*left: 45%;*/
  }
}

.experts-block .col-xs-6 {
  margin-bottom: 20px;
}

.experts-block .col-xs-6 > span {
  display: block;
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .experts-block .col-xs-6 > span {
    width: 50%;
  }
}

.experts-block .col-xs-6.views-row-odd {
  clear: left;
}

.experts .views-row {
  width: 100%;
}

@media (min-width: 480px) {
  .experts .views-row {
    width: 50%;
  }
}

/**
 * @file components/field-collection
 * Defines the appearance of field collection sections used within the site.
 *
 */
/**
 * .field-collection-container
 * I am using this class to style the galleries container used within the site.
 *
 */
.field-collection-container {
  border: none;
  margin: 0em;
}

.field-collection-view {
  border: none;
}

/**
 * @file components/font
 * Defines the appearance of fonts used within the site.
 *
 */
/**
 * .grid-font
 * Styling the fonts of the grids that we are using within the site.
 *
 */
.grid-font {
  color: white;
  font-size: 0.67em !important;
  font-weight: 300;
  text-align: center;
  font-family: "Cooper Hewitt", "Source Sans Pro";
}

.grid-font a:hover {
  text-decoration: none;
  cursor: auto;
}

/**
 * @file components/grids
 * This is a set of variations on grids for use in the site
 *
 */
/**
 * grid-links
 * This grid hosts a list of links
 */
.grid-links div[class*="col-"], .grid-links span[class*="col-"],
.grid-links div[class^="col-"], .grid-links span[class^="col-"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-bottom: 1em;
  overflow: hidden;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  text-transform: uppercase;
}

.grid-links div[class*="col-"] A, .grid-links span[class*="col-"] A,
.grid-links div[class^="col-"] A, .grid-links span[class^="col-"] A {
  overflow: hidden;
  max-width: 100%;
  display: block;
  font-weight: bold;
}

.grid-links div[class*="col-"] img, .grid-links span[class*="col-"] img,
.grid-links div[class^="col-"] img, .grid-links span[class^="col-"] img {
  margin: 0em;
  width: 100%;
  max-width: 100%;
  display: block;
  -webkit-box-shadow: 0px 2px 1px 2px #ebebeb, 1px 0px 0px 0px #ebebeb;
          box-shadow: 0px 2px 1px 2px #ebebeb, 1px 0px 0px 0px #ebebeb;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.grid-links div[class*="col-"] h4, .grid-links div[class*="col-"] .page-publications .publication-grid .publication-grid-item .bottom .readmore, .page-publications .publication-grid .publication-grid-item .bottom .grid-links div[class*="col-"] .readmore, .grid-links span[class*="col-"] h4, .grid-links span[class*="col-"] .page-publications .publication-grid .publication-grid-item .bottom .readmore, .page-publications .publication-grid .publication-grid-item .bottom .grid-links span[class*="col-"] .readmore,
.grid-links div[class^="col-"] h4,
.grid-links div[class^="col-"] .page-publications .publication-grid .publication-grid-item .bottom .readmore, .page-publications .publication-grid .publication-grid-item .bottom
.grid-links div[class^="col-"] .readmore, .grid-links span[class^="col-"] h4, .grid-links span[class^="col-"] .page-publications .publication-grid .publication-grid-item .bottom .readmore, .page-publications .publication-grid .publication-grid-item .bottom .grid-links span[class^="col-"] .readmore {
  margin: -2.70em 0em 0em 0em;
  padding: .75em 0em;
  position: relative;
  bottom: 0px;
  width: 100%;
  max-width: 100%;
  text-align: center;
  background-color: rgba(0, 56, 105, 0.7);
  -webkit-transition: inherit;
  transition: inherit;
}

.grid-links div[class*="col-"] h4 a, .grid-links div[class*="col-"] .page-publications .publication-grid .publication-grid-item .bottom .readmore a, .page-publications .publication-grid .publication-grid-item .bottom .grid-links div[class*="col-"] .readmore a, .grid-links span[class*="col-"] h4 a, .grid-links span[class*="col-"] .page-publications .publication-grid .publication-grid-item .bottom .readmore a, .page-publications .publication-grid .publication-grid-item .bottom .grid-links span[class*="col-"] .readmore a,
.grid-links div[class^="col-"] h4 a,
.grid-links div[class^="col-"] .page-publications .publication-grid .publication-grid-item .bottom .readmore a, .page-publications .publication-grid .publication-grid-item .bottom
.grid-links div[class^="col-"] .readmore a, .grid-links span[class^="col-"] h4 a, .grid-links span[class^="col-"] .page-publications .publication-grid .publication-grid-item .bottom .readmore a, .page-publications .publication-grid .publication-grid-item .bottom .grid-links span[class^="col-"] .readmore a {
  color: White;
  -webkit-transition: inherit;
  transition: inherit;
}

.grid-links div[class*="col-"]:hover H4, .grid-links span[class*="col-"]:hover H4,
.grid-links div[class^="col-"]:hover H4, .grid-links span[class^="col-"]:hover H4 {
  background-color: rgba(0, 56, 105, 0.5);
}

.grid-links div[class*="col-"]:hover img, .grid-links span[class*="col-"]:hover img,
.grid-links div[class^="col-"]:hover img, .grid-links span[class^="col-"]:hover img {
  opacity: .9;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/**
 * Breakpoints for grid-links
 */
@media screen and (max-width: 767px) {
  .grid-links div[class*="col-"], .grid-links span[class*="col-"],
  .grid-links div[class^="col-"], .grid-links span[class^="col-"] {
    padding-left: 0em;
    padding-right: 0em;
    margin-bottom: .5em;
  }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  .grid-links div[class*="col-"], .grid-links span[class*="col-"],
  .grid-links div[class^="col-"], .grid-links span[class^="col-"] {
    padding-left: 0.25em;
    padding-right: 0.25em;
    margin-bottom: .5em;
  }
}

@media screen and (min-width: 992px) {
  .grid-links div[class*="col-"]:nth-child(3n) img, .grid-links span[class*="col-"]:nth-child(3n) img,
  .grid-links div[class^="col-"]:nth-child(3n) img, .grid-links span[class^="col-"]:nth-child(3n) img {
    width: 100%;
  }
  .grid-links div[class*="col-"]:nth-child(3n) h4, .grid-links div[class*="col-"]:nth-child(3n) .page-publications .publication-grid .publication-grid-item .bottom .readmore, .page-publications .publication-grid .publication-grid-item .bottom .grid-links div[class*="col-"]:nth-child(3n) .readmore, .grid-links span[class*="col-"]:nth-child(3n) h4, .grid-links span[class*="col-"]:nth-child(3n) .page-publications .publication-grid .publication-grid-item .bottom .readmore, .page-publications .publication-grid .publication-grid-item .bottom .grid-links span[class*="col-"]:nth-child(3n) .readmore,
  .grid-links div[class^="col-"]:nth-child(3n) h4,
  .grid-links div[class^="col-"]:nth-child(3n) .page-publications .publication-grid .publication-grid-item .bottom .readmore, .page-publications .publication-grid .publication-grid-item .bottom
  .grid-links div[class^="col-"]:nth-child(3n) .readmore, .grid-links span[class^="col-"]:nth-child(3n) h4, .grid-links span[class^="col-"]:nth-child(3n) .page-publications .publication-grid .publication-grid-item .bottom .readmore, .page-publications .publication-grid .publication-grid-item .bottom .grid-links span[class^="col-"]:nth-child(3n) .readmore {
    width: 100%;
  }
  .grid-links div[class*="col-"]:nth-child(3n-2) img, .grid-links span[class*="col-"]:nth-child(3n-2) img,
  .grid-links div[class^="col-"]:nth-child(3n-2) img, .grid-links span[class^="col-"]:nth-child(3n-2) img {
    width: 100%;
  }
  .grid-links div[class*="col-"]:nth-child(3n-2) h4, .grid-links div[class*="col-"]:nth-child(3n-2) .page-publications .publication-grid .publication-grid-item .bottom .readmore, .page-publications .publication-grid .publication-grid-item .bottom .grid-links div[class*="col-"]:nth-child(3n-2) .readmore, .grid-links span[class*="col-"]:nth-child(3n-2) h4, .grid-links span[class*="col-"]:nth-child(3n-2) .page-publications .publication-grid .publication-grid-item .bottom .readmore, .page-publications .publication-grid .publication-grid-item .bottom .grid-links span[class*="col-"]:nth-child(3n-2) .readmore,
  .grid-links div[class^="col-"]:nth-child(3n-2) h4,
  .grid-links div[class^="col-"]:nth-child(3n-2) .page-publications .publication-grid .publication-grid-item .bottom .readmore, .page-publications .publication-grid .publication-grid-item .bottom
  .grid-links div[class^="col-"]:nth-child(3n-2) .readmore, .grid-links span[class^="col-"]:nth-child(3n-2) h4, .grid-links span[class^="col-"]:nth-child(3n-2) .page-publications .publication-grid .publication-grid-item .bottom .readmore, .page-publications .publication-grid .publication-grid-item .bottom .grid-links span[class^="col-"]:nth-child(3n-2) .readmore {
    width: 100%;
  }
}

.grid-view-links .fields {
  position: relative;
}

.grid-view-links .fields h4.column-title, .grid-view-links .fields .page-publications .publication-grid .publication-grid-item .bottom .column-title.readmore, .page-publications .publication-grid .publication-grid-item .bottom .grid-view-links .fields .column-title.readmore {
  position: absolute;
}

.grid-links-shaded h4 > a, .grid-links-shaded .page-publications .publication-grid .publication-grid-item .bottom .readmore > a, .page-publications .publication-grid .publication-grid-item .bottom .grid-links-shaded .readmore > a {
  text-shadow: 0px 0px 4px black;
}

/**
 * Grids in Advisory Councils section
 */
@media screen and (min-width: 768px) {
  .advisory-council-grid .pane-content div:nth-of-type(4) .column-title {
    bottom: 30px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .advisory-council-grid .pane-content div:first-of-type .column-title {
    bottom: 30px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .advisory-council-grid .pane-content div:nth-of-type(2) .column-title {
    bottom: 30px;
  }
  .advisory-council-grid .pane-content div:nth-of-type(4) {
    clear: left;
  }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  .advisory-council-grid .pane-content div:nth-of-type(3) {
    clear: left;
  }
}

/**
 * components/headings
 * I describe the way headings appear in the site
 *
 *
 *
 *
 */
/* VARIABLES */
/**
 * standard-header
 * I describe a standard appearance for headers
 * Include me in other styles to avoid repetition
 */
.standard-header b, .gray-header-lines b, .blue-header b, .dark-gray-region b, .regional-page-gallery h2.pane-title b, .node-type-image-gallery .node-image-gallery h2.pane-title b, .standard-header strong, .gray-header-lines strong, .blue-header strong, .dark-gray-region strong, .regional-page-gallery h2.pane-title strong, .node-type-image-gallery .node-image-gallery h2.pane-title strong {
  font-weight: 600;
}

.standard-header > h1, .gray-header-lines > h1, .blue-header > h1, .dark-gray-region > h1, .regional-page-gallery h2.pane-title > h1, .node-type-image-gallery .node-image-gallery h2.pane-title > h1, .standard-header > h2, .gray-header-lines > h2, .blue-header > h2, .dark-gray-region > h2, .regional-page-gallery h2.pane-title > h2, .node-type-image-gallery .node-image-gallery h2.pane-title > h2, .standard-header > h3, .gray-header-lines > h3, .blue-header > h3, .dark-gray-region > h3, .regional-page-gallery h2.pane-title > h3, .node-type-image-gallery .node-image-gallery h2.pane-title > h3, .standard-header > h4, .gray-header-lines > h4, .blue-header > h4, .dark-gray-region > h4, .regional-page-gallery h2.pane-title > h4, .node-type-image-gallery .node-image-gallery h2.pane-title > h4, .page-publications .publication-grid .publication-grid-item .bottom .standard-header > .readmore, .page-publications .publication-grid .publication-grid-item .bottom .gray-header-lines > .readmore, .page-publications .publication-grid .publication-grid-item .bottom .blue-header > .readmore, .page-publications .publication-grid .publication-grid-item .bottom .dark-gray-region > .readmore, .regional-page-gallery .page-publications .publication-grid .publication-grid-item .bottom h2.pane-title > .readmore, .page-publications .publication-grid .publication-grid-item .bottom .regional-page-gallery h2.pane-title > .readmore, .node-type-image-gallery .node-image-gallery .page-publications .publication-grid .publication-grid-item .bottom h2.pane-title > .readmore, .page-publications .publication-grid .publication-grid-item .bottom .node-type-image-gallery .node-image-gallery h2.pane-title > .readmore, .standard-header > h5, .gray-header-lines > h5, .blue-header > h5, .dark-gray-region > h5, .regional-page-gallery h2.pane-title > h5, .node-type-image-gallery .node-image-gallery h2.pane-title > h5, .standard-header > h6, .gray-header-lines > h6, .blue-header > h6, .dark-gray-region > h6, .regional-page-gallery h2.pane-title > h6, .node-type-image-gallery .node-image-gallery h2.pane-title > h6 {
  overflow: hidden;
  text-align: center;
  font-weight: 300 !important;
  font-family: "Cooper Hewitt", "Source Sans Pro";
}

/**
 * header-center
 * I center headers on the page.
 */
.header-center h2.pane-title {
  text-align: center !important;
}

.header-center h3.pane-title {
  text-align: center !important;
}

.header-center h1.pane-title {
  text-align: center !important;
}

.header-center h2.page-title {
  text-align: center !important;
}

.header-center h2 {
  text-align: center !important;
}

/**
 * header-subtitle
 * I provide font styles for subtitles in headers
 */
/**
 * header-subtitle-center
 * I center subtitles within headers
 */
.header-subtitle-center .header-subtitle {
  text-align: center;
}

/**
 * header-no-title-top-margin
 * Remove top margin from titles
 */
.header-no-title-top-margin h2.page-title {
  margin-top: 0;
}

/**
 * header-padding
 * Applies padding to top and bottom of header.
 */
.header-padding {
  padding-top: 50px;
  padding-bottom: 40px;
}

/**
 * header-title-caps
 * Applies text transform to make title all caps
 */
.header-title-caps h2.page-title {
  text-transform: uppercase;
}

/**
 * pane-title headers
 * I provide some defaults for headers of panel panes
 */
h2.pane-title {
  font-size: 2.827em;
  color: #003869;
  font-weight: 500;
  font-family: "Cooper Hewitt", "Source Sans Pro";
  border: 1px solid transparent;
}

h3.pane-title {
  font-size: 1.999em;
  color: #003869;
  font-weight: 300;
  font-family: "Cooper Hewitt", "Source Sans Pro";
}

/**
 * header-lines
 * Lines are needed on some headers, covering anywhere there is not text
 * I put lines in using before and after psuedotags
 *
 * Variables:
 * $bg-color color I am the color for the lines. Default to Black.
 *
 */
.blue-bar-header h3 {
  display: block;
  background-color: #003869;
  color: white;
  opacity: 0.7;
  font-size: 3.998em;
  font-weight: 300;
  padding-top: .5em;
  padding-bottom: .5em;
}

.blue-bar-header p {
  font-size: 1.414em;
  text-align: left;
  margin-left: 40px;
  display: block;
}

.blue-bar-header a {
  color: #003869;
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .blue-bar-header p {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.large-page-header h1 {
  margin-top: .71em;
  margin-bottom: 0;
  padding: .5em;
  font-weight: 300;
  font-size: 4.5em;
}

@media screen and (max-width: 768px) {
  .large-page-header h1 {
    padding: 0em;
    margin-bottom: 0.5em !important;
  }
}

.gray-bar-header {
  background-color: #555555;
}

.gray-bar-header b, .gray-bar-header strong {
  font-weight: 600;
}

.gray-bar-header h2 {
  padding-top: 40px;
  color: white;
  text-align: center;
  margin-bottom: 1em;
  font-weight: 300;
}

/**
 * gray-header-lines
 * headers with gray horizontal lines
 */
.gray-header-lines > h1:before, .gray-header-lines > h1:after, .gray-header-lines > h2:before, .gray-header-lines > h2:after, .gray-header-lines > h3:before, .gray-header-lines > h3:after, .gray-header-lines > h4:before, .page-publications .publication-grid .publication-grid-item .bottom .gray-header-lines > .readmore:before, .gray-header-lines > h4:after, .page-publications .publication-grid .publication-grid-item .bottom .gray-header-lines > .readmore:after, .gray-header-lines > h5:before, .gray-header-lines > h5:after, .gray-header-lines > h6:before, .gray-header-lines > h6:after {
  background-color: Black;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.gray-header-lines > h1:before, .gray-header-lines > h2:before, .gray-header-lines > h3:before, .gray-header-lines > h4:before, .page-publications .publication-grid .publication-grid-item .bottom .gray-header-lines > .readmore:before, .gray-header-lines > h5:before, .gray-header-lines > h6:before {
  right: 0.5em;
  margin-left: -50%;
}

.gray-header-lines > h1:after, .gray-header-lines > h2:after, .gray-header-lines > h3:after, .gray-header-lines > h4:after, .page-publications .publication-grid .publication-grid-item .bottom .gray-header-lines > .readmore:after, .gray-header-lines > h5:after, .gray-header-lines > h6:after {
  left: 0.5em;
  margin-right: -50%;
}

.gray-header-lines .lang-direction-rtl > h1:before, .gray-header-lines .lang-direction-rtl > h2:before, .gray-header-lines .lang-direction-rtl > h3:before, .gray-header-lines .lang-direction-rtl > h4:before, .gray-header-lines .page-publications .publication-grid .publication-grid-item .bottom .lang-direction-rtl > .readmore:before, .page-publications .publication-grid .publication-grid-item .bottom .gray-header-lines .lang-direction-rtl > .readmore:before, .gray-header-lines .lang-direction-rtl > h5:before, .gray-header-lines .lang-direction-rtl > h6:before {
  left: 0.5em;
  margin-right: -50%;
  right: -0.5em;
  margin-left: 0;
}

.gray-header-lines .lang-direction-rtl > h1:after, .gray-header-lines .lang-direction-rtl > h2:after, .gray-header-lines .lang-direction-rtl > h3:after, .gray-header-lines .lang-direction-rtl > h4:after, .gray-header-lines .page-publications .publication-grid .publication-grid-item .bottom .lang-direction-rtl > .readmore:after, .page-publications .publication-grid .publication-grid-item .bottom .gray-header-lines .lang-direction-rtl > .readmore:after, .gray-header-lines .lang-direction-rtl > h5:after, .gray-header-lines .lang-direction-rtl > h6:after {
  right: 0.5em;
  margin-left: -50%;
  left: 0;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .gray-header-lines h1:before, .gray-header-lines h1:after, .gray-header-lines h2:before, .gray-header-lines h2:after, .gray-header-lines h3:before, .gray-header-lines h3:after, .gray-header-lines h4:before, .gray-header-lines .page-publications .publication-grid .publication-grid-item .bottom .readmore:before, .page-publications .publication-grid .publication-grid-item .bottom .gray-header-lines .readmore:before, .gray-header-lines h4:after, .gray-header-lines .page-publications .publication-grid .publication-grid-item .bottom .readmore:after, .page-publications .publication-grid .publication-grid-item .bottom .gray-header-lines .readmore:after, .gray-header-lines h5:before, .gray-header-lines h5:after, .gray-header-lines h6:before, .gray-header-lines h6:after {
    display: none;
  }
}

.gray-header-lines h2:before,
.gray-header-lines h2:after {
  background-color: #000;
}

.gray-header-lines h1, .gray-header-lines h2, .gray-header-lines h3, .gray-header-lines h4, .gray-header-lines .page-publications .publication-grid .publication-grid-item .bottom .readmore, .page-publications .publication-grid .publication-grid-item .bottom .gray-header-lines .readmore, .gray-header-lines h5, .gray-header-lines h6 {
  color: #000;
}

.lang-direction-rtl .gray-header-lines h2:before {
  left: 0.5em;
  right: -0.5em;
  margin-right: -50%;
  margin-left: 0;
}

.lang-direction-rtl .gray-header-lines h2:after {
  right: 0.5em;
  margin-left: -50%;
  left: 0;
  margin-right: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gray-header-lines h2 {
    overflow: hidden;
    text-align: center;
    color: #000;
  }
  .gray-header-lines h2:before,
  .gray-header-lines h2:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
  }
  .gray-header-lines h2:before {
    right: 0.5em;
    margin-left: -50%;
  }
  .gray-header-lines h2:after {
    left: 0.5em;
    margin-right: -50%;
  }
}

/**
 * Breakpoints for gray-header-lines
 */
@media screen and (max-width: 768px) {
  .gray-header-lines h2 {
    font-size: 1.999em;
  }
  .gray-header-lines h2:before,
  .gray-header-lines h2:after {
    display: none;
  }
}

/**
 * blue-header
 * Used on about us pages, demtools node, etc.
 */
.blue-header h2 {
  text-align: left;
  color: #124c89;
  font-size: 3em;
}

.lang-direction-rtl .blue-header h2 {
  text-align: right;
}

/**
 * .blue-label
 * Applying blue color to the label across the page.
 */
.blue-label label {
  color: #124c89 !important;
}

.story-subheader h3, .resource-subheader h3 {
  color: #003869 !important;
  font-size: 1.414em;
  font-weight: 600;
}

/**
 * hide-content
 * Used to hide content display of node titles on panels, mostly for About Us variant.
 */
.hide-content .ndi-content-container {
  display: none;
}

.gray-header h2.pane-title {
  font-size: 1.75em;
  color: #333333;
  font-weight: 200;
  padding-bottom: 0.3em;
  padding-left: 2.7em;
}

/**
 * components/hero-image
 * I provide styles for hero images
 *
 * The theme has more than one type of hero image. This stylesheet supports the following.
 *
 * a) .hero-image-container - the basic style for hero images. Used on landing pages.
 * b) .country-hero-image - hero images for country pages. Apply this next to hero-image-container.
 *
 */
/**
 * .hero-image-container
 * I am a container for hero images.
 * I set some defaults around height, establish transition rules, and control
 * the placement of images and captions.
 */
.hero-image-container {
  height: 650px;
  max-height: 650px;
  position: relative;
  overflow: hidden;
  -webkit-transition: height 150ms ease-in-out;
  transition: height 150ms ease-in-out;
  /**
   * Make the captions appear above the image.
   * Style the title.
   */
  /**
   * hero-text
   * Hero text for display along bottom.
   */
}

.hero-image-container .img-container {
  line-height: 0em;
  font-size: 0em;
  position: absolute;
  top: -50%;
  bottom: -50%;
  width: 100%;
}

.hero-image-container .img-container:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.hero-image-container .hero-image {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
}

.hero-image-container figcaption {
  position: absolute;
  text-align: center;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 2;
}

.hero-image-container figcaption .hero-title {
  text-transform: uppercase;
  color: white;
  font-weight: 300;
  text-align: center;
  font-size: 3.998em;
  background: rgba(0, 56, 105, 0.7);
  padding: .4em;
}

.hero-image-container figcaption .hero-title strong {
  font-weight: 600;
}

.hero-image-container figcaption .hero-title:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.hero-image-container .hero-text {
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 56, 105, 0.7);
  width: 100%;
  bottom: 0;
  position: absolute;
  font-weight: 400;
  padding: .75em 0em;
  z-index: 3;
  line-height: 1.4;
}

.hero-image-container .hero-text a {
  color: white;
  font-weight: 300;
}

.hero-image-container .hero-text .container, .hero-image-container .hero-text .breadcrumb-wrapper, .hero-image-container .hero-text .pane-node-field-ndi-regional-programs .pane-content, .pane-node-field-ndi-regional-programs .hero-image-container .hero-text .pane-content, .hero-image-container .hero-text .pane-node-field-ndi-initiatives .pane-content, .pane-node-field-ndi-initiatives .hero-image-container .hero-text .pane-content, .hero-image-container .hero-text .navigation-widget ul li, .navigation-widget ul .hero-image-container .hero-text li, .hero-image-container .hero-text .node-type-ndi-story .about-ndi-block, .node-type-ndi-story .hero-image-container .hero-text .about-ndi-block, .hero-image-container .hero-text .where-we-work-countries .pane-content, .where-we-work-countries .hero-image-container .hero-text .pane-content, .hero-image-container .hero-text .about-us-page .panels-flexible-row-last, .about-us-page .hero-image-container .hero-text .panels-flexible-row-last {
  position: relative;
}

.hero-image-container .hero-text .container span.right-text, .hero-image-container .hero-text .breadcrumb-wrapper span.right-text, .hero-image-container .hero-text .pane-node-field-ndi-regional-programs .pane-content span.right-text, .pane-node-field-ndi-regional-programs .hero-image-container .hero-text .pane-content span.right-text, .hero-image-container .hero-text .pane-node-field-ndi-initiatives .pane-content span.right-text, .pane-node-field-ndi-initiatives .hero-image-container .hero-text .pane-content span.right-text, .hero-image-container .hero-text .navigation-widget ul li span.right-text, .navigation-widget ul .hero-image-container .hero-text li span.right-text, .hero-image-container .hero-text .node-type-ndi-story .about-ndi-block span.right-text, .node-type-ndi-story .hero-image-container .hero-text .about-ndi-block span.right-text, .hero-image-container .hero-text .where-we-work-countries .pane-content span.right-text, .where-we-work-countries .hero-image-container .hero-text .pane-content span.right-text, .hero-image-container .hero-text .about-us-page .panels-flexible-row-last span.right-text, .about-us-page .hero-image-container .hero-text .panels-flexible-row-last span.right-text {
  color: white;
  font-weight: 100;
}

.hero-image-container .hero-text .container .hero-text-right, .hero-image-container .hero-text .breadcrumb-wrapper .hero-text-right, .hero-image-container .hero-text .pane-node-field-ndi-regional-programs .pane-content .hero-text-right, .pane-node-field-ndi-regional-programs .hero-image-container .hero-text .pane-content .hero-text-right, .hero-image-container .hero-text .pane-node-field-ndi-initiatives .pane-content .hero-text-right, .pane-node-field-ndi-initiatives .hero-image-container .hero-text .pane-content .hero-text-right, .hero-image-container .hero-text .navigation-widget ul li .hero-text-right, .navigation-widget ul .hero-image-container .hero-text li .hero-text-right, .hero-image-container .hero-text .node-type-ndi-story .about-ndi-block .hero-text-right, .node-type-ndi-story .hero-image-container .hero-text .about-ndi-block .hero-text-right, .hero-image-container .hero-text .where-we-work-countries .pane-content .hero-text-right, .where-we-work-countries .hero-image-container .hero-text .pane-content .hero-text-right, .hero-image-container .hero-text .about-us-page .panels-flexible-row-last .hero-text-right, .about-us-page .hero-image-container .hero-text .panels-flexible-row-last .hero-text-right {
  font-style: italic;
  position: absolute;
  right: 0;
  display: inline;
}

.hero-image-container .hero-hover-text {
  z-index: 3;
  font-size: 11px;
  color: white;
  opacity: 0;
  text-align: right;
  padding-right: 0;
  position: absolute;
  top: 7px;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  pointer-events: none;
}

.hero-image-container:hover .hero-hover-text {
  opacity: .7;
}

/**
 * Breakpoints for hero images
 */
@media screen and (max-width: 768px) {
  .hero-image-container figcaption .hero-title {
    font-size: 1.999em;
    padding: .4em;
  }
}

/**
 * Portrait - extra small
 */
@media screen and (max-width: 480px) and (orientation: portrait) {
  .hero-image-container {
    position: relative;
  }
  .hero-image-container .img-container {
    top: auto;
    bottom: auto;
  }
  .hero-image-container figcaption .hero-title {
    font-size: 1.999em;
  }
  .hero-image-container figcaption .hero-title .container, .hero-image-container figcaption .hero-title .breadcrumb-wrapper, .hero-image-container figcaption .hero-title .pane-node-field-ndi-regional-programs .pane-content, .pane-node-field-ndi-regional-programs .hero-image-container figcaption .hero-title .pane-content, .hero-image-container figcaption .hero-title .pane-node-field-ndi-initiatives .pane-content, .pane-node-field-ndi-initiatives .hero-image-container figcaption .hero-title .pane-content, .hero-image-container figcaption .hero-title .navigation-widget ul li, .navigation-widget ul .hero-image-container figcaption .hero-title li, .hero-image-container figcaption .hero-title .node-type-ndi-story .about-ndi-block, .node-type-ndi-story .hero-image-container figcaption .hero-title .about-ndi-block, .hero-image-container figcaption .hero-title .where-we-work-countries .pane-content, .where-we-work-countries .hero-image-container figcaption .hero-title .pane-content, .hero-image-container figcaption .hero-title .about-us-page .panels-flexible-row-last, .about-us-page .hero-image-container figcaption .hero-title .panels-flexible-row-last {
    padding: 0px;
  }
  .hero-image-container .hero-image {
    width: auto;
    max-width: initial;
    height: 100%;
    max-height: 100%;
    margin-left: -50%;
    margin-right: -50%;
    text-transform: uppercase;
  }
  .hero-image-container .hero-hover-text {
    top: 69%;
    font-size: 10px;
  }
}

/**
 * Portrait - extra small for story pages.
 */
@media screen and (max-width: 480px) and (orientation: portrait) {
  .story-hero-image .hero-image-container figcaption .hero-title {
    font-size: 1.414em;
  }
}

/**
 * Landscape - small
 */
@media screen and (max-width: 768px) and (orientation: landscape) {
  .hero-image-container {
    height: 100%;
  }
  .hero-image-container .hero-image {
    width: 100%;
    max-width: 100%;
    height: 100%;
    text-transform: uppercase;
  }
  .hero-image-container .hero-hover-text {
    right: 30px;
  }
}

/**
 * portrait - medium
 */
@media screen and (max-width: 992px) and (orientation: portrait) {
  .hero-image-container {
    height: 600px;
    max-height: 600px;
    position: relative;
  }
  .hero-image-container .img-container {
    top: auto;
    bottom: auto;
  }
  .hero-image-container .hero-image {
    width: 100%;
    max-width: 100%;
    height: 100%;
    text-transform: uppercase;
  }
}

/**
 * Portrait - medium
 */
@media screen and (max-width: 992px) and (orientation: portrait) {
  .hero-image-container {
    height: 600px;
    max-height: 600px;
    position: relative;
  }
  .hero-image-container .img-container {
    top: auto;
    bottom: auto;
  }
  .hero-image-container .hero-image {
    width: auto;
    max-width: initial;
    height: 600px;
    max-height: 600px;
    margin-left: 0px;
    margin-right: 0px;
    text-transform: uppercase;
  }
}

/**
 * .country-hero-image
 * I modify the appearance of hero images on country, regional and functional team pages
 * I change the appearance of the header and hide some things that don't belong.
 */
.country-hero-image {
  margin-bottom: 0px !important;
}

.country-hero-image figcaption {
  text-align: left;
}

.country-hero-image .hero-title {
  position: absolute;
  bottom: 0px;
  top: auto;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  padding: .8em 0em !important;
  font-weight: 500 !important;
  line-height: 1em;
}

.country-hero-image .hero-text {
  display: none;
}

.lang-direction-rtl .country-hero-image figcaption {
  text-align: unset;
}

/**
 * .story-hero-image
 * I modify the appearance of hero images on article pages.
 * I change the appearance of the header and hide some things that don't belong.
 */
.story-hero-image figcaption {
  text-align: left;
  top: initial;
}

.story-hero-image figcaption .hero-title {
  display: block;
  text-align: left;
  font-size: 3.5em;
  line-height: 1.2em;
}

.story-hero-image figcaption .hero-title:before {
  display: none;
}

/**
*.hero-image-empty
*Adding styles the hero images when the image is empty.
*/
.node div:nth-of-type(1) .hero-image-empty {
  height: auto;
}

.node div:nth-of-type(1) .hero-image-empty figcaption {
  position: relative;
}

.node div:nth-of-type(1) .hero-image-empty .hero-image {
  display: none;
}

/**
 * .identity-hero-image
 * I modify the appearance of hero images on Identity pages.
 */
.identity-hero-image .hero-image-container {
  max-height: 650px;
  height: auto;
}

.identity-hero-image .hero-image-container .img-container {
  position: relative;
  top: 0;
  bottom: 0;
}

/**
 * Portrait - extra small on identity pages.
 */
@media screen and (max-width: 480px) and (orientation: portrait) {
  .identity-hero-image {
    height: 365px;
    max-height: 365px;
    position: relative;
  }
  .identity-hero-image .img-container {
    left: -16%;
    width: inherit;
  }
  .identity-hero-image .hero-image {
    height: 365px;
    max-height: 365px;
    width: initial;
  }
  .identity-hero-image span.hero-title {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: .7em;
  }
  .identity-hero-image .hero-text {
    display: none;
  }
  .identity-hero-image figcaption {
    height: auto;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .identity-hero-image .img-container {
    left: 0px;
    width: inherit;
  }
  .identity-hero-image .img-container .hero-image {
    max-width: 100%;
    width: auto;
  }
  .story-hero-image figcaption {
    top: auto;
  }
}

/**
 * Portrait - small on identity pages.
 */
@media (min-width: 480px) and (max-width: 768px) {
  .identity-hero-image {
    height: auto;
    max-height: 399px;
    position: relative;
  }
  .identity-hero-image .hero-image-container {
    height: auto;
    max-height: 399px;
    width: 100%;
  }
  .identity-hero-image .hero-image-container .img-container {
    position: relative;
    top: auto;
    bottom: auto;
  }
  .identity-hero-image .hero-image-container .img-container .hero-image {
    height: auto;
    max-width: 100%;
    width: auto;
  }
}

/**
 * Special consideration to cleanup home page hero.
 */
@media (min-width: 480px) and (max-width: 768px) {
  .home-page-hero .hero-image-container .img-container {
    position: relative;
  }
  .home-page-hero .hero-image-container .img-container figcaption .hero-title {
    font-size: 1.5em;
  }
}

/**
 * Special consideration to cleanup home-page-hero.
 */
@media (min-width: 768px) and (max-width: 992px) {
  .home-page-hero .hero-image-container {
    height: auto;
  }
  .home-page-hero .hero-image-container figcaption .hero-title {
    font-size: 1.5em;
  }
  .home-page-hero .hero-image-container .img-container {
    position: relative;
    top: 0px;
    bottom: 0px;
  }
}

/**
 * Landscape - medium on identity pages.
 */
@media (min-width: 768px) and (max-width: 992px) {
  .identity-hero-image .hero-image-container, .story-hero-image .hero-image-container {
    height: auto;
    max-height: 480px;
    position: relative;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .identity-hero-image .hero-image-container {
    max-height: 650px;
    height: auto;
  }
}

/**
 * Breakpints for country/region/functional pages.
 */
/**
 * Portrait - extra small on country/region/functional pages.
 */
@media screen and (max-width: 480px) and (orientation: portrait) {
  .country-hero-image .hero-image-container, .story-hero-image .hero-image-container {
    height: 352px;
    max-height: 352px;
    left: 0px;
    right: 0px;
  }
  .country-hero-image .hero-image-container .img-container, .story-hero-image .hero-image-container .img-container {
    position: relative;
    top: auto;
    bottom: auto;
  }
  .country-hero-image .hero-image-container .img-container .hero-image, .story-hero-image .hero-image-container .img-container .hero-image {
    width: auto;
    max-width: auto;
    height: 352px;
    position: absolute;
  }
}

/**
 * Portrait - small on country/region/functional pages
 */
@media (min-width: 768px) and (max-width: 992px) {
  .country-hero-image .hero-image-container figcaption .hero-title {
    font-size: 1.999em;
  }
  .country-hero-image .hero-image-container .img-container .hero-image {
    display: inline-block;
    vertical-align: middle;
  }
  .story-hero-image .hero-image-container .img-container .hero-image {
    width: auto;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .country-hero-image, .story-hero-image {
    height: auto;
    max-height: 368px;
    position: relative;
  }
  .country-hero-image .hero-image-container, .story-hero-image .hero-image-container {
    height: auto;
    max-height: 368px;
    width: 100%;
  }
  .country-hero-image .hero-image-container .img-container, .story-hero-image .hero-image-container .img-container {
    position: relative;
    top: auto;
    bottom: auto;
  }
  .country-hero-image .hero-image-container .hero-image, .story-hero-image .hero-image-container .hero-image {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .country-hero-image .hero-image-container figcaption .hero-title, .story-hero-image .hero-image-container figcaption .hero-title {
    font-size: 1.414em;
  }
  .country-hero-image .hero-image-container .hero-hover-text, .story-hero-image .hero-image-container .hero-hover-text {
    right: 30px;
    top: 12%;
  }
}

/**
 * Landscape - medium on country/region/functional pages
 */
@media (min-width: 768px) and (max-width: 992px) {
  .country-hero-image, .story-hero-image {
    /*height: 462px ;
    max-height: 462px;*/
  }
  .country-hero-image .hero-title, .story-hero-image .hero-title {
    font-size: 1.999em;
  }
  .country-hero-image .hero-image-container, .story-hero-image .hero-image-container {
    height: 462px;
    max-height: 462px;
  }
  .country-hero-image .hero-image-container .hero-image, .story-hero-image .hero-image-container .hero-image {
    width: 100%;
    height: auto;
  }
}

/**
 * Breakpoints for large screens on country/region/functional pages
 */
@media (min-width: 992px) and (max-width: 1200px) {
  .country-hero-image .hero-image-container, .story-hero-image .hero-image-container {
    height: 543px;
    max-height: 543px;
    width: 100%;
  }
  .country-hero-image .hero-image-container .img-container, .story-hero-image .hero-image-container .img-container {
    position: relative;
    top: auto;
    bottom: auto;
  }
  .country-hero-image .hero-image-container .hero-image, .story-hero-image .hero-image-container .hero-image {
    width: 100%;
  }
}

/**
 * components/icons-publications
 * I contain styles for custom publication icons.
 */
.pub-icon {
  height: 30px;
  width: 30px;
  display: block;
  position: absolute;
  left: 0px;
  top: 2px;
}

.pub-icon:before {
  content: "\f016";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #b6ddff;
  font-size: 30px;
}

.pub-icon.publication-statement:before {
  content: '\f05a';
}

.pub-icon.publication-manual:before {
  content: '\f02d';
}

.pub-icon.publication-manualhandbook:before {
  content: '\f02d';
}

.pub-icon.publication-report:before {
  content: '\f02d';
}

.pub-icon.publication-focusgroupreport:before {
  content: '\f02d';
}

.pub-icon.publication-speech:before {
  content: '\f0e5';
}

.pub-icon.publication-opinion:before {
  content: '\f080';
}

/**
 * components/initiatives-pane
 * I am the initiatives pane. I appear on regional and functional team pages.
 */
.pane-node-field-ndi-regional-programs, .pane-node-field-ndi-initiatives {
  padding-top: 2em;
  padding-bottom: 2em;
}

/**
 * @file component/internal-page
 * I Control the styles on the Internal Page.
 */
.views-field-title .field-content a {
  text-align: left;
  display: block !important;
}

.internal-country-grid .pane-content .field-content a {
  color: white;
  background-color: #003869;
  opacity: .7;
  text-decoration: none;
  text-transform: uppercase;
  display: block !important;
  text-align: center !important;
}

.internal-country-grid .pane-content .field-content h2 {
  float: left !important;
  margin-top: 1em !important;
}

.internal-support-ndi h2 {
  text-align: center;
}

.internal-big-text {
  padding-top: 55px;
}

.internal-sign-up {
  width: 100%;
  margin-bottom: 70px;
  display: block;
  height: 300px;
  background-color: #e0e0e0;
}

.internal-sign-up h2 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 1.999em;
  color: #003869;
}

.internal-sign-up #edit-mail {
  margin-left: 200px;
  width: 380px;
  height: 45px;
  border-width: 2px !important;
  border-color: #003869 !important;
  border-style: solid;
  border-opacity: 0.7 !important;
}

.internal-sign-up #edit-submit {
  margin-left: 120px;
  height: 45px;
  background-color: #003869;
  border-color: #003869;
  width: 120px;
  font-size: 18px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  color: white;
}

.internal-sign-up #edit-submit .form-submit {
  background-color: #003869;
  max-width: 120px;
}

/**
 * @file components/maps
 * I describe maps in the site.
 */
.jvectormap-container path {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#ndi-world-map {
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

#ndi-world-map .jvectormap-zoomin {
  display: none;
}

#ndi-world-map .jvectormap-zoomout {
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .jvectormap-container {
    height: 480px;
  }
}

#map-paragraph {
  margin-top: 1em;
}

/**
 * EXTRA SMALL Breakpoints for the map
 */
@media screen and (max-width: 768px) {
  #ndi-world-map {
    height: 220px;
  }
}

/**
 * SMALL Breakpoints for the map
 */
@media screen and (min-width: 768px) {
  #ndi-world-map {
    height: 300px;
  }
}

/**
 * MEDIUM Breakpoints for the map
 */
@media screen and (min-width: 992px) {
  #ndi-world-map {
    height: 350px;
  }
}

/**
 * LARGE Breakpoints for the map
 */
@media screen and (min-width: 1200px) {
  #ndi-world-map {
    height: 480px;
  }
}

.country-page-map {
  width: 100%;
  height: auto;
  text-align: center;
  padding-top: 0 !important;
}

/**
 * components/menus
 * I provide styles for menus
 *
 * CLASSES:
 * - navigation-menu: Provides general styles for vertical naivgation menus.
 * - sticky-menu: used by menus that stay on the screen when someone scrolls down.
 */
/**
 * .navigation-menu
 * General styles for navigation menus
 */
.navigation-menu {
  padding: 2.5em 0em 0em 0.1em;
}

.navigation-menu h2 {
  font-family: "Cooper Hewitt", "Source Sans Pro";
  padding: 0.75em 0.75em 0.75em 1em;
  margin-top: 0em;
  display: block;
  background: url(../images/hpattern.png) repeat;
  text-align: left;
  color: white;
  font-size: 1.25em;
  font-weight: 300;
  text-decoration: none;
}

.navigation-menu h2:after {
  content: ' ';
  display: none;
}

.navigation-menu ul.menu {
  list-style: none;
  padding: 0px 1em;
}

.navigation-menu ul.menu li {
  list-style: none;
}

.navigation-menu ul.menu li a {
  font-family: "Cooper Hewitt", "Source Sans Pro";
  font-size: 1.25em;
  font-weight: 400;
  color: #000;
}

/**
 * Internationalization for .navigation-menu
 */
body.lang-direction-rtl .navigation-menu h2 {
  text-align: right;
}

/**
 * Breakpoints for .navigation-menu
 */
@media screen and (max-width: 767px) {
  .sticky-wrapper {
    height: auto !important;
  }
  .navigation-menu {
    padding: 0.1em 0em 0em 0em;
  }
  .navigation-menu h2 {
    position: relative;
    margin-bottom: 0em;
    text-align: center;
    cursor: pointer;
  }
  .navigation-menu h2:after {
    cursor: pointer;
    display: block;
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0.75em;
    right: 1em;
    -webkit-transition: -webkit-transform 150ms ease-in-out;
    transition: -webkit-transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  }
  .navigation-menu h2:hover:after {
    -webkit-transform: rotate(180);
            transform: rotate(180);
  }
  .navigation-menu.expanded h2:after {
    content: "";
  }
  .navigation-menu ul.menu {
    display: none;
    position: relative;
    z-index: 9999;
    padding: 0px !important;
  }
  .navigation-menu ul.menu li {
    cursor: pointer;
    margin: 0px;
    text-align: center;
    display: block;
    width: 100%;
    padding: 0.95em 0em;
    border-bottom: 2px solid #888888;
  }
  .navigation-menu ul.menu li:hover a {
    font-weight: 700;
  }
  .sticky-wrapper .navigation-menu {
    position: relative !important;
  }
}

/**
 * sticky-menu
 * Sticky menus stay at the top of pages when users scroll the page
 */
.about-ndi-menu {
  margin-top: 63px;
}

.about-ndi-menu h2 {
  font-family: "Cooper Hewitt", "Source Sans Pro";
  padding: 1em;
  padding-left: 1.5em;
  display: block;
  background: url(../images/hpattern.png) repeat;
  text-align: left;
  color: white;
  font-size: 1.25em;
  font-weight: 600;
  text-decoration: none;
}

.about-ndi-menu .pane-content ul {
  list-style: none;
  padding: 0px 18px;
}

.about-ndi-menu .pane-content ul li {
  list-style: none;
}

.about-ndi-menu .pane-content ul li a {
  font-family: "Cooper Hewitt", "Source Sans Pro";
  font-size: 1.25em;
  font-weight: 300;
  color: #555555;
}

@media (max-width: 767px) {
  .panels-flexible-region {
    width: 100% !important;
    padding: 0px !important;
    float: none !important;
  }
  .panels-flexible-region .panels-flexible-region-inside-first,
  .panels-flexible-region .panels-flexible-region-inside-last {
    padding: 0px !important;
  }
  .about-ndi-menu {
    margin-top: 0px;
  }
  .about-ndi-menu .pane-content ul {
    display: none;
    text-align: center;
  }
  .about-ndi-menu:hover .pane-content ul {
    display: block;
  }
  .pane-1 {
    margin-left: 0px;
  }
}

.secondary-menu-mobile {
  display: none;
}

.secondary-menu-mobile .menu li.last {
  display: none;
}

@media screen and (max-width: 767px) {
  .secondary-menu-mobile {
    display: block;
    background-color: transparent;
  }
  .secondary-menu-mobile h2 {
    display: none;
  }
}

/**
 * components/nav
 * I provide styles for the navigation menu used within the site
 *
 */
.nav-container {
  -webkit-box-shadow: 0px 6px 14px 0px #ebebeb;
          box-shadow: 0px 6px 14px 0px #ebebeb;
}

/**
 * .block-menu
 * Applies default styles to all menus in the system.
 * Overridden by other styles for things like header menus.
 */
.block-menu ul {
  float: left;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.block-menu ul li {
  float: left;
  list-style: none;
  padding: 2px 6px;
  margin: 0px 18px;
}

.block-menu ul li:last-child {
  margin-right: 0px;
}

.block-menu ul li a {
  color: #fff;
  font-size: 14px;
  font-family: "Cooper Hewitt", "Source Sans Pro";
  font-weight: 300;
}

.block-menu ul li a .fa-search {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  font-size: 1.4em;
  font-weight: 300;
}

.block-menu ul li a strong,
.block-menu ul li a b {
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .block-menu ul li:last-child {
    margin-left: 0px;
  }
}

/**
 * Overrides default navbar styles from bootstrap..
 */
.navbar {
  /**
   * This is the default styles for navbars from bootstrap.
   */
}

.navbar.navbar-default {
  background: transparent;
  border: none;
  margin-bottom: 0px;
  /**
     * The navbar button.
     */
  /**
     * This is the main navbar.
     */
}

.navbar.navbar-default .navbar-toggle {
  border: 0px;
  background-color: transparent;
  /**
       * Parts of the hamburger menu.
       */
}

.navbar.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar.navbar-default #navbar {
  padding: 0px;
}

.navbar.navbar-default #navbar ul li {
  margin: 0.75em;
}

.navbar.navbar-default #navbar ul li a {
  text-align: center;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.2em;
  color: #333333;
  font-family: "Cooper Hewitt", "Source Sans Pro";
}

.navbar.navbar-default #navbar ul li a b {
  display: block;
  font-weight: 700;
}

.navbar.navbar-default #navbar ul li.donate {
  margin: 0.75em;
  padding-top: 0.8em;
  padding-right: 0px;
}

.navbar.navbar-default #navbar ul li.donate a {
  display: inline-block;
  background: #d4772d;
  font-weight: bold;
  padding: 12px 28px;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 2px solid #983804;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navbar.navbar-default #navbar ul > li.donate a {
    display: inline-block;
    font-weight: bold;
    border-bottom: none;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 2px solid #983804;
  }
}

.navbar .navbar-header {
  -webkit-box-shadow: 0px 2px 1px 2px #ebebeb inset, 1px 0px 0px 0px #ebebeb;
          box-shadow: 0px 2px 1px 2px #ebebeb inset, 1px 0px 0px 0px #ebebeb;
  padding: 6px;
}

.navbar .navbar-header .block-boxes-search-toggle {
  color: #fff;
  margin: 12px;
  display: block;
}

.navbar .navbar-header #logo {
  display: inline-block;
  margin: 0.5em;
  padding: 6px 18px;
  max-width: 230px;
}

.navbar .navbar-header #logo img {
  display: inline-block;
}

.navbar .navbar-header #logo div.page-logo {
  background-image: url(../images/ndi_logo_64.png);
  background-image: url(../images/NDI_logo_svg.svg);
  min-height: 64px;
  width: 196px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.lang-direction-rtl .navbar .navbar-nav, .lang-direction-rtl .navbar .secondary-menu-mobile .menu, .secondary-menu-mobile .lang-direction-rtl .navbar .menu {
  padding: 0;
}

@media (max-width: 992px) {
  .navbar {
    width: 100%;
  }
  .navbar .navbar-header {
    -webkit-box-shadow: 0px 2px 1px 2px #ebebeb, 1px 0px 0px 0px #ebebeb;
            box-shadow: 0px 2px 1px 2px #ebebeb, 1px 0px 0px 0px #ebebeb;
  }
  .navbar .navbar-header #logo {
    max-width: 175px;
  }
  .block-menu ul li {
    margin: 0px;
  }
  .navbar.navbar-default #navbar ul li {
    margin: 0.5em;
    padding: 12px 0px;
  }
  .navbar.navbar-default #navbar ul li a {
    font-size: 14px;
  }
}

/**
 * breapoints for .nav on small.
 */
@media all and (max-width: 767px) {
  .lang-direction-rtl .navbar .navbar-header {
    width: 100%;
  }
  .lang-direction-rtl .navbar.navbar-default #navbar {
    float: left;
    width: 100%;
  }
  .lang-direction-rtl .navbar .navbar-header .block-boxes-search-toggle {
    margin: 0.4em 0em 0em 1em;
  }
  /**
   * this is the main nav container
   */
  div.nav-container {
    margin: 0em 0em;
  }
  div.nav-container > nav.container, div.nav-container > nav.breadcrumb-wrapper, .pane-node-field-ndi-regional-programs div.nav-container > nav.pane-content, .pane-node-field-ndi-initiatives div.nav-container > nav.pane-content, .node-type-ndi-story div.nav-container > nav.about-ndi-block, .where-we-work-countries div.nav-container > nav.pane-content, .about-us-page div.nav-container > nav.panels-flexible-row-last {
    padding: 0em;
  }
  /**
   * Main navbar
   */
  .navbar {
    min-height: 47px;
    /**
     * Inner navbar.
     */
  }
  .navbar .navbar-header {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0em 0.75em;
    /**
       * Search toggle
       */
    /**
       * Hamburger menu
       */
  }
  .navbar .navbar-header #logo.visible-xs-inline {
    margin: 0.3em 0em 0em;
    padding: 0em;
    height: auto;
    display: inline-block !important;
  }
  .navbar .navbar-header .block-boxes-search-toggle {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    padding-right: 20px;
    margin: 0.4em 0em 0em;
  }
  .navbar .navbar-header .navbar-toggle {
    margin: 0.8em 0em 0em;
    padding: 0em;
  }
  .navbar .navbar-header .navbar-toggle .icon-bar {
    height: 3px;
    width: 28px;
    margin: 0em 0em 6px;
  }
  /**
   * Add some margins around the navigation options.
   */
  .block-menu ul li {
    margin: 0px 12px;
  }
  /**
   * Override some of bootstraps styles for the navbar.
   */
  .navbar.navbar-default .navbar-header #logo {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar.navbar-default .navbar-header #logo img {
    max-width: 94px;
  }
  .navbar.navbar-default #navbar {
    float: none !important;
    margin-top: 8px;
  }
  .navbar.navbar-default #navbar ul.nav, .navbar.navbar-default #navbar .secondary-menu-mobile ul.menu, .secondary-menu-mobile .navbar.navbar-default #navbar ul.menu {
    /**
         * Don't float the navbar
         */
    float: none;
    /**
         * Should touch the sides of the container.
         */
    margin: 0em;
  }
  .navbar.navbar-default #navbar ul.nav li, .navbar.navbar-default #navbar .secondary-menu-mobile ul.menu li, .secondary-menu-mobile .navbar.navbar-default #navbar ul.menu li {
    float: none;
    padding: 0.45em 0em;
    border-bottom: 1px solid #d5d5d5;
    margin: 0em;
    background-color: #ebebeb;
    color: #555555;
    /**
           * make all links the right color.
           */
  }
  .navbar.navbar-default #navbar ul.nav li a, .navbar.navbar-default #navbar .secondary-menu-mobile ul.menu li a, .secondary-menu-mobile .navbar.navbar-default #navbar ul.menu li a {
    color: #555555;
  }
  .navbar.navbar-default #navbar ul.nav li a b, .navbar.navbar-default #navbar .secondary-menu-mobile ul.menu li a b, .secondary-menu-mobile .navbar.navbar-default #navbar ul.menu li a b {
    display: inline;
  }
  .navbar.navbar-default #navbar ul.nav li.donate, .navbar.navbar-default #navbar .secondary-menu-mobile ul.menu li.donate, .secondary-menu-mobile .navbar.navbar-default #navbar ul.menu li.donate {
    text-align: center;
  }
}

/**
 * components/navigation-widget
 * I display styles for the in-page navigation widget on the NDI site.
 */
/**
 * Navigation widget styles
 */
.navigation-widget {
  background: #333;
  z-index: 1000 !important;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  min-height: 70px;
}

.navigation-widget ul {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  min-height: 25px;
}

.navigation-widget.processed ul {
  opacity: 1;
}

.navigation-widget ul {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-align: center;
  padding: 9px 0px;
  margin: 0px;
  list-style: none;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.navigation-widget ul li {
  text-transform: uppercase;
  display: table-cell;
  width: 1%;
  float: none;
}

.navigation-widget ul li a {
  color: #bcbcbc;
  text-decoration: none;
  font-family: "Cooper Hewitt";
}

.navigation-widget ul li a span {
  display: block;
  font-size: 0.85em;
  line-height: 1.5em;
  font-weight: 300;
  color: white;
  margin-top: 0em;
}

.navigation-widget ul li a i {
  display: block;
  font-size: 1.3em;
  opacity: 0.7;
}

/**
 * breapoints for .navigation-widget on small.
 */
@media all and (max-width: 768px) {
  div.navigation-widget {
    margin: 0em 0em;
  }
  div.navigation-widget > div.container, div.navigation-widget > div.breadcrumb-wrapper, .pane-node-field-ndi-regional-programs div.navigation-widget > div.pane-content, .pane-node-field-ndi-initiatives div.navigation-widget > div.pane-content, .node-type-ndi-story div.navigation-widget > div.about-ndi-block, .where-we-work-countries div.navigation-widget > div.pane-content, .about-us-page div.navigation-widget > div.panels-flexible-row-last {
    padding: 0em;
  }
  .navigation-widget.collapsed li {
    display: none;
  }
  .navigation-widget.collapsed ul:before {
    content: "PAGE SECTIONS    \f13a";
  }
  .navigation-widget ul {
    padding: 9px 0px 0px 0px;
    display: block;
    position: relative;
    z-index: 9999;
  }
  .navigation-widget ul:before {
    content: "PAGE SECTIONS    \f139";
    cursor: pointer;
    color: White;
    font-family: Cooper Hewitt, FontAwesome;
    font-size: .85em;
    padding: 0.4em 0em;
    display: block;
  }
  .navigation-widget ul li {
    display: block;
    width: 100%;
    background-color: #595959;
    padding: .95em 0em;
    border-bottom: 2px solid #555555;
  }
  .navigation-widget ul li a i {
    display: none;
  }
}

/**
 * components/overview-pane
 * I provide styles for the overview pane on country, regional and functional team pages.
 */
.overview-container .overview-title {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0em;
}

.overview-container .overview-content .overview-image {
  position: absolute;
  left: 0px;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(180, 193, 240, 0.5);
          box-shadow: 0px 0px 6px 2px rgba(180, 193, 240, 0.5);
  max-height: 220px;
  width: auto;
}

.overview-container .overview-content .overview-image img {
  max-height: 220px;
}

.overview-container .overview-content .overview-graph {
  position: absolute;
  left: 0px;
  top: 340px;
  width: 220px;
}

.overview-container .overview-content .overview-graph iframe {
  border: 1px solid transparent;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.overview-container .overview-content.has-image big-text, .overview-container .overview-content.has-image p, .overview-container .overview-content.has-graph big-text, .overview-container .overview-content.has-graph p {
  margin-left: 270px;
}

.overview-container .overview-content.has-image > ol, .overview-container .overview-content.has-image > ul, .overview-container .overview-content.has-graph > ol, .overview-container .overview-content.has-graph > ul {
  margin-left: 270px;
}

.lang-direction-rtl .overview-container .overview-content .overview-image {
  left: auto;
  right: 0;
}

.lang-direction-rtl .overview-container .overview-content .overview-graph {
  left: auto;
  right: 0;
}

.lang-direction-rtl .overview-container .overview-content.has-image big-text, .lang-direction-rtl .overview-container .overview-content.has-image p, .lang-direction-rtl .overview-container .overview-content.has-graph big-text, .lang-direction-rtl .overview-container .overview-content.has-graph p {
  margin-left: 0;
  margin-right: 270px;
}

.lang-direction-rtl .overview-container .overview-content.has-image > ol, .lang-direction-rtl .overview-container .overview-content.has-image > ul, .lang-direction-rtl .overview-container .overview-content.has-graph > ol, .lang-direction-rtl .overview-container .overview-content.has-graph > ul {
  margin-left: 0;
  margin-right: 270px;
}

/**
 * Breakpoints for .overview-container
 */
@media screen and (max-width: 768px) {
  .overview-container .overview-content {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .overview-container .overview-content .overview-image {
    position: relative;
    margin-left: 4em;
    display: inline-block;
  }
  .overview-container .overview-content .overview-graph {
    position: relative;
    left: auto;
    top: auto;
    display: inline-block;
  }
  .overview-container .overview-content .overview-graph iframe {
    border: 1px solid transparent;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-left: 4em;
    margin-right: 4em;
  }
  .overview-container .overview-content .overview-graph .big-text, .overview-container .overview-content .overview-graph p {
    margin-left: 0em;
  }
  .overview-container .overview-content p:first-child {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
  .overview-container .overview-content p {
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}

.p-banner-footer {
  padding-top: 2.5em;
  padding-bottom: 1.5625em;
}

@media (min-width: 992px) {
  .p-banner-footer {
    padding-bottom: 2.5em;
  }
}

@media (min-width: 1200px) {
  .p-banner-footer {
    padding-top: 3.125em;
    padding-bottom: 4em;
  }
}

.p-banner-footer__title {
  font-size: 30px;
  font-size: 3rem;
  color: #124c89;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.6666666667em;
  padding-right: 0.5em;
  padding-left: 0.5em;
  text-align: center;
}

@media (min-width: 1200px) {
  .p-banner-footer__title {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 0.6944444444em;
    padding-right: 0.4166666667em;
    padding-left: 0.4166666667em;
  }
}

.p-banner-footer__description {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: normal;
  padding-top: 1.1111111111em;
  padding-right: 0.8333333333em;
  padding-left: 0.8333333333em;
  text-align: center;
}

@media (min-width: 992px) {
  .p-banner-footer__description {
    padding-top: 1.5217391304em;
  }
}

@media (min-width: 1200px) {
  .p-banner-footer__description {
    font-size: 23px;
    font-size: 2.3rem;
    max-width: 948px;
    max-width: 94.8rem;
    line-height: 1.4782;
    margin-bottom: 0.4347826087em;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-banner-footer__description p {
  margin-bottom: 0;
}

.p-banner-footer__link {
  margin-top: 1.5625em;
  text-align: center;
}

.p-banner-footer__link a {
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 2px solid #d67a31;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

@media (min-width: 992px) {
  .p-banner-footer__link a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (min-width: 1200px) {
  .p-banner-footer__link a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.p-banner-footer__link a:hover {
  border-bottom: 0;
}

.p-banner-footer__link a:after {
  font-size: 16px;
  font-size: 1.6rem;
  color: #d67a31;
  content: '\f105';
  font-family: 'FontAwesome', serif;
  padding-left: 0.625em;
}

@media (min-width: 1200px) {
  .p-banner-footer__link a:after {
    font-size: 20px;
    font-size: 2rem;
    padding-left: 0.5em;
  }
}

@media (min-width: 992px) {
  .p-banner-footer__footer {
    padding-right: 2.5em;
    padding-left: 2.5em;
  }
}

@media (min-width: 1200px) {
  .p-banner-footer__footer {
    padding-right: 4.375em;
    padding-left: 4.375em;
  }
}

@media (min-width: 992px) {
  .p-banner-footer__footer-outer {
    border-bottom: 1px solid #bbb;
    padding-bottom: 5em;
  }
}

@media (min-width: 992px) {
  .p-banner-footer__spotlight {
    margin-top: -30px;
  }
}

@media (min-width: 992px) {
  .p-banner-footer--spotlight-style-left .p-banner-footer__footer-outer {
    border-left: 1px solid #bbb;
  }
}

@media (min-width: 992px) {
  .p-banner-footer--spotlight-style-left .p-banner-footer__spotlight {
    padding-right: 0.625em;
    padding-left: 4.375em;
  }
}

@media (min-width: 1200px) {
  .p-banner-footer--spotlight-style-left .p-banner-footer__spotlight {
    padding-right: 0.625em;
    padding-left: 5.625em;
  }
}

@media (min-width: 992px) {
  .p-banner-footer--spotlight-style-right .p-banner-footer__footer-outer {
    border-right: 1px solid #bbb;
  }
}

@media (min-width: 992px) {
  .p-banner-footer--spotlight-style-right .p-banner-footer__spotlight {
    padding-right: 4.375em;
    padding-left: 0.625em;
  }
}

@media (min-width: 1200px) {
  .p-banner-footer--spotlight-style-right .p-banner-footer__spotlight {
    padding-right: 8.125em;
    padding-left: 0.625em;
  }
}

.p-banner-intro {
  margin-top: 2.8125em;
}

@media (min-width: 992px) {
  .p-banner-intro {
    border-top: 1px solid #979797;
    margin-top: 4.375em;
  }
}

@media (min-width: 992px) {
  .p-banner-intro {
    margin-top: 5em;
  }
}

.p-banner-intro__intro {
  position: relative;
}

.p-banner-intro__intro:after {
  background-color: #fff;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: -1px;
}

@media (min-width: 992px) {
  .p-banner-intro__intro:after {
    width: calc((100% - 970px) / 2);
  }
}

@media (min-width: 1200px) {
  .p-banner-intro__intro:after {
    width: calc((100% - 1170px) / 2);
  }
}

@media (min-width: 992px) {
  .p-banner-intro__intro-inner {
    border-right: 1px solid #979797;
  }
}

@media (min-width: 992px) {
  .p-banner-intro__text-group {
    position: relative;
    top: -25px;
  }
}

@media (min-width: 1200px) {
  .p-banner-intro__text-group {
    top: -34px;
  }
}

.p-banner-intro__title {
  font-size: 36px;
  font-size: 3.6rem;
  color: #003869;
  line-height: normal;
  margin-bottom: 0.5555555556em;
  text-align: center;
}

@media (min-width: 1200px) {
  .p-banner-intro__title {
    font-size: 48px;
    font-size: 4.8rem;
    margin-bottom: 0.4166666667em;
  }
}

@media (min-width: 992px) {
  .p-banner-intro__title-inner {
    background-color: #fff;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-banner-intro__description {
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
  line-height: 1.3333;
  margin-bottom: 1.6666666667em;
  text-align: center;
}

@media (min-width: 992px) {
  .p-banner-intro__description {
    margin-bottom: 0.2777777778em;
  }
}

@media (min-width: 1200px) {
  .p-banner-intro__description {
    font-size: 23px;
    font-size: 2.3rem;
    max-width: 948px;
    max-width: 94.8rem;
    line-height: 1.4782;
    margin-bottom: 0.4347826087em;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-banner-intro .p-inner-banner__caption-wrapper {
  padding: 2em 0.9375em;
}

@media (min-width: 768px) {
  .p-banner-intro .p-inner-banner__caption-wrapper {
    padding: 1.5em 1.875em;
  }
}

@media (min-width: 992px) {
  .p-banner-intro .p-inner-banner__caption-wrapper {
    max-width: 60%;
    padding: 1em 1.5em;
  }
}

@media (min-width: 1200px) {
  .p-banner-intro .p-inner-banner__caption-wrapper {
    max-width: 50%;
    padding: 2em 2.5em;
  }
}

@media (min-width: 1300px) {
  .p-banner-intro .p-inner-banner__caption-wrapper {
    max-width: 44%;
  }
}

@media (min-width: 992px) {
  .p-banner-text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) {
  .p-banner-text-box__col-first {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55.55%;
            flex: 0 0 55.55%;
  }
}

@media (min-width: 992px) {
  .p-banner-text-box__col-second {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #124c89;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44.45%;
            flex: 0 0 44.45%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-banner-text-box__image-wrapper {
  position: relative;
}

@media (min-width: 992px) {
  .p-banner-text-box__image-wrapper {
    height: 100%;
  }
}

@media (min-width: 992px) {
  .p-banner-text-box__image {
    height: 100%;
  }
}

.p-banner-text-box__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-banner-text-box__photo-credit {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: rgba(51, 51, 51, 0.8);
  bottom: 0;
  color: #fff;
  line-height: 1.67;
  padding: 0.3571428571em 0.7142857143em;
  position: absolute;
  right: 0;
}

.p-banner-text-box__photo-credit p {
  margin: 0;
}

.p-banner-text-box__photo-credit a {
  color: #5cabff;
  text-decoration: underline;
}

.p-banner-text-box__photo-credit a:hover {
  text-decoration: none;
}

.p-banner-text-box__caption-wrapper {
  background-color: #124c89;
  padding: 2em 0.9375em;
}

@media (min-width: 992px) {
  .p-banner-text-box__caption-wrapper {
    padding: 2em 1.875em;
  }
}

@media (min-width: 1200px) {
  .p-banner-text-box__caption-wrapper {
    padding: 3.75em 3.125em;
  }
}

.p-banner-text-box__title {
  font-size: 36px;
  font-size: 3.6rem;
  color: #fff;
  margin-bottom: 0.4166666667em;
  text-align: center;
}

@media (min-width: 992px) {
  .p-banner-text-box__title {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .p-banner-text-box__title {
    font-size: 48px;
    font-size: 4.8rem;
    margin-bottom: 0.625em;
  }
}

.p-banner-text-box__caption {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.5625;
}

@media (min-width: 1200px) {
  .p-banner-text-box__caption {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3889;
  }
}

.p-banner-text-box__caption a {
  border-bottom: 2px solid #d67a31;
  color: #fff;
  text-decoration: none;
}

.p-banner-text-box__caption a:hover {
  border-bottom: 0;
}

.p-banner-text-box__link {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  margin-top: 1.5625em;
  line-height: 1.5625;
}

.p-banner-text-box__link a {
  border-bottom: 2px solid #d67a31;
  color: #fff;
  text-decoration: none;
}

.p-banner-text-box__link a:hover {
  border-bottom: 0;
}

.p-banner-text-box__link a:after {
  font-size: 20px;
  font-size: 2rem;
  color: #d67a31;
  content: '\f105';
  font-family: 'FontAwesome', serif;
  padding-left: 10px;
}

@media (min-width: 992px) {
  .paragraphs-items-field-call-to-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 991px) {
  .p-call-to-action {
    padding-bottom: 4.375em;
  }
}

.p-call-to-action__inner {
  max-width: 1170px;
  max-width: 117rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.p-call-to-action__text-group {
  border: 1px solid #bbb;
  padding: 0.9375em 0.625em;
  position: relative;
}

@media (min-width: 768px) {
  .p-call-to-action__text-group {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .p-call-to-action__text-group {
    padding: 2.1875em 1em;
  }
}

.p-call-to-action__description {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.31;
  margin-bottom: 0.9375em;
}

@media (min-width: 992px) {
  .p-call-to-action__description {
    line-height: normal;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .p-call-to-action__description {
    font-size: 20px;
    font-size: 2rem;
  }
}

.p-call-to-action__description p {
  margin: 0;
}

.p-call-to-action__link {
  position: absolute;
  left: -1px;
  width: calc(100% + 6px);
}

@media (min-width: 992px) {
  .p-call-to-action__link {
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: auto;
  }
}

.p-call-to-action__link a {
  font-size: 17px;
  font-size: 1.7rem;
  background-color: #b26123;
  border: 1px solid #b26123;
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 0.7058823529em 0.5882352941em;
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .p-call-to-action__link a {
    display: inline-block;
  }
}

.p-call-to-action__link a:after {
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  content: '\f105';
  font-family: 'FontAwesome', serif;
  padding-left: 0.4166666667em;
}

.p-call-to-action__link a:hover {
  background-color: #fff;
  color: #b26123;
}

.p-call-to-action__link a:hover:after {
  color: #b26123;
}

@media (min-width: 992px) {
  .p-inner-banner__caption-cta-wrapper .paragraphs-items-field-call-to-action {
    position: absolute;
    bottom: 10px;
    width: 100%;
  }
}

@media (min-width: 1100px) {
  .p-inner-banner__caption-cta-wrapper .paragraphs-items-field-call-to-action {
    bottom: 30px;
  }
}

@media (min-width: 1320px) {
  .p-inner-banner__caption-cta-wrapper .paragraphs-items-field-call-to-action {
    bottom: 50px;
  }
}

.p-inner-banner__caption-cta-wrapper .p-call-to-action {
  margin-top: 1.25em;
}

@media (max-width: 991px) {
  .p-inner-banner__caption-cta-wrapper .p-call-to-action {
    padding-bottom: 6.25em;
  }
}

@media (min-width: 768px) {
  .p-inner-banner__caption-cta-wrapper .p-call-to-action__inner {
    padding-left: 1.875em;
    padding-right: 1.875em;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .p-inner-banner__caption-cta-wrapper .p-call-to-action__inner {
    padding-bottom: 0;
  }
}

.p-inner-banner__caption-cta-wrapper .p-call-to-action__text-group {
  border: 1px solid #fff;
}

@media (min-width: 992px) {
  .p-inner-banner__caption-cta-wrapper .p-call-to-action__text-group {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 1.5em 1em;
  }
}

@media (min-width: 1200px) {
  .p-inner-banner__caption-cta-wrapper .p-call-to-action__text-group {
    padding: 2.1875em 1em;
  }
}

.p-inner-banner__caption-cta-wrapper .p-call-to-action__description {
  color: #fff;
}

.p-connect-section {
  background-color: #efefef;
}

.p-connect-section__inner {
  padding-bottom: 3.125em;
  padding-top: 3.125em;
}

@media (min-width: 992px) {
  .p-connect-section__inner {
    padding-bottom: 3.75em;
    padding-top: 3.75em;
  }
}

.p-connect-section__title {
  font-size: 30px;
  font-size: 3rem;
  color: #124c89;
  line-height: normal;
  margin-bottom: 0.3333333333em;
}

@media (min-width: 992px) {
  .p-connect-section__title {
    text-align: center;
  }
}

.p-connect-section__description {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.39;
  margin-bottom: 0.8333333333em;
}

@media (min-width: 992px) {
  .p-connect-section__description {
    margin-bottom: 2.5em;
  }
}

@media (min-width: 768px) {
  .p-connect-section__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-connect-section__bottom-section {
  margin-bottom: 1.25em;
}

.p-connect-section__bottom-section:last-child {
  margin-bottom: 0;
}

.p-connect-section__bottom-title {
  font-size: 20px;
  font-size: 2rem;
  color: #124c89;
  margin-bottom: 0.4em;
}

@media (min-width: 992px) {
  .p-connect-section__bottom-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 1.0833333333em;
  }
}

.p-connect-section__connect-menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-connect-section__connect-menu .leaf {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.p-connect-section__connect-menu .leaf a {
  font-size: 40px;
  font-size: 4rem;
  color: #124c89;
  text-decoration: none;
}

.p-connect-section__newsletter-form form:before, .p-connect-section__newsletter-form form:after {
  content: " ";
  display: table;
}

.p-connect-section__newsletter-form form:after {
  clear: both;
}

.p-connect-section__newsletter-form .form-text {
  background-color: #fff;
  border: 1px solid #124c89;
  border-radius: 0;
  display: block;
  float: left;
  padding: 0.3125em 0.9375em;
}

.p-connect-section__newsletter-form .form-submit {
  background-color: #124c89;
  border: 1px solid #124c89;
  color: #fff;
  display: block;
  float: left;
  font-weight: bold;
  padding: 0.3125em 0.9375em;
}

.p-icon-text {
  margin-bottom: 3em;
}

.p-icon-text:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .p-icon-text:before, .p-icon-text:after {
    content: " ";
    display: table;
  }
  .p-icon-text:after {
    clear: both;
  }
}

.p-icon-text__icon {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .p-icon-text__icon {
    max-width: 68px;
    max-width: 6.8rem;
    float: left;
    margin-right: 0.9375em;
  }
}

@media (min-width: 1200px) {
  .p-icon-text__icon {
    margin-right: 1.875em;
  }
}

.p-icon-text__description {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}

@media (min-width: 1200px) {
  .p-icon-text__description {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.39;
  }
}

.p-icon-text__description a {
  border-bottom: 2px solid #d67a31;
  color: #000;
  text-decoration: none;
}

.p-icon-text__description a:hover {
  border-bottom: 0;
}

@media (min-width: 768px) {
  .p-icon-text__icon ~ .p-icon-text__description {
    margin-left: 5.1875em;
  }
}

@media (min-width: 1200px) {
  .p-icon-text__icon ~ .p-icon-text__description {
    margin-left: 6.125em;
  }
}

.p-inner-banner {
  position: relative;
}

.p-inner-banner__image-wrapper {
  position: relative;
}

.p-inner-banner__image img {
  height: auto;
  width: 100%;
}

@media (max-width: 991px) {
  .p-inner-banner.-with-mobile-image .p-inner-banner__image {
    display: none;
  }
}

@media (max-width: 991px) {
  .p-inner-banner.-with-mobile-image .p-inner-banner__image--mobile {
    display: block;
  }
}

@media (min-width: 992px) {
  .p-inner-banner.-with-mobile-image .p-inner-banner__image--mobile {
    display: none;
  }
}

.p-inner-banner__photo-credit {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
  line-height: 1.67;
  padding: 0.3571428571em 0.7142857143em;
  position: absolute;
}

.p-inner-banner__photo-credit.-left-top {
  top: 0;
  left: 0;
}

.p-inner-banner__photo-credit.-right-top {
  top: 0;
  right: 0;
}

.p-inner-banner__photo-credit.-right-bottom {
  bottom: 0;
  right: 0;
}

.p-inner-banner__photo-credit.-left-bottom {
  bottom: 0;
  left: 0;
}

.p-inner-banner__photo-credit p {
  margin: 0;
}

.p-inner-banner__photo-credit a {
  color: #5cabff;
  text-decoration: underline;
}

.p-inner-banner__photo-credit a:hover {
  text-decoration: none;
}

.p-inner-banner__title {
  font-size: 32px;
  font-size: 3.2rem;
  color: #fff;
  line-height: normal;
  margin-bottom: 0.46875em;
}

@media (min-width: 1200px) {
  .p-inner-banner__title {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 0.8333333333em;
  }
}

.p-inner-banner__caption {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.5625;
}

@media (min-width: 1200px) {
  .p-inner-banner__caption {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3889;
  }
}

.p-inner-banner__caption a {
  border-bottom: 2px solid #d67a31;
  color: #fff;
  text-decoration: none;
}

.p-inner-banner__caption a:hover {
  border-bottom: 0;
}

.p-inner-banner__link {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  margin-top: 1.5625em;
  line-height: 1.5625;
}

.p-inner-banner__link a {
  border-bottom: 2px solid #d67a31;
  color: #fff;
  text-decoration: none;
}

.p-inner-banner__link a:hover {
  border-bottom: 0;
}

.p-inner-banner__link a:after {
  font-size: 20px;
  font-size: 2rem;
  color: #d67a31;
  content: '\f105';
  font-family: 'FontAwesome', serif;
  padding-left: 10px;
}

.p-inner-banner__caption-wrapper {
  background-color: rgba(0, 56, 105, 0.9);
  padding: 2em 0.9375em;
  width: 100%;
}

@media (min-width: 768px) {
  .p-inner-banner__caption-wrapper {
    padding: 1.5em 1.875em;
  }
}

@media (min-width: 992px) {
  .p-inner-banner__caption-wrapper {
    max-width: 95%;
    padding: 1.875em 2.5em;
    position: absolute;
  }
}

@media (min-width: 1200px) {
  .p-inner-banner__caption-wrapper {
    max-width: 60%;
  }
}

@media (min-width: 1440px) {
  .p-inner-banner__caption-wrapper {
    max-width: 45%;
  }
}

@media (min-width: 992px) {
  .-without-call-to-action .p-inner-banner__caption-wrapper.-left-top {
    top: 0;
    left: 0;
  }
  .-without-call-to-action .p-inner-banner__caption-wrapper.-right-top {
    top: 0;
    right: 0;
  }
  .-without-call-to-action .p-inner-banner__caption-wrapper.-right-bottom {
    bottom: 0;
    right: 0;
  }
  .-without-call-to-action .p-inner-banner__caption-wrapper.-left-bottom {
    bottom: 0;
    left: 0;
  }
  .-without-call-to-action .p-inner-banner__caption-wrapper.-center-top {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .-without-call-to-action .p-inner-banner__caption-wrapper.-right-center {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .-without-call-to-action .p-inner-banner__caption-wrapper.-center-bottom {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .-without-call-to-action .p-inner-banner__caption-wrapper.-left-center {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .-without-call-to-action .p-inner-banner__caption-wrapper.-center-center {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (min-width: 768px) {
  .-with-call-to-action .p-inner-banner__caption-wrapper {
    padding: 1.5em 1.875em;
  }
}

@media (min-width: 992px) {
  .-with-call-to-action .p-inner-banner__caption-wrapper {
    max-width: 950px;
    max-width: 95rem;
    padding: 2.25em 1.875em;
  }
  .-with-call-to-action .p-inner-banner__caption-wrapper.-left-top {
    top: 0;
    left: 0;
  }
  .-with-call-to-action .p-inner-banner__caption-wrapper.-right-top {
    top: 0;
    right: 0;
  }
}

@media (min-width: 1280px) {
  .-with-call-to-action .p-inner-banner__caption-wrapper {
    max-width: 810px;
    max-width: 81rem;
  }
}

@media (min-width: 992px) {
  .-with-call-to-action .p-inner-banner__caption-wrapper.-left-top, .-with-call-to-action .p-inner-banner__caption-wrapper.-right-top {
    top: 40px;
    top: 4rem;
  }
}

@media (min-width: 1200px) {
  .-with-call-to-action .p-inner-banner__caption-wrapper.-left-top, .-with-call-to-action .p-inner-banner__caption-wrapper.-right-top {
    top: 55px;
    top: 5.5rem;
  }
}

.p-inner-banner__caption-wrapper.-center-bottom {
  text-align: center;
}

@media (min-width: 1200px) {
  .p-inner-banner__caption-wrapper.-center-bottom {
    max-width: 1170px;
    max-width: 117rem;
    padding: 2.625em 5.75em;
  }
}

@media (min-width: 1200px) {
  .p-inner-banner__caption-wrapper.-center-bottom .p-inner-banner__title {
    margin-bottom: 0.5555555556em;
  }
}

.p-inner-banner__caption-wrapper.-center-center {
  text-align: center;
}

@media (min-width: 1200px) {
  .p-inner-banner__caption-wrapper.-center-center .p-inner-banner__title {
    margin-bottom: 0.5555555556em;
  }
}

.p-inner-banner__caption-wrapper.-center-center .p-inner-banner__link a {
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #b26123;
  border: 1px solid #b26123;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 0.2777777778em 1.1111111111em;
  text-decoration: none;
  text-transform: uppercase;
}

.p-inner-banner__caption-wrapper.-center-center .p-inner-banner__link a:after {
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  content: '\f105';
  font-family: 'FontAwesome', serif;
  padding-left: 0.4166666667em;
}

.p-inner-banner__caption-wrapper.-center-center .p-inner-banner__link a:hover {
  background-color: #fff;
  color: #b26123;
}

.p-inner-banner__caption-wrapper.-center-center .p-inner-banner__link a:hover:after {
  color: #b26123;
}

@media (max-width: 991px) {
  .p-inner-banner__caption-cta-wrapper {
    background-color: rgba(0, 56, 105, 0.9);
  }
}

@media (max-width: 991px) {
  .p-inner-banner__caption-cta-wrapper .p-inner-banner__caption-wrapper {
    background-color: transparent;
  }
}

.p-inner-banner + .p-inner-banner {
  margin-top: 4em;
}

.p-main-hero {
  position: relative;
}

.p-main-hero__image {
  position: relative;
}

.p-main-hero__image img {
  width: 100%;
}

.p-main-hero__photo-credit {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
  line-height: 1.67;
  padding: 0.3571428571em 0.7142857143em;
  position: absolute;
}

.p-main-hero__photo-credit.-left-top {
  top: 0;
  left: 0;
}

.p-main-hero__photo-credit.-right-top {
  top: 0;
  right: 0;
}

.p-main-hero__photo-credit.-right-bottom {
  bottom: 0;
  right: 0;
}

.p-main-hero__photo-credit.-left-bottom {
  bottom: 0;
  left: 0;
}

.p-main-hero__photo-credit p {
  margin: 0;
}

.p-main-hero__photo-credit a {
  color: #5cabff;
  text-decoration: underline;
}

.p-main-hero__photo-credit a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .p-main-hero__caption-wrapper {
    background-color: #003869;
  }
}

@media (min-width: 768px) {
  .p-main-hero__caption-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
  }
}

.p-main-hero__caption {
  color: #fff;
  padding: 1.25em 0;
  position: relative;
}

@media (min-width: 768px) {
  .p-main-hero__caption {
    background-color: rgba(0, 56, 105, 0.9);
    float: left;
    padding: 1.375em 1.25em;
  }
}

@media (min-width: 992px) {
  .p-main-hero__caption {
    padding: 2.8125em 2.625em;
  }
}

.p-main-hero__subtitle {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.4545454545em;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .p-main-hero__subtitle {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.p-main-hero__title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.29;
}

@media (min-width: 992px) {
  .p-main-hero__title {
    font-size: 52px;
    font-size: 5.2rem;
  }
}

.p-main-hero__cta {
  font-size: 18px;
  font-size: 1.8rem;
  color: #d67a31;
  font-weight: bold;
}

@media (min-width: 992px) {
  .p-main-hero__cta {
    position: absolute;
    right: 42px;
    top: 45px;
  }
}

.p-main-hero__cta a {
  color: #d67a31;
}

.p-main-hero__cta:after {
  font-size: 22px;
  font-size: 2.2rem;
  color: #d67a31;
  content: '\f107';
  font-family: 'FontAwesome', serif;
  padding-left: 0.0909090909em;
  text-decoration: none;
}

.p-map-section {
  overflow: hidden;
}

.p-map-section__inner {
  padding: 0 1.25em 3.125em;
}

.p-map-section__inner:before, .p-map-section__inner:after {
  content: " ";
  display: table;
}

.p-map-section__inner:after {
  clear: both;
}

@media (min-width: 480px) {
  .p-map-section__inner {
    padding-top: 1.25em;
  }
}

@media (min-width: 1200px) {
  .p-map-section__inner {
    max-width: 1440px;
    max-width: 144rem;
    margin-right: auto;
    margin-left: auto;
    padding: 2.5em 1.25em 3.75em;
  }
}

@media (min-width: 1460px) {
  .p-map-section__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .p-map-section__col {
    float: left;
  }
}

.p-map-section__col-first {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .p-map-section__col-first {
    float: right;
    width: 60%;
  }
}

@media (min-width: 1200px) {
  .p-map-section__col-first {
    position: relative;
    width: calc(100% - 462px);
    z-index: 1;
  }
}

@media (min-width: 1200px) and (max-width: 1329px) {
  .p-map-section__col-first {
    top: -60px;
  }
}

@media (min-width: 1329px) and (max-width: 1439px) {
  .p-map-section__col-first {
    top: -35px;
  }
}

@media (min-width: 992px) {
  .p-map-section__col-second {
    width: 40%;
    position: relative;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .p-map-section__col-second {
    left: 3%;
  }
}

@media (min-width: 1200px) {
  .p-map-section__col-second {
    width: 462px;
    width: 46.2rem;
    left: 6.25%;
    top: 20px;
    z-index: 2;
  }
}

@media (min-width: 992px) {
  .p-map-section__text-group {
    border: 1px solid #bbb;
  }
}

@media (min-width: 992px) {
  .p-map-section__text-group-inner {
    left: 1.5em;
    position: relative;
    top: 1.875em;
  }
}

.p-map-section__title {
  font-size: 36px;
  font-size: 3.6rem;
  color: #003869;
  line-height: normal;
  margin-bottom: 0.2777777778em;
  text-align: center;
}

@media (min-width: 992px) {
  .p-map-section__title {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.1428;
    margin-bottom: 0;
    padding-left: 0.2857142857em;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .p-map-section__title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.1458;
  }
}

.p-map-section__text {
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #fff;
  line-height: 1.3889;
  margin-bottom: 1.1111111111em;
}

@media (min-width: 768px) and (max-width: 991px) {
  .p-map-section__text {
    max-width: 768px;
    max-width: 76.8rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .p-map-section__text {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.3636;
    margin-bottom: 0;
    padding-top: 0.9090909091em;
    padding-left: 0.5454545455em;
  }
}

@media (min-width: 1200px) {
  .p-map-section__text {
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.3704;
    padding-top: 1.1111111111em;
  }
}

@media (min-width: 768px) {
  .p-map-section__ctas {
    margin-top: 2.25em;
  }
}

@media (min-width: 992px) {
  .p-map-section__ctas {
    padding-left: 2.25em;
  }
}

.p-map-section__ctas a {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #b26123;
  border: 1px solid #b26123;
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: normal;
  padding: 0.5em 0.7142857143em;
  text-decoration: none;
}

@media (min-width: 768px) {
  .p-map-section__ctas a {
    font-size: 18px;
    font-size: 1.8rem;
    width: 275px;
    width: 27.5rem;
    padding: 0.6666666667em 0.8888888889em;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .p-map-section__ctas a {
    margin-left: auto;
    margin-right: auto;
  }
}

.p-map-section__ctas a:after {
  font-size: 24px;
  font-size: 2.4rem;
  content: '\f105';
  font-family: 'FontAwesome', serif;
  margin-left: 0.4166666667em;
  position: relative;
  top: 1px;
}

.p-map-section__ctas a:hover {
  background-color: #fff;
  color: #b26123;
}

.p-map-section #ndi-world-map {
  max-width: 978px;
  max-width: 97.8rem;
}

.p-quote-banner__quote-wrapper {
  position: relative;
}

.p-quote-banner__image-wrapper {
  position: relative;
}

.p-quote-banner__image {
  position: relative;
}

@media (min-width: 992px) {
  .p-quote-banner__image {
    max-width: 70%;
  }
}

@media (min-width: 992px) {
  .p-quote-banner__image img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

.p-quote-banner__photo-credit {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
  line-height: 1.67;
  padding: 0.3571428571em 0.7142857143em;
  position: absolute;
}

.p-quote-banner__photo-credit.-left-top {
  top: 0;
  left: 0;
}

.p-quote-banner__photo-credit.-right-top {
  top: 0;
  right: 0;
}

.p-quote-banner__photo-credit.-right-bottom {
  bottom: 0;
  right: 0;
}

.p-quote-banner__photo-credit.-left-bottom {
  bottom: 0;
  left: 0;
}

.p-quote-banner__photo-credit p {
  margin: 0;
}

.p-quote-banner__photo-credit a {
  color: #5cabff;
  text-decoration: underline;
}

.p-quote-banner__photo-credit a:hover {
  text-decoration: none;
}

.p-quote-banner__text-group {
  display: none;
}

@media (min-width: 992px) {
  .p-quote-banner__text-group {
    display: block;
    position: absolute;
  }
}

.p-quote-banner__text-group-inner {
  background-color: #1f568f;
  padding: 1.25em 1.5625em;
}

.p-quote-banner__quote {
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  line-height: 1.3636;
}

.p-quote-banner__quote:before {
  height: 46px;
  height: 4.6rem;
  width: 56px;
  width: 5.6rem;
  background: url("../images/quote.svg") no-repeat;
  background-size: contain;
  content: '';
  display: block;
  left: -40px;
  position: absolute;
  top: -28px;
}

@media (min-width: 1200px) {
  .p-quote-banner__quote:before {
    height: 71px;
    height: 7.1rem;
    width: 86px;
    width: 8.6rem;
    left: -63px;
    top: -48px;
  }
}

.p-quote-banner__quote-footer {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.6428;
}

@media (min-width: 992px) {
  .p-quote-banner--left .p-quote-banner__text-group {
    bottom: 12px;
    bottom: 1.2rem;
    max-width: 45%;
    right: 10%;
  }
}

@media (min-width: 1200px) {
  .p-quote-banner--left .p-quote-banner__text-group {
    max-width: 40%;
    bottom: 20px;
    bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .p-quote-banner--right .p-quote-banner__image {
    margin-left: auto;
  }
}

.p-quote-banner--right .p-quote-banner__text-group {
  border: 1px solid #bbb;
}

@media (min-width: 992px) {
  .p-quote-banner--right .p-quote-banner__text-group {
    bottom: auto;
    left: 12%;
    max-width: 45%;
    right: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 12px;
    margin-left: 12px;
  }
}

@media (min-width: 1200px) {
  .p-quote-banner--right .p-quote-banner__text-group {
    max-width: 35%;
  }
}

@media (min-width: 992px) {
  .p-quote-banner--right .p-quote-banner__text-group-inner {
    left: -12px;
    position: relative;
    top: -12px;
  }
}

.p-quote-banner--right .p-quote-banner__quote:before {
  background-image: url("../images/quote-black.svg");
  left: -40px;
  top: -28px;
}

@media (min-width: 1200px) {
  .p-quote-banner--right .p-quote-banner__quote:before {
    left: -63px;
    top: -48px;
  }
}

.p-report-intro {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.p-report-intro:before, .p-report-intro:after {
  content: " ";
  display: table;
}

.p-report-intro:after {
  clear: both;
}

@media (min-width: 992px) {
  .p-report-intro {
    margin-bottom: 1.875em;
    padding-top: 4.0625em;
    padding-bottom: 4.0625em;
  }
}

@media (min-width: 768px) {
  .p-report-intro__col {
    float: left;
  }
}

@media (min-width: 768px) {
  .p-report-intro__col-first {
    width: 60%;
  }
}

.p-report-intro__col-second {
  float: right;
}

@media (min-width: 768px) {
  .p-report-intro__col-second {
    max-width: 360px;
    max-width: 36rem;
    width: calc(43% - 60px);
  }
}

@media (min-width: 992px) {
  .p-report-intro__col-second {
    width: calc(35% - 60px);
  }
}

.p-report-intro__title {
  font-size: 32px;
  font-size: 3.2rem;
  color: #003869;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.3125em;
}

@media (min-width: 992px) {
  .p-report-intro__title {
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: normal;
  }
}

.p-report-intro__text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3888888889em;
  margin-bottom: 1.3888888889em;
}

@media (min-width: 768px) {
  .p-report-intro__text {
    margin-bottom: 2.2222222222em;
  }
}

.p-report-intro__text a {
  border-bottom: 2px solid #b26123;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.p-report-intro__text a:hover {
  color: #000;
  border-bottom: 0;
}

.p-report-intro__ctas {
  margin-bottom: 1.6666666667em;
}

@media (min-width: 768px) {
  .p-report-intro__ctas {
    margin-bottom: 0;
  }
}

.p-report-intro__ctas .field-item {
  margin-bottom: 1.1111111111em;
}

.p-report-intro__ctas .field-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .p-report-intro__ctas .field-item {
    display: inline-block;
    margin-bottom: 0.5555555556em;
    margin-right: 1.1111111111em;
  }
  .p-report-intro__ctas .field-item:last-child {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .p-report-intro__ctas .field-item {
    margin-bottom: 0;
  }
}

.p-report-intro__ctas a {
  font-size: 18px;
  font-size: 1.8rem;
  max-width: 350px;
  max-width: 35rem;
  background-color: #b26123;
  border: 1px solid #b26123;
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 0.8888888889em 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 991px) {
  .p-report-intro__ctas a {
    width: 350px;
    width: 35rem;
  }
}

@media (min-width: 768px) {
  .p-report-intro__ctas a {
    padding: 0.6666666667em 0.8888888889em;
  }
}

.p-report-intro__ctas a:after {
  font-size: 24px;
  font-size: 2.4rem;
  content: '\f105';
  font-family: 'FontAwesome', serif;
  margin-left: 0.4166666667em;
}

.p-report-intro__ctas a:hover {
  background-color: #fff;
  color: #b26123;
}

.p-report-intro__ctas a.is-pdf {
  background-color: #fff;
  color: #b26123;
}

.p-report-intro__ctas a.is-pdf:after {
  font-size: 18px;
  font-size: 1.8rem;
  content: '\f1c1';
  margin-left: 0.5555555556em;
}

.p-report-intro__ctas a.is-pdf:hover {
  background-color: #b26123;
  color: #fff;
}

.p-report-intro__image-group {
  border: 1px solid #bbb;
}

@media (max-width: 991px) {
  .p-report-intro__image-group {
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 30px);
  }
}

.p-report-intro__image-group-inner {
  position: relative;
  right: 10px;
  top: 10px;
}

@media (min-width: 992px) {
  .p-report-intro__image-group-inner {
    right: 20px;
    top: 20px;
  }
}

.p-report-intro__image img {
  width: 100%;
}

@media (min-width: 768px) {
  .p-report-intro__image img {
    width: auto;
  }
}

.p-report-intro__image-quote {
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #1f568f;
  color: #fff;
  line-height: 1.2222;
  padding: 0.5555555556em 1.1111111111em;
  position: relative;
}

.p-report-intro__image-quote:before {
  height: 35px;
  height: 3.5rem;
  width: 33px;
  width: 3.3rem;
  background: url("../images/quote-black.svg") no-repeat;
  background-size: contain;
  content: '';
  display: block;
  left: -24px;
  position: absolute;
  top: -18px;
}

@media (min-width: 992px) {
  .p-report-intro__image-quote:before {
    height: 47px;
    height: 4.7rem;
    width: 58px;
    width: 5.8rem;
    left: -44px;
    top: -34px;
  }
}

.p-report-intro__image-footer {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2857;
  margin-top: 1.0714285714em;
  text-align: right;
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 991px) {
  .p-report-intro__image-footer {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media (min-width: 992px) {
  .p-report-intro__image-footer {
    margin-top: 1.7857142857em;
  }
}

.p-slide__image-wrapper {
  position: relative;
}

.p-slide__image-caption {
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1f568f;
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  line-height: 1;
  padding: 0.2857142857em 0.4285714286em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
}

.p-slide__image-caption span {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 700;
}

.p-slide__title {
  font-size: 20px;
  font-size: 2rem;
  color: #124c89;
  font-weight: 700;
  line-height: 1.3;
  margin: 0.6em 0 0.75em;
}

.p-slide__title a {
  color: #124c89;
  text-decoration: none;
}

.p-slide__title a:hover {
  color: #124c89;
  text-decoration: underline;
}

.p-slide__description {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
}

.p-slider-section {
  background-color: #efefef;
  overflow: hidden;
  padding: 2.5em 0 3.125em;
}

.p-slider-section__text-group {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

.p-slider-section__title {
  font-size: 36px;
  font-size: 3.6rem;
  color: #003869;
  line-height: normal;
  margin-bottom: 0.5555555556em;
  text-align: center;
}

.p-slider-section__title a {
  color: #003869;
  text-decoration: none;
}

.p-slider-section__title a:hover {
  color: #003869;
  text-decoration: underline;
}

@media (min-width: 1200px) {
  .p-slider-section__title {
    font-size: 48px;
    font-size: 4.8rem;
    margin-bottom: 0.4166666667em;
  }
}

.p-slider-section__description {
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
  line-height: 1.3333;
  margin-bottom: 1.6666666667em;
  text-align: center;
}

@media (min-width: 1200px) {
  .p-slider-section__description {
    font-size: 23px;
    font-size: 2.3rem;
    max-width: 948px;
    max-width: 94.8rem;
    line-height: 1.4782;
    margin-bottom: 2.1739130435em;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-slider-section__slider {
  padding-left: 0.9375em;
  padding-right: 2.1875em;
  position: relative;
}

@media (min-width: 768px) {
  .p-slider-section__slider {
    padding-left: 4.0625em;
    padding-right: 6.25em;
  }
}

@media (min-width: 992px) {
  .p-slider-section__slider {
    padding-right: 8.75em;
  }
}

@media (min-width: 1200px) {
  .p-slider-section__slider {
    padding-left: 5em;
    padding-right: 11.875em;
  }
}

.p-slider-section__slider:after, .p-slider-section__slider:before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}

.p-slider-section__slider:before {
  background-color: #efefef;
  left: 0;
  width: 0.9375em;
}

@media (min-width: 768px) {
  .p-slider-section__slider:before {
    width: 4.0625em;
  }
}

@media (min-width: 1200px) {
  .p-slider-section__slider:before {
    width: 5em;
  }
}

.p-slider-section__slider:after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(239, 239, 239, 0)), to(#efefef));
  background-image: linear-gradient(to right, rgba(239, 239, 239, 0), #efefef);
  right: 0;
  width: 1.5625em;
}

@media (min-width: 768px) {
  .p-slider-section__slider:after {
    width: 5.3125em;
  }
}

@media (min-width: 992px) {
  .p-slider-section__slider:after {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(239, 239, 239, 0.5)), to(#efefef));
    background-image: linear-gradient(to right, rgba(239, 239, 239, 0.5), #efefef);
    width: 7.1875em;
  }
}

@media (min-width: 1200px) {
  .p-slider-section__slider:after {
    width: 10.3125em;
  }
}

.p-slider-section__slider .swiper-button-prev,
.p-slider-section__slider .swiper-button-next {
  display: none;
}

@media (min-width: 768px) {
  .p-slider-section__slider .swiper-button-prev,
  .p-slider-section__slider .swiper-button-next {
    display: block;
  }
}

.p-slider-section .swiper-button-prev,
.p-slider-section .swiper-button-next {
  height: 45px;
  height: 4.5rem;
  width: 45px;
  width: 4.5rem;
  background-color: #b26123;
  background-image: none;
  color: #fff;
  position: absolute;
  opacity: 0.5;
  top: 48%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 1200px) {
  .p-slider-section .swiper-button-prev,
  .p-slider-section .swiper-button-next {
    height: 60px;
    height: 6rem;
    width: 60px;
    width: 6rem;
  }
}

.p-slider-section .swiper-button-prev:hover,
.p-slider-section .swiper-button-next:hover {
  opacity: 1;
}

.p-slider-section .swiper-button-prev:before,
.p-slider-section .swiper-button-next:before {
  font-size: 40px;
  font-size: 4rem;
  display: block;
  font-family: 'FontAwesome', serif;
  left: 50%;
  position: absolute;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 1200px) {
  .p-slider-section .swiper-button-prev:before,
  .p-slider-section .swiper-button-next:before {
    font-size: 66px;
    font-size: 6.6rem;
    top: 45%;
  }
}

.p-slider-section .swiper-button-prev {
  left: 0;
}

.p-slider-section .swiper-button-prev:before {
  content: '\f104';
  left: 46%;
}

.p-slider-section .swiper-button-next {
  right: 0;
}

.p-slider-section .swiper-button-next:before {
  content: '\f105';
  left: 54%;
}

.p-spotlight-section {
  position: relative;
}

@media (min-width: 1200px) {
  .p-spotlight-section:after {
    background-color: #fff;
    content: '';
    height: 50px;
    position: absolute;
    top: 0;
    width: calc((100% - 1320px) / 2);
  }
}

.p-spotlight-section__inner {
  padding: 2.1875em 0.9375em;
}

@media (min-width: 992px) {
  .p-spotlight-section__inner {
    max-width: 1320px;
    max-width: 132rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.p-spotlight-section__top {
  clear: both;
}

@media (min-width: 992px) {
  .p-spotlight-section__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .p-spotlight-section__top-col-first {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}

@media (min-width: 992px) {
  .p-spotlight-section__top-col-second {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(55% - 30px);
            flex: 0 0 calc(55% - 30px);
  }
}

@media (min-width: 1200px) {
  .p-spotlight-section__top-col-second {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(55% - 60px);
            flex: 0 0 calc(55% - 60px);
  }
}

.p-spotlight-section__title-wrapper {
  margin-bottom: 1.5625em;
}

@media (min-width: 992px) {
  .p-spotlight-section__title-wrapper {
    margin-bottom: 2.1875em;
  }
}

.p-spotlight-section__subtitle {
  font-size: 16px;
  font-size: 1.6rem;
  color: #b26123;
  font-weight: 600;
  line-height: 1.46;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .p-spotlight-section__subtitle {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

.p-spotlight-section__title {
  font-size: 20px;
  font-size: 2rem;
  color: #124c89;
  font-weight: 600;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .p-spotlight-section__title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
  }
}

@media (min-width: 992px) {
  .p-spotlight-section__image-outer-wrapper {
    border: 1px solid #bbb;
    margin-top: -100px;
  }
}

.p-spotlight-section__image-wrapper {
  margin-bottom: 2.1875em;
  position: relative;
}

@media (min-width: 992px) {
  .p-spotlight-section__image-wrapper {
    margin-bottom: 0;
  }
}

.p-spotlight-section__photo-credit {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: rgba(51, 51, 51, 0.8);
  bottom: 0;
  color: #fff;
  line-height: 1.67;
  padding: 0.3571428571em 0.7142857143em;
  position: absolute;
  right: 0;
  width: 100%;
}

@media (min-width: 992px) {
  .p-spotlight-section__photo-credit {
    width: auto;
  }
}

.p-spotlight-section__photo-credit p {
  margin: 0;
}

.p-spotlight-section__photo-credit a {
  color: #5cabff;
  text-decoration: underline;
}

.p-spotlight-section__photo-credit a:hover {
  text-decoration: none;
}

.p-spotlight-section__bottom-sections {
  margin-top: 2.5em;
}

@media (min-width: 992px) {
  .p-spotlight-section__bottom-sections .paragraphs-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  .p-spotlight-section__bottom-sections .paragraphs-items > *:nth-child(odd) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .p-spotlight-section__bottom-sections .paragraphs-items > *:nth-child(even) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.7%;
            flex: 0 0 48.7%;
    margin-left: 5%;
  }
}

.p-spotlight-section__bottom-sections .paragraphs-items .p-icon-text:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .p-spotlight-section--image-left:after {
    left: 0;
  }
}

@media (min-width: 992px) {
  .p-spotlight-section--image-left .p-spotlight-section__inner:before {
    background-color: #fff;
    content: '';
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    width: 65%;
    z-index: 0;
  }
}

@media (min-width: 992px) {
  .p-spotlight-section--image-left .p-spotlight-section__top {
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 992px) {
  .p-spotlight-section--image-left .p-spotlight-section__top-col-first {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}

@media (min-width: 992px) {
  .p-spotlight-section--image-left .p-spotlight-section__top-col-second {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(48% - 30px);
            flex: 0 0 calc(48% - 30px);
  }
}

@media (min-width: 1200px) {
  .p-spotlight-section--image-left .p-spotlight-section__top-col-second {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(48% - 60px);
            flex: 0 0 calc(48% - 60px);
  }
}

@media (min-width: 992px) {
  .p-spotlight-section--image-left .p-spotlight-section__title-wrapper {
    float: right;
    width: calc(48% - 30px);
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 1200px) {
  .p-spotlight-section--image-left .p-spotlight-section__title-wrapper {
    width: calc(48% - 60px);
  }
}

@media (min-width: 992px) {
  .p-spotlight-section--image-left .p-spotlight-section__title-inner-wrapper {
    background-color: #fff;
    display: inline-block;
    padding-right: 1.25em;
  }
}

@media (min-width: 992px) {
  .p-spotlight-section--image-left .p-spotlight-section__image-outer-wrapper {
    padding: 1.875em 0;
  }
}

@media (min-width: 1200px) {
  .p-spotlight-section--image-left .p-spotlight-section__image-outer-wrapper {
    padding: 2.25em 0;
  }
}

@media (min-width: 992px) {
  .p-spotlight-section--image-left .p-spotlight-section__image-wrapper {
    right: -30px;
  }
}

@media (min-width: 1200px) {
  .p-spotlight-section--image-left .p-spotlight-section__image-wrapper {
    right: -60px;
  }
}

@media (min-width: 1200px) {
  .p-spotlight-section--image-right:after {
    right: 0;
  }
}

.p-spotlight-section--image-right .p-spotlight-section__inner {
  background-color: #fff;
}

@media (min-width: 992px) {
  .p-spotlight-section--image-right .p-spotlight-section__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 992px) {
  .p-spotlight-section--image-right .p-spotlight-section__image-outer-wrapper {
    padding: 1.875em 0;
  }
}

@media (min-width: 1200px) {
  .p-spotlight-section--image-right .p-spotlight-section__image-outer-wrapper {
    padding: 3.75em 0;
  }
}

@media (min-width: 992px) {
  .p-spotlight-section--image-right .p-spotlight-section__image-wrapper {
    left: -30px;
  }
}

@media (min-width: 1200px) {
  .p-spotlight-section--image-right .p-spotlight-section__image-wrapper {
    left: -60px;
  }
}

.p-statistic {
  margin-bottom: 1.5625em;
}

.p-statistic:before, .p-statistic:after {
  content: " ";
  display: table;
}

.p-statistic:after {
  clear: both;
}

.p-statistic:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .p-statistic {
    margin-bottom: 0.9375em;
  }
}

.p-statistic__icon {
  max-width: 56px;
  max-width: 5.6rem;
  float: left;
  margin-right: 0.875em;
}

@media (min-width: 992px) {
  .p-statistic__icon {
    max-width: 59px;
    max-width: 5.9rem;
  }
}

.p-statistic__icon ~ .p-statistic__text-group {
  margin-left: 4.375em;
}

@media (min-width: 1200px) {
  .p-statistic__icon ~ .p-statistic__text-group {
    margin-left: 4.6875em;
  }
}

.p-statistic__statistic-number {
  font-size: 46px;
  font-size: 4.6rem;
  color: #003869;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 1200px) {
  .p-statistic__statistic-number {
    font-size: 56px;
    font-size: 5.6rem;
  }
}

.p-statistic__statistic-number p {
  margin-bottom: 0;
}

.p-statistic__statistic-caption {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.3;
}

@media (min-width: 1200px) {
  .p-statistic__statistic-caption {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.p-statistic__statistic-caption p {
  margin-bottom: 0;
}

.p-statistics-section {
  max-width: 1170px;
  max-width: 117rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3.125em 0.9375em;
  position: relative;
}

@media (min-width: 992px) {
  .p-statistics-section {
    margin-bottom: -30px;
  }
}

@media (min-width: 1200px) {
  .p-statistics-section {
    margin-top: 2.5em;
  }
}

@media (min-width: 992px) {
  .p-statistics-section:before {
    display: block;
    content: '';
    border: 1px solid #bbb;
    height: calc(100% - 270px);
    left: 30px;
    position: absolute;
    top: 117px;
    width: calc(100% - 35px);
    z-index: 0;
  }
}

@media (min-width: 1200px) {
  .p-statistics-section:before {
    width: calc(100% - 30px);
  }
}

.p-statistics-section__title-group {
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .p-statistics-section__title-group {
    background-color: #fff;
    left: auto;
    margin-bottom: 0;
    position: absolute;
    padding-bottom: 1.25em;
    padding-right: 0.625em;
    top: auto;
    z-index: 1;
  }
}

.p-statistics-section__title {
  font-size: 36px;
  font-size: 3.6rem;
  color: #003869;
  font-weight: 700;
  line-height: normal;
}

.p-statistics-section__subtitle {
  font-size: 24px;
  font-size: 2.4rem;
  color: #b26123;
  font-weight: 700;
  line-height: 0.88;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .p-statistics-section__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    left: -5px;
    position: relative;
    z-index: 1;
  }
}

.p-statistics-section__columns .p-statistics-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.5%;
          flex: 0 0 31.5%;
}

@media (min-width: 992px) {
  .p-statistics-section__columns .p-statistics-column:first-child {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

@media (min-width: 992px) {
  .p-statistics-section__columns .p-statistics-column:nth-child(n + 2) {
    position: relative;
    top: -30px;
  }
}

.p-statistics-subsection {
  margin-bottom: 0.625em;
}

@media (min-width: 992px) {
  .p-statistics-subsection {
    margin-bottom: 1.25em;
  }
}

.p-statistics-subsection__title {
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #1f568f;
  color: #fff;
  display: inline-block;
  line-height: normal;
  max-width: 85%;
  padding: 0.3333333333em 0.5555555556em;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

@media (min-width: 1200px) {
  .p-statistics-subsection__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.p-statistics-subsection__title p {
  margin-bottom: 0;
}

.p-statistics-subsection__statistics {
  background-color: #efefef;
  padding: 2em 0.625em 1.25em;
}

@media (min-width: 1200px) {
  .p-statistics-subsection__statistics {
    padding-top: 2.3125em;
  }
}

.p-statistics-column:nth-child(2) .p-statistics-subsection:first-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .p-statistics-column:nth-child(2) .p-statistics-subsection:first-child {
    margin-bottom: 0.5em;
  }
}

.p-statistics-column:nth-child(2) .p-statistics-subsection:last-child .p-statistics-subsection__statistics {
  padding-top: 2.8125em;
}

@media (min-width: 1200px) {
  .p-statistics-column:nth-child(2) .p-statistics-subsection:last-child .p-statistics-subsection__statistics {
    padding-top: 3.125em;
  }
}

.p-text-image-quote {
  padding-top: 3.125em;
  padding-bottom: 3.125em;
}

.p-text-image-quote__inner {
  position: relative;
}

.p-text-image-quote__title {
  font-size: 30px;
  font-size: 3rem;
  color: #124c89;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.6666666667em;
  padding-right: 0.5em;
  padding-left: 0.5em;
  text-align: center;
}

@media (min-width: 992px) {
  .p-text-image-quote__title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .p-text-image-quote__title {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 0.6944444444em;
  }
}

@media (min-width: 992px) {
  .p-text-image-quote__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-text-image-quote__image-wrapper {
  position: relative;
}

@media (min-width: 992px) {
  .p-text-image-quote__image-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
}

@media (min-width: 992px) {
  .p-text-image-quote__image {
    height: 100%;
  }
}

.p-text-image-quote__image img {
  height: auto;
  width: 100%;
}

@media (min-width: 992px) {
  .p-text-image-quote__image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-text-image-quote__photo-credit {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: rgba(51, 51, 51, 0.8);
  bottom: 0;
  color: #fff;
  line-height: 1.67;
  padding: 0.3571428571em 0.7142857143em;
  position: absolute;
  width: 100%;
}

@media (min-width: 992px) {
  .p-text-image-quote__photo-credit {
    bottom: auto;
    right: 0;
    top: 0;
    width: auto;
  }
}

.p-text-image-quote__photo-credit p {
  margin: 0;
}

.p-text-image-quote__photo-credit a {
  color: #5cabff;
  text-decoration: underline;
}

.p-text-image-quote__photo-credit a:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  .p-text-image-quote__text-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 51%;
            flex: 0 0 51%;
    padding-left: 1.5625em;
    padding-right: 1.5625em;
    padding-bottom: 5.625em;
  }
}

@media (min-width: 1200px) {
  .p-text-image-quote__text-group {
    padding-bottom: 8.75em;
  }
}

.p-text-image-quote__description {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  margin-top: 1.25em;
  padding-right: 0.9375em;
  padding-left: 0.9375em;
}

@media (min-width: 992px) {
  .p-text-image-quote__description {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .p-text-image-quote__description {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3889;
    margin-bottom: 0.5555555556em;
  }
}

.p-text-image-quote__description a {
  border-bottom: 2px solid #d67a31;
  color: #000;
  text-decoration: none;
}

.p-text-image-quote__description a:hover {
  border-bottom: 0;
}

.p-text-image-quote__link {
  margin-top: 1.5625em;
  padding-right: 0.9375em;
  padding-left: 0.9375em;
}

@media (min-width: 992px) {
  .p-text-image-quote__link {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-text-image-quote__link a {
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 2px solid #d67a31;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

@media (min-width: 992px) {
  .p-text-image-quote__link a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (min-width: 1200px) {
  .p-text-image-quote__link a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.p-text-image-quote__link a:hover {
  border-bottom: 0;
}

.p-text-image-quote__link a:after {
  font-size: 16px;
  font-size: 1.6rem;
  color: #d67a31;
  content: '\f105';
  font-family: 'FontAwesome', serif;
  padding-left: 0.625em;
}

@media (min-width: 1200px) {
  .p-text-image-quote__link a:after {
    font-size: 20px;
    font-size: 2rem;
    padding-left: 0.5em;
  }
}

@media (min-width: 992px) {
  .p-text-image-quote__bottom {
    margin-bottom: -80px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-text-image-quote__quote-group {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  position: relative;
}

@media (min-width: 1200px) {
  .p-text-image-quote__quote-group {
    max-width: 950px;
  }
}

.p-text-image-quote__quote {
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #1f568f;
  color: #fff;
  line-height: 1.3333;
  padding: 1.25em 1.5625em;
  position: relative;
}

@media (min-width: 1200px) {
  .p-text-image-quote__quote {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.3636;
  }
}

.p-text-image-quote__quote:before {
  height: 46px;
  height: 4.6rem;
  width: 56px;
  width: 5.6rem;
  background: url("../images/quote-black.svg") no-repeat;
  background-size: contain;
  content: '';
  display: block;
  left: -40px;
  position: absolute;
  top: -28px;
}

@media (min-width: 1200px) {
  .p-text-image-quote__quote:before {
    height: 71px;
    height: 7.1rem;
    width: 86px;
    width: 8.6rem;
    left: -63px;
    top: -48px;
  }
}

@media (min-width: 992px) {
  .p-text-image-quote__quote:after {
    content: '';
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #bbb;
    bottom: -12px;
    height: 50%;
    left: -12px;
    position: absolute;
    width: calc(100% + 12px);
    z-index: 0;
  }
}

.p-text-image-quote__quote-footer-wrapper {
  line-height: 1.3333;
  text-align: right;
}

.p-text-image-quote__quote-footer {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #fff;
  display: inline-block;
  font-weight: 700;
  line-height: 1.67;
  padding-left: 0.7142857143em;
  position: relative;
  z-index: 1;
}

.p-text-image-quote__quote-footer p {
  margin-bottom: 0;
}

/**
 * components/pager
 * I provide styles for pagers
 */
ul.pager {
  border: none;
  margin: 30px 0;
}

ul.pager li {
  padding: 0;
  margin: 0;
  font-size: 20px;
}

ul.pager li a {
  border: none;
  padding: 0 5px;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}

ul.pager li a:hover {
  background-color: transparent;
  border-bottom: solid 1px #ccc;
}

ul.pager .pager-first a,
ul.pager .pager-previous a {
  color: #888888;
}

/**
 * pane-styles
 * I contain a number of pane styles for panels.
 *
 * The theme makes use of a number of unique styles for panel panes. Each style
 * has a background color and apperance for the header, and can modify the look
 * of content.
 *
 *
 *
 */
/**
 * .gray-region
 * I am a pane with a gray background and a black title
 */
.gray-region {
  background-color: #EBEBEB;
}

.gray-region h2.pane-title {
  text-transform: uppercase;
  color: #000;
  text-align: center;
  margin-bottom: 1em;
}

.gray-region h2.pane-title:before, .gray-region h2.pane-title:after, .gray-region > h2:before, .gray-region > h2:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.gray-region h2.pane-title:before, .gray-region > h2:before {
  right: 0.5em;
  margin-left: -50%;
}

.gray-region h2.pane-title:after, .gray-region > h2:after {
  left: 0.5em;
  margin-right: -50%;
}

.gray-region .lang-direction-rtl h2.pane-title:before, .gray-region .lang-direction-rtl > h2:before {
  left: 0.5em;
  margin-right: -50%;
  right: -0.5em;
  margin-left: 0;
}

.gray-region .lang-direction-rtl h2.pane-title:after, .gray-region .lang-direction-rtl > h2:after {
  right: 0.5em;
  margin-left: -50%;
  left: 0;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .gray-region h1:before, .gray-region h1:after, .gray-region h2:before, .gray-region h2:after, .gray-region h3:before, .gray-region h3:after, .gray-region h4:before, .gray-region .page-publications .publication-grid .publication-grid-item .bottom .readmore:before, .page-publications .publication-grid .publication-grid-item .bottom .gray-region .readmore:before, .gray-region h4:after, .gray-region .page-publications .publication-grid .publication-grid-item .bottom .readmore:after, .page-publications .publication-grid .publication-grid-item .bottom .gray-region .readmore:after, .gray-region h5:before, .gray-region h5:after, .gray-region h6:before, .gray-region h6:after {
    display: none;
  }
}

.lang-direction-rtl .gray-region h2.pane-title:before {
  left: 0.5em;
  margin-right: -50%;
  right: -0.5em;
  margin-left: 0;
}

.lang-direction-rtl .gray-region h2.pane-title:after {
  right: 0.5em;
  margin-left: -50%;
  left: 0;
  margin-right: 0;
}

/**
 * .blue-region
 * I am a pane with a white background and a blue header.
 */
.blue-region h2.pane-title {
  display: block;
  position: absolute;
  padding: 17px 50px;
  margin: 0 288px auto;
  color: white;
  z-index: 5;
  background: rgba(0, 56, 105, 0.7);
}

.blue-region h2.pane-title b, .blue-region h2.pane-title strong {
  font-weight: 600;
}

/**
 * .dark-gray-region
 * I am a pane with a dark-gray-background and a white header
 */
.dark-gray-region {
  background-color: #444;
  /**
  * Breakpoints for .dark-gray-region on small
  */
}

.dark-gray-region h2.pane-title {
  text-transform: uppercase;
  color: white;
  text-align: center;
  margin-bottom: 1em;
  padding-top: 0px;
}

.dark-gray-region > h1:before, .dark-gray-region > h1:after, .dark-gray-region > h2:before, .dark-gray-region > h2:after, .dark-gray-region > h3:before, .dark-gray-region > h3:after, .dark-gray-region > h4:before, .page-publications .publication-grid .publication-grid-item .bottom .dark-gray-region > .readmore:before, .dark-gray-region > h4:after, .page-publications .publication-grid .publication-grid-item .bottom .dark-gray-region > .readmore:after, .dark-gray-region > h5:before, .dark-gray-region > h5:after, .dark-gray-region > h6:before, .dark-gray-region > h6:after {
  background-color: Black;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.dark-gray-region > h1:before, .dark-gray-region > h2:before, .dark-gray-region > h3:before, .dark-gray-region > h4:before, .page-publications .publication-grid .publication-grid-item .bottom .dark-gray-region > .readmore:before, .dark-gray-region > h5:before, .dark-gray-region > h6:before {
  right: 0.5em;
  margin-left: -50%;
}

.dark-gray-region > h1:after, .dark-gray-region > h2:after, .dark-gray-region > h3:after, .dark-gray-region > h4:after, .page-publications .publication-grid .publication-grid-item .bottom .dark-gray-region > .readmore:after, .dark-gray-region > h5:after, .dark-gray-region > h6:after {
  left: 0.5em;
  margin-right: -50%;
}

.dark-gray-region .lang-direction-rtl > h1:before, .dark-gray-region .lang-direction-rtl > h2:before, .dark-gray-region .lang-direction-rtl > h3:before, .dark-gray-region .lang-direction-rtl > h4:before, .dark-gray-region .page-publications .publication-grid .publication-grid-item .bottom .lang-direction-rtl > .readmore:before, .page-publications .publication-grid .publication-grid-item .bottom .dark-gray-region .lang-direction-rtl > .readmore:before, .dark-gray-region .lang-direction-rtl > h5:before, .dark-gray-region .lang-direction-rtl > h6:before {
  left: 0.5em;
  margin-right: -50%;
  right: -0.5em;
  margin-left: 0;
}

.dark-gray-region .lang-direction-rtl > h1:after, .dark-gray-region .lang-direction-rtl > h2:after, .dark-gray-region .lang-direction-rtl > h3:after, .dark-gray-region .lang-direction-rtl > h4:after, .dark-gray-region .page-publications .publication-grid .publication-grid-item .bottom .lang-direction-rtl > .readmore:after, .page-publications .publication-grid .publication-grid-item .bottom .dark-gray-region .lang-direction-rtl > .readmore:after, .dark-gray-region .lang-direction-rtl > h5:after, .dark-gray-region .lang-direction-rtl > h6:after {
  right: 0.5em;
  margin-left: -50%;
  left: 0;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .dark-gray-region h1:before, .dark-gray-region h1:after, .dark-gray-region h2:before, .dark-gray-region h2:after, .dark-gray-region h3:before, .dark-gray-region h3:after, .dark-gray-region h4:before, .dark-gray-region .page-publications .publication-grid .publication-grid-item .bottom .readmore:before, .page-publications .publication-grid .publication-grid-item .bottom .dark-gray-region .readmore:before, .dark-gray-region h4:after, .dark-gray-region .page-publications .publication-grid .publication-grid-item .bottom .readmore:after, .page-publications .publication-grid .publication-grid-item .bottom .dark-gray-region .readmore:after, .dark-gray-region h5:before, .dark-gray-region h5:after, .dark-gray-region h6:before, .dark-gray-region h6:after {
    display: none;
  }
}

.dark-gray-region h2:after, .dark-gray-region h2:before {
  background-color: white;
}

.dark-gray-region h1, .dark-gray-region h2, .dark-gray-region h3, .dark-gray-region h4, .dark-gray-region .page-publications .publication-grid .publication-grid-item .bottom .readmore, .page-publications .publication-grid .publication-grid-item .bottom .dark-gray-region .readmore, .dark-gray-region h5, .dark-gray-region h6 {
  color: white;
}

.dark-gray-region label {
  color: White;
}

@media screen and (max-width: 768px) {
  .dark-gray-region h2.pane-title {
    font-size: 2.1989em;
  }
}

.lang-direction-rtl .dark-gray-region h2.pane-title:before {
  left: 0.5em;
  margin-right: -50%;
  right: -0.5em;
  margin-left: 0;
}

.lang-direction-rtl .dark-gray-region h2.pane-title:after {
  right: 0.5em;
  margin-left: -50%;
  left: 0;
  margin-right: 0;
}

/**
 * .panel-pane-full-width
 * I provide styles for panel panes that span the width of the browser.
 */
.panel-pane-full-width {
  padding-top: 1em;
  padding-bottom: 3.2em;
}

/**
 * .country-images
 * Shadow for country images on country page.
 */
.country-images {
  -webkit-box-shadow: 0px 0px 6px 1px #b4c1f0;
  box-shadow: 0px 0px 6px 2px rgba(180, 193, 240, 0.5);
  width: 100%;
}

/**
 * .country-images
 * Provides style for dark gray background class.
 */
.dark-gray-bg {
  background-color: #555555;
}

.pane-content,
.panels-flexible-region-inside {
  position: relative;
}

/**
 * @file components/partners
 * I provide styles for the partners page.
 */
.page-partners {
  text-align: center;
  /**
   * Styling the small donors text in the individuals section.
   */
}

.page-partners .region-footer-left h2 {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .page-partners .region-footer-left h2 {
    text-align: center;
  }
}

.page-partners .col-lg-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media all and (min-width: 0) and (max-width: 768px) {
  .page-partners .partners-blue-bar-header {
    margin-top: 36em !important;
  }
  .page-partners .partners-blue-bar-header h3 {
    font-size: 3.598em;
  }
  .page-partners .partners-grid .mid-col-facts p.factoids-first {
    padding-top: 15em !important;
  }
  .page-partners .partners-grid .mid-col-facts p.factoids {
    padding-top: 3em !important;
  }
}

.page-partners .partners-support a {
  text-decoration: none;
}

.page-partners .partners-support h2 {
  overflow: hidden;
  text-align: center;
  color: #000;
}

.page-partners .partners-support h2:before,
.page-partners .partners-support h2:after {
  background-color: #888888;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.page-partners .partners-support h2:before {
  right: 0.5em;
  margin-left: -50%;
}

.page-partners .partners-support h2:after {
  left: 0.5em;
  margin-right: -50%;
}

.page-partners .partners-grid {
  position: relative;
}

.page-partners .partners-grid .left-column {
  margin: 0em;
  padding-left: 0em;
  padding-right: 0em;
}

.page-partners .partners-grid .left-column .partner-grid-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.page-partners .partners-grid .left-column .img-left-one {
  background-image: url("../images/img-left-one.jpg");
  height: 281px;
}

.page-partners .partners-grid .left-column .img-left-two {
  background-image: url("../images/img-left-two.jpg");
  height: 333px;
}

.page-partners .partners-grid .left-column .img-left-three {
  background-image: url("../images/img-left-three.jpg");
  height: 333px;
}

.page-partners .partners-grid .left-column .img-left-four {
  background-image: url("../images/img-left-four.jpg");
  height: 335px;
}

.page-partners .partners-grid .left-column .img-left-five {
  background-image: url("../images/img-left-five.jpg");
  height: 375px;
}

.page-partners .partners-grid .left-column .img-left-six {
  background-image: url("../images/img-left-six.jpg");
  height: 333px;
}

.page-partners .partners-grid .left-column .img-left-seven {
  background-image: url("../images/img-left-seven.jpg");
  height: 233px;
}

.page-partners .partners-grid .right-column {
  padding-left: 0em;
  padding-right: 0em;
}

.page-partners .partners-grid .right-column .img-right-one {
  background-image: url("../images/img-right-one.jpg");
  height: 371px;
}

.page-partners .partners-grid .right-column .img-right-two {
  background-image: url("../images/img-right-two.jpg");
  height: 333px;
}

.page-partners .partners-grid .right-column .img-right-three {
  background-image: url("../images/img-right-three.png");
  height: 376px;
}

.page-partners .partners-grid .right-column .img-right-four {
  background-image: url("../images/img-right-four.jpg");
  height: 333px;
}

.page-partners .partners-grid .right-column .img-right-five {
  background-image: url("../images/img-right-five.jpg");
  height: 333px;
}

.page-partners .partners-grid .right-column .img-right-six {
  background-image: url("../images/img-right-six.jpg");
  height: 333px;
}

.page-partners .partners-grid .right-column .img-right-seven {
  background-image: url("../images/img-right-seven.jpg");
  height: 144px;
}

.page-partners .partners-grid .mid-col-one {
  padding-bottom: 30px;
  padding-left: 0em;
  padding-right: 0em;
}

.page-partners .partners-grid .mid-col-one p {
  font-size: 1.999em;
  margin: 0;
}

.page-partners .partners-grid .mid-col-facts {
  padding-left: 0em;
  padding-right: 0em;
}

.page-partners .partners-grid .mid-col-facts p.factoids {
  padding-top: 4em;
  font-size: 1.999em;
  font-weight: 300;
}

.page-partners .partners-grid .mid-col-facts p.factoids span.mid-number {
  font-size: 1.999em;
}

.page-partners .partners-grid .mid-col-facts p.factoids-first {
  padding-top: 12em;
  font-size: 1.999em;
  font-weight: 300;
}

.page-partners .partners-grid .mid-col-facts p.factoids-first span.mid-number {
  font-size: 1.999em;
}

.page-partners .partners-grid .mid-col-last {
  padding-left: 0em;
  padding-right: 0em;
  font-size: 1.999em;
  font-weight: 300;
}

.page-partners #partners-grid-top {
  color: white;
  background-color: rgba(0, 56, 105, 0.7);
  position: absolute;
  top: 0px;
  z-index: 500;
  padding: 45px;
  font-size: 40px;
  width: 100%;
}

.page-partners #partners-grid-top p {
  max-width: 410px;
  font-size: 1em;
  font-family: "Cooper Hewitt", "Source Sans Pro";
  margin: 0 auto;
  line-height: 120%;
  font-weight: 300;
}

.page-partners #partners-grid-top span.big-blue-number {
  font-size: 1.999em;
  line-height: 1.2em;
  font-weight: 300;
}

.page-partners #partners-grid-bottom {
  color: white;
  background-color: rgba(0, 56, 105, 0.7);
  position: absolute;
  margin-top: 120em;
  width: 100%;
  padding: 2.3em;
  z-index: 500;
  display: block;
}

.page-partners #partners-grid-bottom p {
  max-width: 410px;
  font-size: 2.4em;
  font-family: "Cooper Hewitt", "Source Sans Pro";
  margin: 0 auto;
  line-height: 120%;
  font-weight: 300;
}

.page-partners .small-text-individuals {
  font-size: 14px;
  margin-top: 20px;
}

.page-partners .small-text-individuals p {
  text-align: center;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-partners #partners-grid-bottom {
    padding: 2.2em;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .page-partners #partners-grid-top {
    padding: 74px;
    font-size: 28px;
  }
  .page-partners #partners-grid-bottom {
    padding: 1.7em;
    margin-top: 124.3em;
  }
  .page-partners #partners-grid-bottom p {
    font-size: 1.6em;
    max-width: 250px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) and (-ms-high-contrast: active), (min-width: 768px) and (max-width: 1200px) and (-ms-high-contrast: none) {
  .page-partners #partners-grid-bottom {
    padding: 1.6em;
    margin-top: 124.3em;
  }
}

/**
 * components/people
 * This is a file with a list of styles used on the leadership and staff page.
 *
 */
/**
 * .people-image-container
 * Styles for groups of people images in cirles on leadership and staff page.
 */
.people-image-container {
  height: 400px;
  /**
   * This is the picture of the person
   */
  /**
   * This is all the text appearing near the person image.
   */
}

.people-image-container .person-image {
  height: 250px;
  width: 250px;
  border-radius: 50%;
  margin: 0em auto;
  display: block;
}

.people-image-container .person-image:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: .9;
  -webkit-transition: opacity 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  transition: opacity 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, opacity 150ms ease-in-out;
  transition: transform 150ms ease-in-out, opacity 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}

.people-image-container figcaption {
  margin-top: 1em;
  text-align: center;
  padding-bottom: 3em;
}

.people-image-container figcaption .person-name {
  font-weight: 500;
  font-size: 1.32em;
  color: #003869;
  text-transform: uppercase;
}

.people-image-container figcaption .person-title {
  color: #003869;
  display: block;
}

/**
 * This is the height of the row with pictures
 */
.view-display-id-leadership_pane .views-row {
  height: 400px;
}

/**
 * components/photo-galleries
 * Holding the styles for galleries on the site.
 *
 * I define a few sets of galleries:
 * - gallery-pane, country-page-galleries: styles for multiple galleries
 * - regional-page-gallery: styles for a single gallery on the page.
 */
.gallery-pane .field-name-field-ndi-country-image-gallery article,
.country-page-galleries .field-name-field-ndi-country-image-gallery article {
  background-color: white;
  padding: .2em;
}

.gallery-pane .field-name-field-ndi-country-image-gallery .field-item .even,
.country-page-galleries .field-name-field-ndi-country-image-gallery .field-item .even {
  margin-bottom: 0;
  font-size: 19.2px;
  line-height: 1.5em;
  padding: .25em;
}

.gallery-pane .field-name-field-ndi-country-image-gallery > .field-items,
.country-page-galleries .field-name-field-ndi-country-image-gallery > .field-items {
  margin-bottom: 4em;
}

.gallery-pane .field-name-field-ndi-country-image-gallery > .field-items:before, .gallery-pane .field-name-field-ndi-country-image-gallery > .field-items:after,
.country-page-galleries .field-name-field-ndi-country-image-gallery > .field-items:before,
.country-page-galleries .field-name-field-ndi-country-image-gallery > .field-items:after {
  content: " ";
  display: table;
}

.gallery-pane .field-name-field-ndi-country-image-gallery > .field-items:after,
.country-page-galleries .field-name-field-ndi-country-image-gallery > .field-items:after {
  clear: both;
}

/**
 * Breakpoints for photo gallery.
 */
/**
 * .regional-page-gallery
 * This is another style for image galleries
 */
.regional-page-gallery, .node-type-image-gallery .node-image-gallery {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.regional-page-gallery h2.pane-title, .node-type-image-gallery .node-image-gallery h2.pane-title {
  margin: 0;
  color: white;
  margin-left: 51%;
  position: absolute;
  top: 1.75em;
  font-weight: 100;
  font-size: 3.2em;
  font-family: "Cooper Hewitt", "Source Sans Pro";
}

.regional-page-gallery h2.pane-title b, .node-type-image-gallery .node-image-gallery h2.pane-title b {
  font-weight: 700;
}

.regional-page-gallery .gallery-sets img, .node-type-image-gallery .node-image-gallery .gallery-sets img {
  border: 7px solid white;
}

.regional-page-gallery .gallery-sets .gallery-set-text, .node-type-image-gallery .node-image-gallery .gallery-sets .gallery-set-text {
  color: white;
  margin-bottom: 1em;
  padding-top: 4.5em;
  padding-left: 0em;
  font-size: 19.2px;
  line-height: 1.5em;
}

.regional-page-gallery .swiper-slide img, .node-type-image-gallery .node-image-gallery .swiper-slide img, .regional-page-gallery .swiper-slide .gallery-set-text, .node-type-image-gallery .node-image-gallery .swiper-slide .gallery-set-text {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
}

.regional-page-gallery .swiper-slide-active img, .node-type-image-gallery .node-image-gallery .swiper-slide-active img, .regional-page-gallery .swiper-slide-active .gallery-set-text, .node-type-image-gallery .node-image-gallery .swiper-slide-active .gallery-set-text {
  opacity: 1;
}

.regional-page-gallery .swiper-slide-active .gallery-set-text, .node-type-image-gallery .node-image-gallery .swiper-slide-active .gallery-set-text {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}

.regional-page-gallery .swiper-slide-active img, .node-type-image-gallery .node-image-gallery .swiper-slide-active img {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.regional-page-gallery .swiper-pagination, .node-type-image-gallery .node-image-gallery .swiper-pagination {
  position: absolute;
  text-align: left;
  margin-left: 50%;
  width: 50%;
  bottom: 0em;
}

.regional-page-gallery .collection, .node-type-image-gallery .node-image-gallery .collection {
  margin-top: 5em;
  margin-bottom: 6em;
}

/**
 * Breakpoints for .regional-page-gallery
 */
@media (min-width: 768px) and (max-width: 992px) {
  .regional-page-gallery h2.pane-title, .node-type-image-gallery .node-image-gallery h2.pane-title {
    margin-left: 51%;
  }
  .regional-page-gallery .gallery-sets .gallery-set-text, .node-type-image-gallery .node-image-gallery .gallery-sets .gallery-set-text {
    padding-top: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 768px) {
  .regional-page-gallery .swiper-pagination, .node-type-image-gallery .node-image-gallery .swiper-pagination {
    margin-left: 45%;
  }
}

/**
 * @file components/promo
 * Defines the appearance of promo boxes used throughout the website
 *
 * Includes:
 * - promo-box: basic promo box, used to call out links in the site
 * - promo-box-blue: colors the promo box
 * - promo-button-right: makes buttons go to the right
 * - promo-box-jumpy: animates a promo box. using H2 and regular text, also messes with buttons.
 *
 */
/**
  * promo-box
  * This is a basic promo box
  */
.promo-box {
  font-weight: 400;
  -webkit-transition: color 300ms ease-in-out, margin 150ms ease-in-out, bottom 150ms ease-in-out;
  transition: color 300ms ease-in-out, margin 150ms ease-in-out, bottom 150ms ease-in-out;
}

.promo-box > h2 {
  display: none;
}

.promo-box.container, .promo-box.breadcrumb-wrapper, .pane-node-field-ndi-regional-programs .promo-box.pane-content, .pane-node-field-ndi-initiatives .promo-box.pane-content, .navigation-widget ul li.promo-box, .node-type-ndi-story .promo-box.about-ndi-block, .where-we-work-countries .promo-box.pane-content, .about-us-page .promo-box.panels-flexible-row-last {
  width: 100%;
  min-width: 100%;
  padding-bottom: 0em;
}

@media screen and (max-width: 768px) {
  .promo-box.panel-pane-full-width {
    padding-top: 2em;
    padding-bottom: 2.5em;
  }
}

/**
 * promo-box-info
 * This is an info box
 */
.promo-box-info {
  border: 1px solid #bbb;
}

.promo-box-info strong {
  font-weight: 700;
}

.promo-box-info h3 {
  color: #124c89;
  font-size: 2.15em;
  font-weight: 400 !important;
}

.promo-box-info p {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.33em;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  opacity: 0.8;
  padding: 0.34em 4em 1.7em;
}

/**
 * Breakpoints for promo-box-info
 */
@media screen and (max-width: 768px) {
  .promo-box-info p {
    padding: 0.35em .25em 0.25em;
  }
}

/**
 * promo-button-right
 * makes buttons go to the right
 */
.promo-button-right {
  position: relative;
}

.promo-button-right .btn, .promo-button-right .form-actions input[type="button"], .form-actions .promo-button-right input[type="button"], .promo-button-right
.form-actions input[type="submit"],
.form-actions .promo-button-right input[type="submit"] {
  margin-bottom: 0em;
  position: absolute;
  bottom: .7em;
  right: 0px;
}

.lang-direction-rtl .promo-button-right .btn, .lang-direction-rtl .promo-button-right .form-actions input[type="button"], .form-actions .lang-direction-rtl .promo-button-right input[type="button"], .lang-direction-rtl .promo-button-right
.form-actions input[type="submit"],
.form-actions .lang-direction-rtl .promo-button-right input[type="submit"] {
  left: 0px;
  right: unset;
}

.lang-direction-rtl .promo-button-right .btn .arrow, .lang-direction-rtl .promo-button-right .form-actions input[type="button"] .arrow, .form-actions .lang-direction-rtl .promo-button-right input[type="button"] .arrow, .lang-direction-rtl .promo-button-right
.form-actions input[type="submit"] .arrow,
.form-actions .lang-direction-rtl .promo-button-right input[type="submit"] .arrow {
  display: none;
}

/**
 * Breakpoints for promo-button-right
 */
@media screen and (max-width: 768px) {
  .promo-button-right {
    position: relative;
    padding-bottom: 1em;
  }
  .promo-button-right .btn, .promo-button-right .form-actions input[type="button"], .form-actions .promo-button-right input[type="button"], .promo-button-right
  .form-actions input[type="submit"],
  .form-actions .promo-button-right input[type="submit"] {
    margin-bottom: 1em;
    position: relative;
    bottom: auto;
    right: auto;
  }
}

/**
 * promo-box-blue
 * this makes the promo box colors blue
 */
.promo-box-blue {
  background-color: #124C89;
  background-image: repeating-linear-gradient(-35deg, transparent, transparent 3px, rgba(255, 255, 255, 0.05) 3px, rgba(255, 255, 255, 0.05) 4px);
  color: white;
}

.promo-box-blue .btn, .promo-box-blue .form-actions input[type="button"], .form-actions .promo-box-blue input[type="button"], .promo-box-blue
.form-actions input[type="submit"],
.form-actions .promo-box-blue input[type="submit"] {
  color: white;
}

@media screen and (max-width: 480px) {
  .promo-box-blue {
    background-color: #124C89;
    background-image: url(../images/bpat.png);
    background-repeat: repeat repeat;
  }
}

/**
 * Linear gradient background on Safari 10.1+
 */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .promo-box-blue {
      background-color: #124C89;
      background-image: url(../images/bpat.png);
      background-repeat: repeat repeat;
    }
  }
}

.promo-box-spacing {
  margin-top: 15px;
  margin-bottom: 25px;
}

/**
 * promo-box-jumpy
 * this style allows text to animate when hovered over
 */
.promo-box-jumpy .pane-content > h2 {
  font-weight: 700;
  margin: .1em 0em .5em 0em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.8;
  -webkit-transition: color 100ms ease-in-out, opacity 100ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: color 100ms ease-in-out, opacity 100ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, color 100ms ease-in-out, opacity 100ms ease-in-out;
  transition: transform 300ms ease-in-out, color 100ms ease-in-out, opacity 100ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.promo-box-jumpy .btn, .promo-box-jumpy .form-actions input[type="button"], .form-actions .promo-box-jumpy input[type="button"], .promo-box-jumpy
.form-actions input[type="submit"],
.form-actions .promo-box-jumpy input[type="submit"] {
  margin-bottom: 0em;
  -webkit-transition: all 0ms ease-in-out;
  transition: all 0ms ease-in-out;
}

.promo-box-jumpy:hover {
  color: transparent;
}

.promo-box-jumpy:hover .pane-content > h2 {
  color: White;
  opacity: 1;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

/**
 * Breakpoints for promo-box-jumpy
 */
@media screen and (max-width: 768px) {
  .promo-box-jumpy .pane-content > H2 {
    margin-bottom: .25em;
  }
}

/**
 * @file components/publications
 * I provide styles for publications.
 */
/**
 * .pub-list-item
 * I am a publication appearing in a list. I contain an icon
 * and a title.
 */
.pub-list-item {
  position: relative;
  margin-bottom: 1.5em;
  line-height: 1.4em;
}

.pub-list-item a {
  display: block;
  padding-left: 3em;
}

/**
 * .publications-widget
 * I provide styles for the publications widget on country / functional team
 * pages.
 * I need to be cleaned up and should be moved to a partial called
 * publications-widget.
 */
.publications-widget .find-publications {
  background-color: #ebebeb;
}

.publications-widget .widget-section-title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 2.3em;
  font-weight: 100;
}

.publications-widget .widget-section-title strong {
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .publications-widget .widget-section-title {
    font-size: 1.5em;
    width: 100%;
  }
}

.publications-widget .featured-title {
  margin-top: 0;
  font-weight: 400;
  line-height: 1.6em;
  text-decoration: underline;
}

.publications-widget .featured-title a {
  color: #c1c1c1;
}

.publications-widget .featured-title a:hover {
  color: white;
}

.publications-widget .section-inner {
  height: 100%;
  padding: 2em;
}

@media screen and (max-width: 480px) {
  .publications-widget .section-inner {
    padding: 0.5em;
  }
}

.find-publications .section-inner h2 {
  color: #555555;
}

.find-publications .publication-search {
  margin-bottom: 2em;
}

.find-publications .publication-search input {
  border: 0;
  float: left;
  height: 2.5em;
  width: 75%;
  color: #555555;
}

.find-publications .publication-search button {
  float: left;
  border: 0;
  background-color: #003869;
  background-image: url("../images/hpattern.png");
  color: white;
  width: 25%;
  height: 2.5em;
}

.find-publications .publication-search button .fa, .find-publications .publication-search button .navigation-menu h2:after, .navigation-menu .find-publications .publication-search button h2:after {
  margin-right: 10px;
}

.find-publications .noresults {
  color: #555555;
}

/**
 * I provide styles for the publications page.
 * I need to be cleaned up and moved into a set of styles for theming
 * publications. Parts of me need to move into layouts and themes.
 */
.page-publications .sharethis-buttons {
  display: none;
}

.page-publications .topbar {
  margin-bottom: 4em;
  background-color: #444444;
}

.page-publications .topbar .filters-top {
  margin-top: 15px;
}

.page-publications .topbar .select-wrapper .ui-widget {
  width: 100%;
}

@media (max-width: 991px) {
  .page-publications .topbar .select-wrapper {
    margin-top: 1em;
  }
}

.page-publications .topbar .search-wrapper {
  width: 100%;
}

.page-publications .topbar .search-wrapper input {
  width: 100%;
  padding-left: 10px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-publications .topbar .search-wrapper input {
    padding-bottom: 13px;
  }
}

.page-publications .topbar .valign-center {
  display: table;
  height: 65px;
}

.page-publications .topbar .valign-center .valign-inner {
  display: table-cell;
  vertical-align: middle;
}

.page-publications .topbar input {
  background-color: #555555;
  color: #888888;
  border: none;
}

.page-publications .topbar button {
  background-color: #555555;
  color: white;
  border: none;
  padding: 0.1em 1em;
  text-transform: uppercase;
}

.page-publications .topbar button .fa, .page-publications .topbar button .navigation-menu h2:after, .navigation-menu .page-publications .topbar button h2:after {
  padding-right: 5px;
}

.page-publications .topbar button.inactive {
  background-color: #2f2f2f;
  color: #6f6f6f;
}

.page-publications .topbar .buttons-inner {
  float: right;
}

.page-publications .topbar .browselabel {
  color: white;
  text-transform: uppercase;
  float: left;
}

.page-publications .publication-list .publication-list-item {
  margin-bottom: 2em;
}

.page-publications .publication-list .publication-list-item .item-header {
  border-bottom: 2px solid #000;
  margin-bottom: 1em;
}

.page-publications .publication-list .publication-list-item .resource-title h3 {
  margin-top: 0;
  font-size: 1.414em;
}

.page-publications .publication-list .publication-list-item .resource-title h3 a {
  color: #000;
}

.page-publications .publication-list .publication-list-item .resource-type h4, .page-publications .publication-list .publication-list-item .resource-type .publication-grid .publication-grid-item .bottom .readmore, .page-publications .publication-grid .publication-grid-item .bottom .publication-list .publication-list-item .resource-type .readmore {
  text-transform: uppercase;
  font-size: 1.15em;
  font-weight: bold;
}

.page-publications .publication-list .publication-list-item .resource-date h4, .page-publications .publication-list .publication-list-item .resource-date .publication-grid .publication-grid-item .bottom .readmore, .page-publications .publication-grid .publication-grid-item .bottom .publication-list .publication-list-item .resource-date .readmore {
  text-transform: uppercase;
  font-size: 1.15em;
  font-weight: bold;
}

.page-publications .publication-list .publication-list-item .readmore {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0.75em;
}

.page-publications .publication-list .publication-list-item .resource-downloads {
  margin-top: 0.75em;
}

.page-publications .publication-list .publication-list-item .file-link {
  margin-right: 10px;
  display: inline-block;
}

.page-publications .publication-grid .publication-grid-item {
  padding-left: 0;
  padding-right: 0;
}

.page-publications .publication-grid .publication-grid-item .top {
  height: 275px;
  color: white;
  padding: 1em;
  position: relative;
}

.page-publications .publication-grid .publication-grid-item .top .type {
  text-transform: uppercase;
}

.page-publications .publication-grid .publication-grid-item .top .type h4, .page-publications .publication-grid .publication-grid-item .top .type .bottom .readmore, .page-publications .publication-grid .publication-grid-item .bottom .top .type .readmore {
  margin-top: 0;
}

.page-publications .publication-grid .publication-grid-item .top .title {
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  padding-right: 15px;
}

.page-publications .publication-grid .publication-grid-item .top .title a {
  color: white;
}

.page-publications .publication-grid .publication-grid-item .bottom {
  padding: 1em;
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .page-publications .publication-grid .publication-grid-item .bottom {
    height: 375px;
  }
}

.page-publications .publication-grid .publication-grid-item .bottom .readmore {
  margin-top: 1em;
  text-transform: uppercase;
  font-size: 1.15em;
  font-weight: 600;
}

.page-publications .publication-grid .publication-grid-item .body {
  line-height: 1.3em;
}

.page-publications .publication-grid .publication-grid-item .top {
  background-color: rgba(50, 99, 47, 0.7);
}

.page-publications .publication-grid .publication-grid-item .readmore a {
  color: rgba(50, 99, 47, 0.7);
}

.page-publications .publication-grid .publication-statement .top {
  background-color: rgba(63, 122, 41, 0.7);
}

.page-publications .publication-grid .publication-statement .readmore a {
  color: rgba(63, 122, 41, 0.7);
}

.page-publications .publication-grid .publication-statement .pub-type-icon:before {
  content: "";
}

.page-publications .publication-grid .publication-report .top {
  background-color: rgba(108, 107, 127, 0.7);
}

.page-publications .publication-grid .publication-report .readmore a {
  color: rgba(108, 107, 127, 0.7);
}

.page-publications .publication-grid .publication-report .pub-type-icon:before {
  content: "";
}

.page-publications .publication-grid .publication-toolkitguide .top {
  background-color: rgba(209, 40, 40, 0.7);
}

.page-publications .publication-grid .publication-toolkitguide .readmore a {
  color: rgba(209, 40, 40, 0.7);
}

.page-publications .publication-grid .publication-toolkitguide .pub-type-icon:before {
  content: "";
}

.page-publications .publication-grid .publication-update .top {
  background-color: rgba(211, 125, 38, 0.7);
}

.page-publications .publication-grid .publication-update .readmore a {
  color: rgba(211, 125, 38, 0.7);
}

.page-publications .publication-grid .publication-update .pub-type-icon:before {
  content: "";
}

.page-publications .publication-grid .publication-document .top {
  background-color: rgba(50, 99, 47, 0.7);
}

.page-publications .publication-grid .publication-document .readmore a {
  color: rgba(50, 99, 47, 0.7);
}

.page-publications .publication-grid .publication-document .pub-type-icon:before {
  content: "";
}

.page-publications .publication-grid .publication-publicopinionresearch .top {
  background-color: rgba(0, 56, 105, 0.7);
}

.page-publications .publication-grid .publication-publicopinionresearch .readmore a {
  color: rgba(0, 56, 105, 0.7);
}

.page-publications .publication-grid .publication-publicopinionresearch .pub-type-icon:before {
  content: "";
}

.page-publications .publication-grid .publication-newsletter .top {
  background-color: rgba(33, 106, 147, 0.7);
}

.page-publications .publication-grid .publication-newsletter .readmore a {
  color: rgba(33, 106, 147, 0.7);
}

.page-publications .publication-grid .publication-newsletter .pub-type-icon:before {
  content: "";
}

.page-publications .publication-grid .publication-articleoped .top {
  background-color: rgba(184, 143, 124, 0.7);
}

.page-publications .publication-grid .publication-articleoped .readmore a {
  color: rgba(184, 143, 124, 0.7);
}

.page-publications .publication-grid .publication-articleoped .pub-type-icon:before {
  content: "";
}

.page-publications .publication-grid .publication-pressrelease .top {
  background-color: rgba(142, 77, 116, 0.7);
}

.page-publications .publication-grid .publication-pressrelease .readmore a {
  color: rgba(142, 77, 116, 0.7);
}

.page-publications .publication-grid .publication-pressrelease .pub-type-icon:before {
  content: "";
}

.page-publications .publication-grid .publication-remarks .top {
  background-color: rgba(226, 156, 0, 0.7);
}

.page-publications .publication-grid .publication-remarks .readmore a {
  color: rgba(226, 156, 0, 0.7);
}

.page-publications .publication-grid .publication-remarks .pub-type-icon:before {
  content: "";
}

.page-publications .publication-grid .publication-casestudy .top {
  background-color: rgba(47, 130, 118, 0.7);
}

.page-publications .publication-grid .publication-casestudy .readmore a {
  color: rgba(47, 130, 118, 0.7);
}

.page-publications .publication-grid .publication-casestudy .pub-type-icon:before {
  content: "";
}

/**
 * Some of the code below needs to be refactored.
 */
.featured-wrapper {
  background-color: #003869;
  background-image: url("../images/hpattern.png");
}

.featured-wrapper h2.page__title {
  color: white;
}

@media screen and (max-width: 768px) {
  .featured-wrapper h2.page__title {
    margin: 5px;
  }
}

.featured-publication {
  background-color: white;
  margin-bottom: 4em;
}

.featured-publication .featured-content-inner {
  margin: 1em 0.5em;
}

.featured-publication .featured-title {
  margin: 0.5em 0;
  font-size: 1.999em;
}

.featured-publication .featured-title a {
  color: #000;
}

.featured-publication .featured-label {
  margin: 0;
  text-transform: uppercase;
}

.featured-publication .featured-body {
  line-height: 1.3em;
}

.featured-publication .readmore {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1em;
  color: #003869;
  font-size: 1.414em;
}

.featured-publication .featured-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .featured-publication .featured-img {
    min-height: 315px;
  }
}

.widget-featured-publication {
  color: white;
}

.pub-type-icon {
  position: absolute;
  top: 1em;
  right: 1em;
}

.pub-type-icon:before {
  content: "\f016";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: white;
  font-size: 200%;
}

/**
 * @file components/resources
 * I provide styles for resources.
 */
/**
 * .resource-header
 * Styling the header on resource pages.
 */
.resource-header {
  background-image: none;
  background-color: #4c7396;
  color: white;
  padding-top: 1em;
  padding-bottom: 1em;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
}

.resource-header h2 {
  font-size: 1.999em;
  margin: 0.5em 0px;
}

@media (min-width: 768px) {
  .resource-header h2 {
    font-size: 2.827em;
  }
}

@media (min-width: 992px) {
  .resource-header h2 {
    font-size: 3.998em;
  }
}

/**
 * .resource-body
 * Styling the body on resource pages.
 */
.resource-body {
  line-height: 170%;
  color: black;
}

/**
 * .resource-subheader
 * Styling the subheaders on resource pages.
 */
.resource-subheader {
  margin-bottom: 2em;
  margin-top: 2em;
}

.resource-subheader .resource-subheader-title {
  text-transform: uppercase;
  color: #003869;
  margin: 0;
  margin-bottom: 0.5em;
}

.field-name-field-ndi-resource-image-caption {
  margin: 8px 0;
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
}

/**
 * .resource-issues
 * Styling the issues section on resource pages.
 */
.resource-issues .field-type-taxonomy-term-reference .field-item {
  color: white;
  display: inline-block;
  padding: 0em 0.7em;
  background-color: #3b80bd;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  float: left;
  text-align: center;
}

.resource-issues .field-type-taxonomy-term-reference .field-item a {
  color: white;
  font-size: .9em;
}

/**
 * .resource-sidebar-block
 * Styling the sidebar block on resource pages.
 */
.resource-sidebar-block {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: 2em;
}

.resource-sidebar-block .sidebar-block-title, .resource-sidebar-block > h2 {
  color: white;
  background-color: #003869;
  background-image: url("../images/hpattern.png");
  padding: 0.5em 1em;
  margin: 0;
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
}

.resource-sidebar-block .sidebar-block-title h3, .resource-sidebar-block > h2 h3 {
  font-size: 1em;
  margin: 0;
}

.resource-sidebar-block .sidebar-block-title a, .resource-sidebar-block > h2 a {
  text-align: left;
}

@media (min-width: 768px) and (max-width: 991px) {
  .resource-sidebar-block .sidebar-block-title, .resource-sidebar-block > h2 {
    padding: 0.5em 0;
    text-align: center;
  }
}

.resource-sidebar-block .sidebar-block-content, .resource-sidebar-block > .content {
  padding: 1em;
  border: 2px solid #888888;
  border-top: none;
  display: block;
}

.resource-sidebar-block.resource-sidebar-block-collapsible .sidebar-block-title, .resource-sidebar-block.resource-sidebar-block-collapsible > h2 {
  cursor: pointer;
}

.resource-sidebar-block.resource-sidebar-block-collapsible .sidebar-block-title:after, .resource-sidebar-block.resource-sidebar-block-collapsible > h2:after {
  content: '+';
  position: absolute;
  right: 30px;
}

.lang-direction-rtl .resource-sidebar-block.resource-sidebar-block-collapsible .sidebar-block-title:after, .lang-direction-rtl .resource-sidebar-block.resource-sidebar-block-collapsible > h2:after {
  left: 30px;
  right: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .resource-sidebar-block.resource-sidebar-block-collapsible .sidebar-block-title:after, .resource-sidebar-block.resource-sidebar-block-collapsible > h2:after {
    right: 10px;
  }
  @-moz-document url-prefix() {
    .resource-sidebar-block.resource-sidebar-block-collapsible .sidebar-block-title:after, .resource-sidebar-block.resource-sidebar-block-collapsible > h2:after {
      right: 25px;
    }
  }
}

@media all and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: none), (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: active) {
  .resource-sidebar-block.resource-sidebar-block-collapsible .sidebar-block-title:after, .resource-sidebar-block.resource-sidebar-block-collapsible > h2:after {
    right: 25px !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .resource-sidebar-block.resource-sidebar-block-collapsible .sidebar-block-title, .resource-sidebar-block.resource-sidebar-block-collapsible > h2 {
    cursor: pointer;
  }
  .resource-sidebar-block.resource-sidebar-block-collapsible .sidebar-block-title:after, .resource-sidebar-block.resource-sidebar-block-collapsible > h2:after {
    right: 40px;
  }
}

.resource-sidebar-block.resource-sidebar-block-collapsible.expanded .sidebar-block-title:after, .resource-sidebar-block.resource-sidebar-block-collapsible.expanded > h2:after {
  content: '-';
}

.resource-sidebar-block.resource-sidebar-block-collapsible.expanded .content {
  height: auto;
  padding: 1em;
}

.resource-sidebar-block.resource-sidebar-block-collapsible.collapsed .content {
  height: 0;
  padding: 0;
  display: none;
}

/**
 * .resource-sidebar-related
 * Styling the sidebar related section on resource pages.
 */
.resource-sidebar-related .views-row {
  margin-bottom: 1em;
  margin-top: 1em;
}

/**
 * .resource-content
 * Styling the content section on resource pages.
 */
.resource-content .pubdate {
  font-style: italic;
  margin-bottom: 2em;
}

.resource-content .download-report {
  margin-top: 2em;
  margin-bottom: 4em;
}

.resource-content .download-report .file-icon {
  display: none;
}

.resource-content .download-report h2 {
  color: #555;
  border-bottom: 2px solid #555;
  margin-bottom: 1em;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
}

.resource-content .download-report .field-item {
  margin-bottom: .5em;
}

/**
 * .resource-sidebar-files
 * Styling the sidebar files on resource pages.
 */
.resource-sidebar-files .views-field-field-ndi-resource-files ul {
  margin: 0;
}

.resource-sidebar-files .views-field-field-ndi-resource-files ul li {
  margin: 2em 0;
  list-style: none;
}

.resource-sidebar-files .views-field-field-ndi-resource-files ul li a {
  color: #333333;
  text-decoration: underline;
  font-size: 1.414em;
}

.resource-sidebar-files .views-field-field-ndi-resource-files ul .file-icon {
  display: none;
}

/**
 * .resource-sidebar-about
 * Styling the sidebar about section on resource pages.
 */
.resource-sidebar-about .views-label {
  text-transform: uppercase;
  font-weight: bold;
}

/**
 * @file components/search-results
 * I provide styles for search results view.
 */
.view-ndi-search-main {
  margin-top: 30px;
}

.view-ndi-search-main .search-query {
  font-size: 2.25em;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: .25em;
  border-bottom: solid 1px #ccc;
}

.view-ndi-search-main .search-query .placeholder:after, .view-ndi-search-main .search-query .placeholder:before {
  content: '"';
  padding: 0 3px;
}

.view-ndi-search-main .search-title {
  margin: 2.75em 0em .6em 0em;
}

.view-ndi-search-main .search-title a {
  font-weight: 600;
  font-size: 2.15em;
  color: #124c89;
}

.view-ndi-search-main .search-body {
  margin-bottom: -.25em;
}

.view-ndi-search-main .search-body p {
  color: #555555;
  font-size: 18px;
  line-height: 27px;
}

.view-ndi-search-main .views-row {
  margin-top: 1em;
  margin-bottom: 1em;
}

.view-ndi-search-main .views-row:after {
  content: '';
  margin: 10px;
  display: block;
  border-bottom: solid 2px rgba(192, 192, 192, 0.25);
}

@media screen and (min-width: 768px) {
  .view-ndi-search-main .view-content {
    margin: 0 55px;
  }
  .view-ndi-search-main .views-row:after {
    margin: 53px 100px 56px;
  }
}

.view-ndi-search-main h3 a {
  font-weight: bold;
  color: #004e92;
}

.view-ndi-search-main .pager {
  padding: 30px 0;
}

/**
 * @file component/search
 * Controls the appearance of the search.
 *
 */
/* DEFAULT VARIABLES */
/**
 * @file components/select
 * Defines the appearance of select elements used within the site.
 *
 */
.ui-selectmenu-menu {
  max-width: 350px;
}

/**
 * Style for jQuery ui selects with white bg.
 */
.ui-select-white-bg .select-wrapper {
  max-width: 350px;
}

@media (min-width: 991px) {
  .ui-select-white-bg .select-wrapper.has-border {
    border: solid 2px #000;
  }
}

.ui-select-white-bg .ui-selectmenu-icon.ui-icon {
  background-image: none;
}

.ui-select-white-bg .ui-selectmenu-button {
  border: none;
  background-color: white;
}

.ui-select-white-bg .ui-selectmenu-text:before {
  content: '\f107';
  font-family: FontAwesome;
  color: black;
  margin-right: 10px;
}

.ui-select-white-bg .ui-selectmenu-button-open .ui-selectmenu-text:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Style for jQuery ui selects with gray bg.
 */
.ui-select-gray-bg .ui-selectmenu-button {
  background-color: #555555;
  color: white;
  border: none;
  width: 150px;
  height: 100%;
}

.ui-select-gray-bg .ui-selectmenu-icon.ui-icon {
  background-image: none;
}

.ui-select-gray-bg .ui-selectmenu-text:before {
  display: inline-block;
  content: '\f13a';
  font-family: FontAwesome;
  color: #959595;
  margin-right: 10px;
}

.ui-select-gray-bg .ui-selectmenu-button-open .ui-selectmenu-text:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Style for tall jQuery ui selects.
 */
.ui-select-tall .ui-selectmenu-text {
  margin-top: 15px;
}

.ui-select-tall .ui-selectmenu-button {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

/**
 * Limit height of ui select elements.
 */
.ui-widget-content {
  max-height: 240px;
}

/**
 * Switch to gray bg on small screens
 */
@media (max-width: 991px) {
  .ui-select-small-gray-bg .select-wrapper {
    text-align: center;
  }
  .ui-select-small-gray-bg .ui-selectmenu-button {
    background-color: #555555;
    color: white;
    border: none;
    width: 90% !important;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 4px 4px rgba(32, 32, 32, 0.25);
    box-shadow: 0px 0px 4px 4px rgba(32, 32, 32, 0.25);
  }
  .ui-select-small-gray-bg .ui-selectmenu-icon.ui-icon {
    background-image: none;
  }
  .ui-select-small-gray-bg .ui-selectmenu-text:before {
    display: inline-block;
    content: '\f13a';
    font-family: FontAwesome;
    color: #959595;
    margin-right: 10px;
  }
  .ui-select-small-gray-bg .ui-selectmenu-button-open .ui-selectmenu-text:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

/**
 * @file component/social-buttons
 * Controls the appearance of the social buttons within the site.
 *
 */
.sharethis-wrapper .social-icon {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px 32px 8px 32px;
  margin-right: 10px;
  -webkit-transition: padding .15s;
  transition: padding .15s;
  cursor: pointer;
  margin-bottom: 1em;
}

.lang-direction-rtl .sharethis-wrapper .social-icon {
  margin-left: 10px;
  margin-right: 0;
}

.sharethis-wrapper .social-icon i {
  font-size: 1.8em;
  padding-right: 5px;
}

.sharethis-wrapper .social-icon:hover {
  padding-left: 42px;
  padding-right: 42px;
}

.st_twitter_custom {
  background-color: #00a6e8;
}

.st_facebook_custom {
  background-color: #286090;
}

.st_googleplus_custom {
  background-color: #eb4026;
}

.st_linkedin_custom {
  background-color: #0074a1;
}

.st_stumbleupon_custom {
  background-color: #ff4e2e;
}

.st_pinterest_custom {
  background-color: #ca212a;
}

.sharethis-wrapper .social-icon-small {
  padding: 12px 12px 8px 12px;
  text-align: center;
  width: 60px;
}

.sharethis-wrapper .social-icon-small:hover {
  padding-left: 12px;
  padding-right: 12px;
}

.social-icon-toggle {
  background-color: #b4b4b4;
  text-align: center;
  float: left;
  margin-right: 0;
}

.lang-direction-rtl .social-icon-toggle {
  float: right;
}

.social-icon-toggle .spacer {
  display: inline-block;
}

.social-icon-toggle .spacer:before {
  content: '\f067';
  font-family: FontAwesome;
}

.social-icon-toggle.expanded .spacer:before {
  content: '\f068';
}

.st-primary {
  float: left;
}

.lang-direction-rtl .st-primary {
  float: right;
}

.st-secondary {
  clear: both;
}

.social-push-right {
  margin-left: 80px;
}

.lang-direction-rtl .social-push-right {
  margin-left: 0;
  margin-right: 80px;
}

.social-sidebar {
  width: 80px;
  float: left;
}

.lang-direction-rtl .social-sidebar {
  float: right;
}

.social-sidebar .social-icon {
  width: 60px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  margin-right: 0;
}

.social-sidebar .social-icon .fa, .social-sidebar .social-icon .navigation-menu h2:after, .navigation-menu .social-sidebar .social-icon h2:after {
  padding-right: 0;
}

.social-sidebar .social-icon .social-action {
  display: none;
}

.social-sidebar .social-icon:hover {
  padding-left: 0;
  padding-right: 0;
  width: 70px;
}

@media screen and (max-width: 480px) {
  .social-push-right {
    margin-left: 0;
  }
  .social-sidebar {
    display: none;
  }
}

/**
 * components/social
 * I provide styles for various social components in the site.
 *
 * .country-youtube - I provide styles for the video block
 * .pane-twitter-widget - I provide styles for the video block
 * .tweet-container - I provide styles for the what's going on block
 *
 */
/**
 * .country-youtube
 * I provide styles for video panes.
 */
.country-youtube {
  margin-top: 40px;
  height: 700px;
}

/**
 * we don't know where this is used, possibly depreciated
 */
.pane-twitter-widget {
  clear: both;
}

/**
 * This is used to theme what's going on panes on country and regional pages
 * This should be a component
 */
.country-page-twitter {
  width: 100%;
  text-align: left;
  height: auto;
}

/**
 * .tweets-container
 * I provide styles for the pane with tweets
 * It's usually called what's going on
 */
.tweets-container {
  -webkit-box-shadow: 0px 0px 25px 0px #ebebeb, 0px 0px 25px 0px #ebebeb;
          box-shadow: 0px 0px 25px 0px #ebebeb, 0px 0px 25px 0px #ebebeb;
  margin-bottom: 20px;
  margin-left: 1em;
  margin-right: 1em;
}

.tweets-container .tweet-item {
  -webkit-box-shadow: 5px 0px 3px 0px #ebebeb;
          box-shadow: 5px 0px 3px 0px #ebebeb;
  padding: 0px;
  position: relative;
  font-family: "Cooper Hewitt";
  font-weight: 400;
  min-height: 270px;
}

.tweets-container .tweet-item .top {
  padding: 16px;
  background: rgba(0, 56, 105, 0.7);
}

.tweets-container .tweet-item .top a {
  text-transform: uppercase;
  min-height: 30px;
  color: #fff;
  font-weight: 400;
  font-size: 1.25em;
  opacity: .9;
  text-decoration: none;
}

.tweets-container .tweet-item .top a i {
  position: absolute;
  top: 17px;
  right: 20px;
  font-size: 1.75em;
}

.tweets-container .tweet-item .text {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.tweets-container .tweet-item .tweet {
  font-size: 15px;
  width: 100%;
}

.tweets-container .tweet-item .tweet .trow {
  display: table-row;
  height: 135px;
}

.tweets-container .tweet-item .tweet .trow .inner {
  font-size: 1.1em;
  display: table-cell;
  padding: 0px 20px;
  vertical-align: bottom;
  line-height: 1.4;
  height: 100px;
}

.tweets-container .tweet-item .userinfo {
  padding: 1px 18px 14px 18px;
  bottom: 0px;
}

.tweets-container .tweet-item .userinfo .user-avatar, .tweets-container .tweet-item .userinfo .user-name {
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  line-height: 1.4;
  padding-left: 1px;
}

.tweets-container .tweet-item .userinfo .user-avatar img, .tweets-container .tweet-item .userinfo .user-name img {
  border-radius: 50%;
}

.tweets-container .tweet-item .userinfo .user-avatar span, .tweets-container .tweet-item .userinfo .user-avatar strong, .tweets-container .tweet-item .userinfo .user-name span, .tweets-container .tweet-item .userinfo .user-name strong {
  display: block;
  color: #656565;
}

.tweets-container .tweet-item .userinfo .user-avatar span a, .tweets-container .tweet-item .userinfo .user-avatar strong a, .tweets-container .tweet-item .userinfo .user-name span a, .tweets-container .tweet-item .userinfo .user-name strong a {
  color: #5f5f5f;
}

.tweets-container .tweet-item .background {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 270px;
}

.tweets-container .tweet-item .background .tweet, .tweets-container .tweet-item .background .userinfo {
  background: rgba(0, 56, 105, 0.7);
  color: #fff;
}

.tweets-container .tweet-item .background .tweet a, .tweets-container .tweet-item .background .userinfo a {
  color: #fff !important;
}

.tweets-container .tweet-item .background .tweet span, .tweets-container .tweet-item .background .tweet strong, .tweets-container .tweet-item .background .userinfo span, .tweets-container .tweet-item .background .userinfo strong {
  color: #fff !important;
}

.tweets-container .tweet-item .background .tweet {
  margin-top: 10px;
}

.tweets-container .tweet-item .background .tweet .trow {
  height: 80px;
}

.tweets-container .tweet-item .background .tweet .trow .inner {
  font-weight: 200;
  padding: 10px 20px 4px 22px;
}

/**
 * components/stories
 * I discribe what stories look like.
 */
/**
 * .story-caption
 * I modify the appearance of hero images' caption text on article pages.
 */
.story-caption {
  background-color: #444444;
  color: white;
  line-height: 1.4em;
  font-weight: 200;
  font-size: 0.8em;
}

.story-caption p {
  padding: 0.78em 0em 0em 0em;
}

.node-ndi-story.node-teaser h2 {
  margin-top: 0;
  font-size: 1.414em;
}

.node-ndi-story.node-teaser .story-teaser-title a {
  color: #000;
}

.node-ndi-story.node-teaser .story-teaser-title img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1em;
}

.node-ndi-story.node-teaser .story-teaser-content .story-read-more {
  text-transform: uppercase;
}

.node-ndi-story.node-teaser .story-publication-date {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: .25em;
  font-size: 1.15em;
}

.view-ndi-stories article {
  margin: 20px 20px 2.5em 20px;
}

.view-ndi-stories .teaser-row {
  border-top: 2px solid #000;
  padding-top: 1em;
}

.story-share:before, .story-share:after {
  content: " ";
  display: table;
}

.story-share:after {
  clear: both;
}

.story-share .twitterbutton, .story-share .facebookbutton {
  float: left;
  margin-right: 1em;
}

.story-subheader {
  margin-bottom: 3em;
}

.story-subheader h3 {
  margin-top: 1em;
}

.story-header {
  background-size: cover;
  background-position: center bottom;
  color: white;
  position: relative;
}

@media (max-width: 1199px) {
  .story-header {
    height: 800px;
  }
}

@media (max-width: 991px) {
  .story-header {
    height: 600px;
  }
}

.story-header .story-title {
  color: white;
  background-color: rgba(0, 56, 105, 0.8);
  padding: 1em;
}

.story-header .story-title h2 {
  margin: 0;
  font-size: 3.998em;
}

.story-header .story-caption {
  color: white;
  background-color: #333333;
  padding: 0.5em;
}

/**
 * .story-body
 * I modify the body of the story pages.
 */
.story-body .pubdate {
  font-style: italic;
  margin-bottom: 2em;
}

/**
 * components/story-pane
 * I provide styles for featured stories.
 */
.story-pane {
  width: 100%;
}

.story-pane .pane-content {
  background-color: white;
  padding: 2em;
}

.story-pane .pane-content .view-ndi-display-of-stories .attachment, .story-pane .pane-content .view-display-of-stories-homepage .attachment {
  height: 450px;
}

.story-pane .pane-content .view-ndi-display-of-stories .attachment .views-row, .story-pane .pane-content .view-display-of-stories-homepage .attachment .views-row {
  height: 100%;
}

.story-pane .pane-content .view-ndi-display-of-stories > .view-content.col-sm-5 .views-row a, .story-pane .pane-content .view-display-of-stories-homepage > .view-content.col-sm-5 .views-row a {
  color: #000;
  text-decoration: underline;
  display: block;
  padding: 10px 0;
}

@media screen and (min-width: 768px) {
  .story-pane .pane-content .view-ndi-display-of-stories > .view-content.col-sm-5 .views-row a, .story-pane .pane-content .view-display-of-stories-homepage > .view-content.col-sm-5 .views-row a {
    margin-left: -30px;
    padding-left: 30px;
  }
  .story-pane .pane-content .view-ndi-display-of-stories > .view-content.col-sm-5 .views-row a:hover, .story-pane .pane-content .view-display-of-stories-homepage > .view-content.col-sm-5 .views-row a:hover {
    background-color: #4c7396;
    color: white;
  }
}

.story-pane .pane-content .featured-more a {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #a56f34;
  background-image: repeating-linear-gradient(-35deg, transparent, transparent 3px, rgba(255, 255, 255, 0.05) 3px, rgba(255, 255, 255, 0.05) 4px);
  color: white;
  text-transform: uppercase;
  font-size: 1.414em;
  font-weight: bold;
  text-decoration: none;
  margin-top: 15px;
  width: 100%;
  color: white;
  text-decoration: none;
  text-align: center;
}

.story-pane .pane-content .featured-more a:hover {
  text-decoration: none;
}

.story-pane .featured-story-wrapper {
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 450px;
  display: none;
}

.story-pane .featured-story-info {
  width: 100%;
  background-color: #003869;
  background-color: rgba(0, 56, 105, 0.8);
  color: white;
  font-size: 1.414em;
  padding: 1em;
  position: absolute;
  bottom: 0;
}

.story-pane .featured-story-info .views-field-view-node a {
  color: white;
  text-decoration: underline;
  font-style: italic;
}

/**
 * @file components/support
 * Defines the appearance of support sections used within the site.
 *
 */
.country-page-support {
  width: 100%;
  color: #003869;
}

.country-page-support h2 {
  color: #003869;
}

.country-page-support a {
  text-decoration: none !important;
}

/**
 * components/swiper
 * Applies styles to swipers throughout the site
 * I have styles for the following items:
 * -- swiper-pagination: Generic class for pagination in a swiper
 * -- swiper-slide: Generic class for slides in a swiper
 * -- swiper-controls: for prev / next buttons
 * -- next-button, previous-button: used for swiper controls
 *
 * I also define styles for various special swipers
 * - swiper-carousel: used for carousels at the top of the page
 * - swiper-circles: turns slides into circles and does some fancy animation
 *
 * I also define some mixins:
 * - swiper-circles-sizing: controls the size of swiper circles
 */
/**
 * swiper-slide
 * Generic class for slides
 */
.swiper-slide {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

/**
 * swiper-pagination
 * Generic class for pagination controls throughout the site
 */
.swiper-pagination span.swiper-pagination-bullet {
  border: 2px solid white;
  height: 26px;
  width: 26px;
  opacity: 1;
  background-color: transparent;
}

.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.5);
}

/**
  * swiper-controls: for placing controls on the page
  */
/**
 * next-button, previous-button: used for swiper controls
 */
.swiper-controls .next-button, .swiper-controls .previous-button {
  cursor: pointer;
}

.swiper-controls .next-button .fa, .swiper-controls .next-button .navigation-menu h2:after, .navigation-menu .swiper-controls .next-button h2:after, .swiper-controls .previous-button .fa, .swiper-controls .previous-button .navigation-menu h2:after, .navigation-menu .swiper-controls .previous-button h2:after {
  font-size: 4em;
  line-height: 1.35em;
  color: #003869;
  background-color: White;
  height: 85px;
  width: 85px;
  border: 1px solid #003869;
  border-radius: 50%;
}

.swiper-controls .next-button .fa-chevron-right, .swiper-controls .previous-button .fa-chevron-right {
  padding-left: 10px;
}

.swiper-controls .next-button .fa-chevron-left, .swiper-controls .previous-button .fa-chevron-left {
  padding-right: 10px;
}

.swiper-controls .next-button {
  position: absolute;
  right: 0%;
}

.swiper-controls .previous-button {
  position: absolute;
  left: 0%;
}

/**
 * next-button, previous-button: used for homepage swiper controls
 */
.lang-direction-rtl .view-ndi-homepage-slideshow .view-content {
  position: relative;
  top: 0;
  z-index: 0;
}

.lang-direction-rtl .view-ndi-homepage-slideshow .swiper-carousel-header {
  z-index: unset;
}

.lang-direction-rtl .view-ndi-homepage-slideshow .swiper-carousel-controls .swiper-button-next {
  text-align: left;
}

.lang-direction-rtl .view-ndi-homepage-slideshow .swiper-carousel-controls .swiper-button-prev {
  position: absolute;
  right: unset;
  left: 36px;
  text-align: left;
}

.view-ndi-homepage-slideshow .swiper-carousel-controls .swiper-button-disabled {
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
}

.view-ndi-homepage-slideshow .swiper-carousel-controls .swiper-button-next {
  right: 36px;
}

.view-ndi-homepage-slideshow .swiper-carousel-controls .swiper-button-prev, .view-ndi-homepage-slideshow .swiper-carousel-controls .swiper-button-next {
  top: -60px;
  background-image: none;
  display: none;
}

@media (min-width: 768px) {
  .view-ndi-homepage-slideshow .swiper-carousel-controls .swiper-button-prev, .view-ndi-homepage-slideshow .swiper-carousel-controls .swiper-button-next {
    display: block;
  }
}

.view-ndi-homepage-slideshow .swiper-carousel-controls .swiper-button-prev span, .view-ndi-homepage-slideshow .swiper-carousel-controls .swiper-button-next span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.view-ndi-homepage-slideshow .swiper-carousel-controls .swiper-button-prev .fa, .view-ndi-homepage-slideshow .swiper-carousel-controls .swiper-button-prev .navigation-menu h2:after, .navigation-menu .view-ndi-homepage-slideshow .swiper-carousel-controls .swiper-button-prev h2:after, .view-ndi-homepage-slideshow .swiper-carousel-controls .swiper-button-next .fa, .view-ndi-homepage-slideshow .swiper-carousel-controls .swiper-button-next .navigation-menu h2:after, .navigation-menu .view-ndi-homepage-slideshow .swiper-carousel-controls .swiper-button-next h2:after {
  font-size: 3em;
  line-height: 1.35em;
  color: #003869;
  background-color: #fff;
  height: 60px;
  width: 60px;
  border: 1px solid #003869;
  border-radius: 50%;
}

.view-ndi-homepage-slideshow .swiper-carousel-controls .fa-chevron-right {
  padding-left: 15px;
}

.view-ndi-homepage-slideshow .swiper-carousel-controls .fa-chevron-left {
  padding-left: 8px;
}

/**
  * swiper-carousel
  * For carousels appearing at the top of the page
  */
.swiper-carousel {
  position: relative;
}

.swiper-carousel .swiper-carousel-controls {
  position: relative;
}

.swiper-carousel h2 {
  margin-top: 1em;
  margin-bottom: 1em;
  -webkit-transition: height 150ms ease-in-out;
  transition: height 150ms ease-in-out;
  font-weight: 300;
}

.swiper-carousel h2 a {
  color: #fff;
}

.swiper-carousel .slide-button {
  position: absolute;
  bottom: 2em;
  right: 0px;
  text-align: right;
}

.swiper-carousel .swiper-carousel-header {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 56, 105, 0.7);
  color: White;
  z-index: 10;
}

.swiper-carousel .swiper-pagination {
  position: absolute;
  bottom: 5.5em;
  right: 0px;
  text-align: right;
}

.swiper-carousel .swiper-pagination .swiper-pagination-bullet {
  margin-left: 1em;
  height: 14px;
  width: 14px;
  border-width: 1px;
  background-color: transparent;
}

.swiper-carousel .hero-image-container .hero-title, .swiper-carousel .hero-image-container .hero-link {
  display: none;
}

/**
  * Breakpoints for swiper-carousel
  */
@media screen and (max-width: 768px) {
  .swiper-carousel h2 {
    font-size: 1.414em;
    line-height: 29px;
    margin: .5em 0em;
  }
  .swiper-carousel .slide-button {
    position: relative;
    bottom: auto;
    right: auto;
    text-align: left;
    margin-bottom: 1em;
  }
  .swiper-carousel .swiper-pagination {
    position: absolute;
    bottom: 1em;
    right: 0em;
    text-align: right;
  }
}

/**
 * swiper-circles-sizing
 * Provides default sizes for all circles
 *
 * Variables:
 * $height int This is the height of a standard slide
 * $width int This is the width of a standard slide
 * $bigWidth int This is the width of the active slide
 * $bigHeight int This is the height of the active slide
 */
/**
 * swiper-circles: turns slides into circles and does some fancy animation
 * @TODO: get mobile sizes for circles. We have styles for desktop, but not mobile.
 */
.swiper-circles .swiper-slide {
  background-color: White;
}

.swiper-circles .swiper-slide {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: transparent;
}

.swiper-circles .swiper-slide .circle-caption {
  display: none;
}

.swiper-circles .swiper-controls {
  position: absolute;
  top: 10em;
  right: 2px;
  left: 0px;
  width: 100%;
  z-index: 200;
}

/**
  * Breakpoints for swiper-circles
  */
@media screen and (min-width: 768px) {
  .swiper-circles {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
  }
  .swiper-circles .swiper-slide {
    height: 230px;
    width: 230px;
    margin-top: 75px;
    left: 0.55%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .swiper-circles .swiper-slide-active {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    z-index: 2;
  }
  .swiper-circles .swiper-container {
    padding-top: 14px;
    width: 697px;
  }
  .swiper-circles .swiper-container .swiper-wrapper {
    height: 397px;
  }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .swiper-circles .swiper-container .swiper-wrapper {
    -webkit-transform: translate3d(-700px, 0px, 0px);
            transform: translate3d(-700px, 0px, 0px);
  }
}

@media screen and (min-width: 768px) {
  .swiper-circles .swiper-container p {
    text-align: center;
  }
  .swiper-circles .swiper-controls {
    width: 892px;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .swiper-circles div#slider-circle-caption {
    margin-top: 1.5em;
  }
  .swiper-circles .swiper-slide {
    width: auto;
    height: 230px;
  }
  .swiper-circles .swiper-controls {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .swiper-circles {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
  }
  .swiper-circles .swiper-slide {
    height: 230px;
    width: 230px;
    margin-top: 75px;
    left: 0.55%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .swiper-circles .swiper-slide-active {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    z-index: 2;
  }
  .swiper-circles .swiper-container {
    padding-top: 14px;
    width: 697px;
  }
  .swiper-circles .swiper-container .swiper-wrapper {
    height: 397px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) and (-ms-high-contrast: active), (min-width: 768px) and (max-width: 992px) and (-ms-high-contrast: none) {
  .swiper-circles .swiper-container .swiper-wrapper {
    -webkit-transform: translate3d(-700px, 0px, 0px);
            transform: translate3d(-700px, 0px, 0px);
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .swiper-circles .swiper-container p {
    text-align: center;
  }
  .swiper-circles .swiper-controls {
    width: 892px;
  }
  .swiper-circles .swiper-controls {
    /* IE 9 */
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    top: 10.5em;
    width: 100%;
  }
  .swiper-circles .swiper-controls .next-button {
    right: -18%;
    position: absolute;
  }
  .swiper-circles .swiper-controls .previous-button {
    left: -18%;
    position: absolute;
  }
  .swiper-circles .swiper-slide {
    left: 0.8%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .swiper-circles {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
  }
  .swiper-circles .swiper-slide {
    height: 230px;
    width: 230px;
    margin-top: 75px;
    left: 0.55%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .swiper-circles .swiper-slide-active {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    z-index: 2;
  }
  .swiper-circles .swiper-container {
    padding-top: 14px;
    width: 697px;
  }
  .swiper-circles .swiper-container .swiper-wrapper {
    height: 397px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) and (-ms-high-contrast: active), (min-width: 992px) and (max-width: 1200px) and (-ms-high-contrast: none) {
  .swiper-circles .swiper-container .swiper-wrapper {
    -webkit-transform: translate3d(-700px, 0px, 0px);
            transform: translate3d(-700px, 0px, 0px);
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .swiper-circles .swiper-container p {
    text-align: center;
  }
  .swiper-circles .swiper-controls {
    width: 892px;
  }
  .swiper-circles .swiper-slide {
    left: 0.9%;
  }
}

@media screen and (max-width: 480px) {
  .swiper-circles {
    /*
    @include swiper-circles-sizing(
      $bigScale: false,
      $topOffset: 0px,
      $numberOfSlides: auto
    );
    */
  }
  .swiper-circles.panel-pane-full-width {
    padding-top: 1em;
    padding-bottom: 2em;
  }
  .swiper-circles .container, .swiper-circles .breadcrumb-wrapper, .swiper-circles .pane-node-field-ndi-regional-programs .pane-content, .pane-node-field-ndi-regional-programs .swiper-circles .pane-content, .swiper-circles .pane-node-field-ndi-initiatives .pane-content, .pane-node-field-ndi-initiatives .swiper-circles .pane-content, .swiper-circles .navigation-widget ul li, .navigation-widget ul .swiper-circles li, .swiper-circles .node-type-ndi-story .about-ndi-block, .node-type-ndi-story .swiper-circles .about-ndi-block, .swiper-circles .where-we-work-countries .pane-content, .where-we-work-countries .swiper-circles .pane-content, .swiper-circles .about-us-page .panels-flexible-row-last, .about-us-page .swiper-circles .panels-flexible-row-last {
    padding: 0;
  }
  .swiper-circles .swiper-slide {
    width: 60%;
  }
  .swiper-circles .swiper-controls {
    display: none;
  }
}

/**
 * slider-caption
 * used by slider-circles to display text
 */
.slider-caption {
  font-size: 1.125em;
}

.slider-caption div#slider-circle-caption {
  margin-bottom: 3em;
}

@media screen and (max-width: 480px) {
  .slider-caption div#slider-circle-caption {
    margin-top: 2em;
  }
}

.swiper-home-slideshow {
  overflow: hidden;
}

#circle-caption {
  text-align: center;
}

.xxx {
  font-size: 1em;
}

/**
 * components/video-pane
 * Styles for video containers appearing on country / regional pages / demtools.
 */
/**
 * Styling the video player to be responsive on any screen.
 */
.embedded-video .player {
  margin: 4em 0em 1em 0em;
}

/**
 * Breakpoints for .embedded-video .player for small screen.
 */
@media screen and (max-width: 768px) {
  .embedded-video .player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
  .embedded-video .player iframe,
  .embedded-video .player object,
  .embedded-video .player embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/**
 * Breakpoints for .embedded-video .player for medium screen.
 */
@media screen and (max-width: 992px) {
  .embedded-video .player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
  /**
  * Making the embedded-video files to be resposive on smaller screens.
  */
  .embedded-video .player iframe,
  .embedded-video .player object,
  .embedded-video .player embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/**
 * Making the iframe files to be width 100% on smaller screens that desktop.
 */
iframe {
  max-width: 100%;
}

/**
 * @file component/where-we-work
 * Controls the appearance of the Where we work Page.
 */
.where-we-work-countries .pane-content .field-content a {
  color: white;
  background-color: #003869;
  opacity: .7;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  text-align: center;
}

.where-we-work-countries h2 {
  overflow: hidden;
  text-align: center;
  color: #555555;
}

.where-we-work-countries h2:before,
.where-we-work-countries h2:after {
  background-color: #555555;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.where-we-work-countries h2:before {
  right: 0.5em;
  margin-left: -50%;
}

.where-we-work-countries h2:after {
  left: 0.5em;
  margin-right: -50%;
}

.where-we-work-info {
  padding-bottom: 14px;
}

.where-we-work-info p {
  margin-top: 45px;
}

@media (max-width: 768px) {
  .panels-flexible-region {
    width: 100% !important;
    padding: 0px !important;
    float: none !important;
  }
  .panels-flexible-region .panels-flexible-region-inside-first,
  .panels-flexible-region .panels-flexible-region-inside-last {
    padding: 0px !important;
  }
}

.where-we-work-info {
  padding-bottom: 14px;
}

.where-we-work-info p {
  margin-top: 45px;
}

@media (max-width: 768px) {
  .panels-flexible-region {
    width: 100% !important;
    padding: 0px !important;
    float: none !important;
  }
  .panels-flexible-region .panels-flexible-region-inside-first,
  .panels-flexible-region .panels-flexible-region-inside-last {
    padding: 0px !important;
  }
}

.where-we-work-intro-text {
  margin-top: 30px;
}

#where-we-work-panel .map-pane {
  padding-top: 0;
  padding-bottom: 1em;
}

/**
 * @file components/who-we-are
 * Controls the appearance of the Who we are Page.
 *
 */
.page-who-we-are .by-the-number {
  padding-bottom: 4.2em;
}

.page-who-we-are .who-we-are-social {
  margin-left: 210px;
  margin-top: 70px;
}

.page-who-we-are .who-we-are-social h2 {
  text-align: center;
  font-size: 27px !important;
  color: #124c89;
}

.page-who-we-are .who-we-are-social .pane-content {
  text-align: center;
  padding-top: 1em;
}

.page-who-we-are .who-we-are-social .pane-content .fa, .page-who-we-are .who-we-are-social .pane-content .navigation-menu h2:after, .navigation-menu .page-who-we-are .who-we-are-social .pane-content h2:after {
  padding-right: 13px;
  color: #124c89;
}

.page-who-we-are .sing-up-form {
  margin-bottom: 140px;
  text-align: center;
  padding-top: 28px;
}

.page-who-we-are .sing-up-form h2 {
  text-align: center;
  font-size: 27px;
  color: #124c89;
  padding-bottom: 0.36em;
}

.page-who-we-are .sing-up-form #edit-mail {
  float: right;
  height: 41px;
  margin-top: 2px;
  padding-left: 5px;
  width: 300px;
}

.page-who-we-are .sing-up-form #edit-submit {
  height: 47px !important;
  margin-left: 0px !important;
  background-color: #124c89;
  border-color: #124c89;
  width: 120px;
  font-size: 18px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  color: white;
}

.page-who-we-are .sing-up-form .simplenews-subscribe input[type="submit"] {
  width: 31%;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  max-height: 47px;
  font-weight: bold;
}

.page-who-we-are .sing-up-form .form-submit {
  background-color: #124c89;
  color: white;
  max-width: 110px;
  height: 45px;
  font-size: 18px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}

/**
 * .media-element-container
 * For images added to WYSIWYG field via media browser
 * 
 */
.media-element-container {
  overflow: visible;
  margin-bottom: 15px;
}

.media-element-container img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .media-element-container.media-half_width_float_right, .media-element-container.media-half_width_1_column_float_right {
    max-width: 50%;
    float: right;
    margin: 0 0 10px 10px;
  }
}

@media (min-width: 768px) {
  .media-element-container.media-half_width_1_column_float_left {
    max-width: 50%;
    float: left;
    margin: 0 10px 10px 0;
  }
}

.media-element-container .content {
  position: relative;
}

.media-element-container .field-name-field-file-caption {
  background: rgba(0, 56, 105, 0.7);
  color: rgba(255, 255, 255, 0.85);
  padding: .75em;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.media-element-container .field-caption-empty {
  background: transparent;
  padding: 0;
}

/**
 * themes/about-us
 * Specific styles for the about us page.
 */
BODY.about-us-page .main-content {
  margin-top: 1.7em;
  font-size: 18.4px;
  line-height: 1.4em;
}

BODY.about-us-page .main-content .panel-pane-full-width {
  padding-bottom: 0.2em;
  padding-top: 0.2em;
}

BODY.about-us-page .pane-title {
  margin-top: 0px;
}

body.about-us-page.page-node-11 .pane-title,
body.about-us-page.page-node-12 .pane-title {
  margin-bottom: 0.25em;
}

body.about-us-page.page-node-11 .pane-content h2,
body.about-us-page.page-node-12 .pane-content h2 {
  margin: .5em 0;
}

.alumni-group img {
  max-width: 150px;
}

@media (min-width: 380px) {
  .alumni-group img {
    float: right;
  }
}

@media (min-width: 600px) {
  .alumni-group img {
    margin-top: -6em;
    max-width: 200px;
  }
}

.alumni-group p:first-of-type {
  text-align: center;
}

@media (min-width: 380px) {
  .alumni-group p:first-of-type {
    text-align: left;
  }
}

.young-professionals img {
  max-width: 125px;
}

@media (min-width: 380px) {
  .young-professionals img {
    float: right;
  }
}

@media (min-width: 600px) {
  .young-professionals img {
    margin-top: -2em;
  }
}

@media (min-width: 992px) {
  .young-professionals img {
    margin-top: -6em;
  }
}

.young-professionals p:first-of-type {
  text-align: center;
}

@media (min-width: 380px) {
  .young-professionals p:first-of-type {
    text-align: left;
  }
}

/**
 * Careers pages
 */
.page-node-18536 .overview-container .overview-title, .page-node-18151 .overview-container .overview-title {
  margin-top: 1em;
}

.page-node-18536 .pane-node-body.container, .page-node-18536 .pane-node-body.breadcrumb-wrapper, .page-node-18536 .pane-node-field-ndi-regional-programs .pane-node-body.pane-content, .pane-node-field-ndi-regional-programs .page-node-18536 .pane-node-body.pane-content, .page-node-18536 .pane-node-field-ndi-initiatives .pane-node-body.pane-content, .pane-node-field-ndi-initiatives .page-node-18536 .pane-node-body.pane-content, .page-node-18536 .navigation-widget ul li.pane-node-body, .navigation-widget ul .page-node-18536 li.pane-node-body, .page-node-18536 .node-type-ndi-story .pane-node-body.about-ndi-block, .node-type-ndi-story .page-node-18536 .pane-node-body.about-ndi-block, .page-node-18536 .where-we-work-countries .pane-node-body.pane-content, .where-we-work-countries .page-node-18536 .pane-node-body.pane-content, .page-node-18536 .about-us-page .pane-node-body.panels-flexible-row-last, .about-us-page .page-node-18536 .pane-node-body.panels-flexible-row-last, .page-node-18151 .pane-node-body.container, .page-node-18151 .pane-node-body.breadcrumb-wrapper, .page-node-18151 .pane-node-field-ndi-regional-programs .pane-node-body.pane-content, .pane-node-field-ndi-regional-programs .page-node-18151 .pane-node-body.pane-content, .page-node-18151 .pane-node-field-ndi-initiatives .pane-node-body.pane-content, .pane-node-field-ndi-initiatives .page-node-18151 .pane-node-body.pane-content, .page-node-18151 .navigation-widget ul li.pane-node-body, .navigation-widget ul .page-node-18151 li.pane-node-body, .page-node-18151 .node-type-ndi-story .pane-node-body.about-ndi-block, .node-type-ndi-story .page-node-18151 .pane-node-body.about-ndi-block, .page-node-18151 .where-we-work-countries .pane-node-body.pane-content, .where-we-work-countries .page-node-18151 .pane-node-body.pane-content, .page-node-18151 .about-us-page .pane-node-body.panels-flexible-row-last, .about-us-page .page-node-18151 .pane-node-body.panels-flexible-row-last {
  width: 100%;
  padding: 0;
  margin: 0;
}

.page-node-18536 h2.pane-title, .page-node-18151 h2.pane-title {
  overflow: hidden;
}

.page-node-18536 h2.pane-title strong, .page-node-18151 h2.pane-title strong {
  font-weight: 600;
}

.page-node-18536 .pane-node-body > .pane-title, .page-node-18151 .pane-node-body > .pane-title {
  display: none;
}

.page-node-18536 .featured-title {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 20px;
}

.page-node-18536 .gray-region {
  margin-top: 40px;
}

.page-node-18536 .gray-region p a {
  display: block;
}

.page-node-18536 .pane-node-body .container img, .page-node-18536 .pane-node-body .breadcrumb-wrapper img, .page-node-18536 .pane-node-body .pane-node-field-ndi-regional-programs .pane-content img, .pane-node-field-ndi-regional-programs .page-node-18536 .pane-node-body .pane-content img, .page-node-18536 .pane-node-body .pane-node-field-ndi-initiatives .pane-content img, .pane-node-field-ndi-initiatives .page-node-18536 .pane-node-body .pane-content img, .page-node-18536 .pane-node-body .navigation-widget ul li img, .navigation-widget ul .page-node-18536 .pane-node-body li img, .page-node-18536 .pane-node-body .node-type-ndi-story .about-ndi-block img, .node-type-ndi-story .page-node-18536 .pane-node-body .about-ndi-block img, .page-node-18536 .pane-node-body .where-we-work-countries .pane-content img, .where-we-work-countries .page-node-18536 .pane-node-body .pane-content img, .page-node-18536 .pane-node-body .about-us-page .panels-flexible-row-last img, .about-us-page .page-node-18536 .pane-node-body .panels-flexible-row-last img {
  float: left;
  margin: 0 20px 20px 0;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(180, 193, 240, 0.5);
          box-shadow: 0px 0px 6px 2px rgba(180, 193, 240, 0.5);
  display: none;
}

@media (min-width: 768px) {
  .page-node-18536 .pane-node-body .container img, .page-node-18536 .pane-node-body .breadcrumb-wrapper img, .page-node-18536 .pane-node-body .pane-node-field-ndi-regional-programs .pane-content img, .pane-node-field-ndi-regional-programs .page-node-18536 .pane-node-body .pane-content img, .page-node-18536 .pane-node-body .pane-node-field-ndi-initiatives .pane-content img, .pane-node-field-ndi-initiatives .page-node-18536 .pane-node-body .pane-content img, .page-node-18536 .pane-node-body .navigation-widget ul li img, .navigation-widget ul .page-node-18536 .pane-node-body li img, .page-node-18536 .pane-node-body .node-type-ndi-story .about-ndi-block img, .node-type-ndi-story .page-node-18536 .pane-node-body .about-ndi-block img, .page-node-18536 .pane-node-body .where-we-work-countries .pane-content img, .where-we-work-countries .page-node-18536 .pane-node-body .pane-content img, .page-node-18536 .pane-node-body .about-us-page .panels-flexible-row-last img, .about-us-page .page-node-18536 .pane-node-body .panels-flexible-row-last img {
    display: block;
  }
}

.page-node-18536 .pane-node-body .national-service .container img, .page-node-18536 .pane-node-body .national-service .breadcrumb-wrapper img, .page-node-18536 .pane-node-body .national-service .pane-node-field-ndi-regional-programs .pane-content img, .pane-node-field-ndi-regional-programs .page-node-18536 .pane-node-body .national-service .pane-content img, .page-node-18536 .pane-node-body .national-service .pane-node-field-ndi-initiatives .pane-content img, .pane-node-field-ndi-initiatives .page-node-18536 .pane-node-body .national-service .pane-content img, .page-node-18536 .pane-node-body .national-service .navigation-widget ul li img, .navigation-widget ul .page-node-18536 .pane-node-body .national-service li img, .page-node-18536 .pane-node-body .national-service .node-type-ndi-story .about-ndi-block img, .node-type-ndi-story .page-node-18536 .pane-node-body .national-service .about-ndi-block img, .page-node-18536 .pane-node-body .national-service .where-we-work-countries .pane-content img, .where-we-work-countries .page-node-18536 .pane-node-body .national-service .pane-content img, .page-node-18536 .pane-node-body .national-service .about-us-page .panels-flexible-row-last img, .about-us-page .page-node-18536 .pane-node-body .national-service .panels-flexible-row-last img {
  -webkit-box-shadow: none;
          box-shadow: none;
  float: right;
  margin: 0 0 20px 20px;
}

.page-node-18536 .pane-node-body blockquote {
  display: inline;
  margin-left: 0;
  width: auto;
  float: none;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .page-node-18536 .gray-region .col-md-6:nth-of-type(2n+1) {
    clear: left;
  }
}

@media (min-width: 1200px) {
  .page-node-18536 .gray-region .col-md-6:nth-of-type(3n+1) {
    clear: left;
  }
}

.page-node-18536 .gray-region .col-md-6.last {
  float: none;
  margin: 0 auto;
  clear: both;
}

.page-node-18151 .btn-container {
  text-align: center;
  margin-top: 3em;
}

.page-node-18151 .btn-container a:after {
  font-family: FontAwesome;
  content: '\f054';
  margin-left: 5px;
}

.page-node-18151 .internships-chart {
  text-align: center;
  margin-top: 3em;
}

.page-node-18151 .internships-chart .media {
  margin-bottom: 0;
}

/**
 * themes/circles
 * I provide styles for circles used in the site and utilities for placing them.
 *
 * Classes:
 * - circles: the main style for theming circles
 * - circle-wrapper: container for proper placement of circles
 */
/**
 * This is a circle
 */
.circles {
  border-radius: 50%;
  border: 0.06em solid #003869;
  display: inline-block;
  width: 220px !important;
  height: 220px !important;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: White;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.circles h3, .circles h4, .circles .page-publications .publication-grid .publication-grid-item .bottom .readmore, .page-publications .publication-grid .publication-grid-item .bottom .circles .readmore {
  margin: .65em auto -7px;
  color: #d4772d;
  font-size: 4.25em;
  font-weight: 900;
  display: inline-block;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.circles a, .circles p {
  display: block;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  font-size: 1.2em !important;
  line-height: 130%;
  color: #000;
  max-width: 7.5em;
  text-align: center;
  margin: 0em auto;
  text-decoration: none;
}

/**
 * circle-wrapper
 * Wrapper for circles
 * Ensures proper placement on the page
 */
.circle-wrapper {
  margin: 2em 0em;
}

.circle-wrapper .circles {
  margin-right: 2em;
  margin-bottom: 2em;
  vertical-align: top;
}

.circle-wrapper .circles:last-child {
  margin-right: 0em;
}

/**
 * Breakpoints for circle-wrapper
 */
@media screen and (max-width: 768px) {
  .circle-wrapper .circles {
    display: block;
    margin: 0em auto 2em;
  }
  .circle-wrapper .circles:last-child {
    margin-right: auto;
  }
  .circle-wrapper .circles p {
    text-align: center !important;
  }
}

/**
 * Breakpoints for circle-wrapper on medium screens.
 */
@media screen and (max-width: 992px) and (-ms-high-contrast: active), screen and (max-width: 992px) and (-ms-high-contrast: none) {
  .circle-wrapper .circles {
    margin-right: 1.6em;
  }
}

/**
 * Breakpoints for circle-wrapper on small screens on IE10.
 */
@media screen and (max-width: 768px) and (-ms-high-contrast: active), screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .circle-wrapper .circles {
    margin-right: auto;
  }
}

/**
 * themes/country-and-regional-pages
 * I apply some default style settings to country and regional pages.
 */
/**
 * regional page settings
 */
/**
 * themes/election day page.
 * I apply some default style settings to election day page.
 */
/**
 * .election-day
 * We use that class to style the election day page.
 */
.election-day .top {
  margin-top: 5em;
}

.election-day .bottom {
  margin-bottom: 5em;
}

.election-day .field-item a {
  text-decoration: none;
  color: #000;
}

.election-day .field-name-field-ndi-elect-day-activity {
  margin-top: 1em;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-elections-calendar .election-item .top {
    border: 2px solid #888888;
    border-style: none none solid none;
    margin-bottom: 0.5em;
  }
}

/**
 * themes/events
 * Specific styles for the event pages.
 */
.event-node {
  margin: 5em 0em;
  line-height: 1.3em;
}

.event-node .top-row {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.event-node .top-row .left-column {
  color: white;
  background-color: #124C89;
  background-image: repeating-linear-gradient(-35deg, transparent, transparent 3px, rgba(255, 255, 255, 0.05) 3px, rgba(255, 255, 255, 0.05) 4px);
  font-weight: 600;
  text-align: center;
}

.event-node .top-row .left-column .field-label {
  display: none;
}

.event-node .field {
  margin: 20px 0px;
}

.event-node .bottom-row {
  background-color: #ebebeb;
  padding: 2em;
}

.event-node .bottom-row .title {
  font-weight: 700;
  margin-top: 0px;
}

.event-node .event-register-button {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .node-type-ndi-event .top-row {
    margin-top: 50px;
  }
  .node-type-ndi-event .container, .node-type-ndi-event .breadcrumb-wrapper, .node-type-ndi-event .pane-node-field-ndi-regional-programs .pane-content, .pane-node-field-ndi-regional-programs .node-type-ndi-event .pane-content, .node-type-ndi-event .pane-node-field-ndi-initiatives .pane-content, .pane-node-field-ndi-initiatives .node-type-ndi-event .pane-content, .node-type-ndi-event .navigation-widget ul li, .navigation-widget ul .node-type-ndi-event li, .node-type-ndi-event .node-type-ndi-story .about-ndi-block, .node-type-ndi-story .node-type-ndi-event .about-ndi-block, .node-type-ndi-event .where-we-work-countries .pane-content, .where-we-work-countries .node-type-ndi-event .pane-content, .node-type-ndi-event .about-us-page .panels-flexible-row-last, .about-us-page .node-type-ndi-event .panels-flexible-row-last {
    padding: 0px !important;
  }
  .node-type-ndi-event .event-node {
    margin: 0px;
    padding: 0px;
  }
  .node-type-ndi-event .event-node .title {
    margin-top: 0em;
  }
  .node-type-ndi-event .event-node .title .field-name-title-field {
    margin-top: 0px;
  }
  .node-type-ndi-event footer .row, .node-type-ndi-event footer .node-type-ndi-story .about-ndi-block .content, .node-type-ndi-story .about-ndi-block .node-type-ndi-event footer .content {
    margin: 0px;
  }
}

/**
 * themes/forms.scss
 * I apply some general styles to forms.
 */
/**
 * Make Drupal-generated forms inherit some styles
 */
/**
 * Should all labels be lightweight?
 */
label {
  font-weight: 400;
}

/**
 * Should all textareas be 100% width?
 */
textarea {
  width: 100%;
}

.grippie {
  width: 100%;
}

/**
 * Make labels appear above form elements.
 */
.form-labels-above label, .contact-ndi-team .pane-content label {
  display: block;
}

/**
 * Make the form skinny
 * For panels, this should be applied to pane-content
 */
.form-skinny, .contact-ndi-team .pane-content {
  margin-left: 200px;
  margin-right: 200px;
}

/**
 * Breakpoints for .form-skinny
 */
@media screen and (max-width: 768px) {
  .form-skinny, .contact-ndi-team .pane-content {
    margin-left: auto;
    margin-right: auto;
  }
  /**
   * Breakpoints for name field and text field to fill the screen on small
  */
  .form-fields-2-col, .contact-ndi-team .pane-content .webform-client-form .webform-component--ndi-contact-from-name,
  .contact-ndi-team .pane-content .webform-client-form .webform-component--ndi-contact-from-mail {
    width: 105% !important;
    margin-left: 14px;
  }
  /**
   * Make the text area not full width
  */
  .form-textarea-wrapper textarea {
    width: 90%;
    margin-left: 16px;
  }
  /**
   * Make the text label with proper margin
  */
  .pane-content label {
    margin-left: 16px;
  }
  /**
   * This is hidding the slider of the bottom of the text area
  */
  .webform-component-textarea .grippie {
    display: none;
  }
}

/**
 * Make form fields line up in a row
 * This should be applied to the field names for the form fields
 * This should be repeated if we have any 3ol or 4col forms
 */
.form-fields-2-col, .contact-ndi-team .pane-content .webform-client-form .webform-component--ndi-contact-from-name,
.contact-ndi-team .pane-content .webform-client-form .webform-component--ndi-contact-from-mail {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  padding: 0em 1em 0em 0em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-fields-2-col input, .contact-ndi-team .pane-content .webform-client-form .webform-component--ndi-contact-from-name input,
.contact-ndi-team .pane-content .webform-client-form .webform-component--ndi-contact-from-mail input {
  width: 90%;
}

/**
 * themes/front.scss
 * styles that appear specifically on the front page
 */
BODY.page-front .promo-box-info {
  margin: 4em auto;
}

BODY.page-front .grid-links {
  margin: 0em auto 4em;
}

@media screen and (max-width: 767px) {
  BODY.page-front .promo-box-info {
    margin: 1em auto;
  }
  BODY.page-front .grid-links {
    margin: 0em auto 1em;
  }
}

.gdpr h5 {
  font-size: 1.25em;
  margin-top: 0;
}

.gdpr .column-image {
  height: 250px;
  width: 250px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}

.gdpr .view-ndi-stories .teaser-row {
  border-top: 1px solid #000;
  padding: 1.25em 0 .5em 0;
}

.gdpr .view-ndi-stories article {
  margin: 0;
}

.gdpr .story-pane .pane-content {
  padding: 2em 2em 0 2em;
}

.gdpr .faqs h3 {
  font-size: 1.5em;
  margin-top: 2em;
}

.gdpr .faqs h3:first-of-type {
  margin-top: 0.5em;
}

.gdpr .gray-header-lines + .gray-region {
  margin-top: 3em;
}

#sliding-popup h2 {
  margin-top: 10px !important;
}

#sliding-popup button {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-image: none !important;
  border-radius: 0 !important;
  border: 0 !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
  color: #fff !important;
  text-shadow: none !important;
  padding: 5px 28px !important;
  -webkit-transition: all 150ms ease-in-out !important;
  transition: all 150ms ease-in-out !important;
}

#sliding-popup button:hover {
  padding: 5px 36px !important;
}

#sliding-popup #popup-text a {
  color: #fff;
  text-decoration: underline;
}

#sliding-popup #popup-text a:hover {
  text-decoration: none;
}

#sliding-popup .hide-popup-button, #sliding-popup .agree-button, #sliding-popup .eu-cookie-withdraw-button {
  background-color: #925C20 !important;
  background-image: repeating-linear-gradient(-35deg, transparent, transparent 3px, rgba(255, 255, 255, 0.075) 3px, rgba(255, 255, 255, 0.075) 4px) !important;
}

#sliding-popup .hide-popup-button:hover, #sliding-popup .agree-button:hover, #sliding-popup .eu-cookie-withdraw-button:hover {
  background-color: #bc7629 !important;
}

#sliding-popup .find-more-button {
  background-color: #4c7396 !important;
  background-image: repeating-linear-gradient(-35deg, transparent, transparent 3px, rgba(255, 255, 255, 0.075) 3px, rgba(255, 255, 255, 0.075) 4px) !important;
}

#sliding-popup .find-more-button:hover {
  background-color: #648db1 !important;
}

#sliding-popup p {
  font-weight: normal !important;
}

#sliding-popup .popup-content #popup-text p {
  font-size: 1em;
}

/**
 * Women Mayors page
 * women-mayors-network-womn
 */
/* 24460 = dev site, 24802 = prod site */
.page-node-24460.node-type-page .gray-header-lines > h2, .page-node-24802.node-type-page .gray-header-lines > h2 {
  font-weight: 300 !important;
}

.page-node-24460.node-type-page .centered .container, .page-node-24460.node-type-page .centered .breadcrumb-wrapper, .page-node-24460.node-type-page .centered .pane-node-field-ndi-regional-programs .pane-content, .pane-node-field-ndi-regional-programs .page-node-24460.node-type-page .centered .pane-content, .page-node-24460.node-type-page .centered .pane-node-field-ndi-initiatives .pane-content, .pane-node-field-ndi-initiatives .page-node-24460.node-type-page .centered .pane-content, .page-node-24460.node-type-page .centered .navigation-widget ul li, .navigation-widget ul .page-node-24460.node-type-page .centered li, .page-node-24460.node-type-page .centered .node-type-ndi-story .about-ndi-block, .node-type-ndi-story .page-node-24460.node-type-page .centered .about-ndi-block, .page-node-24460.node-type-page .centered .where-we-work-countries .pane-content, .where-we-work-countries .page-node-24460.node-type-page .centered .pane-content, .page-node-24460.node-type-page .centered .about-us-page .panels-flexible-row-last, .about-us-page .page-node-24460.node-type-page .centered .panels-flexible-row-last, .page-node-24802.node-type-page .centered .container, .page-node-24802.node-type-page .centered .breadcrumb-wrapper, .page-node-24802.node-type-page .centered .pane-node-field-ndi-regional-programs .pane-content, .pane-node-field-ndi-regional-programs .page-node-24802.node-type-page .centered .pane-content, .page-node-24802.node-type-page .centered .pane-node-field-ndi-initiatives .pane-content, .pane-node-field-ndi-initiatives .page-node-24802.node-type-page .centered .pane-content, .page-node-24802.node-type-page .centered .navigation-widget ul li, .navigation-widget ul .page-node-24802.node-type-page .centered li, .page-node-24802.node-type-page .centered .node-type-ndi-story .about-ndi-block, .node-type-ndi-story .page-node-24802.node-type-page .centered .about-ndi-block, .page-node-24802.node-type-page .centered .where-we-work-countries .pane-content, .where-we-work-countries .page-node-24802.node-type-page .centered .pane-content, .page-node-24802.node-type-page .centered .about-us-page .panels-flexible-row-last, .about-us-page .page-node-24802.node-type-page .centered .panels-flexible-row-last {
  text-align: center;
}

.page-node-24460.node-type-page .media-element-container, .page-node-24802.node-type-page .media-element-container {
  text-align: center;
}

@media (min-width: 480px) {
  .page-node-24460.node-type-page .media-element-container.media-half_width_float_right, .page-node-24802.node-type-page .media-element-container.media-half_width_float_right {
    max-width: 50%;
    float: right;
    margin: 0 0 10px 10px;
  }
}

.page-node-24460.node-type-page .teaser-row, .page-node-24802.node-type-page .teaser-row {
  border-top: 0;
}

.page-node-24460.node-type-page article:first-of-type .teaser-row, .page-node-24802.node-type-page article:first-of-type .teaser-row {
  border-top: 0;
}

.page-node-24460.node-type-page .node-ndi-story.node-teaser h2, .page-node-24802.node-type-page .node-ndi-story.node-teaser h2 {
  font-size: 1.414em !important;
  margin-bottom: 0;
}

.page-node-24460.node-type-page .btn, .page-node-24460.node-type-page .form-actions input[type="button"], .form-actions .page-node-24460.node-type-page input[type="button"], .page-node-24460.node-type-page
.form-actions input[type="submit"],
.form-actions .page-node-24460.node-type-page input[type="submit"], .page-node-24802.node-type-page .btn, .page-node-24802.node-type-page .form-actions input[type="button"], .form-actions .page-node-24802.node-type-page input[type="button"], .page-node-24802.node-type-page
.form-actions input[type="submit"],
.form-actions .page-node-24802.node-type-page input[type="submit"] {
  margin: 20px 0;
}

.page-node-24460.node-type-page h4, .page-node-24460.node-type-page .page-publications .publication-grid .publication-grid-item .bottom .readmore, .page-publications .publication-grid .publication-grid-item .bottom .page-node-24460.node-type-page .readmore, .page-node-24802.node-type-page h4, .page-node-24802.node-type-page .page-publications .publication-grid .publication-grid-item .bottom .readmore, .page-publications .publication-grid .publication-grid-item .bottom .page-node-24802.node-type-page .readmore {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.page-node-24460.node-type-page .gray-region, .page-node-24802.node-type-page .gray-region {
  margin-top: 40px;
}

.page-node-24460.node-type-page .gray-region .pane-content, .page-node-24802.node-type-page .gray-region .pane-content {
  margin-bottom: 40px;
}

.page-node-24460.node-type-page .gray-region .pane-content:first-of-type, .page-node-24802.node-type-page .gray-region .pane-content:first-of-type {
  margin-top: 40px;
}

.page-node-24460.node-type-page .people-image-container, .page-node-24802.node-type-page .people-image-container {
  height: auto;
}

.page-node-24460.node-type-page .people-image-container .person-image, .page-node-24802.node-type-page .people-image-container .person-image {
  height: auto;
  width: auto;
  max-width: 100%;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .page-node-24460.node-type-page .pane-content .col-md-6:nth-of-type(2n+1), .page-node-24802.node-type-page .pane-content .col-md-6:nth-of-type(2n+1) {
    clear: left;
  }
}

@media (min-width: 1200px) {
  .page-node-24460.node-type-page .pane-content .col-md-6:nth-of-type(4n+1), .page-node-24802.node-type-page .pane-content .col-md-6:nth-of-type(4n+1) {
    clear: left;
  }
}

.page-node-24460.node-type-page .view-ndi-stories article, .page-node-24802.node-type-page .view-ndi-stories article {
  margin-bottom: 1.5em;
}

.page-node-24460.node-type-page .hero-image-container figcaption .hero-title, .page-node-24802.node-type-page .hero-image-container figcaption .hero-title {
  text-transform: none;
}

.womn-profile {
  padding-top: 3em;
}

.womn-profile .right-column h2 {
  text-transform: uppercase;
  margin-top: 15px;
  text-align: center;
}

@media (min-width: 768px) {
  .womn-profile .right-column h2 {
    text-align: left;
    margin-top: 0;
  }
}

.womn-profile .colorbox-people-node .field-name-field-ndi-people-image {
  position: static;
  margin: 0;
}

.womn-profile .colorbox-people-node .field-name-field-ndi-people-image img {
  max-width: 100%;
}

.womn-profile .colorbox-people-node .field-name-field-ndi-people-position {
  text-align: center;
  margin-right: 0;
}

@media (min-width: 768px) {
  .womn-profile .colorbox-people-node .field-name-field-ndi-people-position {
    text-align: left;
  }
}

.womn-profile .colorbox-people-node .field-name-field-ndi-people-position p:first-of-type {
  margin-bottom: 0;
}

.womn-profile .back-link {
  text-align: right;
}

.womn-profile blockquote {
  margin: 0;
  font-size: 1.25em;
  font-style: italic;
  padding: 11px 22px;
  float: none;
  width: 100%;
}

.womn-profile blockquote:after {
  color: #4D7496;
  content: close-quote;
  font-size: 1.6em;
  vertical-align: 0;
  font-weight: 900;
  display: inline-block;
  font-family: serif;
}

.womn-profile blockquote:before {
  content: open-quote;
  line-height: 0.1em;
  margin-left: -0.5em;
  margin-top: 0.4em;
  vertical-align: -0.23em;
  position: absolute;
  font-family: serif;
  font-weight: 900;
  color: #4D7496;
}

.title-with-tagline {
  margin-bottom: 0;
}

.title-with-tagline.pane-title {
  margin-bottom: 0 !important;
  font-weight: 300 !important;
}

.title-tagline {
  margin-top: 0;
  text-align: center;
  font-weight: 300;
}

/**
 * Year of Data
 * year-data
 */
.gender-media-title {
  font-size: 1.25em;
  padding: 10px;
  background-color: rgba(0, 56, 105, 0.7);
  color: rgba(255, 255, 255, 0.85);
}

.gender-divs-centered {
  text-align: center;
}

.gender-divs-centered div {
  display: inline-block;
  margin-bottom: 20px;
}

@media (min-width: 654px) {
  .gender-divs-centered div {
    margin-right: 20px;
  }
}

.gender-float-right {
  text-align: center;
}

@media (min-width: 768px) {
  .gender-float-right {
    margin: 0 0 10px 10px;
    float: right;
  }
}

.gender-nav-list {
  padding: 0;
  margin: 40px 0 0 0;
  text-align: center;
}

.gender-nav-list li {
  display: inline-block;
  margin: 0 20px 20px 0;
  vertical-align: top;
  width: 100%;
}

.gender-nav-list li:last-of-type {
  margin-right: 0;
}

@media (min-width: 648px) {
  .gender-nav-list li {
    width: 17%;
  }
}

/**
 * International Women's Day
 * international-womens-day
 */
.video .pane-content {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  border: 1px solid #eae9e9;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.facebook-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.facebook-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  max-width: 530px;
  max-height: 300px;
}

.pane-page-title.panel-pane-full-width {
  padding-bottom: 1em;
}

.pane-page-title .pane-content {
  padding-left: 15px;
  padding-right: 15px;
}

.page-international-womens-day .custom-twitter-widget {
  text-align: center;
}

.page-international-womens-day .video .sticky-wrapper {
  position: absolute;
}

.page-international-womens-day .social-sidebar {
  width: 80px !important;
  z-index: 1 !important;
}

.page-international-womens-day .top-social-widget {
  padding-bottom: 0;
}

.page-international-womens-day .row, .page-international-womens-day .node-type-ndi-story .about-ndi-block .content, .node-type-ndi-story .about-ndi-block .page-international-womens-day .content {
  margin-left: 0;
  margin-right: 0;
}

.page-international-womens-day .promo-box-info {
  border: 1px solid #000;
}

.page-international-womens-day .resource-header h2 {
  font-weight: 500;
}

.page-international-womens-day .teaser-row {
  border-top: 0;
}

.page-international-womens-day article:first-of-type .teaser-row {
  border-top: 0;
}

.page-international-womens-day .node-ndi-story.node-teaser h2 {
  font-size: 1.414em !important;
  margin-bottom: 0;
}

.page-international-womens-day .node-ndi-story.node-teaser .story-teaser-title img {
  width: auto;
  height: auto;
}

.page-international-womens-day blockquote {
  width: 100%;
}

.page-international-womens-day blockquote:after {
  color: #4D7496;
  content: close-quote;
  font-size: 1.6em;
  vertical-align: 0;
  font-weight: 900;
  display: inline-block;
  font-family: serif;
}

.page-international-womens-day .people-image-container {
  height: auto;
}

.page-international-womens-day .people-image-container img {
  height: auto;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .page-international-womens-day facebook-responsive iframe, .page-international-womens-day .youtube-responsive iframe {
    width: 530px;
    height: 300px;
  }
  .page-international-womens-day .facebook-video {
    height: 610px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-international-womens-day .facebook-responsive iframe, .page-international-womens-day .youtube-responsive iframe {
    width: 440px;
    height: 250px;
  }
  .page-international-womens-day .facebook-video {
    height: 656px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-international-womens-day .facebook-responsive iframe, .page-international-womens-day .youtube-responsive iframe {
    width: 330px;
    height: 188px;
  }
  .page-international-womens-day .facebook-video {
    height: 722px;
  }
}

@media (max-width: 992px) {
  .page-international-womens-day .quiz-three {
    position: relative;
    top: -48px;
  }
}

@media (max-width: 767px) {
  .page-international-womens-day .facebook-responsive iframe {
    height: 300px;
    position: relative;
  }
  .page-international-womens-day .facebook-responsive iframe, .page-international-womens-day .youtube-responsive iframe {
    display: block;
    margin: 0 auto;
  }
}

.page-international-womens-day #pollanw {
  margin: 20px;
}

.page-international-womens-day #pollanw p {
  padding: 5px 10px;
  margin: 0;
  font-size: 0.9em;
}

.page-international-womens-day .pollanw-btn p {
  display: inline-block;
}

.page-international-womens-day .pollanw-btn p a:hover {
  background: #6e38a7;
}

.page-international-womens-day .pollanw-btn p a {
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  background: #4b296e;
}

.page-international-womens-day .quiz-one, .page-international-womens-day .quiz-two {
  position: relative;
  top: -48px;
}

.page-international-womens-day div#cboxLoadedContent {
  background: #efdaef;
}

.page-past-international-womens-day-initiatives .video {
  padding-bottom: 0;
  margin-top: -5em;
}

.page-past-international-womens-day-initiatives .row, .page-past-international-womens-day-initiatives .node-type-ndi-story .about-ndi-block .content, .node-type-ndi-story .about-ndi-block .page-past-international-womens-day-initiatives .content {
  margin-left: 0;
  margin-right: 0;
}

.page-past-international-womens-day-initiatives .resource-header h2 {
  font-weight: 500;
}

/**
 * @file themes/header
 * Applies a default set of styles to the header.
 * 
 */
/**
 * themes/image-gallery
 * Specific styles for the image gallery pages.
 */
/**
  * themes/image-gallery
  *.node-type-image-gallery
  * I am styling the node-image-gallery pages.
  */
.node-type-image-gallery .main .container, .node-type-image-gallery .main .breadcrumb-wrapper, .node-type-image-gallery .main .pane-node-field-ndi-regional-programs .pane-content, .pane-node-field-ndi-regional-programs .node-type-image-gallery .main .pane-content, .node-type-image-gallery .main .pane-node-field-ndi-initiatives .pane-content, .pane-node-field-ndi-initiatives .node-type-image-gallery .main .pane-content, .node-type-image-gallery .main .navigation-widget ul li, .navigation-widget ul .node-type-image-gallery .main li, .node-type-image-gallery .main .node-type-ndi-story .about-ndi-block, .node-type-ndi-story .node-type-image-gallery .main .about-ndi-block, .node-type-image-gallery .main .where-we-work-countries .pane-content, .where-we-work-countries .node-type-image-gallery .main .pane-content, .node-type-image-gallery .main .about-us-page .panels-flexible-row-last, .about-us-page .node-type-image-gallery .main .panels-flexible-row-last {
  width: 100%;
  padding: 0px;
}

.node-type-image-gallery .col-sm-12 {
  padding: 0px;
}

.node-type-image-gallery .node-image-gallery {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 20%;
  background: #333333;
}

.node-type-image-gallery .node-image-gallery .field-name-field-img-gallery-description .field-items > .field-item {
  color: white;
  max-width: 30%;
  position: absolute;
  top: 4%;
  left: 0;
  line-height: 1.3em;
}

.node-type-image-gallery .node-image-gallery .field-name-field-img-gallery-img .field-items > .field-item {
  right: 10px;
}

.node-type-image-gallery .node-image-gallery .swiper-pagination-gallery {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
}

.node-type-image-gallery .node-image-gallery .swiper-pagination-fraction {
  margin: 10px 10px;
}

.node-type-image-gallery .node-image-gallery .swiper-slide {
  width: 0px;
}

.node-type-image-gallery .node-image-gallery .swiper-slide .field-name-field-img-gallery-description .field-items > .field-item {
  display: none;
}

.node-type-image-gallery .node-image-gallery .swiper-slide .swiper-slide .swiper-slide-active {
  display: block !important;
}

.node-type-image-gallery .node-image-gallery .swiper-slide-active {
  width: 100% !important;
  display: block !important;
}

.node-type-image-gallery .node-image-gallery .swiper-slide-active .field-name-field-img-gallery-description .field-items > .field-item {
  display: block;
}

.node-type-image-gallery .node-image-gallery .swiper-slide-next {
  width: 0px !important;
  margin: 0px !important;
  display: block !important;
}

.node-type-image-gallery .node-image-gallery .swiper-slide-next .field-name-field-img-gallery-description .field-items > .field-item {
  display: none;
}

.node-type-image-gallery .node-image-gallery .swiper-slide-prev {
  width: 100% !important;
  display: block !important;
}

.node-type-image-gallery .node-image-gallery .swiper-wrapper {
  width: 100% !important;
}

.node-type-image-gallery .field-collection-container {
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
}

.node-type-image-gallery .field-name-title-field {
  color: white;
  text-align: left;
  margin-top: 0px;
}

.node-type-image-gallery .swiper-button-prev {
  color: white;
  position: absolute;
  left: 30%;
  top: 55%;
  z-index: 1;
}

.node-type-image-gallery .swiper-button-next {
  color: white;
  position: absolute;
  right: 30%;
  top: 55%;
  z-index: 1;
}

.node-type-image-gallery .swiper-container {
  margin-top: 0px !important;
}

@media screen and (max-width: 480px) {
  .node-type-image-gallery .node-image-gallery {
    padding-top: 10px;
    padding-left: 0px;
  }
  .node-type-image-gallery .node-image-gallery .swiper-container {
    margin-top: 0px;
  }
  .node-type-image-gallery .node-image-gallery .field-name-title-field {
    top: 0px;
    width: 100%;
    text-align: center;
  }
  .node-type-image-gallery .node-image-gallery .field-name-field-img-gallery-description .field-items > .field-item {
    top: 72%;
    max-width: 100%;
    position: absolute;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
  }
  .node-type-image-gallery .node-image-gallery .swiper-slide-active {
    margin-top: 0em;
  }
  .node-type-image-gallery .node-image-gallery .content {
    min-height: 100%;
    height: 500px;
  }
  .node-type-image-gallery .node-image-gallery .swiper-pagination-gallery {
    top: 60.5%;
  }
  .node-type-image-gallery .node-image-gallery .swiper-button-next {
    display: none;
  }
  .node-type-image-gallery .node-image-gallery .swiper-button-prev {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .node-type-image-gallery .node-image-gallery {
    padding: 30px 0px;
  }
  .node-type-image-gallery .node-image-gallery .field-collection-view {
    margin-top: 0em;
    float: right;
  }
  .node-type-image-gallery .node-image-gallery .field-name-title-field {
    margin-left: 40px;
  }
  .node-type-image-gallery .node-image-gallery .swiper-button-next, .node-type-image-gallery .node-image-gallery .swiper-button-prev {
    display: none;
  }
  .node-type-image-gallery .node-image-gallery .swiper-pagination-gallery {
    text-align: center;
    left: 25%;
    right: 35%;
  }
  .node-type-image-gallery .node-image-gallery .field-name-field-img-gallery-description .field-items > .field-item {
    top: 10%;
    max-width: 30%;
    position: absolute;
    margin-left: 40px;
    margin-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .node-type-image-gallery .node-image-gallery {
    padding: 30px 10px;
  }
  .node-type-image-gallery .node-image-gallery .swiper-button-prev {
    left: 0;
  }
  .node-type-image-gallery .node-image-gallery .swiper-button-next {
    right: 0;
    position: absolute;
  }
  .node-type-image-gallery .node-image-gallery .field-name-field-img-gallery-description .field-items > .field-item {
    top: 5%;
    max-width: 30%;
    position: absolute;
    margin-left: 0px;
    margin-right: 10px;
  }
  .node-type-image-gallery .node-image-gallery .swiper-slide-active {
    margin-left: 20%;
  }
  .node-type-image-gallery .node-image-gallery .field-name-title-field {
    text-align: center;
    margin-bottom: 10px;
  }
  .node-type-image-gallery .node-image-gallery .swiper-pagination-gallery {
    text-align: center;
    left: 20%;
    right: 0;
  }
}

/**
 * Incident Report Form pages
 * incident-report-form-violence-against-women-politics
 */
/* 24449 = dev form embed page, 24689, 24699, 24701, 24701 = prod pages */
.page-node-24449 .story-pane .pane-content, .page-node-24689 .story-pane .pane-content, .page-node-24699 .story-pane .pane-content, .page-node-24701 .story-pane .pane-content, .page-node-24701 .story-pane .pane-content {
  background-color: #EBEBEB;
}

.page-node-24449 .pane-content, .page-node-24689 .pane-content, .page-node-24699 .pane-content, .page-node-24701 .pane-content, .page-node-24701 .pane-content {
  margin-bottom: 40px;
}

.page-node-24449 iframe, .page-node-24689 iframe, .page-node-24699 iframe, .page-node-24701 iframe, .page-node-24701 iframe {
  width: 100%;
}

@media (min-width: 992px) {
  .page-node-24449 iframe, .page-node-24689 iframe, .page-node-24699 iframe, .page-node-24701 iframe, .page-node-24701 iframe {
    width: 75%;
  }
}

.report-form-lang-switcher {
  padding: 0;
  margin: 0;
  text-align: center;
}

.report-form-lang-switcher li {
  display: inline-block;
  margin: 0 20px 20px 0;
}

.report-form-lang-switcher li.active {
  text-decoration: underline;
}

/**
 * themes/our-impact page.
 * I apply some default style settings to our-impact page.
 */
/**
 * Apply margins on the big text under the hero image.
 */
.page-our-impact .big-text {
  margin-top: 40px;
}

/**
 * themes/panels
 * Adjusts the CSS to account for strange things in panels.
 *
 *
 */
/**
 * Remove panels separators
 * We don't need them.
 */
.panel-separator {
  display: none;
}

/**
 * Give panel panes a standard space between panes.
 */
/**
 * Breakpoints for panel panes.
 */
@media screen and (max-width: 768px) {
  .inside > .panel-pane {
    margin-bottom: .5em;
  }
  .inside > .panel-pane h2 {
    font-size: 2.1989em;
    color: #000;
  }
  .inside > .panel-pane h2:before, .inside > .panel-pane h2:after {
    background-color: transparent;
  }
  .inside > .panel-pane .container-fluid {
    padding-left: 1em;
    padding-right: 1em;
  }
  .pane-node-body {
    margin-left: 1em;
    margin-right: 1em;
  }
}

/**
 * Removes margins from the bottom of specific panes
 */
.inside > .pane-topic-hero {
  margin-bottom: 0em;
}

.inside > .support-ndi-gray {
  margin-bottom: 0em;
}

/**
 * Remove .container-fluid padding when used with a panel pane
 * This ensures consistent placement of components
 */
.panel-pane.container-fluid {
  padding-left: 0em;
  padding-right: 0em;
}

/**
 * Give panel panes titles a standard margin and font styling
 */
.pane-title {
  margin-top: 1em;
  text-align: left;
  color: #124c89;
  font-size: 3em;
  font-weight: 400 !important;
  font-family: "Cooper Hewitt";
}

.lang-direction-rtl.node-type-page .pane-title {
  text-align: right;
}

.lang-direction-rtl .pane-title .pane-views-panes .pane-title {
  text-align: right;
}

/**
 * .landing-page
 * Landing pages have special margins around the content. Use this to
 * apply them uniformly.
 */
BODY.landing-page .main-content {
  margin-top: 1.3em;
}

/**
 * Adjust .panels-flexible-row when .container also appears on the row.
 * This is necessary for centering panels on the page.
 */
.panels-flexible-row.container, .panels-flexible-row.breadcrumb-wrapper, .pane-node-field-ndi-regional-programs .panels-flexible-row.pane-content, .pane-node-field-ndi-initiatives .panels-flexible-row.pane-content, .navigation-widget ul li.panels-flexible-row, .node-type-ndi-story .panels-flexible-row.about-ndi-block, .where-we-work-countries .panels-flexible-row.pane-content, .about-us-page .panels-flexible-row.panels-flexible-row-last {
  margin-left: auto;
  margin-right: auto;
}

/**
 * identity-pane
 * Provides styles for panels on primary landing pages
 * Gives them a blue header and tight text
 */
.identity-pane H2 {
  text-align: left;
  color: #124c89;
  font-size: 3em;
  font-weight: 300 !important;
  font-family: "Cooper Hewitt";
}

.identity-pane p {
  font-size: 1.125em;
  line-height: 1.3em;
  font-weight: 400;
  color: #000;
  font-family: "Cooper Hewitt";
}

/**
 * @media .identity-pane
 * Providing a style for the identity panes on small screens.
 */
@media screen and (max-width: 768px) {
  .identity-pane {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .identity-pane h2, .identity-pane p {
    text-align: left !important;
  }
}

/**
 * big text
 * Just makes the text inside a block big. Really big.
 */
.big-text {
  font-size: 1.7em;
  font-weight: 400;
  font-family: "Cooper Hewitt", "Source Sans Pro";
  color: #000;
  line-height: 1.4em;
}

.big-text p {
  margin-top: .75em;
  padding-bottom: .75em;
}

.big-text p:first-child {
  padding-top: 0em;
}

/**
 * big-text extra padding
 * Gives some extra room on the top.
 */
.big-text-extra-pad {
  padding-top: 1.25em;
}

/**
 * themes/paragraph-styles
 * I provide a list of styles that are applied to paragraphs.
 */
.medium-text {
  font-size: 1.125em;
  font-weight: 300;
  font-family: "Cooper Hewitt", "Source Sans Pro";
  color: #000;
}

.medium-large-text {
  font-size: 1.25em;
  font-weight: 300;
  font-family: "Cooper Hewitt", "Source Sans Pro";
  color: #000;
}

.gray-bg {
  background-color: #555555;
}

.gray-bg h1, .gray-bg h2, .gray-bg h3, .gray-bg h4, .gray-bg .page-publications .publication-grid .publication-grid-item .bottom .readmore, .page-publications .publication-grid .publication-grid-item .bottom .gray-bg .readmore, .gray-bg a, .gray-bg p {
  color: white;
}

/**
 * themes/people-page
 * I provide a list of styles that are applied to people pages.
 */
/**
 * .node-type-ndi-people
 * We use that class to style the people page node.
 */
.node-type-ndi-people .row-top {
  background-color: white;
}

.node-type-ndi-people .row-top h2 {
  color: black;
  font-weight: 500;
}

.node-type-ndi-people .row-top .field-name-field-ndi-people-position {
  color: black;
}

.node-type-ndi-people .social-links {
  margin: 10em 1em 0px 1.2em;
}

@media screen and (max-width: 480px) {
  .node-type-ndi-people .field-name-field-ndi-people-image.field-type-image {
    margin: 0px;
  }
  .node-type-ndi-people .social-links {
    margin: 4.7em 0em 0px 0.4em;
  }
  .node-type-ndi-people .colorbox-people-node .field-name-body {
    margin: 55px 0px 0px 8px;
    max-height: 415px;
    overflow: auto;
    line-height: 1.5;
    padding-right: 0px;
    max-width: 314px;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .node-type-ndi-people .field-name-field-ndi-people-image.field-type-image {
    margin: 0px;
  }
  .node-type-ndi-people .social-links {
    margin: 7em 0em 0px 0.8em;
  }
  .node-type-ndi-people .colorbox-people-node .field-name-body {
    margin: 150px 0px 10px 0px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .node-type-ndi-people .field-name-field-ndi-people-image.field-type-image {
    margin: 0px;
  }
  .node-type-ndi-people .social-links {
    margin: 8em 0em 0px 0.8em;
  }
}

/**
 * @file themes/search-box
 * Applies a default set of styles to the search box.
 *
 */
.region-above-header {
  display: none;
  background-color: #003869;
  padding-bottom: 0.5em;
}

.region-above-header .views-exposed-widgets {
  margin-bottom: 0;
}

.region-above-header #block-views-exp-ndi-search-main-page {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.region-above-header #block-views-exp-ndi-search-main-page label {
  display: none;
}

.region-above-header #block-views-exp-ndi-search-main-page .views-widget {
  float: left;
}

.region-above-header #block-views-exp-ndi-search-main-page .views-widget .form-text {
  border: none;
  padding: 0;
  font-size: 2em;
  width: 100%;
  background-color: #003869;
  color: white;
}

.region-above-header #block-views-exp-ndi-search-main-page .views-widget .form-text ::-webkit-input-placeholder {
  /* Chrome */
  color: white;
}

.region-above-header #block-views-exp-ndi-search-main-page .views-widget .form-text :-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}

.region-above-header #block-views-exp-ndi-search-main-page .views-widget .form-text ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  opacity: 1;
}

.region-above-header #block-views-exp-ndi-search-main-page .views-widget .form-text :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: white;
  opacity: 1;
}

.region-above-header #block-views-exp-ndi-search-main-page .views-exposed-widget .form-submit {
  display: none;
}

.region-above-header #block-views-exp-ndi-search-main-page .views-exposed-form .views-exposed-widget {
  padding-right: 0;
}

/**
 * themes/social
 * I provide styles for social media
 *
 */
/**
 * .social-link
 * Applies to each social media link in the site.
 */
.social-link {
  display: inline-block;
  margin: 0em 0.9em 0em 0em;
  padding: 0em;
  color: #124C89;
}

.social-link:hover {
  color: #124C89;
}

.social-link i {
  display: inline-block;
}

/**
 * .social-tools
 * I am a container for social fdia stuff
 *
 * Newsletters and social media links commonly appear next to one another.
 * I am needed to provide exact placement of elements.
 */
.social-tools {
  display: inline-block;
  padding-top: 110px;
  padding-left: 0px;
  /**
 * input[type="text"]
 * Using this for styling the newsletter's text field.
 */
  /**
 * input[type="submit"]
 * Using this for styling the newsletter's submit button.
 */
}

.social-tools.push-right {
  float: right;
}

.social-tools > label {
  font-size: 1.47em;
  font-weight: 400;
  color: #000;
  display: block;
  margin: 0.7em 0em .5em 0em;
  padding-bottom: 13px;
}

.social-tools input[type="text"] {
  min-width: 305px;
  border: 2px solid #124C89;
  padding-left: 25px;
  font-size: 1em;
  font-weight: 400;
  color: #888888;
  font-style: italic;
  min-height: 44px;
  max-height: 44px;
  line-height: normal;
  border-radius: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .social-tools input[type="text"] {
    font-size: 13.5px;
  }
}

.social-tools input[type="submit"] {
  background-color: #124C89;
  min-width: 117px;
  color: white;
  font-weight: 700;
  border: none;
  min-height: 44px;
  max-height: 44px;
  font-size: 1.1em;
  line-height: normal;
  vertical-align: top;
  border-radius: 0;
}

/**
 * Using this for styling the social-tools on mobile screens.
 */
@media (max-width: 767px) {
  .social-tools > label {
    margin: 0em 0em .5em 0em !important;
    text-align: left;
  }
  .social-tools input[type="text"] {
    min-width: 190px !important;
  }
  .social-tools input[type="submit"] {
    min-width: 84px !important;
  }
}

@media screen and (max-width: 767px) and (-ms-high-contrast: active), (max-width: 767px) and (-ms-high-contrast: none) {
  .social-tools input[type="text"] {
    font-size: 13.5px;
  }
}

/**
 * Using this for styling the social-tools on mobile screens.
 */
@media (max-width: 1199px) {
  .social-tools > label {
    margin: 0em 0em .5em 0em !important;
    text-align: left;
  }
  .social-tools input[type="text"] {
    min-width: 252px;
  }
  .social-tools input[type="submit"] {
    min-width: 84px !important;
  }
}

@media screen and (max-width: 1199px) and (-ms-high-contrast: active), (max-width: 1199px) and (-ms-high-contrast: none) {
  .get-involved-with-social #boxes-box-box_get_involved .signup-form-wrapper {
    display: block;
  }
  .get-involved-with-social #boxes-box-box_get_involved .signup-form-wrapper > label {
    text-align: center;
  }
}

/**
 * get-involved-box
 * Using this for styling the get involved box.
 */
.get-involved-box {
  margin-top: 2.5em;
  margin-bottom: 4em;
}

.get-involved-box h2 {
  margin: 0;
  color: #000;
  padding-bottom: 21px;
}

.get-involved-box b, .get-involved-box strong {
  font-weight: 600;
}

.get-involved-box p {
  font-size: 1.025em;
  line-height: 1.4em;
}

@media (max-width: 991px) {
  .get-involved-box {
    margin-bottom: 0em;
  }
}

@media (max-width: 1199px) {
  .get-involved-box {
    margin-bottom: 0em;
  }
}

@media (max-width: 991px) {
  #boxes-box-get_involved_without .social-tools {
    padding-top: 30px;
  }
}

@media screen and (max-width: 991px) and (-ms-high-contrast: active), (max-width: 991px) and (-ms-high-contrast: none) {
  .social-tools input[type="text"] {
    font-size: 13.5px;
  }
}

/**
 * .get-involved-with-social
 * Using this for styling the get involved box with social icons.
 */
.get-involved-with-social {
  padding: 10px 15px 45px 15px;
}

.get-involved-with-social .social-tools {
  padding-top: 10px;
}

@media (max-width: 991px) {
  .get-involved-with-social {
    padding-bottom: 35px;
    text-align: center;
  }
  .get-involved-with-social .pane-title {
    text-align: center;
  }
  .get-involved-with-social #boxes-box-box_get_involved .push-right.signup-form-wrapper {
    float: none;
  }
  .get-involved-with-social #boxes-box-box_get_involved .social-tools {
    padding: 15px 0;
  }
}

/*# sourceMappingURL=styles.css.map */
