.heading-primary {
  margin-bottom: 4rem;
  font-family: 'Google Sans';
  font-weight: 500;
  font-size: 2.8em;
  line-height: 4rem;
  color: #000;
}

[app-result=true] .heading-primary { 
  margin-bottom: 2rem;
  font-size: 2em;
}

.heading-secondary {
  margin-bottom: .8rem;
  font-family: 'Google Sans';
  font-weight: 500;
  font-size: 1.6em;
}

.heading-tertiary {
  margin-bottom: 2rem;
  font-family: 'Google Sans';
  font-size: 1.4em;
  font-weight: 500;
}

.heading-quaternary {
  margin-bottom: 1.25rem;
  font-size: 1.2em;
  font-weight: 500;
}

* + .heading-quaternary {
  margin-top: 2rem;
}

.opacity {
  opacity: .6;
  transition: opacity .3s;
}

.opacity:hover { 
  opacity: 1 !important; 
}

* + .list-text {
  margin-top: 2rem;
}

.list-text {
  margin-left: 1.25rem;
}

.list-text-item {
  line-height: 2;
  list-style: disc;
}

.list-text-item + .list-text-item { 
  margin-top: 1.5rem; 
}

.text-lowercase {
  text-transform: lowercase;
}

.text-bold {
  font-weight: 600;
  color: #000;
}

.input-desc-group {
  margin-bottom: 2.5rem;
}

.input-desc {
  font-size: .9em;
  line-height: 1.6;
  color: #888;
}

.input-desc + .input-desc {
  margin-top: 0;
}

.text-link {
  text-decoration: underline !important;
  cursor: pointer;
  transition: color .2s, opacity .2s;
}

.text-link.theme-color:hover {
  color: #000;
}

.text-faded {
  color: rgba(0, 0, 0, .3);
}

.button {
  display: inline-block;
  padding: .6rem 2rem;
  border-radius: 5px;
  outline: none; 
  font-family: 'Google Sans';
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: normal;
  white-space: nowrap;
  cursor: pointer;
  transition: background .2s, color .2s, border .2s;
}

[viewport=desktop] .button:hover {
  color: #000;
}

.button.theme-bg {
  color: #fff;
}

[viewport=desktop] .button:hover .button-icon {
  left: .75rem;
}

.button.round {
  border-radius: 2rem;
}

.button.outline {
  border-style: solid;
  border-width: 1px;
  background: #fff;
}

.button.outline {
  border: 1px solid #888;
}

.theme-bg .button.outline {
  border-color: #fff;
}

.button.outline:hover {
  background: #efefef;
  border-color: #000;
}

.button.submit {
  display: block;
  min-width: 60%;
  padding: .8rem 1.5rem;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
  border-top: none;
  border-right: none;
  border-bottom: 5px solid rgba(0, 0, 0, .4);
  border-left: none;
}
  
.button.full { 
  width: 100%; 
}

.button-text {
  margin-right: .5rem;
  vertical-align: middle;
  transition: .2s;
}

.button-icon {
  position: relative;
  opacity: .6;
  left: 0;
  font-size: 1.4em;
  vertical-align: middle;
  transition: .2s;
}

.icon-button {
  padding: 1rem;
  border-radius: 50%;
  overflow: hidden;
  font-size: 2em;
  line-height: .5;
  cursor: pointer;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
  transition: color .2s;
}

.icon-button i {
  transition: color .2s;
}

.icon-button:hover i {
  color: #000;
}

.icon-button.theme-bg {
  color: #fff;
}

.scroll-button-group {
  position: fixed;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
  display: flex;
  transition: color .2s, bottom .3s, visibility .3s, opacity .3s;
}

[viewport=desktop] [app-result=true] .scroll-button-group {
  display: none;
}

.scroll-button-group.top {
  top: 5rem;
}

.scroll-button-group.bottom {
  bottom: -5rem;
  visibility: hidden;
  opacity: 0;
}

