/*Section: header*/
*{
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
}
body { 
	max-width: 1080px; 
	margin: 0 auto !important; 
	float: none !important; 
}
.main-content{
    margin: 1rem 0 3rem 0;
}
span{
    font-weight: 600;
}
.nav-tabs{
    border: 0;
}
.nav-item {
    padding: 0px 20px;
}
.navbar-dark .navbar-nav .nav-link {
    color:#ffffff;
}
.navbar-toggler {
    outline: none !important;
}
.navbar-toggler-icon{
    color: #fff;
    background: #fff;
    height: 2px;
    width: 25px;
    display: block;
    margin-bottom: 7px;
}
.blue_bg {
    background: #0079BF;
    font-weight: 500;
    min-width: 100%;
}
.header__title-home{
    color: #0079BF;
    font-size: 55px;
    font-weight: 500;
    text-align: left;
    margin:10px;
    float:left;
}
.header__title_home p{
    font-size: 55px;
}
.oak-logo {
    margin-top: .75rem;
    margin-right: -1rem;
    min-width: 5rem;
}
.advanced__Search__link{
    font-size: 13px;
    color: #888888;
    position: absolute;
    right: 0;
    bottom: -23px;
}
.container-fluid{
    max-width: 100%;
    padding: 15px;
}
.btn-green{
    background: #008265;
    border-radius: 0;
}
#search-button{
    color: #fff;
}
#srch-term{
    border: 1px solid #008265;
    border-radius: 0px;
    float: right;
}
#search__bar{
    display: inline-block;
}
#search-button{
    width: auto;
    height: 100%;
}
.input-group{
    position: relative;
    max-height: 38px;
    width: auto;
}
.input-group-btn{
    max-height: 38px;
    width: auto;
}
.btn{
    margin: 0;
}
#header__container{
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
}
#header__container a, #header__container h4{
    display: inline-block;
}
/*.container-fluid{
    overflow: auto;
}*/
.navbar-toggler{
    border: none;
    margin-bottom: -5px;
}
input[type=submit], .back-btn {
    padding:5px 15px; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}
@media (max-width: 767px){
.advanced__Search__link{
    text-align: center;
    left: 0;
}
@media(max-width: 575px){
    .input-group-btn{
        margin-top: -8px;
    }
}
#header__container{
    display: inline;
}
}

.accordion-toggle {
    color:#333 !important;
    font-weight: 600;
font-size:22px;
}
.accordion-toggle.collapsed {
    text-decoration: underline;
    font-weight: normal;
}   
.accordion-toggle:before {
  font-family: 'FontAwesome';/* essential to enable caret symbol*/
}
.accordion-toggle.collapsed:before {
  /* symbol for "collapsed" panels */
  font-family: 'FontAwesome';/* essential to enable caret symbol*/
  content: "\f054";  /* adjust as needed, taken from font-awesome.css */
}
.first_line_bold::first-line {
  font-weight:600;
}
.box {
	position: relative;
	border: 2px solid #0079BF;
  margin-top:35px;
    box-shadow: 5px 10px rgba(0, 0, 0, 0.3);

}
.box:after, .box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.box:after {
	border-bottom-color: #fff;
	border-width: 34px;
	margin-left: -34px;
}
.box:before {
	border-bottom-color: #0079BF;
	border-width: 36px;
	margin-left: -36px;
}

.box a {
    color: #0079BF;
    font-weight:600;
}