/*! 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: #222;
  font-size: 1em;
  line-height: 1.4;
  font-family: tablet-gothic, sans-serif;
  font-style: normal;
  font-weight: 200;
  height: 100%;
}

body {
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 60%, rgba(234,234,234,1) 90%);
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;

}

/*
 * 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: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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

/*
 * 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;
}

/* ==========================================================================
   Custom styles
   ========================================================================== */
.no-margin{
  margin-right: 0px;
  margin-left: 0px;
}

.canvas-container{
  position: absolute !important;
  top: 260px !important;
  left: 50% !important;
  margin-left: -640px;
  cursor: default !important;
  transition: all 1s ease;
}

.no-padding{
  padding-left: 0;
  padding-left: 0;
}

.navbar{
  background-image: linear-gradient(109deg, #8F8F8F 0%, #747474 100%);
}

.navbar-light .navbar-nav .nav-link{
  font-family: tablet-gothic;
  font-size: 16px;
  color: #FFFFFF;
}

h10{
  color: #8f8f8f;
  font-family: tablet-gothic;
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  width: 100%;
  display: block;
}

h9{
  font-family: tablet-gothic;
  font-weight: 700;
  font-size: 22px;
  color: #4d4d4d;
  width: 100%;
  display: block;
}

h8{
  font-family: tablet-gothic;
  font-weight: 700;
  font-size: 16px;
  text-align: center; 
  width: 100%;
  display: block;
}

h7{
  font-family: tablet-gothic;
  font-weight: 700;
  font-size: 18px;
  color: #2D9DD7;
  letter-spacing: 0;
}

h6{
  font-family: tablet-gothic;
  font-size: 20px;
  color: #4D4D4D;
  letter-spacing: -0.09px;
}

h5{
  font-family: tablet-gothic;
  font-size: 16px;
  color: #8F8F8F;
  letter-spacing: 0;
  text-align: center;
  line-height: 25px;
}

h4{
  font-family: tablet-gothic, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20pt;
  color: #8F8F8F;
  font-size: 20pt;
}

h3{
  font-family: tablet-gothic;
  font-size: 22px;
  line-height:1.6;
}

h1{
  font-family: tablet-gothic;
  font-size: 32px;
  color: #4A525D;
  letter-spacing: -0.15px;
  text-align: center;
  margin-top: 0;
} 

p{
  font-family: tablet-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14pt;
  color: #4D4D4D;
}

.mt-6, .my-6 {
  margin-top: 4.5rem!important;
}

.mt-7, .my-7 {
  margin-top: 6rem!important;
}

.mt-8, .my-8 {
  margin-top: 7.5rem!important;
}

.mt-9, .my-9 {
  margin-top: 9rem!important;
}

.mt-10, .my-10 {
  margin-top: 10.5rem!important;
}

.mt-11, .my-11 {
  margin-top: 12rem!important;
}

.alert-secondary {
  background-color: rgba(0,0,0,0);
  border: none;
}

.alert-secondary p{
  font-family: tablet-gothic;
  font-size: 16px;
  color: #4D4D4D;
  letter-spacing: 0.3px;
  line-height: 25px;
}

.device p{
  font-family: tablet-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4D4D4D;
  font-size: 12pt;
}

.hidden{
  display: none
}

.btn-virteu { 
  font-family: tablet-gothic;
  font-size: 15px;
  color: #4D4D4D;
  text-align: center;

}
 
.btn-virteu:hover, 
.btn-virteu:focus, 
.btn-virteu:active, 
.btn-virteu.active, 
.open .dropdown-toggle.btn-virteu { 
  /*
  color: #D0BAEC; 
  background-color: #49247A; 
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  */
} 
 
.btn-virteu:active, 
.btn-virteu.active, 
.open .dropdown-toggle.btn-virteu { 
  background-image: none; 
} 
 
.btn-virteu.disabled, 
.btn-virteu[disabled], 
fieldset[disabled] .btn-virteu, 
.btn-virteu.disabled:hover, 
.btn-virteu[disabled]:hover, 
fieldset[disabled] .btn-virteu:hover, 
.btn-virteu.disabled:focus, 
.btn-virteu[disabled]:focus, 
fieldset[disabled] .btn-virteu:focus, 
.btn-virteu.disabled:active, 
.btn-virteu[disabled]:active, 
fieldset[disabled] .btn-virteu:active, 
.btn-virteu.disabled.active, 
.btn-virteu[disabled].active, 
fieldset[disabled] .btn-virteu.active { 
  /*
  background-color: #38284F;
  opacity: 1; 
  color: #6D4F95;
  */
} 
 
.btn-virteu .badge { 
  color: #5B407E; 
  background-color: #D0BAEC; 
}

.main-btn { 
  color: #ffffff; 
  background-image: linear-gradient(180deg, #2D9DD7 0%, #1E8AC3 100%);
  border-radius: 8px;
} 
 
.main-btn:hover, 
.main-btn:focus, 
.main-btn:active, 
.main-btn.active, 
.open .dropdown-toggle.main-btn { 
  color: #ffffff; 
  background-color: #1E8AC3; 
  border-color: #1E8AC3; 
} 
 
.main-btn:active, 
.main-btn.active, 
.open .dropdown-toggle.main-btn { 
  background-image: none; 
} 
 
.main-btn.disabled, 
.main-btn[disabled], 
fieldset[disabled] .main-btn, 
.main-btn.disabled:hover, 
.main-btn[disabled]:hover, 
fieldset[disabled] .main-btn:hover, 
.main-btn.disabled:focus, 
.main-btn[disabled]:focus, 
fieldset[disabled] .main-btn:focus, 
.main-btn.disabled:active, 
.main-btn[disabled]:active, 
fieldset[disabled] .main-btn:active, 
.main-btn.disabled.active, 
.main-btn[disabled].active, 
fieldset[disabled] .main-btn.active { 
  background-color: #611BBD; 
  border-color: #130269; 
} 
 
.main-btn .badge { 
  color: #611BBD; 
  background-color: #ffffff; 
}

.number{
  background: #4D4D4D;
  font-family: tablet-gothic;
  font-size: 15px;
  color: #FFFFFF;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 23px;
  border-radius: 24px;
  margin-right: 12px;
}

.disabled .number{
  color: #4D4D4D;
  background-color: rgba(0,0,0,0);
  border: 2px solid #4D4D4D;
  line-height: 20px; 
}

.pulse{
  box-shadow: 0 0 0 rgba(91,64,126, 1);
  animation: pulse 2s infinite;
}
.pulseSlow{
  box-shadow: 0 0 0 rgba(91,64,126, 1);
  animation: pulse 10s ease 10s infinite;
}


.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(143,143,143, 1);
    background-color: rgba(143,143,143, 1);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(143,143,143, 0);
      background-color: rgba(143,143,143, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(143,143,143, 0);
      
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(143,143,143, 1);
    box-shadow: 0 0 0 0 rgba(143,143,143, 1);
    background-color: rgba(143,143,143, 1);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(143,143,143, 0);
      box-shadow: 0 0 0 10px rgba(143,143,143, 0);
      background-color: rgba(143,143,143, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(143,143,143, 0);
      box-shadow: 0 0 0 0 rgba(143,143,143, 0);

  }
}

.menu-caret{
  font-size: 15px;
  color: #8F8F8F;
  text-align: center;
  margin: auto;
  opacity: 0.6;
  margin-left: 20px;
  margin-right: 20px;
}

.modal-dialog-fix {
  position: absolute;
  top: 165px;
  left: 30px;
  z-index: 10040;
  overflow: auto;
  overflow-y: auto;
}

.modal-footer{
  padding: 0rem 1rem 2rem 1rem;
}

.modal-body p{
  font-family: tablet-gothic;
  font-size: 16px;
  color: #4D4D4D;
  letter-spacing: 0;
  line-height: 22px;
  max-height: 207px;
  overflow: auto;
  padding: 0rem 2.5rem 2.5rem 2.5rem;
}
#modal-header{
  font-family: tablet-gothic;
  font-size: 15px;
  color: #4D4D4D;
  text-align: center;
  padding: 1rem 1rem 0rem 1rem;
}
.modal-backdrop-none {
  background-color: rgba(0,0,0,0);
}

#timeline{
  background-color: #EAEAEA;
}

