/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #0F0F0F;
  background-color: #F6F6F6;
  font-size: 1em;
  line-height: 1.5;
  font-family: "Onest", helvetica, sans-serif;
  font-weight: 500;
  scroll-behavior:smooth;
}

body {

}

/* Brand font normal/200 */
@font-face {
  font-family: Onest;
  font-style: normal;
  font-display: fallback;
  font-weight: 200;
  src: url("../fonts/Onest-ExtraLight.woff2") format("woff2")
}

/* Brand font normal/400 */
@font-face {
  font-family: Onest;
  font-style: normal;
  font-display: fallback;
  font-weight: 400;
  src: url("../fonts/Onest-Regular.woff2") format("woff2")
}

/* Brand font normal/600 */
@font-face {
  font-family: Onest;
  font-style: normal;
  font-display: fallback;
  font-weight: 600;
  src: url("../fonts/Onest-SemiBold.woff2") format("woff2")
}

/* Brand font normal/700 */
@font-face {
  font-family: Onest;
  font-style: normal;
  font-display: fallback;
  font-weight: 700;
  src: url("../fonts/Onest-Bold.woff2") format("woff2")
}

@font-face{
    font-family:'Icomoon';
    src: url(../fonts/icomoon.woff) format('woff');
}

strong {
  font-weight: bold;
 }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1rem 0;
  font-weight: bold;
  scroll-margin: 24px;
}

h1 { font-size: 36px; line-height: 1; }
h2 { font-size: 24px; line-height: 1; }
h3 { font-size: 20px; line-height: 1; }
h4 { font-size: 18px; line-height: 1; }

@media only screen and (min-width: 40em) {
  /* Style adjustments for viewports that meet the condition */
  h1 { font-size: 60px; line-height: 1; }
  h2 { font-size: 40px; line-height: 1; }
  h3 { font-size: 24px; line-height: 1; }
  h4 { font-size: 20px; line-height: 1; }

}

a { color:inherit; text-decoration: none; }

article p {
  font-family: "Roboto", helvetica, sans-serif;
}

article ul:not(.mobile-summary) {
  list-style: square;
  list-style-position: inside;
  padding: 0;
  margin: 0 0 2rem 0;
  font-family: "Roboto", helvetica, sans-serif;
 }

article ol {
  list-style-position: inside;
  margin: initial;
  padding: initial;
  margin: 0 0 2rem 0;
  font-family: "Roboto", helvetica, sans-serif;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
 }

ol {
  list-style-position: inside;
  margin: initial;
  padding: initial;
  margin: 0 0 1rem 0;
}

address {
    font-style: normal;
}

p {
  margin: 0 0 1rem 0;
}

p a {
  text-decoration: underline; }

.fs12 { font-size: 12px; }

pre {
  font-family: courier, monospace;
  overflow: auto;
  line-height: 1.45;
  white-space: pre-wrap;
  background-color: #ffffff;
  color: #0F0F0F;
  padding: .5rem 1rem;
  border-radius: 3px;
  word-wrap: normal;
  margin-bottom: 32px;
}

.left{float:left}

.right{float:right}

/* ==========================================================================
   Internal Anchor Links
   ========================================================================== */


/* ==========================================================================
   side-menu
   ========================================================================== */
   #side-menu {
     min-width: 300px;
     padding: 32px;
   }

   @media (max-width: 40em){
     #side-menu {
        position: fixed;
        top: 68px;
        margin-left: 100%;
        width: 100%;
        transition: margin-left 500ms;
     }

     #side-menu.open {
        margin-left: 0;
        transition: margin-left 500ms;
        z-index: 10;
     }
   }

/* ==========================================================================
  Anchor links
  ========================================================================== */
.anchor-title {
    padding-left: 24px;
    margin-left: 0;
}

.anchor-title a {
  display: none;
  position: absolute;
  margin-left: -24px;
  font-size: 16px;
  color: grey;
  cursor: pointer;
}

.anchor-title:hover a {
  display: block;
}

.expandable .anchor-title {
  display: inline;
}

.anchor-title:target {
  color: #3D5AFE;
}
/* ==========================================================================
   Content
   ========================================================================== */
.main-content {
  margin-top: 0px;
}

#main-nav {
  position: fixed;
  transition: top 0.5s;
  top: -68px;
  transition: top 500ms;
}

#main-nav.mobile-menu-visible {
  top: 0;
}

