  /* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/* CSS Document */
.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.group {
  display: inline-block;
  clear: both;
}

/* start commented backslash hack \*/
* html .group {
  height: 1%;
}

.group {
  display: block;
}

/* close commented backslash hack */
* html .group, *:first-child + html .group {
  zoom: 1;
}

/* First selector = IE6, Second Selector = IE 7 */
html, body {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 1.5;
  box-sizing: border-box;
}

#header {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  background-color: #004477;
  color: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  -webkit-justify-content: center;
  justify-content: center;
}

#header_content {
  display: -webkit-flex;
  display: flex;
  width: 960px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
}

#sc {
  display: block;
  width: 160px;
  height: 100px;
  margin: 0;
  padding: 0;
}

#drake_logo {
  width: 154px;
  height: 100px;
  margin: 0;
  padding: 0;
}

#continuous_improvement {
  display: -webkit-flex;
  display: flex;
  width: 750px;
  padding: 0 20px;
  height: 100px;
  background-color: transparent;
  border-left: 1px solid #ffffff;
  font-size: 36px;
  -webkit-align-items: center;
  align-items: center;
}

/* CSS Document */
#block0 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}

#ci {
  width: 945px;
  margin: 10px auto;
}

#continuous_improvement_logo {
  width: 100%;
  height: 100%;
}

#intro {
  width: 700px;
  margin: -25px auto 25px auto;
  padding: 0 245px 0 0;
}

/* CSS Document */
#block1 {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  flex-direction: column;
}

#block1 div.stripe {
  background-color: #3cb0c9;
}

#block1_open {
  display: -webkit-flex;
  display: flex;
  height: 0px;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-color: #b1e0ea;
  overflow: hidden;
  transition: all 0.3s;
}

#block1_open.open {
  height: 385px;
  padding: 15px 0 0 0;
}

#block1_open.close {
  height: 0px;
  padding: 0;
}

#block1_open div.open_window {
  display: block;
  width: 930px;
  height: 327px;
  margin: 0 auto;
  padding: 0 0 0 10px;
  position: relative;
}

#r1_left_arrow,
#r1_right_arrow {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0);
  display: -webkit-flex;
  display: flex;
  width: 30px;
  height: 327px;
  color: #3cb0c9;
  font-size: 30px;
  font-weight: 700;
  -webkit-align-content: center;
  align-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  border: none;
  border-radius: none;
  padding: 0;
}

#r1_left_arrow img,
#r1_right_arrow img {
  width: 24px;
  height: 64px;
}

#r1_left_arrow {
  left: -30px;
}

#r1_right_arrow {
  right: -30px;
}

#r1_left_arrow:hover,
#r1_right_arrow:hover {
  background: rgba(255, 255, 255, 0.4);
}

#r1_left_arrow.bottom {
  top: 335px;
  left: 0;
  width: 32px;
  height: 32px;
  padding: 5px;
  border: 1px solid #3cb0c9;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
}

#r1_right_arrow.bottom {
  top: 335px;
  right: 0;
  width: 32px;
  height: 32px;
  padding: 5px;
  border: 1px solid #3cb0c9;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
}

#r1_left_arrow.bottom img,
#r1_right_arrow.bottom img {
  width: 32px;
  height: 32px;
}

#r1_left_arrow.hidden {
  left: -3000px;
}

#r1_right_arrow.hidden {
  right: -3000px;
}

#block1_open div.open_window div.open_container {
  width: 930px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#block1_open div.open_items {
  display: -webkit-flex;
  display: flex;
  width: 2170px;
  -webkit-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}

#block1_open div.open_item {
  display: inline-block;
  width: 300px;
  height: 327px;
  margin: 0 10px 0 0;
  padding: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

#block1_open div.slider_buttons {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}

#block1_open div.slider_buttons a {
  font-size: 40px;
  cursor: pointer;
  outline: none;
  margin: 0 5px;
  line-height: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#block1_open div.slider_buttons a.black_button {
  color: #3cb0c9;
  cursor: pointer;
}