.small-print{
  font-family: tablet-gothic;
  font-size: 16px;
  color: #4D4D4D;
  letter-spacing: -0.07px;
}

.fine-print{
  font-family: Helvetica;
  font-size: 14px;
  color: #8F8F8F;
}

#footer{
  background-image: linear-gradient(180deg, #8F8F8F 0%, #747474 100%);
}

.light{
  font-weight: 600;
}

.bold{
  font-weight: 700;
}

#overlay{
  width: 100vw;
  height: 115vh;
  background-color: rgba(255,255,255,0.75);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
}

#product-name{
  width: 100%;
  max-width: 50vw;
  padding: 15px;
  margin: auto;
  margin-top: calc(50vh - 155px);
}

#product-form{
  border-radius: 8px;
  box-shadow: 0 0 9px 0 #2d9dd7;
  border: solid 2px #2d9dd7;
  text-align: center;
  font-family: tablet-gothic;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.15px;
  color: #4d4d4d;
  background-color: rgba(255,255,255,0);
}

#product-form::placeholder{
  color: rgba(77,77,77,0.3);
}

.pop-up{
  width: 420px;
  height: 240px;
  display: none;
  position: absolute;
  top: 50vh;
  left: 50vw;
  z-index: 1;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  border: solid 1px #e6e6e6;
  background-color: #ffffff;
  border-radius: 20px;
}

