html {
  scroll-behavior: smooth;
}
body, p, ol, ul {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
h1, h2, h3, h4 , h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}
a {
    color: #891520;
    transition: all .3s;
}
a:hover {
    color: #b70617;
    text-decoration: none;
}
.btn {
    font-family: 'Oswald', sans-serif;
    transition: all .3s;
}

/* Apply Modal */
.apply-box {
    height: 100%;
    padding: 1rem;
}
.apply-box a {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    padding: .2rem 3rem .35rem 3rem;
}
.apply-box.bg-purple a {
    background: #824284;
    border: 1px solid #fff;
    color: #fff;
}
.apply-box.bg-purple a:hover {
    background: #a148a3;
}
.apply-box.bg-yellow a {
    background: #ffcd50;
    border: 1px solid #673c67;
    color: #673c67;
}
.apply-box.bg-yellow a:hover {
    background: #ffe450;
}
.apply-box.bg-purple {
    color: #fff;
}
.apply-box.bg-yellow {
    color: #673c67;
}
.apply-box h4 {
    text-transform: uppercase;
}
#applyModal .modal-content {
    background: none;
    border: none;
    border-radius: 0;
}
.bg-yellow {
    background: #f4af4c;
}
.text-purple {
    color: #673c67;
}
@media (min-width: 576px) {
    .apply-box {
        padding: 2rem;
    }
}
/* /Apply Modal */

/* Contact Page */
.contact-form input {
    height: 2.5rem;
    padding: .5rem;
    width: 100%;
}
.contact-form input#bluebeard { 
    display: none; 
}
.contact-form textarea {
    padding: .5rem;
    width: 100%;
}
.contact-form input[type='submit'] {
    background: #673c67;
    border: none;
    border-radius: 4px;
    color: #fff;
    padding: .25rem 2rem;
    font-family: 'Oswald', sans-serif;
    font-size: 1.1rem;
    width: unset;
}
@media (min-width: 992px) {
    .pl-lg-6 {
        padding-left: 5rem;
    }
    .pr-lg-6 {
        padding-right: 5rem;
    }
    .yellow-left {
        border-left: 1px solid #f4af4c;
    }
    .yellow-right {
        border-right: 1px solid #f4af4c;
    }
}
/* /Contact Page */