#block1_open div.slider_buttons a.white_button {
  color: #ffffff;
  cursor: default;
}

#block2 {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  flex-direction: column;
}

#block2 div.stripe {
  background-color: #f47b20;
}

#block2_open {
  display: -webkit-flex;
  display: flex;
  height: 0px;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-color: #fbcba7;
  overflow: hidden;
  transition: all 0.3s;
}

#block2_open.open {
  height: 385px;
  padding: 15px 0 0 0;
}

#block2_open.close {
  height: 0px;
  padding: 0;
}

#block2_open div.open_window {
  display: block;
  width: 930px;
  height: 327px;
  margin: 0 auto;
  padding: 0 0 0 10px;
  position: relative;
}

#r2_left_arrow,
#r2_right_arrow {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0);
  display: -webkit-flex;
  display: flex;
  width: 30px;
  height: 327px;
  color: #f47b20;
  font-size: 30px;
  font-weight: 700;
  -webkit-align-content: center;
  align-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  border: none;
  border-radius: none;
  padding: 0;
}

#r2_left_arrow img,
#r2_right_arrow img {
  width: 24px;
  height: 64px;
}

#r2_left_arrow {
  left: -30px;
}

#r2_right_arrow {
  right: -30px;
}

#r2_left_arrow:hover,
#r2_right_arrow:hover {
  background: rgba(255, 255, 255, 0.4);
}

#r2_left_arrow.bottom {
  top: 335px;
  left: 0;
  width: 32px;
  height: 32px;
  padding: 5px;
  border: 1px solid #f47b20;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
}

#r2_right_arrow.bottom {
  top: 335px;
  right: 0;
  width: 32px;
  height: 32px;
  padding: 5px;
  border: 1px solid #f47b20;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
}

#r2_left_arrow.bottom img,
#r2_right_arrow.bottom img {
  width: 32px;
  height: 32px;
}

#r2_left_arrow.hidden {
  left: -3000px;
}

#r2_right_arrow.hidden {
  right: -3000px;
}

#block2_open div.open_window div.open_container {
  width: 930px;
  overflow: hidden;
}

#block2_open div.open_items {
  display: -webkit-flex;
  display: flex;
  width: 620px;
  -webkit-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}

#block2_open div.open_item {
  display: inline-block;
  width: 300px;
  height: 327px;
  margin: 0 10px 0 0;
  padding: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

#block2_open div.slider_buttons {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}

#block2_open div.slider_buttons a {
  font-size: 40px;
  cursor: pointer;
  outline: none;
  margin: 0 5px;
  line-height: 60px;
}

#block2_open div.slider_buttons a.white_button {
  color: #ffffff;
  cursor: default;
}

#block2_open div.slider_buttons a.black_button {
  color: #f47b20;
  cursor: pointer;
}

#block3 {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  flex-direction: column;
}

#block3 div.stripe {
  background-color: #f7333f;
}

#block3_open {
  display: -webkit-flex;
  display: flex;
  height: 0px;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-color: #f8c0c4;
  overflow: hidden;
  transition: all 0.3s;
}

#block3_open.open {
  height: 385px;
  padding: 15px 0 0 0;
}

#block3_open.close {
  height: 0px;
  padding: 0;
}

#block3_open div.open_window {
  display: block;
  width: 930px;
  height: 327px;
  margin: 0 auto;
  padding: 0 0 0 10px;
  position: relative;
}

#r3_left_arrow,
#r3_right_arrow {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0);
  display: -webkit-flex;
  display: flex;
  width: 30px;
  height: 327px;
  color: #f7333f;
  font-size: 30px;
  font-weight: 700;
  -webkit-align-content: center;
  align-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  border: none;
  border-radius: none;
  padding: 0;
}

#r3_left_arrow img,
#r3_right_arrow img {
  width: 24px;
  height: 64px;
}