#main-nav.visible-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: top 500ms;
}

#main-nav >div{
  height: 68px;
}

#article-aside { min-width: 300px;}

@media (min-width: 40em){
  #content {
  }
}

.content-max-width {
  max-width: 1158px;
  padding: 32px;
  margin-left: auto;
  margin-right: auto;
 }

 .button-like {
   border-radius: 3px;
   border: solid 1px grey;
   padding: .2em .5em;
 }

.screenshots {
  max-width: 100%;
  max-height: 400px;
  margin-bottom: 1rem;
  border: solid 1px #3D5AFE;
  cursor: zoom-in;
  border-radius: 0.75rem;
}

/* ==========================================================================
   Card - This card is based on a certain html structure
   ========================================================================== */

.card {
  position: relative;
  padding: 32px 32px 0 32px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 16px;
}

@media only screen and (min-width: 40em) {
  .card {
    padding: 32px 248px 0 32px;
  }

  .card p:nth-child(4) {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: block !important;
  }
}

.card {
  min-height: 232px;
  overflow: hidden;
}

.card p:nth-child(4) {
  display: none;
}

.card p:nth-child(4) .screenshots {
  max-width: fit-content;
  max-height: fit-content;
  margin-top: 0;
  border: none;
  cursor: zoom-in;
  pointer-events: none;
}

.card .screenshots {
  margin-top: 16px;
}

.card p:first-of-type {
  margin-bottom: 0;
}
.card > p:first-child strong {
  color: #848484;
}

.card > h5 {
 font-size: 24px;
 display: block;
 margin-bottom: 0.5rem;
}

.card p:nth-of-type(2) {
  min-height: 68px;
  margin-bottom: -0.5rem;
}

.card .expandable {
  margin-left: 0;
}

.card .less {
  margin-bottom: 22px;
  display: inline-block;
}

.card .expandable h5:first-of-type {
  display: none;
}

/* ==========================================================================
   Blocks
   ========================================================================== */
   p[class^="block-"] {
     margin-left: 40px;
     position: relative;
     margin-bottom: 24px;
     padding-bottom: 16px;
     font-family: "Onest", helvetica, sans-serif;
   }

   p[class^="block-"]::before {
     position: absolute;
     left: -40px;
     top: 0;
     font-size: 20px;
     font-family: "Icomoon";
   }

   .block-info  {
     font-style: italic;
     border-bottom: dotted 1px;
   }

   .block-info::before  {
     content: "\e917";
     font-style: normal;
   }

    .block-danger {
      border-bottom: solid 1px;
    }

   .block-danger::before  {
     content: "\e916";
   }

   .block-warning {
     border-bottom: dashed 1px;
   }

   .block-warning::before  {
     content: "\e920";
   }

   .block-success {
     border-bottom: solid;
   }

   .block-success::before  {
     content: "\e904";
   }
 /* ==========================================================================
    List
    ========================================================================== */
article section ul {
  list-style: initial;
  padding:initial;
  margin: initial;
  list-style-position: inside;
  list-style-type: square;
}