.scroll-button-group.bottom.is-visible {
  bottom: 2rem;
  visibility: visible;
  opacity: 1;
}

.scroll-button-group > button + button {
  margin-left: 1rem;
}

.drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: .3s ease;
}

[viewport=desktop] .drawer {
  width: 40rem;
}

.drawer.right {
  border-left: 1px solid #ccc;
}

[viewport=mobile] .drawer.right {
  right: -100%;
}

[viewport=desktop] .drawer.right {
  right: -40rem;
}

.drawer.left {
  border-right: 1px solid #ccc;
}

[viewport=mobile] .drawer.left {
  left: -100%;
}

[viewport=desktop] .drawer.left {
  left: -40rem;
}

.drawer.right.is-shown { 
  right: 0; 
}

.drawer.left.is-shown { 
  left: 0; 
}

.translated-ltr .drawer { 
  top: 38px; 
}

.drawer-header {
  padding-top: 2rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #ccc;
}

[viewport=mobile] .drawer-header {
  margin-right: 15px;
  margin-left: 15px;
}

[viewport=desktop] .drawer-header {
  margin-right: 8%;
  margin-left: 8%;
}

.drawer-header__heading-tertiary {
  margin-top: 1.5rem;;
  margin-bottom: .8rem;;
  font-size: 1.6em;
}

.drawer-body {
  overflow-y: scroll;
  overflow-x: hidden;
}

[viewport=mobile] .drawer-body {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 4rem;
}

[viewport=desktop] .drawer-body {
  padding-right: 8%;
  padding-left: 8%;
  padding-bottom: 3rem;
}

.drawer-body::-webkit-scrollbar { 
  display: block;
}

.drawer-body-divider {
  height: 1px;
  margin-top: 5rem;
  margin-bottom: 5rem;
  border-top: 1px dashed #ccc;
}

.drawer-close-button {
  position: absolute;
  top: .5em;
  left: .25em;
  font-size: 1.1em;
}

.tab {
  position: relative;
}

.tab-list {
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}

.tab-item {
  flex: 1;
  padding: 1.25rem 1.5rem;
  font-family: 'Google Sans';
  font-size: 1.1em;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  transition: color .2s, background .2s, font-weight .15s;
}

[viewport=desktop] .tab-item {
  padding: 1.5rem 2rem;
}

.tab-item:hover {
  background: rgba(240,240,240,.8);
  text-decoration: none;
  cursor: pointer;
}

.tab-item-icon { 
  margin-right: .5em; 
}


.tab-bar {
  height: 5px;
  position: absolute;
  bottom: 0;
}

.icon {
  display: inline-block;
  color: #888;
  font-size: 1.6em;
  vertical-align: middle;
  transition: color .2s, background .2s, border .2s, transform .4s ease;
}

.theme-bg .icon {
  color: #fff;
}

.button.submit .icon {
  margin-right: .75rem;
}

.button.submit.theme-bg .icon {
  color: inherit;
}

.icon--circle {
  padding: .4rem;
  color: #666;
  cursor: pointer;
  border-radius: 50%;
}

.icon--circle:not(.theme-bg):hover {
  background: #dfdfdf;
  color: #000;
}

.icon-outline {
  display: inline-block;
  padding: .8rem;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  font-size: 1.7em;
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .5);
  cursor: pointer;
  transition: color .2s, background .2s, border .2s, transform .4s ease;
}

.icon-outline:hover { 
  color: rgba(0 ,0 ,0 , 1); 
  border-color: rgba(0 ,0 ,0 , 1); 
}

.icon-outline--dark {
  color: rgba(255, 255, 255, .8);
  border-color: rgba(255, 255, 255, .8);
}

.icon-outline--dark:hover { 
  background: rgba(255,255,255,0.3); 
}

.text-icon {
  display: inline-block;
  color: #888;
  font-size: 1.1em;
  font-weight: 700;
  transition: color .2s, background .2s, border .2s, transform .4s ease;
}