/* Popup arrow */
.pop-up::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -1.25em;
    bottom: -2em;
    left: 50%;
    box-sizing: border-box;
    
    border: 1em solid black;
    border-color: transparent transparent #ffffff #ffffff;
    
    transform-origin: 0 0;
    transform: rotate(-45deg);
    
    box-shadow: -3px 2px 4px 0 rgba(0, 0, 0, 0.3);
  }

.divider{
  display: block;
  background-color: #d0baec;
  width: 90%;
  height: 1px;
  margin-left: 5%;
}

.consider-divider{
  display: block;
  background-color: #979797;
  width: 100%;
  height: 1px;
}

.radio-custom {
    opacity: 0;
    position: absolute;   
}

.radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: text-bottom;
    margin: 5px;
    cursor: pointer;
}

.radio-custom-label {
    position: relative;
}

.radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #8f8f8f;
    display: inline-block;
    vertical-align: text-bottom;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #fff;
  background-color: #2d9dd7;
  border-color: #2d9dd7;
  line-height: 1.3;
  font-size: 10px;
}

.radio-custom:focus + .radio-custom-label {
  outline: 1px solid #8f8f8f; /* focus style */
}

.carousel {
  height: 80%;
}

.control-next, .control-prev {
  position: absolute;
  bottom: 0;
  z-index: 1;
  color: #8f8f8f;
  opacity: 1;
}

.control-next:hover, .control-prev:hover {
  text-decoration: none;
  color: #2d9dd7;
}

.control-next{
  right: 0px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.control-next .fas{
  padding-left: 10px;
}

.control-prev{
  left: 0px;
  margin-left: 15px;
  margin-bottom: 10px;
}

.control-prev .fas{
  padding-right: 10px;
}

.carousel-indicators {
  margin-bottom: 5px;
  margin-right: 25%;
  margin-left: 25%;
}
.carousel-indicators li {
  background-color: #8f8f8f;
}

.carousel-indicators .active {
  background-color: #1d9dd7;
}

#carousel-content{
  width: 90%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

#review_margin{
  transition: all 1s ease;
  margin-bottom: 0px;
  /*margin-bottom: 275px;*/
}

#review-issues, #consider-dignity, #consider-non-discrimination, #consider-autonomy, #consider-responsibility, #consider-accountability, #consider-sustainability, #consider-safety-security, #consider-openness, #consider-wellbeing, #consider-transparency, #consider-participation, #consider-inclusion-equality{
  transition: all 1s ease;
  display: none;
  opacity: 0;
}

.consider-group{
  display: none;
}

.fa-times {
  margin-top: 5px;
  color: #8F8F8F;
}

a .fa-times:hover{
  color: black;
}

.pop-up h3{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

/*
 * Hide visually and from screen readers
 */

.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 only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@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-countdown{
  font-style: italic;
}
#the-countnum{
  font-style: italic;
  color:#2D9DD7;
}
#modal-link{
  display:none;  
}
.align{
/*  height: 85px;
  vertical-align: bottom;*/
}

.offset-15 {
    margin-left: 12.499995%;
}
#top{
    color: #ffffff;
    margin-top: 14px;
    margin-left: 8px;
    position: absolute;
    font-weight: 100;
    font-family: tablet-gothic;
  }

@media (max-width: 767px) {
  .text-md-center {
    text-align: center;
  }

  .offset-15 {
      margin-left: inherit;
  }

  .mt-6{
    margin-top: 2rem !important;
  }
}