article section ul,
article section ol {
  margin-bottom: 2em;
  margin-top: 1em;
}

 .list-underlined li li a{
   padding: 10px 36px 10px 20px;
   font-size: .875rem;
 }

 .list-underlined >li{
   padding: 10px 0;
 }

 .list-underlined >li:not(:last-child){
   border-bottom: solid 1px #0F0F0F;
 }

 .list-underlined li a{
   padding-right: 2rem;
   position: relative;
   display: block;
   cursor: pointer;
 }

 .list-underlined li.active a{
   cursor: default;
   background-color: #CEFD6F;
   border-radius: 0.75rem;
   outline: solid 4px #f6f6f6;
   outline-offset: -4px;
 }

 .list-underlined li a:after{
   position: absolute;
   content: "";
   font-family: "Icomoon";
   right: 0;
   top: 0;
   transition: all 500ms;
 }

 .list-underlined li.isExpanded a:after{
   content: "";

 }

 .list-underlined li.expanded li a:after{
   position: absolute;
   content: "";
   opacity: 0;
   font-family: "Icomoon";
   right: 26px;
   top: 10px;
   transition: all 500ms;
 }

 .list-underlined li.expanded li a:hover:after{
   position: absolute;
   content: "";
   opacity: 1;
   font-family: "Icomoon";
   right: 16px;
   top: 10px;
   transition: all 500ms;
 }

 .list-underlined li.expanded li.active a:after{
   position: absolute;
   content: "";
   opacity: 1;
   font-family: "Icomoon";
   right: 16px;
   top: 10px;
   transition: all 500ms;
   color: #0F0F0F;
 }

 .list-underlined li.active a:hover{
   color: #0F0F0F;
 }

 .list-underlined li li a:hover{
   color: #3D5AFE !important;
   background-color: #F6F6F6;
   /* background-color: #FFF1CB; light orange */
 }

 .list-underlined li.active a:hover{
   color: #0F0F0F;
   background-color: #CEFD6F;
 }

 li.expanded {
   display: inline;
 }

 li.collapsed {
   display: none;
 }

  a.with-arrow{
    display: block;
  }

 a.with-arrow:after{
   position: absolute;
   content: "";
   font-family: "Icomoon";
   right: 0;
   top: 0;
   font-size: .9em;
   /* padding-top: 8px; */
   transition: all 500ms;
 }

 a.with-arrow:hover:after{
   right: -0.25rem;
   transition: all 500ms;
 }

 a.with-arrow:hover{
   color: #3D5AFE;
 }

 /* ==========================================================================
    Page summary
    ========================================================================== */
 .summary a:not(.active),
 .related-links a { color: #3D5AFE; cursor: pointer; }

 .summary a.active { position: relative;}

 .summary a.active:before{
    position: absolute;
    content: "";
    font-family: "Icomoon";
    left: -24px;
    top: 0;
    font-size: .9em;
    /* padding-top: 8px; */
    transition: all 500ms;
  }

  .mobile-summary {
    padding: 1rem 2rem;
    background-color: #faf5f0;
  }

  .mobile-summary a {
    line-height: 2;
    margin-bottom: .5rem;
    color: #3D5AFE;
  }

 /* ==========================================================================
    Nav bar
    ========================================================================== */
nav .navbar{
  margin-top: 0;
  margin-bottom: 0;
}
nav .navbar li{
  display: inline-block;
}
nav .navbar li a.menu-item{
  padding: 6px 1rem;
  display: inline-block;
}
nav .navbar li:hover a.menu-item{
  background-color: #0F0F0F;
  color: #F6F6F6;
  cursor: pointer;
}
nav .navbar li .list-submenu {
  position: absolute;
  background-color: #0F0F0F;
  color: #F6F6F6;
  width: auto;
  z-index: 10;
}

nav .navbar li .list-submenu li {
  display: block;
  font-size: 14px;
  position: relative;
}

ul.list-submenu li:not(:last-child)::after {
  position: absolute;
  bottom: -1px;
  left: 1rem;
  right: 1rem;
  content: "";
  background-color: #F6F6F6;
  height: 1px;
}

ul.list-submenu li a.submenu-item {
  margin-right: 1rem;
  padding: 6px 4rem 6px 1rem;
  cursor: pointer;
}

.list-submenu li {
  padding: 6px 0 6px 0;
}

.list-submenu li a:after{
  position: absolute;
  content: "";
  font-family: "Icomoon";
  right: 1rem;
  top: 0;
  padding-top: 8px;
  transition: all 500ms;
}

.list-submenu li a:hover:after{
  right: .75rem;
  transition: all 500ms;
}

.menu-item-li .list-submenu {
  display: none;
}

.menu-item-li.solutions:hover .list-submenu,
.menu-item-li.media:hover .list-submenu {
  display: block;
}

.logo {
  height: 22px;
}
@media only screen and (min-width: 40em) {
  .logo {
    height: 28px;
  }
}

#mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#mobile-menu .menu-item {
  font-size: 32px;
}

#mobile-menu .primary-button {
  padding: 14px 28px;
}

#mobile-menu .languages-container {
  margin-top: 24px;
  float: right;
}

#mobile-menu .languages-container a {
  padding: 8px;
}

.mobile-menu-btn {
  font-size: 20px;
  padding: 8px;
}

.mobile-menu--wrapper {
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 32px;
}

.selected { position: relative; }
.selected::after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 4px;
  left: 1rem;
  right: 1rem;
  background-color: #0F0F0F;
}
/* ==========================================================================
   Buttons
   ========================================================================== */
