body
{
	background-color: #999999;
	background-size: cover;
	font-family:'Avenir W01', Helvetica, Arial, sans-serif;
}
h1,h2,h3
{
	font-weight: 800;
	color: #6d6d6d;
	margin-bottom: 12px;

}
h2
{
	margin-top: 0;
    font-size: 18px;
    margin-bottom: 18px;
    color: #000;
}
h3
{
	font-size: 22px;
}
a {color: #840a2d;}
p {
    margin: 0 0 12px;
}
strong,
.bold
{
	font-weight: 800;
}
.container
{
	padding-right: 30px;
	padding-left: 30px;
}
.top-spacer .container
{
	background: rgba(88,89,91,0.8);
	height: 50px;
}
header .container,
main .container
{
	background: #fff;
}
header .inner
{
	padding: 25px 0;
}
a.brand
{
	display: block;
	background: url(/img/ACHM-logo.png) no-repeat;
	background-size: 100% auto;
	width: 270px;
    height: 98px;
	text-indent: -9999px;
	float: left;
}
.search-social
{
	float: right;
}
.search-social ul
{
	padding-left: 0;
	margin-bottom: 0;
}
.search-social li
{
	list-style: none;
	font-size: 12px;
	color: #aaa;
}
.search-social li span.fa-stack {
    margin-right: 2px;
}
input.submit {
    border-radius: 10px;
    border: 0;
    font-size: 13px;
    padding: 3px 8px;
    color: #fff;
    background: #aaa;
}
input.search {
    border-radius: 12px;
    border: 1px solid #555;
    box-shadow: inset 2px 2px 5px #ccc;
    margin-bottom: 8px;
}
.navbar {
    min-height: 0;
    margin-bottom: 0;
   }
.navbar-default .navbar-collapse, .navbar-default .navbar-form
{
	padding: 0;
}
.navbar-default
{
	background: transparent;
	border: 0;
	border-top: 1px solid #000;
	border-radius: 0;
}
.navbar-nav ul
{
	padding-left: 0;
}
.navbar-nav li
{
	float: left;
	list-style: none;
	margin-right: 20px;
}
.navbar-nav li:last-child
{
	margin-right: 0;
}
.navbar-nav li a
{
	font-weight: 800;

    padding: 11px 18px;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1.1;
	transition: all 150ms ease;
}
.navbar-default .navbar-nav>li>a {
 	color: #000;
}

.navbar-default .navbar-nav>li>a:hover
{
	color: #fff;
	text-decoration: none;
	background: #fdb813;
}
.dropdown-menu li a:hover {background-color: #fdb813; color: #fff;}
.navbar-nav li.nav-home
{
	margin-right: 25px;
}
.navbar-nav li.nav-home a
{
    color: #444;
    font-size: 21px;
    line-height: 1;
    padding: 8px 26px;
}
.navbar-nav li.nav-contact
{
	margin-right: 0;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover
{
	background: #fdb813;
	color: #fff;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {background:transparent; color: #333;}
.caret
{
	margin-top: -2px;
}
.dropdown-menu
{
	background: rgba(255,255,255,0.85);
	border: 0;
}
.dropdown-menu li
{
	margin-right: 0 !important;
	width: 100%;
}
.dropdown-menu li a
{
	width: 100%;
	text-transform: capitalize;
	font-size: 14px;
}

.hero button
{
	display: none !important;
}
.slick-dots
{
	position: absolute;
	z-index: 999;
	top: 20px;
	right: 20px;
}
.slick-dots li
{
	color: #fff;
    border: 2px solid #fff;
    width: 12px;
    height: 12px;
    margin-bottom: 5px;
    border-radius: 50%;
    list-style: none;
    cursor: pointer;
}
.slick-dots li.slick-active
{
	background: #fff;
}
main .container:nth-child(2)
{
	background-size: 31%;
	padding-bottom: 10px;
	margin-top: -25px;
    padding-top: 25px;
}
.internal main .container:nth-child(2)
{
	background: #fff;
	padding-bottom: 20px;
}
.intro-block h1
{
	color: #840a2d;
	margin-top: 20px;
	font-size: 28px;
}
.intro-block aside
{
	padding-top: 20px;
	padding-left: 30px;
}
.intro-block aside ul {
    padding-left: 17px;
}
.intro-block aside li
{
	list-style-image: url(/img/bullet-arrow.png);
	margin-bottom: 4px;
	padding-left: 4px;
}
.intro-block p
{
	color: #231f20;
	line-height: 1.7;
}
.services {
    margin-bottom: 8px;
}
.services .col-sm-3
{
	position: relative;
}
.services .service-title
{
	background: #840a2d;
	color: #fff;
	display: inline-block;
	padding: 8px 12px;
	position: absolute;
	bottom: 15px;
	left: 0;
	z-index: 2
}
.news .divider
{
	border-bottom: 3px solid #dadbdc;
	clear: both;
	width: 100%;
	margin-top: 10px;
}
.news
{
	margin-bottom: 40px;
}
.news .news-img
{
	width: 80px;
	height: auto;
	float: left;
	background: #ddd;
	border-right: 15px solid #fff;
    border-bottom: 15px solid #fff;
}
.news h4
{
	border-top: 4px solid #6d6d6d;
	padding-top: 20px;
	margin-top: 0;
	color: #6d6d6d;
	text-transform: uppercase;
}
.news h4 a
{
	color: #6d6d6d;
	font-weight: 700;
}
.news p {
    clear: both;
}

.internal .hero
{
	margin-bottom: 30px;
}
.internal h1
{
	color: #840a2d;
	font-size: 25px;
	margin-top: 0;
}
.subnav ul
{
	padding-left: 0;
}
.subnav ul li
{

	list-style: none;
	width: 100%;
}
.subnav ul li a
{
	background: #fdb813;
	color: #fff;
	display: block;
	padding: 4px 10px;
	transition: all 20*0ms ease;
}
.subnav ul li:nth-child(2n) a
{
	background: #fdc130;
}
.subnav ul li a:hover,
.subnav ul li.active a
{
	text-decoration: none;
	background: #840a2d;
}
h1 .sub-head
{
	font-size: 16px;
	color: #000;
}
.content .search-social
{
	float: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
.content .search-social li
{
	font-size: 16px;
	margin-bottom: 8px;
}
a.btn {
    padding: 5px 10px;
    border-top: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    margin-top: 6px;
    background: #ac9c8f;
    font-size: 13px;
    transition: all 200ms ease;
}
a.btn:hover
{
	background: #9a887a;
	color: #fff;
}
.news-item h2 a
{
	color: #000;
}
.news-item.clearfix {
    padding-bottom: 25px;
    border-bottom: 3px solid #dadbdc;
    margin-bottom: 35px;
}
.news-article .news-item
{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0px;
}
.search-results .resultRowOne,
.search-results .resultRowTwo
{
	padding-top: 15px;
	border-top: 1px solid #ccc;
	margin-bottom: 15px;
}
.search-results .resultRowOne h4,
.search-results .resultRowTwo h4
{
	margin-top: 0;
	font-weight: 700;
    font-size: 17px;
    margin-bottom: 5px;
}
footer .container
{
	background: rgba(88,89,91,0.8);
	color: #fff;
}
footer .footer-logo
{
	background: url(/img/logo-footer.png) no-repeat;
	background-size: 100% auto;
	width: 170px;
	height:65px;
	display: block;
	text-indent: -9999px;
	float: left;
}
footer .inner
{
	padding: 20px 0;
}
footer .company-profile
{
	color: #fff;
	text-decoration: none;
	float: right;
	text-transform: uppercase;
	font-size: 12px;
}
footer .company-profile i
{
	margin-right: 4px;
}
.footer-links
{
	float: left;
	margin-left: 100px;
	margin-top: 4px;
}
.footer-links .col
{
	border-left: 1px solid #fff;
	padding-left: 20px;
	float: left;
	margin-right: 30px;
}
.footer-links ul
{
	padding-left: 0;
	margin-bottom: 0;
}
.footer-links li
{
	list-style: none;
	font-size: 12px;
	margin-bottom: 2px;
}
.footer-links a
{
	color: #fff;
}
.bottom-footer
{
	background: rgba(88,89,91,0.5) !important;
	padding: 25px;
	text-align: center;
	font-size: 12px;
}
.bottom-footer p
{
	margin-bottom: 0;
}

.no-padding-l
{
	padding-left: 0;
}
.no-padding-r
{
	padding-right: 0;
}
.no-margin-l
{
	margin-left: 0;
}
.no-margin-r
{
	margin-right: 0;
}

blockquote {font-size: 14px;}
blockquote cite {font-size: 14px;}


.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