#r3_left_arrow {
  left: -30px;
}

#r3_right_arrow {
  right: -30px;
}

#r3_left_arrow:hover,
#r3_right_arrow:hover {
  background: rgba(255, 255, 255, 0.4);
}

#r3_left_arrow.bottom {
  top: 335px;
  left: 0;
  width: 32px;
  height: 32px;
  padding: 5px;
  border: 1px solid #f7333f;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
}

#r3_right_arrow.bottom {
  top: 335px;
  right: 0;
  width: 32px;
  height: 32px;
  padding: 5px;
  border: 1px solid #f7333f;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
}

#r3_left_arrow.bottom img,
#r3_right_arrow.bottom img {
  width: 32px;
  height: 32px;
}

#r3_left_arrow.hidden {
  left: -3000px;
}

#r3_right_arrow.hidden {
  right: -3000px;
}

#block3_open div.open_window div.open_container {
  width: 930px;
  overflow: hidden;
}

#block3_open div.open_items {
  display: -webkit-flex;
  display: flex;
  width: 1550px;
  -webkit-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}

#block3_open div.open_item {
  display: inline-block;
  width: 300px;
  height: 327px;
  margin: 0 10px 0 0;
  padding: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

#block3_open div.slider_buttons {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}

#block3_open div.slider_buttons a {
  font-size: 40px;
  cursor: pointer;
  outline: none;
  margin: 0 5px;
  line-height: 60px;
}

#block3_open div.slider_buttons a.white_button {
  color: #ffffff;
  cursor: default;
}

#block3_open div.slider_buttons a.black_button {
  color: #f7333f;
  cursor: pointer;
}

#block4 {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  flex-direction: column;
}

#block4 div.stripe {
  background-color: #94a545;
}

#block4_open {
  display: -webkit-flex;
  display: flex;
  height: 0px;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-color: #d5dbb7;
  overflow: hidden;
  transition: all 0.3s;
}

#block4_open.open {
  height: 385px;
  padding: 15px 0 0 0;
}

#block4_open.close {
  height: 0px;
  padding: 0;
}

#block4_open div.open_window {
  display: block;
  width: 930px;
  height: 327px;
  margin: 0 auto;
  padding: 0 0 0 10px;
  position: relative;
}

#r4_left_arrow,
#r4_right_arrow {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0);
  display: -webkit-flex;
  display: flex;
  width: 30px;
  height: 327px;
  color: #94a545;
  font-size: 30px;
  font-weight: 700;
  -webkit-align-content: center;
  align-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  border: none;
  border-radius: none;
  padding: 0;
}

#r4_left_arrow img,
#r4_right_arrow img {
  width: 24px;
  height: 64px;
}

#r4_left_arrow {
  left: -30px;
}

#r4_right_arrow {
  right: -30px;
}

#r4_left_arrow:hover,
#r4_right_arrow:hover {
  background: rgba(255, 255, 255, 0.4);
}

#r4_left_arrow.bottom {
  top: 335px;
  left: 0;
  width: 32px;
  height: 32px;
  padding: 5px;
  border: 1px solid #94a545;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
}

#r4_right_arrow.bottom {
  top: 335px;
  right: 0;
  width: 32px;
  height: 32px;
  padding: 5px;
  border: 1px solid #94a545;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
}

#r4_left_arrow.bottom img,
#r4_right_arrow.bottom img {
  width: 32px;
  height: 32px;
}

#r4_left_arrow.hidden {
  left: -3000px;
}

#r4_right_arrow.hidden {
  right: -3000px;
}

#block4_open div.open_window div.open_container {
  width: 930px;
  overflow: hidden;
}

#block4_open div.open_items {
  display: -webkit-flex;
  display: flex;
  width: 1550px;
  -webkit-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}

#block4_open div.open_item {
  display: inline-block;
  width: 300px;
  height: 327px;
  margin: 0 10px 0 0;
  padding: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

