@font-face {
  font-family: "Teko-Regular";
  src: url("../fonts/Teko/Teko-Regular.ttf");
}
@font-face {
  font-family: "Teko-Bold";
  src: url("../fonts/Teko/Teko-Bold.ttf");
}
@font-face {
  font-family: "Teko-SemiBold";
  src: url("../fonts/Teko/Teko-SemiBold.ttf");
}
@font-face {
  font-family: "Teko-Light";
  src: url("../fonts/Teko/Teko-Light.ttf");
}
@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("../fonts/Open_Sans/OpenSans-SemiBold.ttf");
}
@font-face {
  font-family: "OpenSans-Light";
  src: url("../fonts/Open_Sans/OpenSans-Light.ttf");
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'OpenSans-Regular', sans-serif;
  font-style: normal;

  color: #fbfbfb;
}
p {
  line-height: 1.45em;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
h2.mainTitle{
	font-weight: 400;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-align: center;
	font-size: 2.6em;
	text-shadow: 2px 2px 4px #000000;
	margin-bottom:50px;
}
.h6 {
  font-size: 1.1rem;
	line-height: 1.5em;
}
section {
  padding: 20px 0 20px;
}

a {
  color: #ffdb58;
}
.OpenSans-SemiBold {
  font-family: 'OpenSans-SemiBold', sans-serif;
}
.OpenSans-Light {
  font-family: 'OpenSans-Light', sans-serif;
}
.Teko-Regular {
  font-family: 'Teko-Regular', sans-serif;
  letter-spacing: .1em;
}
.Teko-Bold {
  font-family: 'Teko-Bold', sans-serif;
  letter-spacing: .1em;
}
.Teko-SemiBold {
  font-family: 'Teko-SemiBold', sans-serif;
  letter-spacing: .1em;
}
.Teko-Light {
  font-family: 'Teko-Light', sans-serif;
  letter-spacing: .1em;
}
.text-yellow {
  color: #ffdb58;
}
.text-gray {
  color: #abaaad;
}
.text-blue {
  color: #6e7cb5;
}
.border-gray {
  border: 1px rgba(255, 255, 255, .2) solid;
}
.line-gray {
  border-color: rgba(255, 255, 255, .2) !important;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}
.bg-dk-gray {
  background-color: #2f2c34;
}


.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    /*display: none;*/
}
/* Main page::::Intro Box ------------------------- */
/****titles for SC data*****/
.intro-box {
  background-color: rgba(0, 0, 0, .65);
  border: rgba(255, 255, 255, .2) solid 1px;
}
.intro-box .news-item {
  align-items: center
}
.intro-box .news-item p {
  line-height: 1.3em;
}
.intro-box .news-item img {
  border: #999 1px solid;
}
.intro-box a:hover {
  text-decoration: none;
}
.feature-news.intro-box {
  transition: all .1s ease-in-out;
}
.feature-news.intro-box:hover {
  background-color: rgba(0, 0, 0, .8);
  border: rgba(255, 255, 255, .4) solid 1px;
}
.news-title-main {
  color: #fff;
}
.date {
  font-size: 1.3em;
}
.title {
  font-size: 1em;
}
section.parker-facts {
  background-color: #46424c;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}
/******** FOR MAIN PAGE HEADER*************/
header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 70rem;
  width: 100%;
  overflow: visible;
}
.PSP-data-box {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #000;
}
header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}
header .container-fluid {
  padding-top: 300px;
  position: relative;
  z-index: 2;
}
/*
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
*/
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .8) 100%);
  /*  opacity: 0.5;*/
  z-index: 1;
}
/******* custom buttons ****************/
.btn-action {
  color: #ffdb58;
  background-color: #4d4639;
  padding: 3px 20px 3px;
  transition: ease .2s;
	text-align: center;
}
.btn-action:hover {
  color: #fff;
  background-color: #7a6b41;
  opacity: .8;
  transform: scale(1.03);
}
.btn-action:active {
  opacity: 1;
}
/******* custom typography ****************/
.countdownToNext .text-yellow, .currentRecords .text-yellow {
/*  letter-spacing: .125em;*/
}
/**************for responsive youTube videos****************/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} /**************for responsive html5 videos****************/
/************ Nav bar customization ******************/
.nav-title {
  font-family: 'Teko-Regular', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 1em;
  letter-spacing: .05em;
  white-space: nowrap;
}

	.navbar{padding:0rem;}
	  .navbar .header-logo-img {
  max-height: 30px;
}
	 .nav-title {
    font-size: 1.4em;
  }
 .navbar .header-logo-img {
  max-height: 50px;
}
.navbar{padding:0rem;}


