﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

body {
  padding-top: 13rem;
  font-family: "Roboto", sans-serif;
  color: #49494d;
  font-size: 1.6rem;
}

.headers {
  font-size: 4.8rem;
  font-weight: 300;
  padding: 2.5rem;
  color: #449438;
}

.subheaders {
  font-size: 3.6rem;
  font-weight: 300;
  padding: 2.5rem;
  color: #449438;
}

.largeLink {
  font-size: 2.8rem !important;
}

ul.checkmark {
  list-style: none;
}

ul.checkmark li:before {
  content: "✓";
}

.navbar {
  min-height: 3.125rem;
  padding: 0;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a.nav-link {
  color: #768692;
  font-size: 2rem;
  padding: 2rem 1rem;
  margin-right: 2rem;
}

a.nav-link:hover {
  color: #a3d179;
}

.anchor {
  display: block;
  position: relative;
  top: -200px;
  visibility: hidden;
}

/*schedule*/

.timelineCard {
  padding-left: 1px;
  padding-right: 1px;
  height: 100%;
}

.timelineCard > .card-header {
  color: #449438;
  background-color: #e7e8eb;
  font-weight: bold;
  font-size: 1.8rem;
  height: 40%;
}

.timelineCard > .card-body {
  height: 60%;
}

@media (max-width: 1800px) and (min-width: 1200px) {
  .samllCardText {
    font-size: 0.8rem;
  }
}

/*Brand color styles*/
.brand-primary {
  background-color: #449438 !important;
}

.brand-footer {
  background-color: #449438 !important;
}

.brand-primary-text {
  color: #449438 !important;
}

.brand-second-primary-text {
  color: #a3d179 !important;
}

.brand-secondary-text {
  color: #449438;
}

.brand-white {
  color: white !important;
}

.brand-logo {
  max-width: 20rem;
  min-width: 20rem;
}

.contact-widget {
  max-width: 4rem !important;
  min-width: 4rem !important;
}

.firstHeader {
  height: 2rem;
}

/* main title  */
.mainTitle {
  margin-left: 20px;
  font-size: 1.6rem;
  text-align: left !important;
}

/* hide when mobile */
@media (max-width: 768px) {
  .mainTitle {
    display: none;
  }
}
@media (max-width: 1600px) and (min-width: 1200px) {
  .mainTitle {
    font-size: 1.8rem;
  }
}

@media (min-width: 1600px) {
  #titleBreak {
    display: none;
  }
}
.dropdown-item {
  font-size: 1.8rem;
}
.dropdown-item:hover {
  background-color: #a3d179 !important;
}

/* arrows */
.arrow {
  position: relative;
  background: #449438;
  height: 10px;
  top: 30%;
  margin-right: 10px;
}

@media (max-width: 1200px) {
  .arrow {
    top: 15%;
  }
}

.arrow:after,
.arrow:before {
  right: 100%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow.right:after,
.arrow.right:before {
  left: 100%;
}

.arrow.left:before,
.arrow.right:before {
  border-color: transparent;
  border-width: 15px;
  margin-top: -10px;
}

.arrow.right:after,
.arrow.right:before {
  border-left-color: #449438;
}

/* FAQS card header */
.accordion > .card .card-header {
  color: #449438;
  background-color: #ffffff;
  cursor: pointer;
  border: 1px solid #acb1ba;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
.accordion:hover > .card .card-header {
  background-color: #cae5b2;
}

.accordion .card-header:after {
  content: "-";
  float: right;
}
.accordion > .card .card-header.collapsed {
  font-weight: 300;
}
.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "+";
}

.card-header h2 {
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

/* hover open for navbar */
@media screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu,
  .btn-group:hover .dropdown-menu {
    display: block;
  }
  .dropdown-menu {
    margin-top: 0;
  }
  .dropdown-toggle {
    margin-bottom: 2px;
  }
  .navbar .dropdown-toggle,
  .nav-tabs .dropdown-toggle {
    margin-bottom: 0;
  }
}

.secondaryHeader {
  width: 100%;
  box-shadow: 0 4px 4px 0 rgba(114, 128, 138, 0.7);
  position: relative;
  margin-bottom: 1.5rem;
  padding: 2rem;
  min-height: 3.5rem;
  background: #fff;
}

.faqsContainer {
  font-size: 1.3rem;
}

.greenBrandButton {
  background: linear-gradient(
    -180deg,
    #76bb40 0,
    #76bb40 0,
    #70af3b 8%,
    #669b31 16%,
    #5f8c2b 24%,
    #5a8226 32%,
    #5a8226 100%
  );
  border-radius: 1.5625em;
  border: 0;
  border-radius: 1.5625em;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  padding: 0.5em 2.1875em;
  text-decoration: none;
  font-family: Roboto, sans-serif;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0.3em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #218737;
  border-color: #1c732f;
}

.btn {
  transition: background-color 150ms ease;
  padding: 0.9rem 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  border-radius: 2rem;
  font-weight: 400;
  min-width: 10rem;
  white-space: normal;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 10px;
}
@media (min-width: 768px) {
  html {
    font-size: 10px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.aligned {
  display: flex;
  align-items: center;
}

.column {
  float: left;
  width: 25%;
  padding: 5px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.column-icon {
  float: left;
  width: 33%;
  padding: 5px;
}

.column-text {
  float: left;
  width: 67%;
  padding: 15px;
  text-align: left;
}

.lead {
  font-size: 1.6rem !important;
}

.text-muted {
  color: #49494d !important;
}
