/*! HTML5 Boilerplate v7.3.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
   ========================================================================== */

/*
 * 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 #dedede;
  margin: 1em auto;
  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;
}

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

html {
  overflow-x: hidden;
  color: #252525;
  font-size: 16px;
  line-height: 1.5;
}
body {
	background: #fff;
	background-repeat: none;
	font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size:16px;
	color:#656666;
  overflow: hidden;
}
img { 
  -ms-interpolation-mode: bicubic;
}
h1,h2,h3,h4 {
  font-family: 'Nunito', sans-serif;
  color:#812990;
  width: 100%;
  font-weight: 200 !important;
}
a[role="button"]:hover {
  cursor: pointer;
}
.accel {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  will-change: transform;
}
.top_nav {
  background:#283A65;
}
.dropdown_container {
  z-index:1;
}
.main_nav span[role="button"] {
  border-top:4px solid transparent;
  border-bottom:4px solid transparent;
}
.main_nav span[role="button"] div.dropdown_container:hover,
.top_nav span[role="button"] div.top_nav_container:hover {
  cursor:default;
}
.top_nav span[role="button"] div.top_nav_container {
  visibility:hidden;
  max-height:0;
  margin-top:3px;
  width:100%;
  border-top:1px dotted #aaa;
  position:absolute;
  left:0;
  opacity:0;
  transition:0.2s all ease-in-out 0.15s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  will-change: max-height, opacity;
  pointer-events:none;
  z-index:99;
  box-shadow: 0px 50px 100px -50px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 50px 100px -50px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 50px 100px -50px rgba(0,0,0,0.5);
}
.top_nav span[role="button"]:hover div.top_nav_container {
  max-height:auto;
  visibility:visible;
  opacity:1.0;
  transition:0.25s all ease-in-out;
  pointer-events:all;
}
.main_nav span[role="button"] div.dropdown_container {
  visibility:hidden;
  max-height:0;
  position:absolute;
  left:-1%;
  width:102%;
  opacity:0;
  transition:0.2s all ease-in-out 0.15s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  will-change: max-height, opacity;
  pointer-events:none;
  box-shadow: 0px 50px 100px -50px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 50px 100px -50px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 50px 100px -50px rgba(0,0,0,0.5);
}
.main_nav span[role="button"]:hover div.dropdown_container  {
  max-height:auto;
  visibility:visible;
  opacity:1.0;
  transition:0.25s max-height opacity ease-in-out;
  pointer-events:all;
}
.main_nav span[role="button"] ul.dropdown {
  border-top:4px solid transparent;
  background:rgba(255,255,255,0.95);
  backdrop-filter: blur(4px);
  box-shadow: 0px 50px 100px -50px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0px 50px 100px -50px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 50px 100px -50px rgba(0,0,0,0.25);
  transition:0.1s border-top-color ease-in-out 0.25s;
}
.top_nav span[role="button"] ul.top_dropdown {
  background:rgba(40,58,101,0.98);
  backdrop-filter: blur(6px);
  box-shadow: 0px 50px 100px -50px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0px 50px 100px -50px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 50px 100px -50px rgba(0,0,0,0.25);
  top:-32px;
  padding:2em;
  transition:0.1s border-top-color ease-in-out 0.25s;
}
.top_nav span[role="button"] ul.top_dropdown li {
  width:150px;
  height:75px;
  border-radius:16px;
  box-shadow: 0px 50px 100px -50px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0px 50px 100px -50px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 50px 100px -50px rgba(0,0,0,0.25);
  padding:0.5em 0.75em;
}
.top_nav span[role="button"] ul.top_dropdown li a {
  width:100%;
  height:100%;
}
.top_nav span[role="button"] ul.top_dropdown li img {
  height:100%;
  max-height:50px;
  width:auto;
  margin:0 auto;
}
.main_nav span[role="button"]:hover ul.dropdown {
  border-top-color:#82BC00;
  transition:0.2s border-top-color ease-in-out 0.1s;
}
.main_nav span[role="button"]:hover {
  border-bottom-color:#00A8E1;
}
.main_nav span[role="button"].link:hover {
  border-bottom-color:#82BC00;
}
.main_nav span[role="button"] ul.dropdown li {
  margin-bottom:1.5em;
}
.main_nav span[role="button"] ul.dropdown li:nth-child(1) {
  font-size:110%;
  font-weight:bold;
  color:#812990;
}
.main_nav span[role="button"] ul.dropdown li:nth-child(1) i {
  color:#00A8E1;
}
.main_nav span[role="button"] ul.dropdown li:not(:nth-child(1)) a:hover {
  border-bottom:2px solid #82BC00;
}
[role="button"]:hover {
  cursor:pointer;
}
.main_nav span[role="button"] ul.dropdown li:not(a):hover {
  cursor:default;
}
.main_nav a:hover {
  text-decoration:none;
}
.main_nav .collapsible {
  transition:0.2s all ease-in-out;
}
.home_header .pro_button {
  position:absolute;
  top:65%;
  right:-5em;
  width:350px;
}
.list-disc {
  margin-left:2em;
}
.list-disc li a {
  text-decoration:underline;
}
.collapse_container {
  border:1px solid #ddd;
  border-radius:24px;
  padding:2em 4em;
  overflow:hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}
.collapse_container:hover {
  cursor:pointer;
}
.collapse_container:hover .content {
  cursor:default;
}
.collapse_container .content a {
  text-decoration:underline;
  font-weight:bold;
}
.collapse_container .content {
  visibility:hidden;
  opacity:0;
  padding-top:0;
  max-height:0;
  transition: all 0.25s ease-in-out;
}
.collapse_container i.fa-chevron-up {
  color:#656666;
  transform:translateY(5px) rotate(0);
  transition: transform 0.25s ease-in-out;
}
.collapse_container i.fa-chevron-up.rotate {
  transform:translateY(5px) rotate(180deg);
  transition: transform 0.25s ease-in-out;
}
.collapse_container .content.expanded {
  max-height:999em;
  opacity:1.0;
  visibility:visible;
  padding-top:1em;
  transition: all 0.25s ease-in-out;
}
.home_header {
  width:100%;
  height: 30vw;
}
h1.heading,h2.sub_heading,svg {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
h2.sub_heading {
  color:#656666;
}
.relative {
  position:relative;
}
p a {
  text-decoration: underline;
}
.blue_banner_bg {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  height:50vmin;
  width:100%;
  background:lightblue;
  z-index:-1;
}
.white_section {
  position:relative;
  background:#fff;
}
.blue_section {
  position:relative;
  background:rgb(210,238,249);
}
.video_banner {
  border:none;
}
.blog_banner svg {
  position:absolute;
  right:25vmin;
  top:-1px;
  height:102%;
  z-index:-1;
}
.warranty_banner svg {
  position:absolute;
  right:40vmin;
  top:-1px;
  height:102%;
  z-index:-1;
}
.fund_device {
  position:relative;
  overflow:hidden;
}
.fund_device svg {
  position:absolute;
  left:26vmin;
  top:-1px;
  height:102%;
  z-index:0;
}
.fund_device h1,.fund_device p, .fund_device a {
  position:relative;
  z-index:2;
}
.blog_banner a, .blog_banner i, .warranty_banner a, .warranty_banner i {
  color:#656666;
}
.video_banner a, .video_banner i {
  color:#fff;
}
.dropdown_selections {
  border:1px solid #ddd;
  background:white;
}
.grey_section a.button {
  font-family: "Nunito", sans-serif;        
  width:275px;
  height:75px;
  border:2px solid rgb(1,168,225);
  border-radius:12px;
  background:#fff;
  font-size:20px;
  font-weight:600;
  color:#656666;
  margin-bottom:1.5em;
  text-align:center;
  display:flex;
  justify-content:center;
  align-items:center;
}
.grey_section a.button:hover {
  background:#812990;
  border-color:#812990;
  color:#fff;
}
.fund_device h1 {
  padding-bottom:0.75em;
  margin-bottom:0.75em;
  border-bottom:2px solid #82BC00;
}
sup {
  font-size:85%;
  transform:translateY(-5px);
}
.choose_banner {
  position:relative;
  font-family: "Nunito", sans-serif;
}
.choose_banner_bg {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:100%;
  background:#D2EFF9;
  background:linear-gradient(180deg, #D2EFF9, #a6e3f9);
  z-index:-1;
}
.video_banner_bg {
  position:absolute;
  top:0;
  height:185px;
  width:100%;
  background:#fff;
  z-index:0;
}
.grey_section {
  position:relative;
  background:#D4D4D4;
  background:linear-gradient(180deg, #e4e4e4, #bfbfbf);
}
.blog_banner, .video_banner, .warranty_banner {
  border:1px solid #ddd;
  position:relative;
  overflow:hidden;
  z-index:1;
}
.blog_banner svg {
  position:absolute;
  right:30vmin;
  top:-1px;
  height:102%;
  z-index:-1;
}
.video_banner svg {
  position:absolute;
  left:35vmin;
  top:-1px;
  height:102%;
  z-index:-1;
}
.blog_banner .box {
  border-left:2px solid #82BC00;
  padding-left:2em;
  color:#656666;
}
.blog_banner a, .blog_banner i {
  color:#656666;
}
.btn {
  font-family: "Nunito", sans-serif;
  font-weight:bold;
  padding:0.5em 3em;
  border:1px solid #00A8E1;
  border-radius:12px;
  color:#656666;
  display:inline-block;
  margin-top:2em;
  text-align:center;
}
a.button {
  font-family: "Nunito", sans-serif;
  border:2px solid rgb(1,168,225);
  border-radius:12px;
  background:#fff;
  font-size:20px;
  font-weight:600;
  color:#656666;
  margin-bottom:1.5em;
  text-align:center;
  display:flex;
  justify-content:center;
  align-items:center;
  padding: 0.25em 1.5em;
}
a.button:hover {
  background:#812990;
  border-color:#812990;
  color:#fff;
}
button.submit {
  background:#82BC00;
  padding:0 0.5em;
  border-radius:6px;
  color:#222;
  font-size:75%;
  height:44px;
  font-weight:400;
}
button:hover {
  cursor:pointer;
}
.sub_heading input[type="text"], select {
  padding:0.25em;
  border: 1px solid #ddd;
  background:#efefef;
  border-radius:6px;
  width:250px;
  font-size:75%;
  height:44px;
}
.error_msg, .contact_error_msg {
  color:#FF6961;
  font-style:italic;
  font-size:110%;
}
/*input[type="text"].error, select.error {
  border-color:#FF6961;
}*/
.video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius:12px;
  margin:3em auto;
  box-shadow: 0px 100px 100px -100px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 100px 100px -100px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 100px 100px -100px rgba(0,0,0,0.5);
}
/*ul.list-disc li::marker {
  color: #812990;
}*/
::not(.top_nav),::not(footer) p, ul li {
  color:#656666;
}
.heading,.sub_heading,svg {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.response_msg {
  color:#82BC00;
  font-style:italic;
  font-size:110%;
}
.response_msg.error {
  color:#FF6961;
}
a button:hover,label[for="terms_check"]:hover, button:hover {
  cursor:pointer;
}
input[type="text"], textarea, select {
  padding:0.5em;
  border: 1px solid #ddd;
  background:#efefef;
  border-radius:6px;
}
input[type="text"].error, textarea.error, select.error {
  border-color:#FF6961;
}
input[name="message"] {
  display:none;
}
select {
  font-size: 100%;
}
.grecaptcha-badge {
  display:none;
}
.disabled {
  pointer-events:none;
  opacity:85%;
}
blockquote {
  margin: 1em 0;
  padding: 2em;
  border-left: 5px solid #82BD41;
  font-style: italic;
  color: #656666;
}
blockquote p {
  font-size:150%;
}
blockquote cite {
  display: block;
  font-style: normal;
  color: #656666;
  font-size: 0.9em;
  margin-top: 0.5em;
  float:right;
}
p:not(.sub_heading) a {
  text-decoration:underline;
}
.center {
  display:block;
  margin:0 auto;
}
/*@media screen and (max-width: 1150px) {
}*/
@media only screen and (max-width: 1023px) {
  .main_nav .collapsible.hide {
    display: none;
  }
}
/*@media only screen and (max-width: 992px) {
}*/
/*@media only screen and (max-width: 768px) {
}*/      



/* ==========================================================================
   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 only screen and (max-width: 48em) {
  .hidden-xs {
      display: none;
  }

  #about-us .banner {
      padding: 1rem;
      margin-bottom: 1rem;
  }

  #about-us .content {
    margin-bottom: 1rem;
  }

  #about-us .banner-img {
      width: 140px;
  }

  #about-us .banner .text-lg {
      font-size: 1.1rem;
  }
  
  #about-us .banner .text-xl {
      font-size: 2rem !important;
  }
  .container{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .row{
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .form-control{
    width:90% !important;
  } 
}
@media only screen and (min-width: 48em) {
  .hidden-sm {
      display: none;
  }
}

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