a.nav-title:hover {
  text-decoration: none;
  color: #fff;
}
.navbar-toggler-icon {
  width: .9em;
  height: .9em;
}
/*
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
*/
.navbar-expand-md .navbar-nav .dropdown-menu {
  font-family: 'Teko-Regular', sans-serif;
  top: 28px;
}
.navbar-expand-md .navbar-nav .nav-link {
  font-size: 1.3em;
  white-space: nowrap;
}
.dropdown-item:hover {
  background-color: #ccc;
}
.navbar-trans {
  /* gradient over header video on main page*/
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
  justify-content: center;
}
.navbar .navbar-brand img {
  height: 50px;
}
.dropdown-toggle {
  cursor: pointer;
}
.dropdown-toggle::after {
  display: none;
}
li.nav-item.active .nav-link.dropdown-toggle:before {
  color: #fbfbfb;
} /* Add the below transitions to allow a smooth color change similar to lyft */
.navbar {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 1rem 1rem;
}
.navbar li {
  font-size: .7em;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1)
}
.navbar.scrolled, .dropdown-menu {
  /* gradient over header video on main page*/
  background-color: #000;
}
.navbar.scrolled {
  background-color: #000;
  justify-content: center;
  padding-bottom: 10px;
}
.dropdown-item {
  color: #fff;
}
.navbar-toggler {
  border: none;
  font-size: 1.75em;
  padding-right: 0;
}
.navbar .header-logo-img {
  max-height: 50px;
}
.navbar .header-logo-title {
  max-height: 25px;
}
/************Footer customization ******************/
footer .footer-logo-img {
  max-height: 70px;
}
footer .disclaimer-block a {
  color: #6e7cb5;
}
/************ Nav bar expandable search box ******************/
input[type="submit"] {
  font-weight: 900;
}
.searchbox {
  position: relative;
  min-width: 20px;
  width: 0%;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.searchbox-input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  width: 50%;
  height: 24px;
  margin: 0;
  float: right;
  background-color: transparent; /*color:#fbfbfb;*/
} /* .searchbox-input::-webkit-input-placeholder {     color: #d74b4b; } .searchbox-input:-moz-placeholder {     color: #d74b4b; } .searchbox-input::-moz-placeholder {     color: #d74b4b; } .searchbox-input:-ms-input-placeholder {     color: #d74b4b; } */ .searchbox-icon, .searchbox-submit {
  background-color: transparent;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  color: #fbfbfb;
  text-align: center;
  cursor: pointer;
}
.searchbox-open {
  width: 50%;
} /* The sticky class is added to the navbar with JS when it reaches its scroll position */ .sticky {
  position: fixed;
  top: 50px;
  left: 0px;
} /**/ /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */ /*.sticky + .section-title {   padding-top: 60px; } */ .sidebar-item { /*height: 100%;  Full-height: remove this if you want "auto" height */ position: fixed; /* Fixed Sidebar (stay in place on scroll) */ z-index: 1; /* Stay on top */ top: 0px; /* Stay at the top */ overflow: hidden; /* Disable horizontal scroll */ margin-top: 180px;
  padding-top: 55px;
  height: 100%;
  max-width: 280px;
  width: 100%;
  font-size: 1.15em;
}
.dark-back a {
  color: rgba(255, 255, 255, 0.65);
}
.active-white-bold { /* 	background-color: #3e91d3;*/
}
.active-white-bold a {
  color: #fff;
  font-weight: 700;
  font-size: 1.05em;
}
.light-back a {
  color: #fbfbfbbd;
}
.active-blue-bold { /* 	background-color: #d3e4f6;*/
}
.active-blue-bold a {
  color: #fbfbfb;
  font-weight: 700;
}
.border-lg {
  border-left: none;
}
.border-lg.light {
  border-left: 1px solid #ffffff;
}
.border-lg {
  border-left: thin solid #ccc;
}
.whereIs {
  height: 100%;
  width: 100%; /* specify any width you want (a percentage value, basically) */
  position: relative; /* create positioning context for svg */
}
.whereIs text.whereIsLegend {
  font-size: .9em;
}
/*****************MAIN PAGE*********************************/
/*Main page progress bars*/
.progress {
  margin-bottom: 0;
  background-color: #e9ecef5e;
}
.range {
  font-size: .7em;
}
.start {
  float: left;
}
.end {
  float: right;
  text-align: right;
}
.main-value-box {
  padding-bottom: 30px;
}
.main-value-box p.small {
  font-size: .7em;
}
.main-value {
  font-size: 1.5em;
}
.text-align-toggle {
  text-align: left;
}

