﻿svg:hover .background {
  fill: #898c92 !important;
}
svg:hover .droid {
  fill: #ace63c !important;
}
svg:hover .apple-leaf {
  fill: #41BDF9 !important;
}
svg:hover .apple-body {
  fill: #41BDF9 !important;
}
svg:hover .penguin-body {
  fill: #000000 !important;
}
svg:hover .penguin-belly {
  fill: #ffffff !important;
}
svg:hover .penguin-feet {
  fill: #EDD260 !important;
}
svg:hover .window-top-left {
  fill: #EE5326 !important;
}
svg:hover .window-top-right {
  fill: #80B941 !important;
}
svg:hover .window-bottom-left {
  fill: #349DD8 !important;
}
svg:hover .window-bottom-right {
  fill: #FAB515 !important;
}
svg:hover .fill-transition {
  cursor: pointer;
  -webkit-transition: fill 600ms cubic-bezier(0.45, 0, 0, 1) 0s;
  -o-transition: fill 600ms cubic-bezier(0.45, 0, 0, 1) 0s;
  -moz-transition: fill 600ms cubic-bezier(0.45, 0, 0, 1) 0s;
  transition: fill 600ms cubic-bezier(0.45, 0, 0, 1) 0s;
}
/*For hover exit*/
svg .fill-transition {
  -webkit-transition: fill 850ms cubic-bezier(0.45, 0, 0, 1) 0s;
  -o-transition: fill 850ms cubic-bezier(0.45, 0, 0, 1) 0s;
  -moz-transition: fill 850ms cubic-bezier(0.45, 0, 0, 1) 0s;
  transition: fill 850ms cubic-bezier(0.45, 0, 0, 1) 0s;
}
.content {
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-left: 20px;
}
header nav {
  background: none;
  padding-left: 20px;
}
#downloadPanel > div.panel-body > div > div > p {
  padding-bottom: 15px;
  padding-top: 15px;
}
.code-block {
  margin-top: 25px;
  margin-bottom: 30px;
}
.light-blue {
  padding-left: 15px;
  padding-right: 15px;
}
.text-highlight {
  color: #386cb8;
}
.col-left {
  min-width: 220px;
}
.subheading {
  margin-top: 10px;
  font-size: 24px;
}
.panel-container {
  margin-top: 15px;
}
.panel-cta {
  border: none;
}
.panel-cta,
.panel-cta > div.panel-heading,
.panel-cta > div.panel-footer {
  color: #393D46;
  background-color: #EFF4F7;
}
.panel-cta > div.panel-heading {
  padding-top: 20px;
  color: #393D46;
  border-bottom-width: 1px;
  border-bottom-color: #CFD2D3;
  text-transform: uppercase;
}
.panel-cta .subheading {
  color: #67707C;
  text-transform: none;
}
.panel-cta .download-button-wrapper {
  padding: 20px 0 30px 0;
}
.download > svg,
.download > img {
  width: 95%;
}
ul.list-cta {
  list-style: none;
}
ul.list-cta li:before {
  content: "+";
  padding-right: 5px;
}
h4 {
  background: none !important;
  margin-top: 20px;
}
.textinput input[type="email"].filled:invalid + label:after {
  color: darkred;
  content: " \2715";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 20px;
  right: 16px;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.textinput textarea.filled + label:after,
.textinput input[type="text"].filled + label:after,
.textinput input[type="email"].filled:valid + label:after {
  color: #007932;
  content: " \2713";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 20px;
  right: 16px;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
form.go-top {
  margin: 20px;
  background: #EFF4F7;
}
form.go-top > div {
  position: relative;
  overflow: hidden;
}
form.go-top input[type="text"],
form.go-top input[type="email"],
form.go-top textarea {
  width: 100%;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  outline: 0;
  padding: 23px 12px 10px 12px;
  background: #F8FDFF;
  color: #626C72;
  border-radius: 5px;
}
form.go-top textarea {
  display: block;
  resize: vertical;
}
form.go-top input:focus,
form.go-top textarea:focus,
form.go-top input[type="text"].filled,
form.go-top input[type="email"].filled,
form.go-top textarea.filled {
  padding: 23px 12px 10px 12px;
}
form.go-top label {
  -webkit-transition: all 350ms cubic-bezier(0.45, 0, 0, 1) 0s;
  -o-transition: all 350ms cubic-bezier(0.45, 0, 0, 1) 0s;
  -moz-transition: all 350ms cubic-bezier(0.45, 0, 0, 1) 0s;
  transition: all 350ms cubic-bezier(0.45, 0, 0, 1) 0s;
  position: absolute;
  color: #929FAD;
  padding: 15px 6px;
  height: 16px;
  background-color: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  cursor: text;
  z-index: 2;
}
form.go-top input:focus + label,
form.go-top input[type="text"] + label:focus,
form.go-top input[type="email"] + label:focus,
form.go-top input.filled + label,
form.go-top textarea:focus + label,
form.go-top textarea.filled + label {
  bottom: 100%;
  margin-bottom: -16px;
  font-size: 70%;
  padding: 5px 10px 10px 10px;
  z-index: 2;
  text-transform: uppercase;
}
.modal {
  width: 650px;
  margin: -250px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
/*div.code-block > pre:before {
         content: attr(language);
         position: absolute;
         background: none;
         top: -24px;
         left: -10px;
         width: 100%;
         transform: translate(0, 0);
      }*/