/*********************************** Global ***********************************/

body {
  background-color: white !important;
  height: 100vh;
}

:root {
  --brand-teal: #2B95A3;
  --brand-light-grey: #dadada;
  --brand-dark-grey: #a6a6a6;
  --brand-orange: #ff6601;
};

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  border: none;
  outline: none;
}

body, h1, h2, h3, h4, h5, h6, input {
  font-family: 'Source Sans Pro';
  color: #333;
}

.bold {
  font-weight: bold;
  font-size: 1.02rem;
}

.error {
  background-color: #FBB;
  padding: 15px;
  margin-top: 40px;
  text-align: center;
}

.fade-in-start {
  opacity: 0;
  transition: opacity 0.5s;
}

.fade-in-end {
  opacity: 1;
}

.invisible {
  visibility: hidden;
}

a {
  color: #ff6601;
}

a:visited {
  color: #ff6601;
}

.wide {
  width: 100%;
}

video {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/***************************** Mobile overrides  ******************************/

@media only screen and (max-width: 600px) {
}
