﻿/* High Level Tags */

@media only screen and (min-width: 600px) {
  #main {
    padding: 33px !important;
    padding-top: 0 !important;
    margin: auto !important;
  }
}

#main {
  padding: 0 14px !important;
  margin: auto;
  max-width: 1200px;
}

#p {
  font-size: 16px;
  font-family: 'Karla-Regular', 'Segoe UI', sans;
}

div[role="main"] {
  background: url('/img/banner-clouds.png') repeat-x;
  background-position-y: 0%;
  background-position-y: 0px;
}

#footer {
  position: relative;
  background: #f9f9f9;
  border-top: 1px solid #d9d9d9;
  padding: 45px;
  min-height: 10vh;
  max-height: 10vh;
}

#footer > div {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #bbb;
  font-family: 'Courier New',courier;
  font-size: 9px;
}

#footer span {
  opacity: .8
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  text-align: center;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.page-wrap {
  display: flex;
  flex-direction: column;
  min-height: 90vh;
}

#inner-page-wrapper {
  border-radius: 0 !important;
  border: none !important;
  padding: 20px !important;
  background: none !important;
}

@media (min-width: 769px) {
  #inner-page-wrapper {
    min-height: 700px;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #2d2c2c;
  font-weight: 400;
  font-family: "Lato-Bold";
}

h3 {
  font-size: 26px;
  padding-bottom: 18px;
  margin-bottom: 28px;
}

h2 {
  margin-bottom: 25px;
  margin-bottom: 25px;
}

a {
  font-family: "Karla-Regular", 'Segoe UI', sans;
}

.dmv {
  min-width: fit-content;
}

/* TOP QUICK LINKS */

@media (max-width: 1280px) {
  .top-quick-links {
    display: block;
  }

  .banner-quick-links {
    display: none;
  }
}

@media (min-width: 1280px) {
  .top-quick-links {
    display: none;
  }

  .banner-quick-links {
    display: block;
  }
}

ul.dropdown-menu ul {
  padding-left: 40px !important;
}

ul, li {
  font-family: "Karla-Regular";
  font-size: 16px;
  line-height: 140%
}

body {
  top: 0 !important;
}

.btn {
  border-radius: 0.25rem;
  border: none;
  position: relative;
  color: #fff;
  font-family: "Karla-Bold";
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 0.875rem;
  letter-spacing: 0.03188rem;
  padding: 0.6875rem 2rem;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  text-align: center;
}

.btn-primary {
  background-color: #09538b !important;
  border: 0.125rem solid #09538b !important;
}

@media only screen and (min-width: 64em) {
  .btn {
    font-size: 1rem;
    letter-spacing: 0.0375rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    display: inline-block;
  }
}

.init {
  display: none;
}

section.inner-page {
  min-height: 700px;
}

#inner-page-wrapper > section {
  margin-left: 33px;
}