#block4_open div.slider_buttons {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}

#block4_open div.slider_buttons a {
  font-size: 40px;
  cursor: pointer;
  outline: none;
  margin: 0 5px;
  line-height: 60px;
}

#block4_open div.slider_buttons a.white_button {
  color: #ffffff;
  cursor: default;
}

#block4_open div.slider_buttons a.black_button {
  color: #94a545;
  cursor: pointer;
}

#block5 {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  flex-direction: column;
}

#block5 div.stripe {
  background-color: #999999;
}

#block5_open {
  display: -webkit-flex;
  display: flex;
  height: 0px;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-color: #cccccc;
  overflow: hidden;
  transition: all 0.3s;
}

#block5_open.open {
  height: 385px;
  padding: 15px 0 0 0;
}

#block5_open.close {
  height: 0px;
  padding: 0;
}

#block5_open div.open_window {
  display: block;
  width: 930px;
  height: 327px;
  margin: 0 auto;
  padding: 0 0 0 10px;
  position: relative;
}

#r5_left_arrow,
#r5_right_arrow {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0);
  display: -webkit-flex;
  display: flex;
  width: 30px;
  height: 327px;
  color: #999999;
  font-size: 30px;
  font-weight: 700;
  -webkit-align-content: center;
  align-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  border: none;
  border-radius: none;
  padding: 0;
}

#r5_left_arrow img,
#r5_right_arrow img {
  width: 24px;
  height: 64px;
}

#r5_left_arrow {
  left: -30px;
}

#r5_right_arrow {
  right: -30px;
}

#r5_left_arrow:hover,
#r5_right_arrow:hover {
  background: rgba(255, 255, 255, 0.4);
}

#r5_left_arrow.bottom {
  top: 335px;
  left: 0;
  width: 32px;
  height: 32px;
  padding: 5px;
  border: 1px solid #999999;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
}

#r5_right_arrow.bottom {
  top: 335px;
  right: 0;
  width: 32px;
  height: 32px;
  padding: 5px;
  border: 1px solid #999999;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
}

#r5_left_arrow.bottom img,
#r5_right_arrow.bottom img {
  width: 32px;
  height: 32px;
}

#r5_left_arrow.hidden {
  left: -3000px;
}

#r5_right_arrow.hidden {
  right: -3000px;
}

#block5_open div.open_window div.open_container {
  width: 930px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#block5_open div.open_items {
  display: -webkit-flex;
  display: flex;
  width: 3410px;
  -webkit-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}

#block5_open div.open_item {
  display: inline-block;
  width: 300px;
  height: 327px;
  margin: 0 10px 0 0;
  padding: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

#block5_open div.slider_buttons {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}

#block5_open div.slider_buttons a {
  font-size: 40px;
  cursor: pointer;
  outline: none;
  margin: 0 5px;
  line-height: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#block5_open div.slider_buttons a.black_button {
  color: #999999;
  cursor: pointer;
}

#block5_open div.slider_buttons a.white_button {
  color: #ffffff;
  cursor: default;
}