.primary-button {
  background-color: #0F0F0F;
  color: #F6F6F6;
  text-transform: uppercase;
  border: none;
  padding: .5rem 1rem;
  font-size: 14px;
  box-sizing: content-box;
  cursor: pointer;
}

.primary-button:hover {
  background-color: transparent;
  color: #0F0F0F;
  box-shadow: inset 0 0 0 2px #0F0F0F;
  transition: all 300ms;
}

.alt-button {
  background-color: #F6F6F6;
  color: #0F0F0F;
  text-transform: uppercase;
  border: none;
  padding: .5rem 1rem;
  font-size: 14px;
  box-sizing: content-box;
  cursor: pointer;
}

.alt-button:hover {
  background-color: #0F0F0F;
  color: #F6F6F6;
  box-shadow: inset 0 0 0 2px #F6F6F6;
  transition: all 300ms;
}

.secondary-button {
  background-color: #F6F6F6;
  color: #0F0F0F;
  text-transform: uppercase;
  border: solid #0F0F0F 1px;
  padding: .5rem 1rem;
  font-size: 14px;
  box-sizing: content-box;
  cursor: pointer;
}

.secondary-button:hover {
  background-color: #ffffff;
  transition: all 300ms;
}

.icon-button {
  background-color: transparent;
  color: #0F0F0F;
  border: none;
  padding: 1rem;
  font-size: 30px;
  box-sizing: content-box;
  cursor: pointer;
}

.icon-button:hover {
  background-color: transparent;
  color: #0F0F0F;
  box-shadow: inset 0 0 0 2px #0F0F0F;
  transition: all 300ms;
}


.underline-link {
  border-bottom: solid 2px transparent;
  transition: all 300ms;
}
.underline-link:hover {
  border-bottom: solid 2px #0F0F0F;
  transition: all 500ms;
}

  /* ==========================================================================
     Portfolio
     ========================================================================== */
  .capability-card {
    border: solid 0px #0F0F0F;
    padding: 1rem;
    /* margin: 1rem; */
    font-size: 18px;
    /* max-width: 222px; */
    cursor: pointer;
    text-align: left;
  }

  .capability-card:hover {
    border: solid 0px #0F0F0F;
    background-color: #3D5AFE;
    color: white;
    transition: all 500ms;
  }

/* ==========================================================================
   Footer
   ========================================================================== */
.social-media-icons a {
  margin-right: .5rem;
}
.input-wrapper {
  display: inline-block;
  border: solid 1px;
  margin: 5px 0;
}
.input-wrapper input {
  background: transparent;
  color: #F6F6F6;
  border: 0;
  padding: .6em 3em .6em 1em;
  margin-right: -50px; /* arrow button width */
}
.footer-menu a {
  border-bottom: solid 2px transparent;
  transition: all 300ms;
}
.footer-menu a:hover {
  border-bottom: solid 2px #F6F6F6;
  transition: all 500ms;
}

/* ==========================================================================
   GDPR
   ========================================================================== */
#gdprBox {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  color: #F6F6F6;
  background-color: #0F0F0F;
  text-align: center;
  opacity: .9;
  border-top: solid 1px #F6F6F6;
}

#gdprBox .color-blue {
  color: #F6F6F6;
  margin-left: 6px;
  text-decoration: underline;
}

#gdprBox p {
  margin: 0 0 10px 0;
}

#gdprBox .content-max-width {
  padding: 16px;
}

.bg-city {
 background-image: url(../img/bkg.jpg);
 background-size: cover;
 background-repeat: no-repeat;
}

.bg-intercity {
 background-image: url(../img/intercity.png);
 background-size: cover;
 background-repeat: no-repeat;
}

