/* Common */
a {
    color: #eb7b26;
    text-decoration: none;
    transition: all .3s;
}
a:hover,
a:focus {
    color: #ff9300;
    text-decoration: none;
}
body {
    font-family: 'DM Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #1a2f5a;
    font-family: 'Poppins', sans-serif;
}
.btn {
    background-color: #eb7b26;
    border: none;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    padding: .5rem 1rem;
    text-transform: uppercase;
}
.btn:hover,
.btn:focus {
    background-color: #ff9300;
    color: #fff;
}
/* /Common */

/* Footer */
.copywrite {
    font-size: .9rem;
    margin-bottom: 0.5rem;
}
.footer {
    background-color: #1d2a42;
    color: #fff;
}
.footer a {
    color: #fff;
}
.footer a:hover,
.footer a:focus {
    color: #009dd1;
    text-decoration: none;
}
.footer h5 {
    color: #009dd1;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.footer li {
    list-style: none;
}
.footer ul {
    padding: 0;
    margin: 0;
}
.footer-logo {
    height: 40px;
}
.footer-btn {
    border: 1px solid #009dd1;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    padding: .5rem 1rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}
.footer-btn:hover,
.footer-btn:focus {
    background-color: #009dd1;
    color: #fff!important;
    text-decoration: none;
}
.footer-social-links {
    font-size: 2rem;
}
@media only screen and (min-width: 992px) {
    .footer {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .footer-link-col {
        margin-top: -5px;
    }
}
@media only screen and (min-width: 1200px) {
    .footer {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}
/* /Footer */

/* Homepage Hero */
.carousel-indicators li {
    border-radius: 50%;
    height: 20px;
    width: 20px;
}
.carousel-indicator-container {
    position: absolute;
}
.hero-copy {
    font-size: 1.25rem;
    padding: 1.5rem;
}
.hero-btn {
    border: 1px solid #eb7b26;
    border-radius: 0;
    color: #eb7b26;
    font-size: 1rem;
    font-weight: 700;
    padding: .5rem 1rem;
    text-transform: uppercase;
}
.hero-btn:hover,
.hero-btn:focus {
    background-color: #eb7b26;
    color: #fff;
    text-decoration: none;
}
.hero-copy-col {
    background-color: #fff;
    padding: 0;
}
.hero-image-col {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
}
@media only screen and (min-width: 992px) {
    .carousel-indicators li {
        background-color: rgba(0, 0, 0, 0.5);
    }
   .hero-copy {
        padding: 5rem;
    } 
}
/* /Homepage Hero */

/* Main Nav */
.dropdown {
    position: unset;
}
.dropdown-menu {
    background-color: #1a2f5a;
    border: none;
    border-radius: 0;
    margin: 0;
    position: absolute!important;
    top: 100%;
    left: 0;
    right: 0;
}
.dropdown-menu.show {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.dropdown-item {
    padding: .25rem;
    text-transform: none!important;
    width: unset;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background: none;
    color: #009dd1;
}
.navbar {
    height: 80px;
    z-index: 100;
}
.navbar.bg-dark {
    background-color: #1d2a42!important;
}
.navbar.bg-dark .nav-item a {
    color: #fff;
}
.navbar.bg-dark .nav-item a:hover,
.navbar.bg-dark .nav-item a:focus{
    color: #009dd1;
}
.navbar.bg-dark .navbar-toggler {
    color: #fff;
}
.navbar.bg-light .nav-item a {
    color: #fff;
}
.navbar.bg-light .nav-item .dropdown-menu a {
    color: #fff;
}
.navbar.bg-light .nav-item .dropdown-menu a:hover,
.navbar.bg-light .nav-item .dropdown-menu a:focus {
    color: #009dd1;
}
.navbar.bg-light .navbar-toggler {
    color: #1a2f5a;
}
.navbar.bg-light {
    background-color: #fff!important;
}
.navbar-brand img {
    height: 35px;
}
.navbar-collapse {
    background-color: #1a2f5a;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: -11px -16px 0 -16px;
}
.navbar-nav {
    flex-direction: row;
}
.navbar-toggler {
    font-size: 2.5rem;
    padding: 0.5rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus{
    color: #009dd1;
}
.nav-container {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.nav-item a {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
}
.search-field {
    background-color: #1a2f5a;
    bottom: 10px;
    display: none;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.search-field .btn {
    color: #fff;
}
.search-field .btn:hover,
.search-field .btn:focus {
    color: #009dd1;
}
.search-field .btn[type='submit'] {
    background: none;
    border: 1px solid #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    padding: .375rem .75rem;
}
.search-field .btn[type='submit']:hover,
.search-field .btn[type='submit']:focus {
    background-color: #009dd1;
    color: #fff;
}
.search-field .close-btn {
    background: none;
    padding: .3rem 0 0 1rem;
}
.search-field input[type='search'] {
    background: none;
    border-bottom: 1px solid #fff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 0;
    border-left: 1px solid #fff;
    border-right: none;
    border-top: 1px solid #fff;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    color: #fff;
    width: calc(100% - 80px);
}
.search-field input[type='search']::placeholder {
    color: #fff;
}
@media only screen and (min-width: 992px) {
    .bg-dark .search-field {
        background-color: #1d2a42!important;
    }
    .navbar.bg-light .nav-item a {
        color: #1d2a42;
    }
    .navbar.bg-light .nav-item a:hover,
    .navbar.bg-light .nav-item a:focus {
        color: #009dd1;
    }
    .bg-light .search-field {
        background-color: #fff!important;
    }
    .bg-light .search-field input[type='search'] {
        border-color: #1d2a42;
        color: #000;
    }
    .bg-light .search-field input[type='search']::placeholder {
        color: #ccc;
    }
    .bg-light .search-field .btn[type='submit'] {
        border-color: #1d2a42;
        color: #1d2a42;
    }
    .bg-light .search-field .close-btn {
        color: #1d2a42;
    }
    .dropdown-menu {
        top: 65px;
    }
    .navbar-brand img {
        height: 40px;
    }
    .navbar-collapse {
        background-color: unset;
        left: unset;
        margin: 0;
        position: unset;
        top: unset;
        right: unset;
    }
    .navbar {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar .search-field {
        right: 5rem;
    }
    .navbar .nav-container {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .search-field {
        left: 50%;
        top: 5px;
    }
}
/* /Main Nav */

/* Pages */
.band-heading {
    color: #009dd1;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.bg-blue {
    background-color: #009dd1;
}
.bg-lt-gray {
    background-color: #eee;
}
.bg-purple {
    background-color: #1a2f5a;
}
.blue-line-header {
    border-top: 4px solid #009dd1;
}
.feature-copy h2 {
    line-height: 1.4;
}
.feature-copy p {
    font-size: 1.1rem;
}
.feature-image {
    width: 100%;
}
.inline-caption {
    color: #666;
    margin: 5px 0 0 0;
    font-style: italic;
    font-size: .9rem;
}
.inline-image,
.inline-video {
    width: 100%;
}
.lead-copy {
    font-size: 1.75rem;
    line-height: 1.4;
}
.purple {
    color: #1a2f5a;
}
.secondary-hero {
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    position: relative;
}
.secondary-hero h1 {
    color: #fff;
    position: relative;
    z-index: 2;
}
.secondary-hero .overlay {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.4990371148459384) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.4990371148459384) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.4990371148459384) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    height: 50%;
    position: absolute;
    width: 100%;
    z-index: 1;
}
@media only screen and (min-width: 992px) {
    .inline-caption {
        margin: 5px -30px 0 -30px;
    }
    .inline-image,
    .inline-video {
        margin: 0 -30px 0 -30px;
        width: calc(100% + 60px);
    }
    .lead-copy {
        font-size: 2rem;
        line-height: 1.4;
    }
    .secondary-hero {
        height: 300px;
    }
}
/* /Pages */

/* People */
.people-grid-image {
    background-color: #fff;
    transition: all .3s;
}
.people-grid a:hover .people-grid-image,
.people-grid a:focus .people-grid-image {
    opacity: 0.85;
}
.people-grid p {
    margin-bottom: 0.5rem;
}
.people-grid-bio {
    color: #666;
    font-size: 0.9rem;
    font-style: italic;
}
.people-grid-heading {
    margin: 0;
}
.people-grid-heading a {
    color: #1a2f5a;
}
.people-grid-heading a:hover,
.people-grid-heading a:focus {
    color: #eb7b26;
    text-decoration: none;
}
.people-grid-image {
    background-size: cover;
    border-radius: 50%;
    height: 160px;
    width: 160px;
}
.people-grid-title {
    font-size: 1.1rem;
}
.person-headshot {
    background-size: cover;
    border-radius: 50%;
    height: 200px;
    width: 200px;
}
.person-title {
    font-size: 1.25rem;
}
@media (min-width: 576px) {
    .people-grid-image {
        height: 200px;
        width: 200px;
    }
}
@media (min-width: 768px) {
    .people-grid-image {
        height: 160px;
        width: 160px;
    }
}
@media (min-width: 1200px) {
    .people-grid-image {
        height: 200px;
        width: 200px;
    }
    .person-headshot {
        height: 300px;
        width: 300px;
    }
}
/* /People */

/* Signup Band */
.signup-band-form .btn {
    border-bottom-right-radius: .25rem;
    padding: .5rem 1.5rem;
}
.signup-band-form .form-control {
    border-color: #eb7b26;
    height: calc(1.5em + .75rem + 10px);
    width: 50%;
}
.signup-band-form .form-control.email {
    border-bottom-left-radius: .25rem;
    margin-left: 0;
}
.signup-band-form .form-control.first-name {
    border-bottom: 0;
    border-bottom-left-radius: 0;
}
.signup-band-form .form-control.last-name {
    border-bottom: 0;
    border-top-right-radius: .25rem;
}
@media only screen and (min-width: 992px) {
    .signup-band-form .btn {
        border-top-right-radius: .25rem;
    }
    .signup-band-form .form-control {
        width: unset;
    }
    .signup-band-form .form-control.email {
        border-bottom-left-radius: 0;
        margin-left: -1px;
    }
    .signup-band-form .form-control.first-name {
        border-bottom: 1px solid #eb7b26;
        border-bottom-left-radius: .25rem;
    }
    .signup-band-form .form-control.last-name {
        border-top-right-radius: 0;
        border-bottom: 1px solid #eb7b26;
    }
}
/* /Signup Band */

/* Social Feed */
.social-feed-bottom-border {
    background-color: #009dd1;
    height: 10px;
    width: 100%;
}
.social-links {
    font-size: 2rem;
    margin: -.5rem 0;
}
.social-links a {
    color: #1a2f5a;
}
.social-links a:hover,
.social-links a:focus {
    color: #eb7b26;
    text-decoration: none;;
}
/* /Social Feed */