@media only screen and (max-width: 1000px) {
  /* going to a two column layout */
  #block1_open div.open_window {
    width: 620px;
    padding: 0 0 0 10px;
  }

  #block1_open div.open_window div.open_container {
    width: 620px;
  }

  #block2_open div.open_window {
    width: 620px;
    padding: 0 0 0 10px;
  }

  #block2_open div.open_window div.open_container {
    width: 620px;
  }

  #block3_open div.open_window {
    width: 620px;
    padding: 0 0 0 10px;
  }

  #block3_open div.open_window div.open_container {
    width: 620px;
  }

  #block4_open div.open_window {
    width: 620px;
    padding: 0 0 0 10px;
  }

  #block4_open div.open_window div.open_container {
    width: 620px;
  }

  #block5_open div.open_window {
    width: 620px;
    padding: 0 0 0 10px;
  }

  #block5_open div.open_window div.open_container {
    width: 620px;
  }
}
@media only screen and (max-width: 690px) {
  /* going to a single column layout */
  #block1_open div.open_window {
    width: 310px;
    padding: 0 0 0 10px;
  }

  #block1_open div.open_window div.open_container {
    width: 310px;
  }

  #block2_open div.open_window {
    width: 310px;
    padding: 0 0 0 10px;
  }

  #block2_open div.open_window div.open_container {
    width: 310px;
  }

  #block3_open div.open_window {
    width: 310px;
    padding: 0 0 0 10px;
  }

  #block3_open div.open_window div.open_container {
    width: 310px;
  }

  #block4_open div.open_window {
    width: 310px;
    padding: 0 0 0 10px;
  }

  #block4_open div.open_window div.open_container {
    width: 310px;
  }

  #block5_open div.open_window {
    width: 310px;
    padding: 0 0 0 10px;
  }

  #block5_open div.open_window div.open_container {
    width: 310px;
  }
}
@media only screen and (max-width: 380px) {
  /* move the arrows above the little box */
  #block1_open div.open_window {
    width: 300px;
    padding: 0;
  }

  #block1_open div.open_window div.open_container {
    width: 300px;
  }

  #block2_open div.open_window {
    width: 300px;
    padding: 0;
  }

  #block2_open div.open_window div.open_container {
    width: 300px;
  }

  #block3_open div.open_window {
    width: 300px;
    padding: 0;
  }

  #block3_open div.open_window div.open_container {
    width: 300px;
  }

  #block4_open div.open_window {
    width: 300px;
    padding: 0;
  }

  #block4_open div.open_window div.open_container {
    width: 300px;
  }

  #block5_open div.open_window {
    width: 300px;
    padding: 0;
  }

  #block5_open div.open_window div.open_container {
    width: 300px;
  }
}
/* CSS Document */
#footer {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  background-color: #ffffff;
  font-weight: bold;
  color: #004477;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#dl {
  width: 945px;
  margin: 15px auto;
  font-size: 10px;
  vertical-align: top;
  text-align: left;
}

#dl img {
  width: 160px;
  height: 80px;
}

#copyright {
  display: inline-block;
  height: 20px;
  margin: 0 0 0 15px;
  vertical-align: 90%;
  line-height: 1;
}

/* CSS Document */
em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

.stripe {
  font-weight: normal;
  margin: 0;
  padding: 20px 0;
  box-sizing: border-box;
  text-align: center;
}

.stripe_open {
  font-size: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  line-height: 0;
  height: auto;
}

#expand1, #expand2, #expand3, #expand4, #expand5 {
  width: 84px;
  margin: 10px 0 0 210px;
  padding: 2px;
  font-weight: bold;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}

#expand1.open:before, #expand2.open:before, #expand3.open:before, #expand4.open:before, #expand5.open:before {
  content: "+ expand";
}

#expand1.close:before, #expand2.close:before, #expand3.close:before, #expand4.close:before, #expand5.close:before {
  content: "- close";
}

.stripeLeft {
  display: inline-block;
  width: 300px;
  margin: 0 0 15px 0;
  padding: 0;
  color: #ffffff;
  text-align: left;
  font-weight: 700;
  font-size: 24px;
  vertical-align: top;
}

.stripeMiddle {
  display: inline-block;
  width: 300px;
  margin: 0 15px 15px 15px;
  padding: 0;
  color: #ffffff;
  text-align: left;
}

.stripeRight {
  display: inline-block;
  width: 300px;
  margin: 0 0 15px 0;
  padding: 0;
}

#block1_cover1, #block1_cover6, #block1_cover7, #block2_cover2, #block3_cover1, #block3_cover2, #block3_cover3, #block3_cover4, #block3_cover5, #block4_cover1, #block4_cover2, #block4_cover3, #block4_cover4,
#shadow_r1_c1, #shadow_r1_c6, #shadow_r1_c7, #shadow_r2_c2, #shadow_r3_c1, #shadow_r3_c2, #shadow_r3_c3, #shadow_r3_c4, #shadow_r3_c5, #shadow_r4_c1, #shadow_r4_c2, #shadow_r4_c3, #shadow_r4_c4 {
  transition: all 100ms;
}

