html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

body {
  margin: -20px 0 0 0;
  min-height: 100vh;
  height: 100%;
  background: url(../images/landing.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.landing {
  background-image: url(../images/landing.jpg);
  background-repeat: no-repeat;
  background-size: cover; }

.landing img {
  width: 100%; }

.landing .landing-content {
  padding: 200px 100px;
  max-width: 1050px; }

.landing .landing-content img {
  width: 40px; }

@media only screen and (max-width: 720px) {
  .landing .landing-content {
    padding: 150px 20px; } }

input {
  background-color: rgba(255, 255, 255, 0.6);
  height: 50px;
  width: 175px;
  padding-left: 10px;
  border: none;
  color: #313651; }

input:focus {
  outline: none; }

.tips-preview ul {
  background-color: #313651;
  padding: 30px;
  float: right;
  margin-top: -100px;
  width: 85%; }

.tips-preview ul li {
  padding: 20px;
  border-left: 3px solid #313651;
  display: inline-block;
  width: 250px; }

.tips-preview ul li:hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-left: 3px solid #D65757;
  transition: 0.7s ease; }

.tips-preview ul .date {
  color: #D65757;
  text-transform: uppercase; }

.tips-preview ul h3 {
  color: #ffffff;
  text-transform: uppercase; }

.tips-preview ul .tip-description {
  color: #B3B5C5;
  font-size: 20px; }

@media only screen and (max-width: 720px) {
  .tips-preview ul {
    width: inherit;
    float: none;
    margin: 20px;
    margin-top: -70px; }
  .tips-preview a {
    display: none; }
  .tips-preview .most-recent-tip {
    display: block; } }

@media only screen and (max-width: 1270px) {
  .tips-preview .last-tip {
    display: none; } }

@media only screen and (max-width: 970px) {
  .tips-preview .third-tip {
    display: none; } }

.quote {
  background: white;
  text-align: center;
  margin: 0 auto;
  padding: 30px;
  text-align: center; }

.quote h4 {
  max-width: 850px;
  margin: 0 auto; }

.quote p {
  font-family: 'Pathway Gothic One', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  color: #B3B5C5; }

.quote #rectangle {
  height: 1px;
  width: 80px;
  background-color: #47484F;
  margin-right: 20px; }

.quote p, .quote #rectangle {
  display: inline-block;
  vertical-align: middle; }

/* Disable scrollbar on Chrome and Safari browsers! */
html::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important; }

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fade-in {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s; }

.fade-in {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s; }

@media only screen and (max-width: 720px) {
  .quote h4 {
    font-size: 24px;
    margin-top: 50px; } }

ul {
  list-style-type: none;
  padding: 0; }

a {
  cursor: pointer; }

.logo {
  width: 100px;
  margin: 40px 20px 20px 50px; }

@media only screen and (max-width: 1072px) {
  .logo {
    margin: 40px 20px 20px; } }

.landing, .fact-top {
  margin-top: -76px; }

/* Relative Code Starts Here */
#top-nav {
  position: fixed;
  width: 100%;
  height: 80px; }

.nav-menu {
  background: none;
  width: 60px;
  height: 80px;
  top: 0;
  right: 15px;
  -webkit-transition: width 0.2s ease, height 0.4s ease;
  -moz-transition: width 0.2s ease, height 0.4s ease;
  -o-transition: width 0.2s ease, height 0.4s ease;
  transition: width 0.2s ease, height 0.4s ease; }