/* FAQs */
.faq-card {
    background: #f4af4c;
    transition: all .3s;
}
.faq-card:hover {
    background: #ffcd50;
}
.faq-card p {
    color: #673c67;
    font-size: 1.2rem;
}
.faq-category-selector {
    color: #673c67;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}
.faq-category-selectors-prompt {
    font-size: .9rem;
    color: #666;
}
.faq-search-btn {
    background: none;
    border: none;
    color: #990d1a;
    font-size: 1.5rem;
    padding: .35rem .75rem;
    position: absolute;
    right: 0;
    top: 0;
}
.faq-search-btn:hover {
    color: #b70617;
}
.faq-search-field {
    background: #eee;
    border-color: #aaa;
    height: 3rem;
}
.faq-search-field:placeholder {
    color: #666;
}
.faq-search-form-group {
    position: relative;
}
.faq-letter {
    color: #673c67;
    font-family: 'Oswald', sans-serif;
    font-size: 5rem;
    font-weight: 700;
}
.faq-question {
    font-size: 1.4rem;
}
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
.text-gray {
    color: #666;
}
@media (min-width: 576px) {
    .faq-card {
        min-height: 220px;
    }
    .post-hero-image {
        height: 320px;
    }
    .small-image {
        margin: 5px 15px 15px 15px;
    }
}
@media (min-width: 768px) {
    .post-hero-image {
        height: 380px;
    } 
}
@media (min-width: 992px) {
    .faq-content .small-image {
        margin: 5px -145px 15px 15px;
    }
    .post-hero-image {
        height: 320px;
    } 
    .small-image {
        margin: 5px -317px 15px 15px;
    }
}
/* /FAQs */

/* Footer */
.footer-btn {
    background: #f4af4c;
    color: #fff!important;
    font-weight: 400;
    padding: .125rem 1.25rem .25rem 1.25rem;
    margin-bottom: .5rem;
    margin-left: .5rem;
    text-transform: uppercase;
    transition: all .3s;
    -webkit-appearance: none;
}
.footer-btn:hover {
    background: #ffcd50;
    color: #673c67!important;
}
.footer-copy {
    color: #fff;
    font-size: .8rem;
}
.footer-links {
    padding: 0;
    margin-bottom: 0;
}
.footer-links li {
    line-height: 1.2;
    list-style-type: none;
    margin-bottom: .5rem;
}
.footer-links li:last-of-type {
    margin-bottom: 0;
}
.footer-links li a {
    color: #fff;
}
.footer-logo {
    height: 60px;
}
.footer-social-btns .social-feed-icon {
    color: #fff;
}
.yellow-top {
    position: relative;
    padding-top: 1rem;
}
.yellow-top:after {
    background: #f4af4c;
    content: '';
    left: 15px;
    position: absolute;
    right: 15px;
    top: 0;
    height: 1px;
    width: calc(100% - 30px)
}
.yellow-top.yellow-wide {
    border-top: 1px solid #f4af4c;
}
.yellow-top.yellow-wide:after {
    display: none;
}
@media (min-width: 992px) {
    .footer-btn {
        margin-bottom: 0;
    } 
}
/* /Footer */

/* Homepage About Band */
.about-copy-wrapper {
    border-left: 1px solid #f4af4c;
    padding: 1rem;
    position: relative;
    transition: all .3s;
}
.about-copy-wrapper:after {
    background: #f4af4c;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 0;
}
.about-copy-wrapper:hover:after {
    background: #fa9a11;
    width: 2px;
}
.about-copy-wrapper:hover .about-link {
    color: #fa9a11;
}
.about-logo {
    height: 60px;
    margin-bottom: 1rem;
}
.about-copy {
    color: #fff;
}
.about-link {
    color: #f4af4c;
}
.bg-purple {
    background: #673c67;
}
/* /Homepage About Band */

/* Homepage Hero */
.hero-card {
    background: #fff;
    border-bottom: 1px solid #f4af4c;
    margin: -3rem 1rem 0 1rem!important;
    padding: 1.5rem;
    position: relative;
    transition: all .3s;
}
.hero-card .heavy,
.hero-card .light,
.hero-card .link {
    font-family: 'Lato', sans-serif;
}
.hero-card .heavy {
    color: #824284;
    margin-bottom: 1rem;
}
.hero-card .light {
    color: #673c67;
    font-weight: 400;
    margin-bottom: .9rem;
}
.hero-card .link {
    color: #891520;
    font-size: 1.1rem;
    margin: 0;
}
.hero-card:after {
    bottom: 0;
    background: #f4af4c;
    content: '';
    height: 0px;
    left: 0;
    position: absolute;
    transition: all .3s;
    width: 100%;
}
.hero-card:hover {
    cursor: pointer;
}
.hero-card:hover:after {
    height: 2px;
    background: #fa9a11;
}
.hero-card:hover .heavy {
    color: #9b3f9d;
}
.hero-card:hover .light {
    color: #7e3d80;
}
.hero-card:hover .link {
    color: #b70617;
}
.hero-img {
    background-size: cover;
    height: 260px;
}
.hero-img-col {
    z-index: -1;
}
@media (min-width: 576px) {
    .hero-card {
        margin: -3rem 3rem 0 3rem!important;
    }
    .hero-img {
        background-size: cover;
        height: 320px;
    }
}
@media (min-width: 992px) {
    .hero-card {
        margin: 3rem 0!important
    }
    .hero-img {
        height: 100%;
    }
    .hero-img-col {
        margin-bottom: 0;
        margin-left: -5rem;
    }
    .hero-img-col.flipped {
        margin-left: 0!important;
        margin-right: -5rem;
    }
}
/* /Homepage Hero */

/* Homepage Icon Links */
.icon-link-col {
    margin-bottom: 2rem;
}
.icon-link-copy {
    color: #fff;
    margin-bottom: .5rem;
}
.icon-link-heading {
    color: #f4af4c;
    transition: all .3s;
}
.icon-link-icon {
    margin-bottom: 1rem;
    max-width: 100px;
    width: 100%;
}
.icon-link-link-copy {
    color: #f4af4c;
    margin: 0;
    transition: all .3s;
}
.icon-link-wrapper:hover .icon-link-heading,
.icon-link-wrapper:hover .icon-link-link-copy {
    color: #fa9a11;
}
@media (min-width: 992px) {
    .icon-link-col {
        margin-bottom: 0;
    }
}
/* /Homepage Icon Links */

/* Homepage Signup Form */
.signup-form-wrapper #mc_embed_signup form {
    padding: 0;
}
.signup-form input {
    background: #eee;
}
.signup-form input,
.signup-form input[type='submit'] {
    height: 3rem!important;
}
.signup-form input[type='submit'] {
    background: #990d1a!important;
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem!important;
    margin: 0 0 0 .5rem!important;
    padding: 8px 20px!important;
    text-transform: uppercase;
    width: fit-content!important;
}
.signup-form input[type='submit']:hover {
    background: #b70617!important;
}
.signup-form-wrapper {
    border-left: 1px solid #f4af4c;
    padding: 1.5rem;
}
.signup-form-wrapper h3 {
    color: #673c67;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
/* /Homepage Signup Form */

/* Homepage Social Feed */
.bg-gray {
    background: #eee!important;
}
.social-feed-icon {
    color: #824284;
    font-size: 1.2rem;
    margin-left: 1rem;
}
.social-feed-icon:hover {
    color: #9b3f9d;
}
.social-feed-label {
    color: #673c67;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.social-feed-links {
    margin-bottom: .5rem;
}
/* /Homepage Social Feed */

/* Main Nav */
.navbar.navbar-expand-lg {
    height: 80px;
}
.navbar-brand img {
    height: 42px;
}
.big-nav .nav-link {
    color: #673c67;
    font-family: 'Oswald', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
}
.big-nav .nav-link:hover {
    color: #8e4390;
}
.navbar-toggler {
    color: #673c67;
    padding: 0;
    font-size: 2.25rem;
}
.small-nav .nav-link {
    color: #824284;
    font-size: 1.2rem;
    padding-bottom: 0;
    padding-top: 0;
}
.small-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
}
.small-nav .nav-link:hover {
    color: #9b3f9d;
}
.small-nav .btn {
    color: #fff;
    font-size: .9rem;
    height: fit-content;
    margin-left: .5rem;
    padding: .025rem .75rem .1rem .75rem;
}
.small-nav .apply-btn {
    background: #990d1a;
    -webkit-appearance: none;
}
.small-nav .apply-btn:hover {
    background: #b70617;
    color: #fff;
}
.small-nav .page-btn {
    background: #824284;
}
.small-nav .page-btn:hover {
    background: #9b3f9d;
}
@media (max-width: 991px) {
    .small-nav .nav-link:first-of-type {
        padding-left: 0;
    }
    .navbar-collapse {
        background: #fff;
        border-bottom: 1px solid #f4af4c;
        border-top: 1px solid #f4af4c;
        left: 0;
        padding: .75rem .5rem .5rem .5rem;
        position: absolute;
        top: 80px;
        width: 100%;
        z-index: 1;
    }
    
}
@media (min-width: 992px) {
    .big-nav .nav-link {
        font-size: 1.2rem;
        padding-left: 1.2rem!important;
        padding-right: 1.2rem!important;
    }
    .big-nav .nav-tem:first-of-type .nav-link {
        padding-left: 0!important;
    }
    .big-nav .nav-item:last-of-type .nav-link {
        padding-right: 0!important;
    }
    .navbar-brand img {
        height: 60px;
    }
    .navbar.navbar-expand-lg {
        height: 140px;
    }
}
@media (min-width: 1200px) {
    .big-nav .nav-link {
        font-size: 1.4rem;
    }
    .big-nav.big-nav-es .nav-link {
        font-size: 1.2rem;
    }
}
/* /Main Nav */