/* Color classes */
.bg-green { background-color: #CEFD6F;}
.bg-blue { background-color: #3D5AFE;}
.bg-orange { background-color: #FF9E5C;}
.bg-black { background-color: #0F0F0F;}
.bg-cream { background-color: #F6F6F6;}
.bg-yellow { background-color: #FFF1CB;}

.bg-blue-hover:hover  { background-color: #8199FC; }

.color-green { color: #CEFD6F;}
.color-cream { color: #F6F6F6; }
.color-white { color: #FFFFFF; }
.color-blue  { color: #3D5AFE; }
.color-orange { color: #FF9E5C;}

.color-blue-hover:hover  { color: #3D5AFE; }

.border-grey { border-color: #0F0F0F; }

/* Utility classes: jds.css */

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #3D5AFE;
  color: #F6F6F6;
  text-shadow: none;
}

::selection {
  background: #3D5AFE;
  color: #F6F6F6;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #0F0F0F;
  margin: 1em 0;
  padding: 0;
  background-color: #0F0F0F;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */
.has-submenu .hidden {
  display: block !important;
}

.has-submenu .sub-menu {
  background-color: #F6F6F6;
}

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

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

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

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

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(255, 255, 255, 0.955);
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80vh;
  border: solid 1px #3D5AFE;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  text-align: center;
  color: #0F0F0F;
  font-weight: 100;
  padding-top: .5em;
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: zoom-out;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    /* width: 100%; */
  }
}



/* slider carousel */
figcaption {
  font-family: "Roboto", helvetica, sans-serif;
  color: #848484;
  font-size: .9em;
}

.carousel {
  height: 476px; /* 400 from image + 76 for captions */
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
  padding: 0;
  list-style: none;
}
.carousel__controls {
  display: none;
}

.carousel__activator {
  /* display: none; Instead of this Im going to cover them to allow keyboard nav */
}

/* 1st image */
.carousel__activator:nth-of-type(1):checked ~ .carousel__track {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.carousel__activator:nth-of-type(1):checked ~ .carousel__slide:nth-of-type(1) {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.carousel__activator:nth-of-type(1):checked ~ .carousel__controls:nth-of-type(1) {
  display: block;
  opacity: 1;
}
.carousel__activator:nth-of-type(1):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(1) {
  opacity: 1;
}
/* 2nd image */
.carousel__activator:nth-of-type(2):checked ~ .carousel__track {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.carousel__activator:nth-of-type(2):checked ~ .carousel__slide:nth-of-type(2) {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.carousel__activator:nth-of-type(2):checked ~ .carousel__controls:nth-of-type(2) {
  display: block;
  opacity: 1;
}
.carousel__activator:nth-of-type(2):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(2) {
  opacity: 1;
}
/* 3rd image */
.carousel__activator:nth-of-type(3):checked ~ .carousel__track {
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
}
.carousel__activator:nth-of-type(3):checked ~ .carousel__slide:nth-of-type(3) {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.carousel__activator:nth-of-type(3):checked ~ .carousel__controls:nth-of-type(3) {
  display: block;
  opacity: 1;
}
.carousel__activator:nth-of-type(3):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(3) {
  opacity: 1;
}
/* 4th image */
.carousel__activator:nth-of-type(4):checked ~ .carousel__track {
  -webkit-transform: translateX(-300%);
          transform: translateX(-300%);
}
.carousel__activator:nth-of-type(4):checked ~ .carousel__slide:nth-of-type(4) {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.carousel__activator:nth-of-type(4):checked ~ .carousel__controls:nth-of-type(4) {
  display: block;
  opacity: 1;
}
.carousel__activator:nth-of-type(4):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(4) {
  opacity: 1;
}
/* 5th image */
.carousel__activator:nth-of-type(5):checked ~ .carousel__track {
  -webkit-transform: translateX(-400%);
          transform: translateX(-400%);
}
.carousel__activator:nth-of-type(5):checked ~ .carousel__slide:nth-of-type(5) {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.carousel__activator:nth-of-type(5):checked ~ .carousel__controls:nth-of-type(5) {
  display: block;
  opacity: 1;
}
.carousel__activator:nth-of-type(5):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(5) {
  opacity: 1;
}
/* 6th image */
.carousel__activator:nth-of-type(6):checked ~ .carousel__track {
  -webkit-transform: translateX(-500%);
          transform: translateX(-500%);
}
.carousel__activator:nth-of-type(6):checked ~ .carousel__slide:nth-of-type(6) {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.carousel__activator:nth-of-type(6):checked ~ .carousel__controls:nth-of-type(6) {
  display: block;
  opacity: 1;
}
.carousel__activator:nth-of-type(6):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(6) {
  opacity: 1;
}
/* 7th image */
.carousel__activator:nth-of-type(7):checked ~ .carousel__track {
  -webkit-transform: translateX(-600%);
          transform: translateX(-600%);
}
.carousel__activator:nth-of-type(7):checked ~ .carousel__slide:nth-of-type(7) {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.carousel__activator:nth-of-type(7):checked ~ .carousel__controls:nth-of-type(7) {
  display: block;
  opacity: 1;
}
.carousel__activator:nth-of-type(7):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(7) {
  opacity: 1;
}
/* 8th image */
.carousel__activator:nth-of-type(8):checked ~ .carousel__track {
  -webkit-transform: translateX(-700%);
          transform: translateX(-700%);
}
.carousel__activator:nth-of-type(8):checked ~ .carousel__slide:nth-of-type(8) {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.carousel__activator:nth-of-type(8):checked ~ .carousel__controls:nth-of-type(8) {
  display: block;
  opacity: 1;
}
.carousel__activator:nth-of-type(8):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(8) {
  opacity: 1;
}
/* 9th image */
.carousel__activator:nth-of-type(9):checked ~ .carousel__track {
  -webkit-transform: translateX(-800%);
          transform: translateX(-800%);
}
.carousel__activator:nth-of-type(9):checked ~ .carousel__slide:nth-of-type(9) {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.carousel__activator:nth-of-type(9):checked ~ .carousel__controls:nth-of-type(9) {
  display: block;
  opacity: 1;
}
.carousel__activator:nth-of-type(9):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(9) {
  opacity: 1;
}
/* 10th image */
.carousel__activator:nth-of-type(10):checked ~ .carousel__track {
  -webkit-transform: translateX(-900%);
          transform: translateX(-900%);
}
.carousel__activator:nth-of-type(10):checked ~ .carousel__slide:nth-of-type(10) {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.carousel__activator:nth-of-type(10):checked ~ .carousel__controls:nth-of-type(10) {
  display: block;
  opacity: 1;
}
.carousel__activator:nth-of-type(10):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(10) {
  opacity: 1;
}

.carousel__control {
  height: 20px;
  width: 20px;
  margin-top: calc((38px + 10px) * -1); /* half its height + half of 76px added for captions */
  top: 50%;
  position: absolute;
  display: block;
  cursor: pointer;
  border-width: 5px 5px 0 0;
  border-style: solid;
  border-color: #0F0F0F;
  opacity: 0.35;
  outline: 0;
  z-index: 3;
}
.carousel__control:hover {
  opacity: 1;
}
.carousel__control--backward {
  left: 10px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.carousel__control--forward {
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.carousel__indicators {
  z-index: 2;
  position: absolute;
  bottom: 96px; /* 20 + captions space */
  width: 100%;
  text-align: center;
}
.carousel__indicator {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  display: inline-block;
  z-index: 2;
  cursor: pointer;
  opacity: 0.35;
  margin: 0 2.5px 0 2.5px;
}
.carousel__indicator:hover {
  opacity: 0.75;
}
.carousel__track {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
.carousel__track .carousel__slide {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  margin: 0;
}
.carousel__track .carousel__slide:nth-of-type(1) {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.carousel__track .carousel__slide:nth-of-type(2) {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.carousel__track .carousel__slide:nth-of-type(3) {
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}
.carousel__track .carousel__slide:nth-of-type(4) {
  -webkit-transform: translateX(300%);
          transform: translateX(300%);
}
.carousel__track .carousel__slide:nth-of-type(5) {
  -webkit-transform: translateX(400%);
          transform: translateX(400%);
}
.carousel__track .carousel__slide:nth-of-type(6) {
  -webkit-transform: translateX(500%);
          transform: translateX(500%);
}
.carousel__track .carousel__slide:nth-of-type(7) {
  -webkit-transform: translateX(600%);
          transform: translateX(600%);
}
.carousel__track .carousel__slide:nth-of-type(8) {
  -webkit-transform: translateX(700%);
          transform: translateX(700%);
}
.carousel__track .carousel__slide:nth-of-type(9) {
  -webkit-transform: translateX(800%);
          transform: translateX(800%);
}
.carousel__track .carousel__slide:nth-of-type(10) {
  -webkit-transform: translateX(900%);
          transform: translateX(900%);
}
.carousel--scale .carousel__slide {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.carousel__slide {
  height: 100%;
  position: absolute;
  overflow-y: auto;
  opacity: 0;
}

.carousel__slide {
  overflow: hidden;
}
.carousel--thumb .carousel__indicator {
  height: 30px;
  width: 30px;
}

.carousel__indicator {
  background-color: #fafafa;
}
.carousel .carousel__screenshot {
  max-width: calc(100% - 86px); /* 100% - arrows */
  height:400px;
  object-fit:cover;
  margin-bottom: 1rem;
}
