@charset "UTF-8";
/* CSS Document
Client: SAL Family and Community Services
Company: Informatics, Inc
Author: J Stephens
Date: Aug 2017

royal blue: #f47d62
*/

/* TYPOGRAPHY */
body {font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 16px; background: url(../img/bkg-body.jpg);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
-moz-font-feature-settings: "liga" on;
}
h1, h2, h3, h4, h5 {font-family: "Montserrat", sans-serif; font-weight: 300; color: #222; letter-spacing: -1px;}
.header-group h2::after {
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 150px;
    height: 2px;
    background: #f47d62;}
/* LINKS */
a.btn-theme {background: #f47d62;}

/* Animate */

/* Mobile First */
#featured-links {background: #f47d62;}
#hdr-tools button {color: #f47d62;}
.feature-content h3 {color: #f47d62;}
.footer h3:after {background: #f47d62;}
.header-group h2::after {background: #f47d62;}
.footer .ftr-social a:hover {background: #f47d62;}

#content header {background: url(../img/bkg-hdr2.jpg) center center; background-size: cover;}
#content header hgroup {}
.sal-quote blockquote {
    font-family: "Montserrat", serif;
    color: #f47d62;
}
#nav-sec li a:hover {background: #f4f4f4; text-decoration: none; padding: 15px 10px 15px 20px; border-left-color: #f47d62;}
.color-block {background: #f47d62;}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
#nav-main > li.nav-path-selected > a {background: #f47d62;}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
#hero #next, #hero #prev {background: #f47d62;}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1250px) {


}

.extranet h3{color:#fff;}