body {
font-family: "Gotham Book",sans-serif;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Gotham Book",sans-serif;
}

input, button, select, textarea {
font-family: "Gotham Book",sans-serif;
}

#searchBar button {
background: #111;
border: 1px solid #111;
transition: 0.2s;
}

#searchBar button:hover {
background: #333;
border: 1px solid #111;
}


#searchBar button:focus {
background: #111;
border: 1px solid #111;
}

#docsSearch {
background-color:#f3f3f3;
background-size: cover;
padding: 4em 0;
}

#docsSearch h1 {
    color: #000;
    font-weight:100;
    font-size: 45px;
    padding-bottom: 20px;
    text-align: center;
    margin: 0 auto;
    margin-top: .4em;
    line-height: 100%;
    
}

#docsSearch h1:after {
    content: "Ask or describe how can we help you";
    display: block;
    font-size: 1rem;
    letter-spacing: normal;
    opacity: .65;
    padding-top: 16px;
    text-transform: uppercase;
}
    


footer {
display:none;
}

.navbar .brand {
max-width:160px !important;
}

.navbar .nav .active .caret {
display:none;
}

.articleFoot p, .articleFoot time {
display:none;
}

#fullArticle .printArticle {
display:none;
}

#categoryHead .sort {
display:none;
}

#serp-dd .result a{
	display:block;padding:7px 15px;
	font-size:15px;
	color:#333;
}
#serp-dd .result a:hover{
	background:#F3F3F3;
	text-decoration:none;
	color:#333;
}

.icon-article-doc:before{
    content: url(https://storage.googleapis.com/site-wide/Arrow-T-2.png);
    width: 16px;
    height: 16px;
    padding-right: 3px;
    display: inline-block;
    vertical-align: sub;
    opacity: 1;
}

.twoCol h2 a{
    border-bottom-color: #C4C4C4;
}

#searchBar .search-query:focus {
    border-color:#ccc;
}

.articleFoot {
   margin-top: 4em;
   display: none;
}


.result { color:#333; }