.carousel-control-prev {left:-10px;}
.carousel-control-next {right:-17px;}
.carousel-control-next, .carousel-control-prev {width:5%;}
/*removed by Alysen
.text-white-50 {
	margin-top: .5em!important;
}
*/

.feature-box {max-height:400px;}


@media (min-width: 1200px) {
  .main-value {
    font-size: 2.2em;
  }
}
@media (min-width: 768px) {
  .range {
    font-size: 1em;
    opacity: .75;
  }
  .main-value {
    font-size: 1.8em;
  }
  .main-value-box p.small {
    font-size: .95em;
  }
	
}
@media (pointer: coarse) and (hover: none) {
  header {
    background: url('../images-new/mainpage/video_still2.png') black no-repeat top left scroll;
  }
  header video {
    display: none;
  }
}
.currentRecords {
  border-top: 1px rgba(255, 255, 255, .2) solid;
}
span.mobile-break {display:inline;}
.countdownToNext {
  border-right: none;
}
@media (max-width: 768px) {
  .container {
    max-width: 100%;
  }
  .btn-action {
    color: #ffdb58;
    background-color: #4d4639;
    padding: 3px 20px 3px;
    transition: ease .2s;
    width: 100%;
  }
  .navbar-collapse.show, .navbar-collapse.show .dropdown-menu {
    /* gradient over header video on main page*/
    background-color: #000;
    justify-content: center;
    padding-bottom: 10px;
  }
  .navbar {
    padding: 0;
  }
	span.mobile-break {display:block;}

	
	
	
}
/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767px) {
  
	
/*no animation for sc data box when mobile*/
header.main .fadeInRight{
animation-name: none;
}
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	
  header {
    height: 65vh;
    min-height: 40rem;
    overflow: hidden;
  }
  header .container-fluid {
    padding-top: 0;
  }

.navbar{padding:1rem;}


  .nav-title {
    font-size: 1.2em;
  }
  .navbar .header-logo-img {
  max-height: 50px;
}
  .main-value-box {
    padding-bottom: 60px;
  }
  .text-align-toggle {
    text-align: right;
  }
  section.parker-facts {
    background-image: url(../images-new/mainpage/eugene01.png);
    background-position: 0;
  }
  .currentRecords {
    border-top: none;
  }
  .countdownToNext {
    border-right: 1px rgba(255, 255, 255, .2) solid;
  }
	.PSP-data-box {
    padding-top: 40px;
/*	padding-bottom: 20px;*/
    background-color: transparent;
  }
	
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	 header {
    height: 90vh;
   
  }
	.nav-title {
    font-size: 1.6em;

  }
.carousel-control-prev {left:-20px;}
	.carousel-control-next {right:-50px;}
	.PSP-data-box {
    padding-top: 100px;
	
    background-color: transparent;
  }
/*section.parker-facts {
    background-position: 0 -228px;
  }*/
  .date {
    font-size: 1.3em;
  }
  .title {
    font-size: 1.3em;
  }
section.parker-facts {
    background-position: 0 33%;
  }
	.feature-box {max-height:360px;}
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.PSP-data-box {
    padding-top: 80px;
/*	padding-bottom: 20px;*/
    background-color: transparent;
  }
	
}




.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 0rem;
  padding-left: 1.25rem;
  font-family: 'Teko-Regular', sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}
