/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300|Roboto:300,300i,500,700,900");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

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

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

.group:after {
  clear: both;
}

.group {
  clear: both;
  *zoom: 1;
}

html {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: 0.03rem;
  font-size: 62.5%;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #222222;
}

body {
  /*background-color: rgba(222, 227, 229, 0.2);*/
  background-color: #ffffff;
  position: relative;
}

/*header {
  position: relative;
  background: url(../../img/header--background__lrg.jpg) repeat-x, #002F87;
  background-size: cover;
}*/

@media (min-width: 768px) {
  header {
    background-size: auto;
  }
}

header .wedge-ext {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #002F87;
  height: 130px;
  width: 13%;
  z-index: 5;
  display: none;
}

@media (min-width: 1600px) {
  header .wedge-ext {
    display: block;
  }
}

@media (min-width: 2100px) {
  header .wedge-ext {
    width: 20%;
  }
}

header .header-container {
  position: relative;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  height: 75px;
}

header .header-container a {
  border-bottom: none;
}

@media (min-width: 375px) {
  header .header-container {
    height: 90px;
  }
}

@media (min-width: 576px) {
  header .header-container {
    height: 110px;
  }
}

@media (min-width: 768px) {
  header .header-container {
    height: 130px;
  }
}

header .header-container .logo {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
  height: 68%;
  z-index: 99;
}

@media (min-width: 992px) {
  header .header-container .logo {
    left: 20px;
  }
}

header .header-container .logo-bk {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
}

header .header-container .year {
  position: relative;
  height: 68%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 10px;
  float: right;
  opacity: .85;
}

@media (min-width: 992px) {
  header .header-container .year {
    margin-right: 20px;
  }
}

.wrapper {
  display: block;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}

.container {
  margin: 0 0 20px;
}

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

.nav {
  margin: 0;
}