#block1_plus1, #block1_plus6, #block1_plus7, #block2_plus2, #block3_plus1, #block3_plus2, #block3_plus3, #block3_plus4, #block3_plus5, #block4_plus1, #block4_plus2, #block4_plus3, #block4_plus4, #block4_plus5,
#close_r1_c1, #close_r1_c6, #close_r1_c7, #close_r2_c2, #close_r3_c1, #close_r3_c2, #close_r3_c3, #close_r3_c4, #close_r3_c5, #close_r4_c1, #close_r4_c2, #close_r4_c3, #close_r4_c4 {
  cursor: pointer;
}

a.cover_show {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent rgba(0, 0, 0, 0.6) transparent transparent;
  z-index: 10;
}

a.shadow_show {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent rgba(0, 0, 0, 0.6) transparent transparent;
  z-index: 210;
}

a.cover_hidden {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent transparent;
  z-index: 0;
}

a.shadow_hidden {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent transparent;
  z-index: 0;
}

a.plus_show {
  width: 30px;
  height: 30px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  z-index: 20;
}

a.close_show {
  width: 20px;
  height: 20px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  padding: 5px;
  z-index: 220;
}

a.plus_hidden, a.close_hidden {
  width: 0;
  height: 0;
  color: transparent;
  font-size: 0;
  font-weight: 700;
  line-height: 0;
  z-index: 0;
}

#overlays, #stripe_overlay_r1_c1, #stripe_overlay_r1_c6, #stripe_overlay_r1_c7, #stripe_overlay_r2_c2, #stripe_overlay_r3_c1, #stripe_overlay_r3_c2, #stripe_overlay_r3_c3, #stripe_overlay_r3_c4, #stripe_overlay_r3_c5, #stripe_overlay_r4_c1, #stripe_overlay_r4_c2, #stripe_overlay_r4_c3, #stripe_overlay_r4_c4 {
  display: none;
  box-sizing: border-box;
  height: auto;
  background-color: #ffffff;
  border: 10px solid #004477;
  border-radius: 10px;
  padding: 10px 10px 0 10px;
  z-index: 200;
}

#overlays.cover_on {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#overlays.cover_off {
  display: none;
}

#stripe_overlay_r1_c1 p, #stripe_overlay_r1_c6 p, #stripe_overlay_r1_c7 p, #stripe_overlay_r2_c2 p, #stripe_overlay_r3_c1 p, #stripe_overlay_r3_c2 p, #stripe_overlay_r3_c3 p, #stripe_overlay_r3_c4 p, #stripe_overlay_r3_c5 p, #stripe_overlay_r4_c1 p, #stripe_overlay_r4_c2 p, #stripe_overlay_r4_c3 p, #stripe_overlay_r4_c4 p {
  margin: 10px 0;
}

#stripe_overlay_r1_c1 ul li, #stripe_overlay_r1_c6 ul li, #stripe_overlay_r1_c7 ul li, #stripe_overlay_r2_c2 ul li, #stripe_overlay_r3_c1 ul li, #stripe_overlay_r3_c2 ul li, #stripe_overlay_r3_c3 ul li, #stripe_overlay_r3_c4 ul li, #stripe_overlay_r3_c5 ul li, #stripe_overlay_r4_c1 ul li, #stripe_overlay_r4_c2 ul li, #stripe_overlay_r4_c3 ul li, #stripe_overlay_r4_c4 ul li {
  list-style: disc;
  margin: 2px 20px;
  padding: 2px;
}

#img11 {
  width: 560px;
  height: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#img12 {
  width: 880px;
  height: auto;
  box-sizing: border-box;
  margin: 0 10px 0 0;
  padding: 0;
  float: left;
}