/* Page Image Feautres */
.image-feature-heading {
    color: #673c67;
}
.image-feature-img {
    background-size: cover;
    height: 250px;
    width: 100%;
}
.image-feature-img.image-shadow {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
}
.image-feature-img.image-uncrop {
    height: unset;
    max-height: unset;
}
@media (min-width: 576px) {
    .image-feature-img {
        height: 350px;
    }
}
@media (min-width: 992px) {
    .image-feature-img {
        height: calc(100% - 3rem);
        max-height: 350px;
    }
}
/* /Page Image Feautres */

/* Page Title Section */
.page-title {
    color: #673c67;
}
.page-title-line {
    border-top: 1px solid #f4af4c;
    margin: 1rem 0 .5rem 0;
    width: 100%;
}
.page-title-links a {
    color: #673c67;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0 1rem .5rem 0;
    white-space: nowrap;
}
.page-title-wrapper h1 {
    color: #673c67;
    max-width: 300px;
}
.page-title-wrapper.extra-wide h1 {
    max-width: 350px;
}
.large-heading {
    color: #673c67;
}
@media (min-width: 992px) {
    .page-title-links a {
        margin: 0 2rem 0 0;
    }
}
/* /Page Title Section */

/* Posts */
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5 {
    color: #673c67;
}
.post-date {
    color: #666;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin: 0;
}
.post-hero-image {
    background-size: cover;
    height: 260px;
    width: 100%;
}
@media (max-width: 575px) {
   .small-image {
        width: 100%!important;
        margin: 1rem 0;
    }
}
@media (min-width: 576px) {
    .post-hero-image {
        height: 320px;
    }
    .small-image {
        margin: 5px 15px 15px 15px;
    }
}
@media (min-width: 768px) {
    .post-hero-image {
        height: 380px;
    } 
}
@media (min-width: 992px) {
    .post-hero-image {
        height: 320px;
    } 
    .small-image {
        margin: 5px -317px 15px 15px;
    }
}
/* /Posts */