.open {
  position: fixed;
  background: #39D;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0; }

.menu-list {
  margin-top: 100px;
  text-align: center;
  font-family: 'Open Sans', Helvetica;
  font-size: 30px;
  opacity: 0; }

.list-open {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.64s ease;
  -webkit-transition-delay: 0.34s;
  -moz-transition-delay: 0.34s;
  -o-transition-delay: 0.34s;
  transition-delay: 0.34s; }

.menu-list li {
  padding: 10px;
  background: none;
  color: #fff; }

.menu-list li:hover {
  background: #fff;
  color: #39D;
  cursor: pointer; }

/* Burger */
#burger-wrap {
  position: fixed;
  top: 0;
  right: 15px;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 80px; }

.burger {
  position: fixed;
  top: 9px;
  right: 15px;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 80px;
  border-radius: 50%;
  border: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: transparent; }

.burger span {
  display: block;
  position: absolute;
  top: 30px;
  left: 16px;
  right: 16px;
  height: 3px;
  background: #39D;
  border-radius: 15px;
  -webkit-transition: background 0.3s .3s;
  transition: background 0.3s .3s;
  -o-transition: background 0s 0s;
  -webkit-transition-delay: 0.4s,0s;
  transition-delay: 0.4s,0s; }

.open .burger span {
  background: 0 0 transparent;
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -o-transition: all 0s ease;
  -webkit-transition-delay: 0s,0s;
  transition-delay: 0s,0s; }

.burger span::after,
.burger span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #39D;
  content: "";
  border-radius: 5px;
  -webkit-transition-duration: .3s,.3s;
  transition-duration: .3s,.3s;
  -webkit-transition-delay: 0.4s,0s;
  transition-delay: 0.4s,0s; }

.burger span::before {
  top: -8px;
  -webkit-transition-property: top,-webkit-transform;
  transition-property: top,transform; }

.burger span::after {
  bottom: -8px;
  -webkit-transition-property: bottom,-webkit-transform;
  transition-property: bottom,transform; }

