/*! normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * 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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

body {
  font: 17px/26px Helvetica, Helvetica Neue, Arial; }

#framework-container {
  position: relative;
  width: 600px;
  margin: auto;
  margin-top: 50px;
  border: 1px solid #aaa; }

#framework-container .part {
  margin: 0 0 1.5em;
  padding: 1.5em;
  border: 1px dotted #ff0000; }

#header {
  position: relative;
  height: 120px;
  background-color: #fff; }
  #header #btn_home {
    position: absolute;
    display: block;
    background-image: url(../img/logo/black.png);
    width: 150px;
    height: 90px;
    background-size: 150px;
    height: 90px;
    top: 50%;
    left: 15px;
    margin-top: -45px; }
  #header #btn_mobile_menu {
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: #333;
    text-decoration: none;
    font-size: 1.5em;
    padding: 15px; }
  #header #desktop_menu {
    display: none;
    position: absolute;
    right: 15px;
    bottom: 15px;
    margin: 0px; }
    #header #desktop_menu > li {
      list-style-type: none;
      float: left;
      margin-left: 15px; }
    #header #desktop_menu a {
      color: #333;
      text-decoration: none; }
      #header #desktop_menu a:hover {
        text-decoration: underline; }
    #header #desktop_menu ul {
      display: none;
      position: absolute;
      z-index: 99;
      background-color: #fff;
      width: 250px;
      margin: 0px;
      padding: 15px;
      list-style-type: none; }
    #header #desktop_menu > li:hover ul {
      display: block; }

#container {
  position: relative;
  width: 100%;
  min-height: 150px;
  background-color: #fff;
  overflow: auto; }

/* Subheader */
#subheader {
  position: relative; }
  #subheader.without_image > .container {
    min-height: 145px; }

#subheader_image {
  display: block;
  width: 100%;
  height: auto; }

#subheader .spacer {
  padding: 0px; }

#subheader_title_container {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 0px 15px;
  color: #fff; }

#subheader.without_image #subheader_title_container {
  padding-left: 0px; }
  #subheader.without_image #subheader_title_container h1 {
    margin-left: 15px; }

/* ---- */
/* Subheader 2 */
#subheader2 {
  position: relative;
  overflow: auto; }
  #subheader2 .container {
    position: relative;
    z-index: 10; }

#subheader2_background {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: .5;
  z-index: 9; }

/* ---- */
#footer {
  height: 120px;
  padding-top: 15px; }
  #footer p {
    margin: 0px;
    color: #fff; }

#home_bg {
  display: block;
  width: 100%; }

#home {
  position: relative;
  width: 100%; }
  #home #payoff_background {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: .7;
    z-index: 9; }
  #home #payoff_container {
    overflow: auto; }
  #home #read_more_desktop {
    display: none; }
  #home #payoff {
    position: relative;
    padding: 0px 15px;
    color: #fff;
    overflow: auto;
    z-index: 10;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    #home #payoff #btn_read_more {
      color: #fff;
      text-decoration: none; }
      #home #payoff #btn_read_more:hover {
        text-decoration: underline; }
    #home #payoff h1 {
      text-align: center;
      color: #fff;
      line-height: 1.5em; }
    #home #payoff #payoff_lines p {
      text-align: center; }
    #home #payoff #read_more_mobile {
      text-align: center; }
  #home a._OUD_banner_60sec {
    color: #fff;
    display: block;
    position: relative; }
    #home a._OUD_banner_60sec img {
      display: block;
      margin: auto; }
    #home a._OUD_banner_60sec .play_button {
      font-size: 2em;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -20px; }

.quote {
  padding: 30px;
  text-align: center; }
  .quote h1 {
    color: #333; }

.spacer {
  overflow: auto;
  padding: 0px 15px; }

#content .spacer {
  padding-top: 15px; }

.home #container .spacer {
  padding: 0px; }

/* Mobile menu */
#mobile_menu {
  display: none;
  overflow: auto;
  padding: 5px 0px;
  list-style-type: none;
  margin: 0px; }
  #mobile_menu > li {
    margin-bottom: 5px;
    padding: 5px 15px; }
  #mobile_menu a {
    display: block;
    color: #fff;
    text-decoration: none; }
    #mobile_menu a:hover {
      text-decoration: underline; }
  #mobile_menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px; }
    #mobile_menu ul li {
      padding: 10px 25px; }

/* ---- */
@media only screen and (min-width: 510px) {
  #home a.banner_60sec {
    margin: 15px; } }
