@charset "UTF-8";
/* Resets and base styles from HTML5 Boilerplate */
.deck-container div, .deck-container span, .deck-container object, .deck-container iframe,
.deck-container h1, .deck-container h2, .deck-container h3, .deck-container h4, .deck-container h5, .deck-container h6, .deck-container p, .deck-container blockquote, .deck-container pre,
.deck-container abbr, .deck-container address, .deck-container cite, .deck-container code, .deck-container del, .deck-container dfn, .deck-container em, .deck-container img, .deck-container ins, .deck-container kbd, .deck-container q, .deck-container samp,
.deck-container small, .deck-container strong, .deck-container sub, .deck-container sup, .deck-container var, .deck-container b, .deck-container i, .deck-container dl, .deck-container dt, .deck-container dd, .deck-container ol, .deck-container ul, .deck-container li,
.deck-container fieldset, .deck-container form, .deck-container label, .deck-container legend,
.deck-container table, .deck-container caption, .deck-container tbody, .deck-container tfoot, .deck-container thead, .deck-container tr, .deck-container th, .deck-container td,
.deck-container article, .deck-container aside, .deck-container canvas, .deck-container details, .deck-container figcaption, .deck-container figure,
.deck-container footer, .deck-container header, .deck-container hgroup, .deck-container menu, .deck-container nav, .deck-container section, .deck-container summary,
.deck-container time, .deck-container mark, .deck-container audio, .deck-container video {
  margin: 0;
  padding: 0;
  border: 0;
/*  font-size: 100%;
  font: inherit;*/
  vertical-align: baseline;
}

.deck-container article, .deck-container aside, .deck-container details, .deck-container figcaption, .deck-container figure,
.deck-container footer, .deck-container header, .deck-container hgroup, .deck-container menu, .deck-container nav, .deck-container section {
  display: block;
}

.deck-container blockquote, .deck-container q {
  quotes: none;
}
.deck-container blockquote:before, .deck-container blockquote:after, .deck-container q:before, .deck-container q:after {
  content: "";
  content: none;
}

.deck-container ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

.deck-container mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

.deck-container del {
  text-decoration: line-through;
}

.deck-container abbr[title], .deck-container dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

.deck-container table {
  border-collapse: collapse;
  border-spacing: 0;
}

.deck-container hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.deck-container input, .deck-container select {
  vertical-align: middle;
}

.deck-container select, .deck-container input, .deck-container textarea, .deck-container button {
  font: 99% sans-serif;
}

.deck-container pre, .deck-container code, .deck-container kbd, .deck-container samp {
  font-family: monospace, sans-serif;
}

.deck-container a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.deck-container a:hover, .deck-container a:active {
  outline: none;
}

.deck-container ul, .deck-container ol {
  margin-left: 2em;
  vertical-align: top;
}

.deck-container ol {
  list-style-type: decimal;
}

.deck-container nav ul, .deck-container nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}

.deck-container small {
  font-size: 85%;
}

.deck-container strong, .deck-container th {
  font-weight: bold;
}

.deck-container td {
  vertical-align: top;
}

.deck-container sub, .deck-container sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

.deck-container sup {
  top: -0.5em;
}

.deck-container sub {
  bottom: -0.25em;
}

.deck-container textarea {
  overflow: auto;
}

.deck-container input[type="radio"] {
  vertical-align: text-bottom;
}

.deck-container input[type="checkbox"] {
  vertical-align: bottom;
}

.deck-container label,
.deck-container input[type="button"],
.deck-container input[type="submit"],
.deck-container input[type="image"],
.deck-container button {
  cursor: pointer;
}

.deck-container button, .deck-container input, .deck-container select, .deck-container textarea {
  margin: 0;
}

input:invalid, textarea:invalid {
  border-radius: 14spx;
  -xmoz-box-shadow: 0px 0px 5px red;
  -xwebkit-box-shadow: 0px 0px 5px red;
  xbox-shadow: 0px 0px 5px red;
}
.deck-container input:invalid .no-boxshadow, .deck-container textarea:invalid .no-boxshadow {
  background-color: #f0dddd;
}

.deck-container button {
  width: auto;
  overflow: visible;
}

.deck-container select, .deck-container  input, .deck-container  textarea {
  color: #444444;
}

.deck-container a {
  color: #607890;
}
.deck-container a:hover, .deck-container a:focus {
  color: #036;
}
.deck-container a:link {
  -webkit-tap-highlight-color: #fff;
}

/* End HTML5 Boilerplate adaptations */
.deck-container h1 {
  font-size: 4.5em;
}