/*  Stories Feed */
.page-info {
    color: #666;
    font-size: .9rem;
}
.page-info a {
    color: #891520;
    font-family: 'Lato', sans-serif;
    font-size: .9rem;
    font-weight: 400;
}
.page-info a:hover {
    color: #b70617;
}
.right-rail-box {
    border-radius: 4px;
}
.right-rail-box-heading {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #673c67;
    color: #fff;
    padding: .65rem 1rem .8rem 1rem;
}
.right-rail-box-heading h5 {
    color: #fff;
    font-weight: 400;
    margin: 0;
}
.right-rail-box-body {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #eee;
}
.right-rail-box-body p {
    margin-bottom: .5rem;
}
.search-clear-btn {
    background: #990d1a;
    color: #fff!important;
    font-size: .9rem;
    height: fit-content;
    padding: .025rem .5rem .1rem .5rem;
}
.search-clear-btn:hover {
    background: #b70617;
}
.stories-search-field {
    background: #fff;
    border-color: #aaa;
    height: 3rem;
}
.stories-search-field:placeholder {
    color: #666;
}
.stories-search-form-group {
    margin: 0;
    position: relative;
}
.stories-search-btn {
    background: none;
    border: none;
    color: #990d1a;
    font-size: 1.5rem;
    padding: .35rem .75rem;
    position: absolute;
    right: 0;
    top: 0;
}
.stories-search-btn:hover {
    color: #b70617;
}
.story-preview-img {
    background-size: cover;
    height: 200px;
    width: 100%
}
.story-preview-copy {
    margin-top: -4px;
}
.story-preview-copy h4 {
    color: #673c67;
    margin-bottom: .25rem;
}
.story-preview-copy:hover h4 {
    color: #8e4390;
    transition: all .3s;
}
.story-preview-copy h6 {
    color: #666;
    font-weight: 400;
}
.story-preview-copy p {
    color: #000;
    margin-bottom: .25rem;
}
.story-preview-copy a {
    transition: all .3s;
}
.story-preview-copy:hover a {
    color: #b70617;
}
@media (min-width: 576px) {
    .story-preview-img {
        height: 140px;
        width: 190px;
    }
}
/*  /Stories Feed */