@media only screen and (min-width: 768px) {
  #home_bg {
    display: none; }

  #header #btn_mobile_menu {
    display: none; }
  #header #desktop_menu {
    display: block; }

  .home #container {
    background-image: url(../img/bg_home.jpg);
    background-size: cover;
    min-height: 800px; }

  #content,
  .container {
    position: relative;
    width: 100%;
    max-width: 1024px;
    margin: auto;
    height: 100%; }

  #content {
    padding-bottom: 60px; }

  #subheader .spacer {
    padding: 0px 15px; }

  #subheader_title_container {
    padding-left: 30px;
    padding-right: 30px; }
    #subheader_title_container h1 {
      font-size: 2.5em;
      margin-left: 0.67em; }

  .home #content {
    padding: 0px;
    margin-top: 15px;
    margin-bottom: 15px; }

  #home {
    overflow: auto; }
    #home #read_more_desktop {
      display: block;
      text-align: center;
      margin-left: 18%;
      margin-top: 30px; }
    #home #payoff_container {
      position: relative;
      background-image: none;
      width: 65%;
      float: left; }
      #home #payoff_container #read_more_mobile {
        display: none; }
    #home #payoff {
      margin: 15px; }
      #home #payoff h1 {
        font-size: 2em;
        margin: 30px 30px; }
      #home #payoff p {
        line-height: 2em; }
    #home #btn_read_more {
      padding: 10px 30px; }
    #home #video_container {
      float: left;
      position: relative;
      width: 50%; }
    #home a._OUD_banner_60sec {
      position: relative;
      margin: 0px;
      margin-top: 120px;
      width: 85%;
      left: 15%; }

  img.banner.half {
    display: block;
    position: relative;
    margin: auto;
    width: 50%; } }
h1,
h2 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: normal;
  line-height: 2em;
  font-size: 2em; }

h2 {
  font-size: 1.3em;
  line-height: 1.3em; }

#content .quote h1 {
  color: #333; }

a {
  color: #0a50c3;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

h1 {
  margin-top: 30px; }
  h1 .story.subtitle,
  h1 .report.subtitle {
    font-size: .5em; }
  h1.report {
    line-height: 1em;
    margin: 0.5em 0em; }

#content h1:first-child {
  margin: 0.67em 0; }

#content .intro {
  font-weight: bold; }

a.button {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  a.button.gray {
    background-color: #7d7768; }
  a.button.purple {
    background-color: #8188ac; }
  a.button.orange {
    background-color: #f28e5f; }
  a.button.red {
    background-color: #eb5e52; }
  a.button.white {
    border: 3px solid #fff; }

#ambassadors {
  margin-top: 30px;
  padding-bottom: 15px;
  overflow: auto; }
  #ambassadors .ambassador {
    padding-bottom: 30px;
    float: left;
    width: 45%;
    margin-left: 1.5%;
    margin-right: 1.5%; }
    #ambassadors .ambassador .picture {
      position: relative;
      width: 60%;
      margin: auto;
      margin-bottom: 15px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }
      #ambassadors .ambassador .picture img.placeholder {
        width: 100%;
        height: auto;
        display: block; }
    #ambassadors .ambassador .name,
    #ambassadors .ambassador .description {
      font-size: .8em;
      text-align: center; }
  #ambassadors .ambassador:nth-child(3) {
    clear: left; }

@media only screen and (min-width: 768px) {
  #ambassadors .ambassador {
    width: 30%; }
    #ambassadors .ambassador:nth-child(3) {
      clear: none; }
    #ambassadors .ambassador:nth-child(4) {
      clear: left; } }
img.banner {
  max-width: 100%; }

ul {
  margin-left: 0px;
  padding-left: 20px; }

/* Reports */
.reports .report {
  margin-bottom: 20px;
  padding: 20px;
  overflow: auto; }
  .reports .report .picture {
    width: 150px;
    height: 150px;
    position: relative;
    background-size: cover;
    background-position: center center;
    float: left;
    margin: 0px 20px 0px 0px; }
  .reports .report .region {
    color: #fff;
    text-transform: uppercase; }
  .reports .report h2 {
    color: #000 !important; }
  .reports .report a {
    color: #fff !important;
    border: 1px solid #fff;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }

h1.report {
  color: #000 !important; }

.report.subheader_title {
  text-align: right;
  font-style: italic; }

.report.subheader_title + h1 {
  margin-top: 1em; }

/* ---- */