.open .burger span::after,
.open .burger span::before {
  -webkit-transition-delay: 0s,.4s;
  transition-delay: 0s,.4s;
  background-color: #fafafa; }

.open .burger span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.open .burger span::after {
  bottom: 1px;
  /* Fix for codepen, set to zero for normal use */
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Disable scrollbar on Chrome and Safari browsers! */
html::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important; }

h1, h2, h3, h4, h5, h6, p, a {
  color: #47484F; }

h1, h2 {
  font-family: 'Lusitana', serif;
  color: #ffffff; }

h1 {
  font-size: 72px;
  line-height: 75px;
  margin: 25px 0px; }

h2 {
  font-size: 30px;
  font-weight: 100; }

h3 {
  font-size: 30px;
  font-weight: 100; }

h4 {
  font-family: 'Lusitana', serif;
  font-size: 40px; }

button, input, a {
  font-family: 'Pathway Gothic One', sans-serif;
  text-decoration: none; }

input {
  font-size: 30px; }

@media only screen and (max-width: 720px) {
  h1 {
    font-size: 36px;
    line-height: 40px; }
  h2 {
    font-size: 20px; } }

.landing-content button, .landing-content a, footer button, footer a {
  background: #D65757;
  border: none;
  display: inline-block;
  height: 50px;
  width: 100px;
  color: #ffffff;
  font-size: 30px;
  margin-left: -4px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 5px; }

.landing-content button#sign-up, .landing-content a#sign-up, footer button#sign-up, footer a#sign-up {
  font-size: 32px; }

.landing-content button:focus, .landing-content a:focus, footer button:focus, footer a:focus {
  outline: none; }

.landing-content button:hover, .landing-content a:hover, footer button:hover, footer a:hover {
  transition: background-color 0.5s ease;
  background-color: #313651; }

footer {
  background-color: #47484F;
  padding: 100px 50px; }

footer p {
  font-family: 'Lusitana', serif;
  color: #FFFFFF;
  max-width: 300px;
  line-height: 25px;
  margin-top: 0; }

footer .coypright {
  font-family: 'Pathway Gothic One', sans-serif;
  font-size: 12px;
  margin-top: 50px;
  color: #FFFFFF; }

footer .coypright a {
  color: #D65757;
  text-decoration: underline; }

footer img {
  margin-bottom: 15px;
  width: 100px; }

@media only screen and (max-width: 720px) {
  footer {
    padding: 100px 20px; } }

.fact-top {
  height: 773px; }

.fact-top #rectangle {
  height: 100%;
  width: 30%;
  float: left;
  display: block;
  position: absolute;
  z-index: -1;
  background: #313651;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #313651, #6F7597);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #313651, #6F7597);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #313651, #6F7597);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #313651, #6F7597);
  /* Standard syntax (must be last) */ }

.fact-top .blur-image {
  width: 100%;
  -webkit-filter: blur(45px);
  filter: blur(45px);
  position: relative;
  z-index: -10; }

.fact-top #image-rectangle {
  display: inline-block;
  width: 40%;
  float: right;
  position: absolute;
  top: 0;
  left: 50%;
  top: 150px;
  height: 57%;
  background-repeat: no-repeat;
  background-size: cover; }

.fact-top .fact-block {
  z-index: 2px;
  background-color: #FFFFFF;
  border: 10px solid #F8F8F8;
  padding: 20px;
  width: 40%;
  margin-left: 10%;
  position: absolute;
  top: 125px;
  height: 63%; }

.fact-top hr {
  color: #DFDFDF;
  border-top: 0; }

.fact-top .fact-type img, .fact-top .fact-type p {
  display: inline-block;
  vertical-align: middle; }

.fact-top .fact-type p {
  font-family: 'Pathway Gothic One', sans-serif;
  text-transform: uppercase;
  margin-left: 10px; }

.fact-top .tip-title {
  margin-left: 10px; }

.fact-top .tip-title h3 {
  font-size: 48px;
  color: #FFFFFF;
  font-family: 'Pathway Gothic One', sans-serif;
  text-transform: uppercase;
  margin: 0;
  line-height: 65px;
  display: inline; }

.fact-top .tip-preview {
  font-family: 'Pathway Gothic One', sans-serif;
  font-size: 24px;
  margin: 10px 0; }

.fact-top .tip-content {
  font-family: 'Lusitana', serif;
  line-height: 24px;
  max-height: 140px;
  overflow: scroll;
  font-size: 14px;
  margin-bottom: 40px; }

.fact-top span img, .fact-top span a {
  display: inline-block;
  vertical-align: middle; }

.fact-top span img {
  padding-right: 10px; }

.fact-top span a {
  position: absolute;
  bottom: 0;
  margin-bottom: 20px;
  background-color: white;
  width: 90%;
  padding-top: 10px; }

.fact-top .tip-image {
  display: inline-block; }

.tip-points {
  width: 60%;
  padding: 40px 50px 80px;
  padding-left: 10%;
  display: inline-block;
  height: 100%; }

.tip-points .stat-metric {
  color: #313651;
  font-size: 36px;
  margin: 16px 0 0; }

.tip-points hr {
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  opacity: 0.3;
  padding: 10px 0;
  margin-bottom: 35px; }

.tip-points p {
  color: #FFFFFF;
  font-family: 'Pathway Gothic One', sans-serif;
  font-size: 16px;
  line-height: 20px; }

.tip-points a {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 20px;
  margin-bottom: 16px;
  display: block; }

.more-tips {
  background-color: #FFFFFF;
  display: inline-block;
  float: right;
  width: 40%;
  padding: 50px; }

.more-tips .tip-block {
  max-width: 300px; }

.more-tips p, .more-tips h3, .more-tips h4 {
  font-family: 'Pathway Gothic One', sans-serif;
  text-transform: uppercase; }

.more-tips h3 {
  font-size: 36px;
  margin-top: 0; }

.more-tips h4 {
  font-size: 24px;
  margin: 0; }

.more-tips hr {
  border: 0;
  border-bottom: 1px solid black;
  opacity: 0.3;
  padding: 5px 0;
  margin-top: 0; }

.more-tips span img, .more-tips span p {
  display: inline-block;
  vertical-align: middle; }

.more-tips span img {
  margin-right: 5px;
  width: 20px; }

.more-tips .white-block {
  margin-right: 20%; }

.bottom-fact-section {
  height: 468px; }

@media only screen and (max-width: 1072px) {
  .tip-points, .more-tips {
    width: 100%;
    float: none; }
  .tip-points, .more-tips {
    padding: 40px 20px; }
  .bottom-fact-section {
    height: inherit; }
  .blur-image {
    display: none; }
  .fact-top {
    height: inherit;
    margin-top: 0; }
  .fact-top #rectangle {
    width: 100%;
    display: none; }
  .fact-top #image-rectangle {
    display: none; }
  .fact-top .fact-block {
    width: 100%;
    margin-left: 0;
    position: none;
    height: initial;
    top: 0;
    margin-top: 90px;
    border: none;
    z-index: -1; }
  .fact-top .tip-content {
    max-height: none; }
  .fact-top .fact-block {
    position: initial;
    margin-top: 0; }
  .fact-top span a {
    position: initial;
    bottom: initial; }
  .more-tips .white-block {
    margin-right: 0; }
  .more-tips .tip-block {
    max-width: none; } }