#img13 {
  width: 600px;
  height: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#img14 {
  width: 560px;
  height: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#img15 {
  width: 600px;
  height: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#img16 {
  width: 600px;
  height: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#img17 {
  width: 560px;
  height: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#img22 {
  width: 640px;
  height: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#video_frame_r1_c3, #video_frame_r1_c5, #video_frame_r3_c1 {
  width: 560px;
  height: 315px;
}

#img31 {
  width: 600px;
  height: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#img32 {
  width: 600px;
  height: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#img33 {
  width: 600px;
  height: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#img34 {
  width: 600px;
  height: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#img35 {
  width: 456px;
  height: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#img41 {
  width: 600px;
  height: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#img42 {
  width: 560px;
  height: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#img43 {
  width: 325px;
  height: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#div43 {
  width: 200px;
  height: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 0 20px;
}

#img44 {
  width: 128px;
  height: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 1px solid #999999;
}

@media (max-width: 1000px) {
  /* going to a two column layout */
  html, body {
    overflow-x: hidden;
    overflow-y: scroll;
  }

  #block0 {
    padding: 0 10px;
  }

  #ci {
    width: 630px;
    margin: 10px auto;
    text-align: left;
  }

  #continuous_improvement_logo {
    width: 90%;
  }

  #intro {
    width: 630px;
    margin: 0 auto 15px auto;
    padding: 0;
  }

  #header {
    margin: 0;
    padding: 0;
    text-align: left;
  }

  #header_content {
    width: 660px;
    padding: 0;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  #sc {
    width: 154px;
    height: auto;
    margin: 0 0 0 10px;
    text-align: left;
  }

  #continuous_improvement {
    width: auto;
    font-size: 24px;
  }

  #drake_logo {
    margin: 0;
    text-align: left;
  }

  #dl {
    width: 650px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
  }

  #img11 {
    width: 100%;
  }

  #img12 {
    width: 100%;
  }

  #img13 {
    width: 100%;
  }

  #img14 {
    width: 100%;
  }

  #img15 {
    width: 100%;
  }

  #img16 {
    width: 100%;
  }

  #img17 {
    width: 100%;
  }

  #img22 {
    width: 100%;
  }

  #video_frame_r1_c3, #video_frame_r1_c5, #video_frame_r3_c1 {
    width: 280px;
    height: 157px;
  }

  #img31 {
    width: 100%;
  }

  #img32 {
    width: 100%;
  }

  #img33 {
    width: 100%;
  }

  #img34 {
    width: 100%;
  }

  #img35 {
    width: 100%;
  }

  #img41 {
    width: 100%;
  }

  #img42 {
    width: 100%;
  }

  #img43 {
    width: 100%;
  }

  #div43 {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 690px) {
  /* going to a single column layout */
  html, body {
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  #ci {
    width: 100%;
    margin: 10px auto;
    text-align: center;
  }

  #continuous_improvement_logo {
    max-width: 300px;
    margin: 0 auto;
  }

  #intro {
    width: 300px;
    margin: 0 auto 15px auto;
    padding: 0;
  }

  #header_content {
    width: 340px;
    padding: 0;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .stripe_open {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }

  .stripe_open > div {
    width: 300px;
    margin: 0 auto;
  }

  #sc {
    width: 154px;
    height: auto;
    margin: 0 0 0 10px;
    text-align: left;
  }

  #drake_logo {
    max-width: 154px;
    margin: 0 auto;
  }

  #continuous_improvement {
    font-size: 14px;
  }

  #dl {
    max-width: 320px;
    text-align: left;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 380px) {
  #header_content {
    width: 300px;
    padding: 0;
    margin: 0 auto;
  }

  #sc {
    width: 154px;
    height: auto;
    margin: 0;
    text-align: left;
  }

  #continuous_improvement {
    font-size: 12px;
  }
}
