/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/static/img/6768c1976c2ad78da163.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/static/img/6768c1976c2ad78da163.png) no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(/static/img/6768c1976c2ad78da163.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/static/img/6768c1976c2ad78da163.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url(/static/img/6768c1976c2ad78da163.png) no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(/static/img/a0b7f3f18d93f6730bb2.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */

.v5-splash-caption {
    background: rgba(0, 0, 0, 0.5);
    padding: 5px!important;
    left: 10vw!important;
}

.v5-splash-caption h2 {
    font-size: 2.65rem;
    font-weight: 300;
    color: #fff;
    padding-bottom: 5px;
}

.v5-splash-caption p {
    font-size: 1.39rem;
    font-weight: 300;
    color: #fff;
    line-height: 0.7;
    padding: 0px 20px;
}

.image-attribution {
    position: absolute; 
    bottom: 1vh;
    right: 15px; 
    color: #bbb; 
    padding: 10px; 
    background: rgba(0,0,0,.5);
    font-size: 0.61rem;
}

.app-info-block.intro-section h2 {
    color: #fff;
    font-size: 2.64rem;
    padding: 10px 20px;
}

.down-button {
    position: absolute;
    bottom: 10vh;
    left: calc(50% - 20px);
    z-index: 100;
    color: #fff;
    background: #2a2a2a;
    border: 1px solid #fff;
    border-radius: 50%;
}

.down-button-icon {
    font-size: 2.1rem;
    height: 44px;
    width: 45px;
    align-items: center;
    justify-content: center;
    opacity: .7;
    line-height: 47px;
}

.tp-caption {
    position: absolute;
    top: auto !important;
    bottom: 20vh;
}

.slide-caption {
    position: absolute;
    top: auto !important;
    bottom: 20vh;
    bottom: 22vh;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.slide-container img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

/* ------------------------------Media queries------------------------------ */

@media (max-width: 1000px) {
    .one-page-header .navbar-nav>li> .fa-chevron-circle-down {
        padding-left: 12px;
        margin-top: 14px;
    }
    .app-info-block.intro-section h2 {
        font-size: 5vw;
    }
    .v5-splash-caption p {
        font-size: 3vw;
    }
}

@media screen and (max-height: 640px) {
    .down-button {
        display: none;
    }
}

@media (max-width: 481px) {
    .v5-splash-caption {
        left: 0!important;
        width: 100%;
        padding: 10px !important;
    }
    .v5-splash-caption p {
        font-size: 0.6rem;
    }
    .app-info-block.intro-section h2 {
        font-size: 0.87rem;
    }
    .image-attribution {
        right: 0;
    }
    .tp-caption h2 {
        font-size: 0.87rem!important;
    }
    .tp-caption p {
        font-size: 0.6rem!important;
    }
}

@media screen and (max-height: 375px) {
    .v5-splash-caption, .image-attribution {
        padding: 0 10px !important;
    }
    .slide-img-attribution {
        font-size: 3vw;
        max-width: 100vw;
    }
}
html,body{overflow-x:hidden;height:auto;font-size:1.3rem}h2{font-size:1.15rem}.auth-options{margin-top:17px}.lang-switch{padding-top:5px;font-size:.68rem;font-weight:300;background:#041b33}.lang-switch .chosen-single{border:none;color:#454545;margin-top:8px;box-shadow:none;border-radius:3px;display:block;height:32px;line-height:1.42857;overflow:hidden;padding:6px 12px;white-space:nowrap}.lang-switch .chosen-drop{background:#041b33}.lang-switch b{margin-top:5px}.v5-splash-list{margin-top:-5px}div.collapse.navbar-collapse.navbar-ex1-collapse>div>.v5-splash-list{margin-right:10px;margin-top:-7px}div.collapse.navbar-collapse.navbar-ex1-collapse>div>ul{margin-right:10px;margin-top:5px}.navbar{margin-bottom:0px}.navbar-header{position:relative}.navbar-toggle{position:absolute;top:50%;right:0;transform:translateY(-50%);float:none;padding:0;margin:0 10px}.navbar-nav>li>a{color:#fff;font-size:.68rem;font-weight:300;padding:18px 20px}.navbar-nav>li>.application-login{color:#13ce67;border-radius:2px}.v5-splash-navbar .navbar-nav>li>a:hover,.v5-splash-navbar .navbar-nav>li>a:focus{background:#000;color:#13ce67}.one-page-header .navbar-nav>li>.fa-chevron-circle-down{padding:0px 0px 0px;z-index:100;margin-top:20px}#intro-cons{margin-top:-165px}.disco-caption{width:300px;display:flex;flex-direction:column;justify-content:space-between;word-wrap:break-word}.disco-caption h2 a{color:#caff00;font-size:1.15rem;font-weight:500;display:inline-flex;margin-bottom:12px}.disco-caption h2 a:hover{color:#5ce900}.disco-caption p{color:#fff;font-weight:400;font-size:.82rem;display:inline-flex;white-space:normal;word-wrap:break-word;margin-bottom:22px;margin-top:-15px}.disco-caption a{color:#25476a;font-weight:500;font-size:.97rem;display:inline-flex}.disco-caption a:hover{color:#041b33}.splash-nav{z-index:500;background-color:rgba(0,0,0,0);border:none;padding:48px 72px 24px 72px}.v5-splash-navbar{position:fixed;top:0px;width:100%;z-index:500;background-color:#041b33;border:none;border-radius:0px}.cons-splash-nav{z-index:500;background-color:rgba(0,0,0,0);border:none;padding:48px 72px 24px 72px}.cons-splash-nav h2{font-weight:200}.splash-nav button{background-color:#23486a;border-radius:3px;border:1px solid #7371a7;padding:15px 80px 15px 80px}ul.splash-list>li>a:focus,ul.splash-list>li>a:hover{background-color:rgba(0,0,0,.174)}.v5-splash-list li a{font-size:.73rem;font-weight:400;color:#fff;padding:10px 15px;margin-top:5px;margin-right:5px}.v5-splash-list a{padding:10px 25px;border:1px solid rgba(0,0,0,0);border-radius:2px}.v5-splash-list a:hover{color:#13ce67;border:1px solid rgba(0,0,0,0);border-radius:2px}ul.v5-splash-list>li>a:focus,ul.v5-splash-list>li>a:hover{background-color:rgba(0,6,12,.75)}ul.cons-splash-list>li>a:focus,ul.cons-splash-list>li>a:hover{background-color:rgba(0,0,0,.174)}.navbar-brand-v5{height:40px;color:#594b4b;display:flex;flex-direction:row;justify-content:space-evenly;padding:0}.navbar-brand-disco{color:#594b4b;display:flex;flex-direction:row;justify-content:space-evenly;padding:0}.navbar-brand-v5 span{font-size:.77rem;display:block}.navbar-brand-disco span{font-size:.77rem;display:block}.application-name{display:inline-flex;position:relative;left:15px}.application-name h1{color:#fff;font-size:1.15rem}.navbar-brand-disco h2{margin-bottom:8px;margin-top:0px;margin-left:-12px;font-size:1.35rem;color:#25476a;display:inline-block}.navbar-brand-v5>div+div{padding:3px 24px 0px 24px}.navbar-brand-disco>div+div{padding:12px 24px 20px 24px}.navbar-brand-v5-icon-container{height:50px;position:relative;top:2px;display:inline-flex;align-items:center;justify-content:center}.navbar-brand-disco-icon-container{height:60px;width:60px;border-radius:50%;border:1px solid red;background:#fff;display:flex;align-items:center;justify-content:center}.navbar-brand-v5-icon{height:25px;text-align:center}.navbar-brand-disco-icon{height:30px;width:30px;text-align:center;margin-top:-5px}.splash-nav #auth-link:focus,.splash-nav #auth-link:hover{background-color:rgba(0,0,0,0)}.splash-nav a{font-size:1.15rem}.cons-splash-nav a{font-size:1.15rem}.splash-nav ul>li>a{text-transform:none;font-size:.96rem;font-family:"Open Sans",Arial,sans-serif;color:#594b4b}.cons-splash-nav ul>li>a{text-transform:none;font-size:.91rem;font-weight:300;color:#493b3c;margin-right:5px}.cons-splash-nav ul>li>.application-login{color:#fff;background:#25476a;border:1px solid #041b33;padding:15px 30px;height:50px}.cons-splash-nav ul>li>.application-login:hover{color:#fff;background:#416284}.splash-nav .auth-welcome{font-size:1.25rem}.cons-splash-nav .auth-welcome{font-size:1.25rem}.nav-container{display:flex;flex-direction:row;justify-content:space-between}.v5-splash-nav .nav-container{height:40px}.image-gradient{position:absolute;top:60%;width:100%;height:40%;background-image:linear-gradient(transparent, rgba(0, 0, 0, 0.45))}.app-info-block{min-height:600px;padding:80px 150px 140px 150px;background:#fff;border-top:1px solid #ddd}.app-info-sub-block{padding-top:60px}.app-info-block.intro-section{padding:0px;height:100vh}.app-info-block:nth-child(even){background:#f8f8f8}.app-info-block-header{font-size:.95rem}.app-info-block-title{font-size:1.54rem;font-weight:300;color:#25476a}.app-info-block .container{padding-top:40px}.app-info-block-text{color:#555;font-size:.77rem}.sub-block-container{background:#fff;border:1px solid #ddd;min-height:550px;padding:40px 40px 60px 40px;margin:10px -5px;text-align:center}.sub-block-image{max-width:100%;border:1px solid #ddd}.sub-block-description{font-size:.72rem;color:#555;padding:20px 0px 30px 0px}footer .footer-links{background:#0f2e4f;color:#fff;min-height:400px;overflow-x:hidden;padding:0 70px}.app-footer-content-container{display:flex;flex-direction:row;min-height:500px}.app-footer-branding{width:33%;max-width:600px;min-width:300px;padding:40px 80px 40px 120px}.app-footer-info{width:66%;padding:40px}.app-footer-heading{font-size:1.1rem;font-weight:200;color:#dcdcdc;margin-top:27px}.app-footer-image{height:50px;margin-top:20px}.organization-address{font-size:.82rem;font-weight:300;line-height:1.5;margin-top:20px}.copyright-container{background:#041b33;color:#fff;padding:30px 70px}.app-footer-links{font-size:.72rem;color:#041b33}.link-spacing{margin-right:20px;color:#91a5cf}.app-footer-arches-link{color:#91a5cf;display:block;width:100%;text-align:right}.datatype-box{background:#fafafa;border:1px solid #ddd;border-radius:2px;padding:15px;height:250px;margin-bottom:15px}.sub-section{display:flex;justify-content:center;padding-bottom:40px}.vertical-nav-container{position:fixed;right:16px;top:31%;z-index:3000;width:22px;padding:4px;background:#041b33;border:1px solid #000;border-radius:5px}.vertical-nav-list{list-style:none;padding-left:0;margin-top:14px}.vertical-nav-list li{width:20px;height:20px;position:relative;margin-bottom:2px}.vertical-nav-list-link{height:12px;width:12px;border-radius:50%;background:#aaa;margin-bottom:12px;position:absolute}.vertical-nav-list-link.is-selected{background:#fff}.vertical-nav-list-link:hover{background:#ddd}.vertical-nav-list-link:focus{background:#13ce67}.vertical-nav-list-link:hover .vertical-nav-list-ref{display:inline-flex;margin-top:-2px;margin-right:20px;line-height:1.4;padding:0px 5px;font-size:.63rem;font-weight:400;color:#041b33;float:right;width:100px;justify-content:flex-end}.vertical-nav-list-ref{display:none;background:#fff;border-radius:5px}.down-button{position:absolute;bottom:12vh;left:calc(50% - 26px);z-index:100;color:#fff;background:#2a2a2a;border:1px solid #fff;border-radius:50%;width:50px;height:50px;text-align:center}.down-button-icon{font-size:2.1rem;height:44px;width:45px;align-items:center;justify-content:center;opacity:.7;line-height:47px}.data-type-icon{margin-top:10px;margin-bottom:10px;color:#fff;background:#041b33;font-size:1.49rem;padding-top:12px;padding-left:3px;border:1px solid #fff;border-radius:50%;height:60px;width:60px;align-items:center;justify-content:center}.splash-img{border:none;padding:0 20px;text-align:center}.splash-img img{max-width:100%}.search-screen{border:1px solid #bbb}.iphone{max-height:700px;max-width:100%;margin:auto}.wide-box{padding:30px 0px 10px 20px;margin-left:45px;margin-right:70px}.box-highlight{background:#f9f9f9;padding:50px}.wide-box .box-highlight{background:#fff;font-size:.72rem}.wide-box .box-highlight p{color:#555}.splash-links{margin-top:20px}.splash-link-address{font-size:.82rem;font-weight:300;line-height:1.5;color:#fff}.splash-link-address:focus,.splash-link-address:hover,.link-spacing:focus,.link-spacing:hover{color:#7ad02f;text-decoration:underline}.splash-link-container{list-style:none;padding-left:0px}.icon-bar{background:#fff}.nav-brand-container{padding:0 10px}body.dark p,li,.auth-options li a{color:#eee;font-size:.61rem}@media(min-width: 768px)and (max-width: 1024px){.navbar-collapse.collapse{display:none !important}.navbar-collapse.collapse.in{display:block !important}.navbar-header .collapse,.navbar-toggle{display:block !important}.navbar-header{float:none}.navbar-nav>li{float:none}.app-info-block{padding:80px 10px 60px 10px}}@media(max-width: 320px){.app-info-block{padding:20px 10px}}@media(max-width: 481px){.app-info-block{padding:20px 10px}.wide-box{padding:0px;margin-left:5px;margin-right:10px;margin-top:10px}}@media(max-width: 768px){.app-info-block{padding:20px 10px}.wide-box{padding:0px;margin-left:5px;margin-right:10px;margin-top:10px}.vertical-nav-container-background,#cd-vertical-nav{display:none}.copyright-container{padding:30px 20px}.app-footer-arches-link{text-align:left}}@media(max-width: 1000px){ul .auth-options{position:inherit;float:left;right:3px;list-style:none;margin-top:0px;margin-right:-142px}}@media(min-width: 1000px){ul .auth-options{position:inherit;float:right;right:3px;list-style:none;margin-top:40px;margin-right:-142px}}@media(max-width: 1024px){.copyright-container{padding:30px 70px}}