.deck-container h1, .deck-container .vcenter {
  font-weight: bold;
  text-align: center;
  padding-top: 1em;
  max-height: 100%;
}
.deck-container .csstransforms h1, .deck-container .csstransforms .vcenter {
  padding: 0 48px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.deck-container .vcenter h1 {
  position: relative;
  top: auto;
  padding: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.deck-container h2 {
  font-size: 2.25em;
  font-weight: bold;
  padding-top: .5em;
  margin: 0 0 .66666em 0;
  border-bottom: 3px solid #888;
}

.deck-container h3 {
  font-size: 1.4375em;
  font-weight: bold;
  margin-bottom: .30435em;
}

.deck-container h4 {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: .25em;
}

.deck-container h5 {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: .2222em;
}

.deck-container h6 {
  font-size: 1em;
  font-weight: bold;
}

.deck-container img, .deck-container iframe, .deck-container video {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.deck-container p, .deck-container blockquote, .deck-container iframe, .deck-container img, .deck-container ul, .deck-container ol, .deck-container pre, .deck-container video {
  margin-bottom: 1em;
}

.deck-container pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 1em;
  border: 1px solid #888;
}

.deck-container em {
  font-style: italic;
}

.deck-container li {
  padding: .25em 0;
  vertical-align: middle;
}
.deck-container li > ol, .deck-container li > ul {
  margin-bottom: inherit;
}

.deck-container {
  font-size: 16px;
  line-height: 1.25;
  color: #444;
}

.deck-container .slide {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.deck-container h1, .deck-container h2, .deck-container h3, .deck-container h4, .deck-container h5, .deck-container h6 {
  font-family: "Hoefler Text", Constantia, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

.deck-container h1 {
  color: #08455f;
}

.deck-container h2 {
  color: #0b7495;
  border-bottom: 0;
}
.deck-container .cssreflections h2 {
  line-height: 1;
  -webkit-box-reflect: below -0.5555em -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.3, transparent), color-stop(0.7, rgba(255, 255, 255, 0.1)), to(transparent));
  -moz-box-reflect: below -0.5555em -moz-linear-gradient(top, transparent 0%, transparent 30%, rgba(255, 255, 255, 0.3) 100%);
}

.deck-container h3 {
  color: #000;
}

.deck-container pre {
  border-color: #cde;
  background: #fff;
  position: relative;
  z-index: auto;
  border-radius: 5px;
  /* http://nicolasgallagher.com/css-drop-shadows-without-images/ */
}
.deck-container .csstransforms.boxshadow pre > :first-child:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.deck-container .csstransforms.boxshadow pre:before, .csstransforms.boxshadow pre:after {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 15px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
}
.deck-container .csstransforms.boxshadow pre:before {
  left: 10px;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.deck-container .csstransforms.boxshadow pre:after {
  right: 10px;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.deck-container code {
  color: #789;
}

.deck-container blockquote {
  font-family: "Hoefler Text", Constantia, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 2em;
  padding: 1em 2em .5em 2em;
  color: #000;
  background: #fff;
  position: relative;
  border: 1px solid #cde;
  z-index: auto;
  border-radius: 5px;
}
.deck-container .boxshadow blockquote > :first-child:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.deck-container .boxshadow blockquote:after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 50%;
  -moz-border-radius: 10px / 100px;
  border-radius: 10px / 100px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}
.deck-container blockquote p {
  margin: 0;
}
.deck-container blockquote cite {
  font-size: .5em;
  font-style: normal;
  font-weight: bold;
  color: #888;
}
.deck-container blockquote:before {
  content: "“";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 5em;
  line-height: 1;
  color: #ccf0f0;
  z-index: 1;
}

.deck-container ::-moz-selection {
  background: #08455f;
  color: #fff;
}

.deck-container ::selection {
  background: #08455f;
  color: #fff;
}

.deck-container a, .deck-container a:hover, .deck-container a:focus, .deck-container a:active, .deck-container a:visited {
  color: #599;
  text-decoration: none;
}
.deck-containera:hover, .deck-container a:focus {
  text-decoration: underline;
}

.deck-container {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 1.75em;
  background: #f4fafe;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f4fafe 0%, #ccf0f0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4fafe), color-stop(100%, #ccf0f0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4fafe 0%, #ccf0f0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4fafe 0%, #ccf0f0 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #f4fafe 0%, #ccf0f0 100%);
  /* IE10+ */
  background: linear-gradient(top, #f4fafe 0%, #ccf0f0 100%);
  /* W3C */
  background-attachment: fixed;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
.deck-container > .slide {
  padding: 0 48px;
}

.deck-container .slide .deck-before, .deck-container .slide .deck-previous {
  opacity: 0.4;
}
.deck-container .slide .deck-before:not(.deck-child-current) .deck-before, .deck-container .slide .deck-before:not(.deck-child-current) .deck-previous, .deck-container .slide .deck-previous:not(.deck-child-current) .deck-before, .deck-container .slide .deck-previous:not(.deck-child-current) .deck-previous {
  opacity: 1;
}
.deck-container .slide .deck-child-current {
  opacity: 1;
}

.deck-container .deck-prev-link, .deck-container .deck-next-link {
  background: #fff;
  opacity: 0.5;
}
.deck-container .deck-prev-link, .deck-container .deck-prev-link:hover, .deck-container .deck-prev-link:focus, .deck-container .deck-prev-link:active, .deck-container .deck-prev-link:visited, .deck-container .deck-next-link, .deck-container .deck-next-link:hover, .deck-container .deck-next-link:focus, .deck-container .deck-next-link:active, .deck-container .deck-next-link:visited {
  color: #599;
}
.deck-container .deck-prev-link:hover, .deck-container .deck-prev-link:focus, .deck-container .deck-next-link:hover, .deck-container .deck-next-link:focus {
  opacity: 1;
  text-decoration: none;
}

.deck-container .deck-status {
  font-size: 0.6666em;
}

.deck-container .deck-menu .slide {
  background: transparent;
  border-radius: 5px;
}
.deck-container .rgba .deck-menu .slide {
  background: rgba(0, 0, 0, 0.1);
}
.deck-container .deck-menu .slide.deck-current, .deck-container .rgba .deck-menu .slide.deck-current, .deck-container .no-touch .deck-menu .slide:hover {
  background: #fff;
}

.deck-container .goto-form {
  background: #fff;
  border: 1px solid #cde;
  border-radius: 5px;
}
.deck-container .boxshadow .goto-form {
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}