/*
CTC Separate Stylesheet
Updated: 2020-10-05 08:57:49
Theme Name: NOF Child
Template: nof
Author: Canic Interactive
Author URI: http://canicinteractive.com
Description: Custom made theme for The National Osteoporosis Foundation.
Version: 1.0.1601902669
*/



.nof-forum-description {
    margin-bottom: 10px;
}

.nof-forum-links {
    float: right;
}

.nof-forum-links a {
    margin-right: 20px;
}

.nof-forum-header-image {
    margin: 10px 0 0;
    text-align:center;
}

.nof-forum-header-image img {
    width: 288px;
}
/* Bonefit Find a professional */
#bonefit-professionals tbody tr td:nth-child(3){
	text-transform:capitalize;
}
@media only screen and ( max-width: 782px ) {

    .nof-forum-header-image img {
        margin: 15px 0 0;
        width: 95%;
    }
}
@media only screen and ( max-width: 767px ) {
    .navbar-default .container .navbar-header .navbar-brand {
        width: 95px;
        height: auto;
        max-height: max-content;
    }
	.navbar-default .navbar-responsive-collapse #menu-main-menu>li.menu-btn>a{
		top: 0;
		left: 0;
		position: relative;
		background-color: #6B8F00;
		color: #fff;
		background-color: #6B8F00;
	}
}