/* removed nav */
.container h1, .container h2, .container h3, .container p.main, .projects-nav-filters, p.wide {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media (min-width: 992px) { /* removed nav */
  .container h1, .container h2, .container h3, .container p.main, .projects-nav-filters, p.wide {
    width: calc(83.3333333333% - 55px);
    float: left;
    margin-left: 30px;
    margin-left: calc(8.3333333333% - 32.5px + 60px);
  }
}

body.intro .container h1, body.intro .container h2, body.intro .container h3, body.intro .container p.main, .container ul.main, ul.bullets {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media (min-width: 992px) {
  body.intro .container h1, body.intro .container h2, body.intro .container h3, body.intro .container p.main, .container ul.main, ul.bullets {
    width: calc(66.6666666667% - 50px);
    float: left;
    margin-left: 30px;
    margin-left: calc(16.6666666667% - 35px + 60px);
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

a:link, a:active, a:hover, a:visited {
  color: #008FBE;
  text-decoration: none;
  border-bottom: 2px solid #bad2ff;
  -webkit-transition: border-bottom 0.2s ease-in-out;
  transition: border-bottom 0.2s ease-in-out;
}

a:hover {
  border-bottom: 2px solid #008FBE;
}

.pagination {
  text-align: right;
  background-color: transparent;
}

p, li {
  font-size: 1.6rem;
  line-height: 1.7;
}

@media (min-width: 992px) {
  p, li {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

@media (min-width: 1200px) {
  p, li {
    font-size: 2rem;
  }
}

p {
  margin-bottom: 20px;
}

ul {
  list-style: none;
  padding-left: 0;
}

ul.bullets {
  list-style-type: disc;
  padding-left: 2rem;
}

h1 {
  font-size: 3rem;
  color: #002F87;
  font-weight: 900;
  text-transform: uppercase;
  margin: 1.5rem 0;
}

@media (min-width: 992px) {
  h1 {
    font-size: 4.2rem;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 6.4rem;
  }
}

h1 + p {
  margin-top: 0;
}

h2 {
  font-size: 4.2rem;
  color: #002F87;
  font-weight: 300;
  text-transform: uppercase;
  margin: .5rem 0 1rem -0.25rem;
}

@media (min-width: 768px) {
  h2 {
    margin: .5rem 0 .5rem -0.25rem;
  }
}

h3 {
  font-size: 2rem;
  color: #002F87;
  font-weight: 700;
  line-height: 2.6rem;
  margin: 1.25rem 0 1.5rem -0.25rem;
}

h3 + p {
  margin-top: 0;
}

h4 {
  font-size: 3.6rem;
  color: #666666;
  font-weight: 300;
  line-height: 4rem;
}

h4 span {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #001847;
  white-space: nowrap;
}

nav {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  nav {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  nav {
    text-align: left;
  }
}

@media (min-width: 992px) {
  nav {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

nav a:link, nav a:active, nav a:hover, nav a:visited {
  color: #ffffff;
  border-bottom: 2px solid #008FBE;
  -webkit-transition: border-bottom 0.2s ease-in-out;
  transition: border-bottom 0.2s ease-in-out;
}

@media (min-width: 768px) {
  nav a:link, nav a:active, nav a:hover, nav a:visited {
    color: #008FBE;
    border-bottom: 2px solid #ffffff;
  }
}

nav a:hover {
  border-bottom: 2px solid #ffffff;
}

@media (min-width: 768px) {
  nav a:hover {
    border-bottom: 2px solid #008FBE;
  }
}

nav a.current:link, nav a.current:active, nav a.current:hover, nav a.current:visited {
  background-color: rgba(255, 255, 255, 0.2);
  display: block;
  border-bottom: none;
  padding: 1rem 0;
}

@media (min-width: 768px) {
  nav a.current:link, nav a.current:active, nav a.current:hover, nav a.current:visited {
    color: #E65525;
    border-bottom: 2px solid transparent;
    padding: 0;
  }
}

nav a.open-btn:hover, nav a.close-btn:hover {
  border-bottom: none;
}

nav li {
  padding-bottom: 2rem;
  display: block;
}

@media (min-width: 768px) {
  nav li {
    /*display: inline-block;*/
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 0;
    padding-right: 2.5rem;
    margin-right: 1.3rem;
    padding-left: 10px;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg);
  }
  nav li a:link {
    display: block;
    -webkit-transform: skew(20deg) !important;
            transform: skew(20deg) !important;
  }
  nav li::after {
    content: "";
    position: absolute;
    /*top: 5px;
    right: 0px;*/
    top: 8px;
    right: 8px;
    height: 17px;
    border-right: 3px solid #E65525;
  }
  nav li:last-of-type::after {
    content: none;
    border-right: none;
  }
  nav li:first-of-type {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  nav {
    background-color: #ffffff;
  }
}

nav li.cedac40-nav {
  background-color: #ee582e;
  padding-top: 10px;
  padding-bottom: 10px;
}

nav li.cedac40-nav a:link, nav li.cedac40-nav a:active, nav li.cedac40-nav a:hover, nav li.cedac40-nav a:visited {
    color: #ffffff;
    border-bottom: 2px solid #ee582e;
    -webkit-transition: border-bottom 0.2s ease-in-out;
    transition: border-bottom 0.2s ease-in-out;
}

nav li.cedac40-nav a:hover {
    border-bottom: 2px solid #ffffff;
}


@media (min-width: 768px) {
  nav li.cedac40-nav {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
  nav li.cedac40-nav a {
      background-image: url(../../img/cedac40-nav-inactive.svg);
      background-repeat: no-repeat;
      background-position: left top;
      background-color: transparent;
      width: 200px;
      height: 36px;
      display: block;
      border-bottom: none;
      text-indent: -9999px;
      overflow: hidden;
  }
  nav li.cedac40-nav a:hover {
      background-image:url('../../img/cedac40-nav-active.svg');
      
  }
  nav li.cedac40-nav.current a {
      background-image:url('../../img/cedac40-nav-active.svg');
  }
}

@media (min-width: 768px) {
  nav li.cedac40-nav a:link, nav li.cedac40-nav a:active, nav li.cedac40-nav a:hover, nav li.cedac40-nav a:visited {
      color: #008FBE;
      border-bottom: none;
  }
}

.open-btn, .close-btn {
  display: block;
  margin: 0 0 1rem;
  height: 42px;
  line-height: 42px;
  background-color: #008FBE;
}

@media (min-width: 768px) {
  .open-btn, .close-btn {
    display: none;
  }
}

.open-btn.hide, .close-btn.hide {
  display: none;
}

.close-btn {
  font-size: 2.7rem;
}

@media (max-width: 768px) {
  .close-btn + .menu {
    margin: -1rem 0 1rem;
  }
}

.menu {
  position: relative;
  /*background-color: #008FBE;*/
}

@media (max-width: 768px) {
  .menu {
    display: none;
    background-color: #008FBE;
  }
}

.menu ul {
  margin: 0;
  padding-top: 1rem;
  display: block;
}

@media (min-width: 768px) {
  .menu ul {
    background-color: #ffffff;
    display: table;
  }
}

.menu.open {
  display: block;
}

.hero-splash-container {
  padding: 0 20px;
}

img.hero-splash {
  width: 100%;
  height: auto;
  display: none;
}

@media (min-width: 768px) {
  img.hero-splash.desktop {
    display: block;
    max-width: 1290px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  img.hero-splash.mobile {
    display: block;
  }
}


.splash-main {
  overflow: hidden;
  background-color: #002F87;
  color: #ffffff;
  padding: 40px 0px;
  height: 100vh;
  background-image:url('../../img/landing-page-footer.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 960px;
}

.splash-main .content {
  padding-bottom: 40px;
  background-color: #002F87;
}

@media (max-width: 768px) {
  .splash-main {
    padding: 60px 0px 20px;
  }
}



.splash-main .logo {
  display: block;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .splash-main .logo {
    display: inline;
    margin-right: 30px;
    margin-bottom: 0px;
  }
}

.splash-main .main {
  max-width: 940px;
  text-align: center;
  margin: 3rem auto;
  padding: 0 3rem;
}

@media (max-width: 768px) {
  .splash-main .main {
    line-height: 1.4;
  }
}

.splash-main .cta {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 2px;
}

.splash-main .cta a:link, .splash-main .cta a:active, .splash-main .cta a:visited {
  color: #ffffff;
  border-bottom: 2px solid #002F87;
}

.splash-main .cta a:hover {
  border-bottom: 2px solid #ffffff;
}

.splash-main a.nodec {
  border-bottom: none;
}

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

div[class^="photo-card-"] img {
  width: 100%;
  height: auto;
}

div[class^="photo-card-"] p {
  margin: 2px 0;
}

div[class^="photo-card-"] .signature {
  margin-bottom: 2rem;
}

.photo-card-1 {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media (min-width: 768px) {
  .photo-card-1 {
    width: calc(50% - 15px);
    float: left;
    margin-left: 10px;
  }
}

@media (min-width: 992px) {
  .photo-card-1 {
    width: calc(33.3333333333% - 40px);
    float: left;
    margin-left: 30px;
    margin-left: calc(16.6666666667% - 35px + 60px);
  }
}

.photo-card-2 {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media (min-width: 768px) {
  .photo-card-2 {
    width: calc(50% - 15px);
    float: left;
    margin-left: 10px;
  }
}

@media (min-width: 992px) {
  .photo-card-2 {
    width: calc(33.3333333333% - 40px);
    float: left;
    margin-left: 30px;
  }
}

.photo-card-1 .signature {
  width: 165px;
  height: auto;
}

.photo-card-2 .signature {
  width: 224px;
  height: auto;
}

.stripe {
  background-color: rgba(222, 227, 229, 0.5);
}

.is-hidden {
  display: none;
}

.filters a.current {
  font-weight: 500;
}

.styled-select {
  height: 32px;
  overflow: hidden;
  width: 300px;
  background: url(../../img/form-drop.png) no-repeat 96% center;
  background-size: 20px;
  border: 2px solid #DEE3E5;
}

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

.styled-select select {
  background: transparent;
  color: #008FBE;
  border: none;
  font-size: 1.6rem;
  height: 32px;
  padding: 5px;
  /* Too much padding and options won't show in IE */
  width: 320px;
}

@media (min-width: 992px) {
  .styled-select select {
    font-size: 1.8rem;
  }
}

@media (min-width: 1200px) {
  .styled-select select {
    font-size: 2rem;
  }
}

.filters p {
  display: none;
}

.filters ul {
  text-align: left;
}

@media (min-width: 768px) {
  .filters ul {
    text-align: right;
  }
}

.filters li {
  display: inline-block;
  padding-right: 1rem;
}

.filters li::after {
  content: "";
  padding-right: 1rem;
  border-right: 1px solid #30383F;
}

.filters li:last-of-type::after {
  content: none;
}

@media (min-width: 768px) {
  .filters {
    float: right;
  }
}

.prehead {
  text-transform: uppercase;
  font-weight: 900;
  margin: 50px 0 0;
  color: #E65525;
}

.location {
  margin-top: 0.8rem;
  margin-left: 0.25rem;
  display: block;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #666666;
}

@media (min-width: 768px) {
  .location {
    display: inline;
    margin-left: 1.5rem;
  }
}

.builder {
  color: #30383F;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0;
}

@media (min-width: 992px) {
  .builder {
    font-size: 2rem;
  }
}

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

.title .row {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media (min-width: 992px) {
  .title .row {
    margin-left: calc(8.3333333333% - 32.5px + 60px);
  }
}

.project-images {
  margin: 1.5rem auto 1rem;
}

.project-images [class^="img"] {
  position: relative;
  margin-top: 10px;
}

.project-images img {
  width: 100%;
}

.project-images .caption {
  position: absolute;
  bottom: 2px;
  width: 100%;
  padding: 0.5rem 10px;
  margin: 0;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.06rem;
  background-color: rgba(0, 24, 71, 0.6);
}

@media (min-width: 576px) {
  .project-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2rem auto 3rem;
  }
  .project-images .img-2-3 {
    -webkit-box-flex: 2.0151515152;
        -ms-flex: 2.0151515152;
            flex: 2.0151515152;
    margin-right: 10px;
  }
  .project-images .img-1-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 10px;
  }
  .project-images .img-1-2 {
    -webkit-box-flex: 1.5085388994;
        -ms-flex: 1.5085388994;
            flex: 1.5085388994;
    margin-right: 10px;
  }
  .project-images [class^="img-"]:last-child {
    margin-right: 0;
  }
}

.project-list sup {
  color: #002F87;
}

.footnote {
  color: #002F87;
  font-size: 1.2rem;
  margin-top: 0;
}

@media (min-width: 768px) {
  .footnote {
    margin-top: .5rem;
  }
}

.overview .highlight {
  line-height: 1.5;
}

.overview .highlight b {
  display: block;
  text-transform: uppercase;
  color: #002F87;
}

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

.overview aside {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media (min-width: 576px) {
  .overview aside p:first-child {
    margin-top: 0;
  }
}

@media (min-width: 576px) {
  .overview aside {
    width: calc(33.3333333333% - 13.3333333333px);
    float: left;
    margin-left: 10px;
    left: calc(-66.6666666667% - 3.3333333333px + 10px);
    position: relative;
  }
}

@media (min-width: 992px) {
  .overview aside {
    width: calc(33.3333333333% - 40px);
    float: left;
    margin-left: 30px;
    left: calc(-41.6666666667% - 17.5px + 30px);
    position: relative;
  }
}

.overview .description {
  margin-top: 0;
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media (min-width: 576px) {
  .overview .description {
    width: calc(66.6666666667% - 16.6666666667px);
    float: left;
    margin-left: 10px;
    left: calc(33.3333333333% - 13.3333333333px + 10px);
    position: relative;
  }
}

@media (min-width: 992px) {
  .overview .description {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px;
    left: calc(41.6666666667% - 42.5px + 30px);
    position: relative;
  }
}

.map {
  position: relative;
}

.container.h1 {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .map-intro {
    width: calc(83.3333333333% - 55px);
    float: left;
    margin-left: 30px;
  }
}

.map-intro h3 {
  margin-top: 0;
}

@media (min-width: 992px) {
  .map-intro {
    position: absolute;
    top: 65%;
    left: 0;
  }
  .map-intro h3 {
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 1rem;
    width: 540px;
  }
  .map-intro p {
    color: #ffffff;
    margin-top: 0;
    width: 540px;
  }
}

.financials-map {
  /* for only total*/
  position: relative;
  min-height: 350px;
  /* end for only totals*/
  padding-top: 2rem;
  background: url("../../img/financials-map.png") #008FBE top center;
  background-position-y: 2rem;
  background-repeat: no-repeat;
  background-size: calc(100% - 20px);
}
@media (max-width: 667px) {
  .financials-map {
    min-height: 300px;
  }
}
/* for only total*/
.map-totals {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.map-totals h3 {
  color: #ffffff;
}
.map-totals p.total {
  color: #ffffff;
  display: block;
}

/* end for only total*/
@media (min-width: 992px) {
  .financials-map {
    height: calc(.6525 * 100vw);
  }
  .financials-map::after {
    clear: both;
    content: "";
    display: block;
  }
  .map-totals {
    top: 35%;
  }
}

@media (min-width: 1320px) {
  .financials-map {
    background-size: 1280px;
    height: 840px;
  }
}

@media (min-width: 992px) {
  .financials-map li {
    position: absolute;
  }
  .financials-map .total {
    display: none;
  }
  .financials-map .ne {
    top: 8%;
    left: 57%;
  }
  .financials-map .west {
    top: 22%;
    left: 11%;
  }
  .financials-map .bos {
    top: 25%;
    left: 69%;
  }
  .financials-map .central {
    top: 26%;
    left: 37%;
  }
  .financials-map .se {
    top: 51%;
    left: 62%;
  }
}

/*.map ul {
  position: relative;
  text-align: right;
  color: #ffffff;
  margin-right: 10px;
  padding-bottom: 1rem;
}

@media (min-width: 576px) {
  .map ul {
    margin-right: auto;
    margin-left: auto;
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .map ul {
    width: 100%;
    height: calc(.6 * 100vw);
    text-align: left;
    max-width: 100%;
  }
}

@media (min-width: 1320px) {
  .map ul {
    width: 1320px;
    height: 782px;
  }
}*/
map li, .map .total {
  font-size: 4.8rem;
  line-height: 1.1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  margin-bottom: 2.5rem;
}

/*.map li::first-letter, .map .total::first-letter {*/
.map .total::first-letter {
  font-size: calc(4.8rem * .54);
  vertical-align: super;
}

/*.map li span, .map .total span { */
.map .total span {
  font-size: calc(4.8rem * .375);
  font-family: "Roboto", sans-serif;
  display: block;
}

@media (min-width: 992px) {
  /*.map li span, .map .total span {*/
  .map .total span {
    margin-left: 1.5rem;
  }
}

.map .total {
  font-size: 6.3rem;
  margin-right: -.5rem;
}

.map .total span {
  margin-right: .5rem;
  margin-left: 1rem;
}

.map .intro .total {
  display: none;
}

@media (min-width: 992px) {
  .map .intro .total {
    display: block;
  }
}

.map .intro .total span {
  display: inline-block;
}

.map .intro p {
  margin-bottom: 1rem;
}

.section-grey {
  background-color: #f4f5f8;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 30px;
}
.section-white {
  background-color: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-blue {
  background-color: #008FBE;
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-blue h2 {
  color: #ffffff;
}
@media (max-width: 992px) {
  /*.section-grey {
    padding-left: 10px;
  }
  .section-white {
    padding-left: 10px;
  }*/
}

.financials:after {
  clear: both;
  content: "";
  display: block;
}
.financials h2 {
  text-transform: none;
}

.financials h4, .financials h5, .financials .tablesaw, .financials .tablesaw-bar {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .financials h4, .financials h5, .financials .tablesaw, .financials .tablesaw-bar {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .financials h2,.financials h4, .financials h5, .financials .tablesaw, .financials .tablesaw-bar {
    width: calc(83.3333333333% - 55px);
    float: left;
    margin-left: 30px;
    margin-left: calc(8.3333333333% - 32.5px + 60px);
  }
}

.financials h4 {
  margin-bottom: 0;
}

.financials h5 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 300;
  color: #666666;
}

.financials table {
  border-collapse: collapse;
  margin: 1rem 0;
}

.financials thead {
  border-bottom: 1px solid #DEE3E5;
}

.financials th, .financials td {
  border: 1px solid #DEE3E5;
}

.financials th, .financials td {
  font-size: 1.8rem;
  line-height: 1.35;
  vertical-align: bottom;
  text-align: left;
  border-top: none;
  border-bottom: none;
}

.financials th:first-of-type, .financials td:first-of-type {
  border-left: none;
}

.financials th:last-of-type, .financials td:last-of-type {
  border-right: none;
}

.financials th + th, .financials td + td {
  text-align: right;
}

.financials th {
  color: #002F87;
}

.financials .section .heading {
  color: #002F87;
  text-transform: uppercase;
  font-weight: 700;
}

.financials .totals {
  background-color: #ededee;
  color: #002F87;
  font-weight: 700;
}

.tablesaw-bar {
  display: block;
}

@media (min-width: 1200px) {
  .tablesaw-bar {
    display: none;
  }
}

.tablesaw-btn, .tablesaw-btn:focus {
  background-color: #008FBE;
}

a.tablesaw-btn {
  color: #fff;
  border-bottom: #cccccc 1px solid;
}

.tablesaw-advance a.tablesaw-nav-btn.left:before {
  left: .6em;
  border-right: 5px solid #ffffff;
}

.tablesaw-advance a.tablesaw-nav-btn.left:before {
  left: .6em;
  border-right: 12px solid #ffffff;
}

.tablesaw-advance a.tablesaw-nav-btn.right:before {
  left: .7em;
  border-left: 12px solid #ffffff;
}

.tablesaw-advance a.tablesaw-nav-btn.left:before, .tablesaw-advance a.tablesaw-nav-btn.right:before {
  top: .45em;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.tablesaw-advance .tablesaw-btn.btn-micro {
  font-size: 1em;
  padding: 1.25em;
}

.tablesaw-advance a.tablesaw-nav-btn.disabled {
  background-color: #008FBE;
}

.tablesaw-advance a.tablesaw-nav-btn:last-child {
  background-color: #1c95d4;
}

.funders {
  padding: 40px 0;
}

@media (min-width: 992px) {
  .funders h2,.funders h4, .funders ul, .funders p {
    width: calc(83.3333333333% - 55px);
    float: left;
    margin-left: 30px;
    margin-left: calc(8.3333333333% - 32.5px + 60px);
  }
}

.board-directors {
}

.board-directors .board, .board-directors .staff {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  padding-right: 2%;
}

@media (min-width: 992px) {
  .board-directors .content {
      width: calc(83.3333333333% - 55px);
      float: left;
      margin-left: 30px;
      margin-left: calc(8.3333333333% - 32.5px + 60px);
  }
}

section h2 {
  text-transform: none;
}

.project-list h4 {
  margin-bottom: 1rem;
}

.project-list::after {
  clear: both;
  content: "";
  display: block;
}

.project-list h4, .project-list ul {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media (min-width: 992px) {
  .project-list h4, .project-list ul {
    width: calc(83.3333333333% - 55px);
    float: left;
    margin-left: 30px;
    margin-left: calc(8.3333333333% - 32.5px + 60px);
  }
}

.project-list ul {
  -webkit-column-count: 1;
          column-count: 1;
  margin-bottom: 1rem;
}

.project-list ul li {
  margin-bottom: 1rem;
  line-height: 1.5;
  /* so we don't get weird column break*/
  display: inline-block;
  width: 100%;
}

@media (min-width: 1200px) {
  .project-list ul li {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) {
  .project-list ul {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
}

@media (min-width: 1600px) {
  .project-list ul {
    -webkit-column-count: 3;
            column-count: 3;
  }
}

.project-list .borrower {
  font-weight: 600;
}
.project-list .project {
  font-weight: 300;
}

.pre-footer {
  background-color: #DEE3E5;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pre-footer::after {
  clear: both;
  content: "";
  display: block;
}

.pre-footer h4, .pre-footer p, .pre-footer ul {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

.pre-footer h4 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 700;
}

.pre-footer p, .pre-footer li {
  font-size: 1.4rem;
  line-height: 1.7;
  text-transform: uppercase;
  font-weight: bold;
}

.pre-footer h4 + p, .pre-footer h4 + ul {
  margin-top: 0;
}

.pre-footer ul {
  -webkit-column-count: 1;
          column-count: 1;
  margin-bottom: 3rem;
}

.pre-footer ul li {
  margin-bottom: 1rem;
  line-height: 1.5;
}

.msg-footer {
  background-color: #008FBE;
}
.msg-footer h4 {
  color: #ffffff;
}

@media (min-width: 1200px) {
  .pre-footer ul li {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  .pre-footer h4, .pre-footer p, .pre-footer ul {
    width: calc(83.3333333333% - 55px);
    float: left;
    margin-left: 30px;
    margin-left: calc(8.3333333333% - 32.5px + 60px);
  }
}

@media (min-width: 768px) {
  .pre-footer ul {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
}

body.intro .pre-footer h4, body.intro .pre-footer ul {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media (min-width: 992px) {
  body.intro .pre-footer h4, body.intro .pre-footer ul {
    width: calc(66.6666666667% - 50px);
    float: left;
    margin-left: 30px;
    margin-left: calc(16.6666666667% - 35px + 60px);
  }
}

body.intro .pre-footer h4 li, body.intro .pre-footer ul li {
  font-size: 1.4rem;
  line-height: 1.7;
}

body.intro .pre-footer h4 + ul {
  margin-top: 0;
}

ul.main {
  -webkit-column-count: 1;
          column-count: 1;
  margin-bottom: 3rem;
}

ul.main li {
  margin-bottom: 1rem;
  line-height: 1.5;
  display: inline-block;
    width: 100%;
    vertical-align: top;
}

@media (min-width: 1200px) {
  ul.main li {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) {
  ul.main {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
}

.container .board {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media (min-width: 992px) {
  .container .board {
    width: 48%;
    float: left;
    margin-left: 0;
    margin-right: 20px;
  }
}

.container .staff {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media (min-width: 992px) {
  .container .staff {
    width: 48%;
    float: left;
    margin-left: 0;
  }
}

.board h4, .staff h4 {
  font-size: 3rem;
  margin: 2rem 0;
}

.staff p {
  margin-top: 4rem;
}

.board li, .staff li {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .board li, .staff li {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1200px) {
  .board li, .staff li {
    font-size: 1.8rem;
  }
}

.board li b, .staff li b {
  text-transform: uppercase;
  font-weight: 700;
}

.board li span, .staff li span {
  font-weight: 500;
}

.board li h6, .staff li h6 {
  text-transform: uppercase;
  color: #008FBE;
  font-weight: 300;
  font-size: 1.6rem;
  margin: 0;
}

@media (min-width: 992px) {
  .board li h6, .staff li h6 {
    font-size: 1.8rem;
  }
}

@media (min-width: 1200px) {
  .board li h6, .staff li h6 {
    font-size: 2rem;
  }
}

footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #002F87;
  color: #ffffff;
}

footer::after {
  clear: both;
  content: "";
  display: block;
}

/*footer ul, footer p {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}

@media (min-width: 992px) {
  footer ul, footer p {
    width: calc(83.3333333333% - 55px);
    float: left;
    margin-left: 30px;
    margin-left: calc(8.3333333333% - 32.5px + 60px);
  }
}

@media (min-width: 1600px) {
  footer ul {
    width: calc(41.6666666667% - 42.5px);
    float: left;
    margin-left: 30px;
    margin-left: calc(8.3333333333% - 32.5px + 60px);
  }
}

@media (min-width: 1600px) {
  footer p {
    width: calc(41.6666666667% - 42.5px);
    float: left;
    margin-left: 30px;
    margin-left: calc(8.3333333333% - 32.5px + 60px);
  }
}*/

footer a:link, footer a:active, footer a:visited {
  color: #ffffff;
}

footer a:hover {
  color: #008FBE;
}

footer p, footer li {
  font-size: 1.4rem;
  line-height: 1.7;
}

footer li {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  footer li {
    display: inline-block;
  }
  footer li::after {
    content: " / ";
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  footer li:last-of-type::after {
    content: none;
  }
}

.go-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

@media (min-width: 576px) {
  .go-to-top {
    right: 30px;
    bottom: 30px;
  }
}

@media (min-width: 1600px) {
  .go-to-top {
    right: calc(50% - 770px);
  }
}

a:link.go-to-top, a:active.go-to-top, a:hover.go-to-top, a:visited.go-to-top {
  border-bottom: none;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover.go-to-top {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

/********************************
 *
 * 2019 changes
 *
 ********************************/

/* GLOBAL */
.nav-container {
  /*max-width: 1200px;
  padding: 0 100px;*/
  overflow: hidden;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .nav-container {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .nav-container {
    padding: 0;
  }
}
header {
    background-image: url(../../img/global-header.png);
    background-color:  #002F87;
    background-size: auto 130px;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: calc(50% + 150px);
}
@media (max-width: 1200px) {
  header {
    background-position: left 270px top 0;
    background-position-x: ;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  header {
    background-position: left 220px top 0;
    background-size: auto 90px;
  }
}
@media (max-width: 575px) {
  header {
    background-position: left 180px top 0;
  }
}




}
.container {
  max-width: 950px;
  padding: 0 20px;
  margin: 0 auto;
}
.container-fluid {
  max-width: 100%;
}
.page-container {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
}
.page-container:after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 992px) {
  .page-container {
    width: calc(83.3333333333% - 55px);
    float: left;
    margin-left: 30px;
    margin-left: calc(8.3333333333% - 32.5px + 60px);
  }
}

.orange {
  color: #E65525;
}
.page-header {
  width: 100%;
  overflow: hidden;
  margin-top: 120px;
}
@media (max-width: 768px) {
  .page-header {
    margin-top: 50px;
  }
}

.page-header h1 {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
}

.pagination {
    margin-bottom: 0;
    padding-bottom: 20px;
}
.footer-container {
  position: relative;
  width: 100%;
  padding: 20px 50px;
  overflow: hidden;
}
footer {
  background-image:url('../../img/footer-bg.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 960px;
}
footer .logo {
  float: left;
  vertical-align: top;
  max-width: 400px;
}
footer .footer-content {
  position: relative;
  float: right;
  vertical-align: top;
}
/*footer ul, footer p {
    width: 100%;
    float: none;
    margin-left: 0;
}*/
.contact-info {
  margin-bottom: 55px;
}
.contact-info ul {
    margin: 0;
    padding: 0;
}
.copyright {
  font-size: 1.4rem;
}

@media (max-width: 930px) {
  footer .logo {
    float: none;
    max-width: 100%;
  }
  footer .footer-content {
    float: none;
  }
  .contact-info {
    margin: 25px 0;
  }
}

/* index */
.landing {
  background-color: #002F87;
}
.landing .wrapper {
  background-color: transparent;
}
.landing h1 {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}
.landing h1 strong {
  font-weight: 700;
}


/* intro page */
.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
}
.embed-container iframe, .embed-container object, .embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
.video-caption {
  font-size: 16px;
  margin-top: 8px;
}
.photo-card {
  width: 33%;
  float: none;
  display: inline-block;
  margin: 10px 0 0;
  vertical-align: top;
}
@media (max-width: 667px) {
  .photo-card {
    width: 100%;
    float: none;
    display: block;
    margin-right: 0px;
  }
}
.intro-video {
  margin: 30px 0;
}

p.wide.footnote:before {
    content: '';
    display: block;
    clear: both;
}
.financials-pagination {
    width: calc(83.3333333333% - 55px);
    float: left;
    margin-left: calc(8.3333333333% - 32.5px + 60px);
}
@media (max-width: 992px) {
  .map-intro h3 {
      max-width: 850px;
      padding: 0 20px;
      margin: 0 auto 25px;
  }
  .financials-pagination {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}

.no-transform {
    -webkit-transform: none;
    transform: none;
    font-weight: 400;
}

/* organization */
@media (max-width: 992px) {
  .organization #financials, .organization #funders, .organization #board {
    padding-left: 10px;
  }
}
.organizaton-nav nav {
  font-weight: 300;
}
.organizaton-nav nav li:after {
    border-right: 3px solid #999999;
}

.organizaton-nav nav li.no-transform:after {
    border-right: none;
}


@media (max-width: 768px) {
  .organizaton-nav {

  }
  .organizaton-nav nav {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
  .organizaton-nav .menu {
    display: block;
    background-color: transparent;
  }
  .organizaton-nav nav li {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 0;
    padding-right: 2.0rem;
    margin-right: 1.3rem;
    padding-left: 5px;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
  }
  .organizaton-nav nav li:not(:first-of-type) {
    padding-left: 0px;
  }
  .organizaton-nav nav li a {
    color: #008FBE;
    border-bottom: none;
  }
  .organizaton-nav nav li a:link {
    display: block;
    -webkit-transform: skew(20deg) !important;
    transform: skew(20deg) !important;
  }
  
  .organizaton-nav nav li:after {
    content: "";
    position: absolute;
    top: 8px;
    right: 8px;
    height: 17px;
    border-right: 3px solid #999999;
  }

  .organizaton-nav nav li:last-of-type::after {
    content: none;
    border-right: none;
  }
  .organizaton-nav nav li:first-of-type {
    padding-left: 0;
    padding-right: 0;
    -webkit-transform: none;
    transform: none;
  }
}

@media (max-width: 600px) {
  .organizaton-nav nav li {
    display: block;
    font-weight: 400;
  }
  .organizaton-nav nav li:not(:first-of-type) {
    /*padding-left: 15px;*/
    margin-top: 10px;
  }
  .organizaton-nav nav li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 0px;
    border-right: none;
  }
}

/* Impact */
.impact-story {

}
.column-row.impact-story {
  margin-bottom: 45px;
}
.impact-story h3 {
  font-size: 4rem; /*3rem*/
  line-height: 3.6rem;
  text-transform: uppercase;
  margin: 0;
}
.impact-story h5, .story-content h5 {
  font-size: 2rem;
  color: #E65525;
  text-transform: uppercase;
  font-weight: 300;
  margin: 5px 0 0;
}
.impact-story q {
  font-size: 2.5rem;
  line-height: 1.3;
  color: #002F87;
  margin: 20px 0;
  display: block;
}
.impact-story a, .story-content a {
  font-size: 2rem;
  color: #E65525;
  font-weight: bold;
  text-decoration: none;
  border-bottom: none;
}
.impact-story a img {
  width: 22px;
  vertical-align: bottom;
}
.impact-story h5 a, .story-content h5 a {
  font-weight: 300;
}
#stories h2, #hmlp h2 {
  margin-bottom: 5rem;
}

.story-content .story-footer-nav {
   margin-top: 60px;
}
.story-content .story-footer-nav li {
  margin-bottom: 15px;
}

.story-content .story-footer-nav li a {
  font-weight: 300;
  border-bottom: 2px solid #E65525;
}
.story-content .story-footer-nav li a span {
  font-weight: normal;
}
.financials-list * {
  color: #ffffff;
}
.financials-list ul li {
  display: inline-block;
  font-size: 5.0rem;
  color: #011c4e;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #fff;
  padding: 0 20px;
}
.financials-list ul li:first-of-type {
  padding-left: 0;
}
.financials-list ul li:last-of-type {
  border-right: none;
}
.financials-list ul li sup {
  line-height: 1;
  color: #002F87;
}
.financials-list ul li span {
  display: block;
  font-size: calc(4.8rem * .375);
  text-transform: uppercase;
  color: #ffffff;
}
.financials-list ul li span.descriptor-footnote {
  font-size: 1rem;
}
.financials-list .financial-list {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .impact-story .col-6 img {
    margin-bottom: 30px;
  }
  .impact-story .col-6 .hear-story img {
    margin-bottom: 0;
  }
  .financials-list {
    text-align: center;
  }
  .financials-list .financial-list:first-of-type {
    margin-bottom: 60px;
  }
  .financials-list ul li {
    display: block;
    line-height: 1.3;
    margin: 25px;
    border-right: none;
  }
}



ul.bulleted {
  list-style: disc;
  margin-left: 20px;
}

.impact-grid {
  display: block;
}
.impact-grid ul {
  width: 33%; 
  display: inline-block; 
  vertical-align: top; 
  padding-right: 5px;
}
.impact-grid ul:nth-of-type(2) {
   width: 66%;
   padding-right: 0;
}

.image-caption {
  font-size: 1.6rem;
  line-height: 2.4rem;
  background-color: #ebf6fa;
  padding: 10px;
  margin-bottom: 8px;
}
.impact-grid ul img {
  display: block;
}

#hmlp {
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .impact-story .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  #hmlp {
    max-width: 100%;
  }
  .impact-grid {
    text-align: center;
  }
  .impact-grid ul {
    width: auto;
    padding-right: 0;
  }
  .impact-grid ul:nth-of-type(1) {
    margin-bottom: 0;
  }
  .impact-grid ul:nth-of-type(2) {
    width: auto;
    margin-top: 0;
  }
}

/* story lightbox */
.lity {
  background: #fff;
  background: rgba(255,255,255,0.9);
}
.lity-content:after {
  box-shadow: none;
}
.lity-close {
  top: 20px;
  right: 20px;
}
.lity-close, .lity-close:hover {
  color: #213f7b;
  text-shadow: 0 1px 2px rgba(153,153,153,0.6);
}
.lity-active,
.lity-active body {
    overflow: hidden;
}
.story-wrapper {
  overflow: auto;
  background-color: transparent;
}
.story-container {
  max-width: 990px;
  margin: 0 auto;
}
.story-inner {
  background-color: #fff;
  margin-top: 100px;
}
.story-header {
}
.story-content {
  padding: 30px 40px;
}
.story-content h3 {
  font-size: 4rem; /*3rem*/
  line-height: 3.6rem;
  text-transform: uppercase;
  margin: 0;
}
.story-content h5 {
    font-size: 2rem;
    color: #E65525;
    text-transform: uppercase;
    font-weight: 300;
    margin: 5px 0 0;
}

/* media player */
.mejs__overlay-button {
    background-image: url("mejs-controls.svg");
}
.mejs__overlay-loading-bg-img {
    background-image: url("mejs-controls.svg");
}
.mejs__button > button {
    background-image: url("mejs-controls.svg");
}
.media-player-container .mejs__time-buffering, .media-player-container .mejs__time-current, .media-player-container .mejs__time-handle,
        .media-player-container .mejs__time-loaded, .media-player-container .mejs__time-hovered, .media-player-container .mejs__time-marker, .media-player-container .mejs__time-total {
    height: 2px;
}

.media-player-container .mejs__time-total {
    margin-top: 9px;
}
.media-player-container .mejs__time-handle {
    left: -5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
    top: -5px;
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 2;
    border: none;
}
.media-player-container .mejs__time-handle-content {
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
}
.mejs__container {
    width: 300px !important;
    background: #E65525;
}

.mejs__controls:not([style*="display: none"]) {
  background: #E65525;
}

/* projects */
.projects .title .row {
  width: auto;
}
ul.full-project-list {
  width: 100%;
  margin-left: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}
ul.full-project-list .project span {
  font-weight: 300 !important;
  color: #222222 !important;
  font-size: 1.8rem !important;
}
.back-proj {
  font-weight: 300 !important;
  border-bottom: 2px solid #E65525 !important;
}


/* CEDAC 40 */
.cedac-40 {

}
.cedac-40 .page-container h2 {
  margin: 5rem 0;
  
}
.cedac-40-header {
  text-align: center;
  margin-bottom: 50px;
}
.cedac-40 .embed-container {
  margin-top: 40px;

}
.cedac-40 .video-caption {
    margin-bottom: 40px;
}
.cedac-40 .impact-grid li {
  padding-bottom: 8px;
}
/* ---- grid ---- */

.grid {
  background: #DDD;
  max-width: 1200px;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-item { float: left; width: 200px; }
.grid-item--width2 { width: 400px; }

.column-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.column-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
