/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #425dab;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
  background-color: #545454;
}

body {
  color: #444;
}

.cover-container {
  max-width: 100%;
  width: 1360px;
  margin: 0 auto;
}

img { max-width: 100%; }

/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
  background-color: #fff;
  padding: 20px;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: #000;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #425dab;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
    .inner.mastehead-inner-flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 1440px;
        max-width: 100%;
        margin: 0 auto;
    }
}


/*
 * Cover
 */
main.inner.cover {
    width: 780px;
    max-width: 100%;
    padding: 20px;
    margin: 20px auto;
    border: 3px solid #425dab;
    border-radius: 10px;
    background-color: #fff;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  background-color: #fff;
  padding: 40px 20px;
  color: #000;
  text-align: center;
}

.mastfoot a {
  color: #425dab;
  text-decoration: underline;
}

.mastfoot a:hover,
.mastfoot a:focus {
  color: #aeb8f5; /* subtle highlight */
}

#logo { width: 240px; max-width: 100%; }

input[type="submit"] {
    background-color: #fff;
    border: 2px solid #425dab;
    color: #425dab;
    font-weight: 500;
    padding: 3px 20px;
    cursor: pointer;
    transition: .2s ease-in-out all;
    margin-top: 10px;
}

input[type="submit"]:hover {
    background-color: #425dab;
    color: #fff;
}

input { max-width: 100%; }

#track_iseecar_link {
    background-color: #425dab;
    color: #fff;
    padding: 7px 10px;
    display: inline-block;
    margin-bottom: 10px;
}

li p {
    margin: 0;
}


.p-3{ padding-bottom: 0 !important; }