/* Copyright 2020 Google LLC. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/




/* html{
	background-color: #fff;
	font-weight: normal;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 300;
	line-height: 1.55em;
	font-size: 16px;
} */

* {
  box-sizing: border-box;
}

.body {
  width: 100%;
  margin: 0px auto;
  color: #3C4043;
  font-smoothing: antialiased;
}


.container {
  max-width: 67rem;
  margin: 0 auto;
}

p {
  line-height: 1.55em;
  font-size: 16px;
  /*line-height: 28px;*/
  color: #3C4043;
  letter-spacing: 0.1px;
}

a {
  color: black;
}


.header {
  position: relative;
  color: black;
  font-size: 16px;
  height: 24px;
  overflow: visible;
  font-family: 'Google Sans', sans-serif;
  font-weight: 100;
  font-size: 20px;
  margin: 0px auto;
  margin-top: 15px;
  padding-left: 20px;
}

.header-left {
  vertical-align: middle;
  font-size: 20px;
  margin: 0px auto;
  width: 300px;
  display: flex;
  justify-content: center;
}

.header-left img {
  /*width: 100px;*/
  opacity: 1;
  top: 0px;
  /*position: relative;*/
}

/*.header-left a:first-child{*/
/*  float: left;*/
/*}*/
/*.header-left a:last-child{*/
/*  position: relative;*/
/*  top: 8px;*/
/*  margin-left: 20px;*/
/*  float: left;*/
/*}*/
/*.header-left a{*/
/*  line-height: 20px;*/
/*  -webkit-font-smoothing: antialiased;*/
/*  letter-spacing: 0.1px;*/
/*  font-size: 20px;*/
/*  text-transform: uppercase;*/
/*  font-family: "Google Sans";*/
/*  text-align: right;*/
/*  -webkit-tap-highlight-color: rgba(255,255,255,0);*/
/*  font-weight: 300;*/
/*  text-decoration: none;*/
/*  !*margin: 50px 0 0 50px;*!*/
/*  display: inline-block;*/
/*  color: #00695C !important;*/
/*}*/
/*.header-left a:hover{*/
/*  color: #ff4081 !important;*/
/*}*/

/* @media (max-width: 750px) {
  .header-right span {
    opacity: 0;
  }
}

.header a {

  text-decoration: none;
}

.header a:hover {
  opacity: 1
} */


/*TODO mobile padding?*/

.body h3 {
  margin: 0px auto;
  font-weight: 500;
  line-height: 1.3em;
}

.body h1,
.body h2,
.body h3,
.body h4,
.body h5 {
/*   font-family: 'Google Sans', sans-serif; */

  margin-bottom: .5em;
}

.body h1 {
  font-size: 4rem;
  line-height: 4.5rem;
  font-weight: 500;
  text-align: center;
}

.body .hero-banner {
  text-align: center;
  padding: 6rem 0;
}

/*wp classes*/
.body img.aligncenter {
  display: block;
  margin: auto;
  max-width: 750px;
}



/* html {
  overflow-x: hidden;
  scroll-behavior: smooth;
} */

.body .full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}

.body .full-width img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.body .full-width.px980 img,
.body .full-width.px980 div {
  max-width: 980px;
}

.body .full-width>div,
.body .full-width>div>div {
  margin: 0px auto;
}

.body .full-width.px750 img,
.body .full-width.px750 div {
  max-width: 750px;
}

draft {
  display: none;
  /*visibility: collapse;*/
}


.body h1,
.body .post-summary {
  margin: 0px auto;
}

.body .post-summary {
  font-size: 19px;
  margin-bottom: 65px;
  line-height: 1.5em;
}

.body .post-tags {
  line-height: 1.55em;
  font-style: italic;
}

.body .thumbnail-caption {
  font-style: italic;
}

/*graph scroll stuff*/

#container,
#container_demo {
  position: relative;
  width: 900px;
  /* margin-left: -25px; */
}

#container h3,
#container_demo h3 {
  line-height: 1.3em;
}






.tooltip {
  top: -1000px;
  position: fixed;
  padding: 10px;
  background: rgba(255, 255, 255, .90);
  border: 1px solid lightgray;
  pointer-events: none;
  width: 300px;
}

.tooltip-hidden {
  opacity: 0;
  transition: all .3s;
  transition-delay: .1s;
}

@media (max-width: 590px) {
  div.tooltip {
    bottom: -1px;
    width: calc(100%);
    left: -1px !important;
    right: -1px !important;
    top: auto !important;
    width: auto !important;
  }
}




.footend {
  margin-left: -9px;
  width: 10px;
}


.footstart,
.footend {
  text-decoration: none;
}

.footstart:hover,
.footend:hover {
  text-decoration: underline;
}




#recirc {}

#recirc .img {
  outline: 1px solid #ccc;
}

#recirc .post:hover .img {
  outline: 1px solid #333;
}

#recirc .title {
  /*color: #00695C;*/
  font-size: 18px;
  font-weight: 500;
  margin-bottom: -10px;
  /*height: 10px !important;*/
  /*opacity: 0;*/
}

#recirc .post:hover .title {
  text-decoration: underline !important;
}

#recirc .post {
  margin-bottom: 30px;
}

.button-container,
a,
p,
h1,
h2,
h3 {
  font-family: 'Inter Variable', sans-serif;
}

h1 {
  font-size: 4rem;
  line-height: 4.5rem;
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 50px;
}

h2 {
  margin-top: 1.875rem;
  font-size: 2.5rem;
  line-height: 110%;
  margin-bottom: 1.25rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #051c2c;
}

h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
}

h4 {
  font-size: 1.25rem;
  line-height: 150%;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
ul li {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}

p a,
ul li a {
  color: var(--blue);
}



/*Nav Style*/
#nav-container {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  display: inline-block;
  /*display: none;*/
}

#navigation {
  margin: 0 auto;
  max-width: 1260px;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0.1px;


  color: rgba(0, 0, 0, .87);
  font-size: 14px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0.1px;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  padding: 8px;
  margin: 0 auto;
  max-width: 1260px;
}

.mdl-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 auto;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mdl-cell {
  box-sizing: border-box;
}

.nav-links {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Google Sans";
  color: #4a4a4a;
  text-align: right;
}

.nav-logo-small {
  width: 110px;
  margin: 42px 0 0 0;
}

.nav-links .selected {
  color: #00695C !important;
}

/*.nav-links a:visited {
  color: #4a4a4a;
}
a:visited {
  color: #7B1FA2;
}
*/
.nav-links a {
  color: inherit;
  text-decoration: none;
  margin: 50px 0 0 50px;
  display: inline-block;
}


@media screen and (max-width: 1035px) {
  .nav-links {
    font-size: 16px;
  }
}

.nav-links {
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  letter-spacing: 0.1px;
  box-sizing: border-box;
  margin: 8px;
  width: calc(66.6666666667% - 16px);
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Google Sans";
  color: #4a4a4a;
  text-align: right;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  width: fit-content;
  text-transform: uppercase;
  gap: 0.625rem;
  padding: 0.525rem 1.25rem 0.525rem 1.5rem;
  transition: 0.3s;
  border-radius: 6.25rem;
  max-width: 100%;
  background: #3a8dde;
  border: .125rem solid #3a8dde;
}

.cta-block {
  display: flex;
  justify-content: center;
  gap: 3.125rem;
  align-items: center;
}

.demo_select ul.thumbnails.image_picker_selector {
  display: flex;
  gap: 3.125rem;
}

.slick-initialized .slick-slide {
  max-height: 10.625rem;
}