/*
* Created By: MDC Web Services
* Description: Touchstone, Default Grant Template
* Revised: 06/11/2018
*/

/* #siteContent, 
.site-masthead,
#siteNav {
    font-size: 16px;
} */

#siteNav {
    display: none;
}

.title-container {
    height: 100%;
}

/*.social-buttons:before {
    content: "Share this page:";
    display: inline-block;
    margin-right: 1em;
}*/

.social-buttons .at-resp-share-element {
    display: inline-block;
}

.social-buttons.pull-right {
    float: none !important;
    /*border-top: 1px solid lightgrey;*/
    /*border-bottom: 1px solid lightgrey;*/
    padding-bottom: 8px;
}


.social-buttons .at-resp-share-element .at-share-btn {
    margin-top: 5px;
}

.social-buttons .at-svc-facebook {
    background-color: #3B5998;
}

.social-buttons .at-svc-twitter {
    background-color: #0084b4;
}

aside .social-buttons {
    margin-bottom: 2em;
}
aside .social-buttons .at-resp-share-element {
        width: 100%;
}

.featured-panel,
section {
    margin: 0 auto 2em;
}

section {
    margin-top: 0;
}

.featured-panel .hori-content {
    padding: 1em;
    margin-left: auto;
    margin-rght: auto;
}
.margin-top {
    margin-top: 1.3em;
}
.alert-dark {
    background-color: #333;
color: #fff;
border-radius: 0;
}


/*.sb-title {
    background-color: #F5F5F5;
    padding: 0.5em 1em;
    border: 1px solid #e3e3e3;
}

.sb-title h5 {
    font-size: 1em;
    margin: 0;
}

.sb-panel {
    margin-top: 2em;
}

.sb-panel:first-of-type {
    margin-top: 0;
}

.sb-content {
    border: 1px solid #CCC;
    border-top: 0;
    padding: 1em;
}

.sb-content dt {
    margin-bottom: 0.8em;
}*/

.highlight-heading {
    font-size: 1.5em;
    margin-bottom: 0.6em;
    display: block;
}

.title-space,
.panel.panel-default{
    margin-top: 2em;
}


.panel-title {
    font-weight: bolder;
}

#apply {
    border-bottom: none;
}



/*.highlight h3,
h4,
h5,
h6 {
    margin-top: 2em;
}*/

@media (min-width: 992px) {
    .cta-section-content h3 {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {}

@media (min-width: 1200px) {
    .title-name h1 {
        font-size: 40px;
    }
    .title-area {
        height: 120px;
    }
}
@media (min-width: 641px) {
    .social-buttons .at-resp-share-element {
        width: 75%;
    }

}
@media (max-width: 640px) {
    .social-buttons .at-resp-share-element {
        width: 50%;
        text-align: right;
    }
}