body {
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size:16px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6  {
    font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    line-height:1.3;
}

h1 { font-size:35px; }

a { color:#0071bc; }

a:hover, a:visited, a:focus { color:#205493; }


/* buttons */
.btn {
    font-weight: bold;
    padding: 8px 15px 4px;
    font-size: 15px;
    line-height: 1.42857;
    border-radius: 5px;
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

.btn-primary, .search-apply {
    background-color: #0071bc;
    border-color: #0071bc;
}

.btn-primary:hover { background-color: #205493; }

.btn-default {
    color:#0071bc;
    border:2px solid #0071bc;
}

.btn-default:hover {
    color: #fff;
    background-color: #205493;
    border: 2px solid #205493;
}

.sidebar a.btn {
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    padding: 10px 5px;
    margin: 0 0 0.5em 0;
    min-width:265px;
    background-color: #0071bc;
    border:none;
    display: block;
    clear: both;
}



/* header */

.navbar { margin-bottom:0; }

.prefix {
    float: left;
    width: 400px;
    background: none;
}

.navbar-brand {
    float: left;
    padding: 0 0 0 15px;
    font-size: 1.3em;
    line-height: 2.2em;
    height: 60px;
    color:#fff;
}

.navbar-inverse .navbar-brand { color:#fff; }

.nih {
    float: left;
    margin-right: 1rem;
    height: 3.7rem;
    width: 5.9rem;
    margin-top:0.4em;
}

#anch_2 {
    text-decoration: none;
    color: white;
    vertical-align: text-top;
    display: inline-block;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    line-height:31px;
}

.navbar-static-top {
    border-color: #101010;
    background-color: #326295;
}

.navbar-collapse {
    border-color: #101010;
    background-color: #326295;
}
.navbar-form  {
    border-color: #101010;
    background-color: #326295;
}

.page-header { margin-top:0; }


button.search-clear, button.search-apply, input.case-deflection { min-height: 45px; }

.input-group-btn:last-child>.btn {
    color: #fff;
    font-size: 20px;
}

#case-deflection-topics h4 {
    font-size:16px;
    font-weight:bold;
}

#case-deflection-topics li span { display: none; }

a.list-group-item {
    background-color: #fff;
    border: 2px solid #0071bc;
    width: 45%;
    background: #fff;
    margin: 5px;
    border-radius: 5px;
    float: left;
    font-weight: bold;
    font-size: 1.3em;
    color: #0071bc;
}
a.list-group-item:hover { 
    background-color: #fff; 
    color:#205493;
}

.list-group-item:first-child, .list-group-item:last-child { border-radius: 5px; }

ul.list-group li a { font-size: 19px; }


.alert-info {
    background-color:#e1f3f8;
    border-left: 10px solid #02bfe7;
}

.alert-danger {
    background-color: #e1f3f8;
    border:none;
}

.crmEntityFormView .actions {
    border:none;
    margin: 0 0 20px 25px;
}

.crmEntityFormView .actions .btn {
    padding: 10px 20px;
    font-size: 18px;
}

.grid-actions a.btn.action {
    margin-left: 10px;
    color: #fff;
    border: none;
    padding: 8px 12px;
}


/* Support Form */
#title { margin-bottom:0; }

.form-control {
    border: 0.1rem solid #5b616b;
    font-size: 1.7rem;
    line-height: 1.3;
    padding: 1rem 0.7em;
    min-height:45px;
}

footer { 
    background-color:#326295!important; 
    margin-top:2em;
}

#footer-bottom { padding:0; }

footer .social_media img
{
	height:35px;
}
.pt-5
{
	padding-top: 3rem !important
}
.text-white
{
	color: rgb(255, 255, 255)!important;
}


@media screen and (max-width: 990px) {

}

@media screen and (max-width: 768px) {
    .navbar-inverse .navbar-brand { padding-top:8px; }

    .nih {
	width:4em;
  	height:auto;
	margin:0;
    }	
}

@media screen and (max-width: 570px) {
    a.list-group-item {
	float:none;
	width:100%;
    }
    .sidebar a.btn {
	width:100%
    }
}

@media screen and (max-width: 450px) {
}