.text-icon--circle {
  padding: .4rem;
  color: #666;
  cursor: pointer;
  border-radius: 50%;
}

.text-icon--circle:not(.theme-bg):hover {
  background: #dfdfdf;
  color: #000;
}
    
.card {
  position: relative;
  border-width: 1px;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-style: solid;
  border-radius: 3px;
  background: #fff;
  transition: width .6s, border .3s, box-shadow .3s;
}
  .card:hover { box-shadow: 0 5px 8px rgba(0,0,0,.15); }
  
* + .card {
  margin-top: 3rem;
}

.card-header {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  background: #f9fafc;
  transition: .4s ease;
  cursor: pointer;
}

.card-heading {
  font-family: 'Google Sans';
  font-size: 1.1em;
  font-weight: 500;
}

.card-arrow {
  margin-right: .75rem;
}

.card-body {
  padding: 3rem 2rem;
  border-top: 1px solid #dfdfdf;
}

.card-body-heading {
  margin-bottom: 2.5rem;
  text-align: center;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip-text {
  position: absolute;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  white-space: nowrap;
  padding: .25rem 1rem;
  border-radius: 10px;
  background: rgba(0,0,0,0.9);
  color: #fff;
  font-family: 'Roboto';
  font-size: .85rem;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
  transition: opacity .2s;
}

[viewport=mobile] .tooltip[data-show-viewport=mobile]:hover .tooltip-text,
[viewport=desktop] .tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.tooltip.top .tooltip-text {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.bottom .tooltip-text {
  left: 50%;
  top: 120%;
  transform: translateX(-50%);
}

.tooltip.right .tooltip-text {
  transform: translateY(-50%);
  top: 50%;
  left: 120%;
}

.tooltip.left .tooltip-text {
  transform: translateY(-50%);
  top: 50%;
  right: 120%;
}

.tooltip-text:after {
  content: "";
  position: absolute;
  z-index: -1;
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
}

.tooltip.top .tooltip-text:after {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -5px;
  border-top-color: black;
}

.tooltip.right .tooltip-text:after {
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  margin-right: -5px;
  border-right-color: black;
}

.tooltip.bottom .tooltip-text:after {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -3px;
  border-bottom-color: black;
}

.tooltip.left .tooltip-text:after {
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  margin-left: -5px;
  border-left-color: black;
}

.horizontal-line {
  height: 1px;
  margin-top: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #ccc;
}

.horizontal-line--dashed { border-bottom-style: dashed; }
.horizontal-line--dotted { border-bottom-style: dotted; }

.bg-green { background-color: #84ab69; }
.bg-blue { background-color: #1b94d6; }
.bg-red { background-color: #d74343; }
.bg-yellow { background-color: #fbc642; }
.bg-orange { background-color: #f68919; }

.color-green { color: #84ab69 !important; }
.color-blue { color: #1b94d6 !important; }
.color-red { color: #d74343 !important; }
.color-yellow { color: #fbc642 !important; }
.color-orange { color: #f68919 !important; }

.text-email { cursor: pointer; }
.text-email:hover { text-decoration: underline; }

.map {
  background: #f0f0f0;
}

.map + .map {
  padding-top: 4rem;
  margin-top: 4rem;
  border-top: 1px dashed #dfdfdf;
}

.map-heading {
  margin-bottom: .5rem;
  font-size: 1.1em;
  font-weight: 500;
}

.map-iframe {
  margin-top: 1.5rem;
}

.map-iframe {
  height: 30em;
}

.dropdown {
  position: relative;  
  display: inline-block;
}

.dropdown-button {
  display: flex;
  align-items: center;
  padding: .5rem .5rem .5rem 1.25rem;
  border: 1px solid rgba(0, 0, 0, .3);
  border-radius: 4px;
  font-family: 'Google Sans';
  font-size: 1em;
  color: rgba(0, 0, 0, .6);
  transition: .2s;
  cursor: pointer;
}

.dropdown.has-list-shown .dropdown-button,
.dropdown:hover .dropdown-button {
  border-color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, 1);
}

.dropdown-button.small {
  font-size: .9em;
}

.dropdown-button.round {
  padding: .6rem 1rem .6rem 1.75rem;
  border-radius: 2rem;
}

.dropdown-button.theme-bg {
  border: none;
  color: #fff;
}

.theme-bg .dropdown-button {
  border-color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
}

.dropdown-button-text {
  margin-right: .5rem;
  font-weight: 500;
}

.dropdown-button-icon {
  font-size: 1.25em;
}

.dropdown-list {
  position: absolute;
  top: calc(100% + .5rem);
  z-index: 1;
  display: none;
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-radius: 4px;
  background: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
}

.dropdown.center .dropdown-list {
  left: 50%;
  transform: translateX(-50%);
}

.dropdown.right .dropdown-list {
  right: 0;
}

.dropdown.left .dropdown-list {
  left: 0;
}

.dropdown.bottom .dropdown-list {
  top: auto;
  bottom: calc(100% + .5rem);
}

.dropdown-item {
  display: flex;
  align-items: center;
  padding-right: 2rem;
  padding-left: 1.25rem;
  color: rgba(0, 0, 0, 1);
  cursor: pointer;
  transition: .1s;
}

.dropdown-item:hover {
  background: rgba(0, 0, 0, .05);
}

.dropdown-item-icon {
  margin-right: .75rem;
  color: rgba(0, 0, 0, .3);
  font-size: 1.5em;
}

.dropdown-item-text {
  display: block;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .95em;
  white-space: nowrap;
}

.divider + .divider {
  margin-top: 4rem;
}

.divider + .divider.dashed {
  padding-top: 4rem;
  border-top: 1px dashed #ccc;
}

.hint {
  display: none;
}

[app-result=false] .hint {
  display: none !important;
}

.hint-message {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1.25rem 1.5rem;
  border-radius: 12px;
  font-size: .9em;
  font-weight: 600;
  color: #fff;
  background-color: rgba(27, 148, 214);
}

.hint-message:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -2px;
  border: 10px solid;
  border-color:  transparent transparent rgba(27, 148, 214) transparent;
}

.hint-message-column {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hint-message-item+ .hint-message-item {
  margin-left: 1rem;
}

.hint-message-icon {
  opacity: .3;
  font-size: 3.5em;
  vertical-align: middle;
}

.hint-message-item p {
  line-height: 1.8;
}

.brand {
  display: flex;
  align-items: center;
}

.brand-link {
  line-height: 1;
}

.brand-image {
  height: 4rem;
  vertical-align: middle;
}

.brand-heading {
  margin-left: 1rem;
  font-family: 'Google Sans';
}

.brand-heading > span {
  display: block;
}

.brand-heading > span:first-child {
  margin-bottom: .25rem;
  color: #888;
  font-weight: 500;
}

.brand-heading > span:last-child {
  font-size: 1.5em;
  font-weight: 600;
}

.circle-symbol:before {
  content: "\A";
  display: inline-block;
  margin-right: .75rem;
  width: .75rem;
  height: .75rem;
  border-radius:50%;
  background: #dfdfdf;
  vertical-align: middle;
}
.main-item {
  padding: 10px;
  background-color: #fff;
  width: 700px;
}

.animated-background {
  animation-duration: 4s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background-color: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #bbbbbb 18%, #eeeeee 33%);
  background-size: 800px 104px;
  position: relative;
  height: 100%;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -800px 0
  }
  100% {
    background-position: 800px 0
  }
}

.info-box {
  display: none;
  margin-top: 6rem;
  padding: 1.5em 2em 1.5em 3em;
  border-radius: 10px;
  text-align: center;
}

.info-box-text {
  margin-right: .5em;
  font-family: 'Google Sans';
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.6;
}

.info-box-number {
  font-size: 1.15em;
  font-weight: 600;
  vertical-align: middle;
}