/*Metric/Standard toggle*/
.can-toggle {
  position: relative;
  /*float: right;*/
}
.can-toggle *, .can-toggle *:before, .can-toggle *:after {
  box-sizing: border-box;
}
.can-toggle input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.can-toggle input[type="checkbox"][disabled] ~ label {
  pointer-events: none;
}
.can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch {
  opacity: 0.4;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
  content: attr(data-unchecked);
  left: -8px;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  content: attr(data-checked);
}
.can-toggle label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: flex;
  align-items: center;
}
.can-toggle label .can-toggle__label-text {
  flex: 1;
  padding-left: 32px;
}
.can-toggle label .can-toggle__switch {
  position: relative;
}
.can-toggle label .can-toggle__switch:before {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  text-align: right;
}
.can-toggle label .can-toggle__switch:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-align: center;
  background: rgba(255, 255, 255, .6);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.can-toggle input[type="checkbox"][disabled] ~ label {
  color: rgba(119, 119, 119, 0.5);
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch {
  rgba(255, 255, 255, 0.5);
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  color: #5e5e5e;
}
.can-toggle input[type="checkbox"]:hover ~ label {
  color: #6a6a6a;
}
.can-toggle input[type="checkbox"]:checked ~ label:hover {
  color: #000;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch {
  rgba(255, 255, 255, 0.5);
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  color: #000;
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
  background-color: #222;
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  color: #000;
}
.can-toggle label .can-toggle__label-text {
  flex: 1;
}
.can-toggle label .can-toggle__switch {
  transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  background-color: rgba(255, 255, 255, 0); /*switch background color*/
  border: rgba(255, 255, 255, .5) solid 1px;
}
.can-toggle label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.5);
}
.can-toggle label .can-toggle__switch:after {
  transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  color: #777;
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  -webkit-transform: translate3d(65px, 0, 0);
  transform: translate3d(65px, 0, 0);
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle label {
  /*font-size: 11px;*/
}
.can-toggle label .can-toggle__switch {
  height: 36px;
  flex: 0 0 134px;
  border-radius: 4px;
}
.can-toggle label .can-toggle__switch:before {
  left: 67px;
  font-size: 11px;
  line-height: 36px;
  width: 67px;
  padding: 0 12px;
}
.can-toggle label .can-toggle__switch:after {
  top: 0px;
  left: 50px;
  border-radius: 2px;
  width: 65px;
  line-height: 32px;
  font-size: 11px;
}
.can-toggle label .can-toggle__switch:hover:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  -webkit-transform: translate3d(44px, 0, 0);
  transform: translate3d(44px, 0, 0);
}
.can-toggle.can-toggle--size-small input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small label {
  font-size: 11px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch {
  height: 28px;
  flex: 0 0 90px;
  border-radius: 2px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:before {
  left: 45px;
  font-size: 11px;
  line-height: 28px;
  width: 45px;
  padding: 0 12px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:after {
  top: 1px;
  left: 1px;
  border-radius: 1px;
  width: 44px;
  line-height: 26px;
  font-size: 11px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-2 input[type="checkbox"][disabled] ~ label {
  color: rgba(68, 68, 68, 0.5);
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch {
  rgba(255, 255, 255, 0.5);
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  color: #2b2b2b;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label {
  color: #373737;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label:hover {
  color: #000;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch {
  background-color: rgba(255, 255, 255, 0); /*switch background color*/
  border: rgba(255, 255, 255, .5) solid 1px;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  color: #222; /*text color for on state*/
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
  background-color: rgba(255, 255, 255, 0); /*switch background color*/
  border: rgba(255, 255, 255, .5) solid 1px;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  color: #000;
}
.can-toggle.demo-rebrand-2 label .can-toggle__label-text {
  flex: 1;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch {
  transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  rgba(255, 255, 255, 0.7);
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.7);
  text-align: right;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
  transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  color: #444;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  -webkit-transform: translate3d(58px, 0, 0);
  transform: translate3d(58px, 0, 0);
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-2 label {
  font-size: 11px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch {
  height: 32px;
  flex: 0 0 135px; /*HOW WIDE THE SLIDER FRAME IS*/
  border-radius: 60px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
  right: 10px;
  font-size: 11px;
  width: 70px;
  /*padding: 0 20px;*/
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 60px;
  width: 70px;
  font-size: 11px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:hover:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
/* Define the key frames for animating the fade in / fade out */
@keyframes FadeIn {
  0% {
    opacity: .2;
  }
  25% {
    opacity: .6;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: .6;
  }
  100% {
    opacity: .2;
  }
}
.funfacts span {
  opacity: .2;
  animation: FadeIn 5s linear;
}
#funfactsBox .dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  opacity: .4;
  margin: 0 10px 5px 10px;
}
.funfacts span:nth-child(1) {
  animation-delay: 1s;
}
.funfacts span:nth-child(2) {
  animation-delay: 5s
}
.funfacts span:nth-child(3) {
  animation-delay: 10s
}
.funfacts span:nth-child(4) {
  animation-delay: 15s
}
.funfacts span:nth-child(5) {
  animation-delay: 20s
}