@charset "utf-8";
/* CSS Document */

/******* Fonts Face CSS Start **********/
@font-face {
	font-family: 'open_sansregular';
	src: url('../fonts/opensans-regular_0-webfont.eot');
	src: url('../fonts/opensans-regular_0-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/opensans-regular_0-webfont.woff2') format('woff2'),  url('../fonts/opensans-regular_0-webfont.woff') format('woff'),  url('../fonts/opensans-regular_0-webfont.ttf') format('truetype'),  url('../fonts/opensans-regular_0-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/********* Fonts Face CSS End **********/

/******* Common Element CSS Start ******/
*, *:before, *:after {/* Chrome 9-, Safari 5-, iOS 4.2-, Android 3-, Blackberry 7- */
	-webkit-box-sizing: border-box; /* Firefox (desktop or Android) 28- */
	-moz-box-sizing: border-box;/* Firefox 29+, IE 8+, Chrome 10+, Safari 5.1+, Opera 9.5+, iOS 5+, Opera Mini Anything, Blackberry 10+, Android 4+ */
	box-sizing: border-box;
}
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
ul, ol {
	list-style: none;
}
a {
	text-decoration: none;
	outline: none;
}
a:focus, a:active, a:visited {
	outline: none !important;
	border: 0px;
}
.border-none {
	border: none !important;
}
.bg-none {
	background: none !important;
}
.margint-none {
	margin-top: 0px !important;
}
.marginr-none {
	margin-right: 0px !important;
}
.marginb-none {
	margin-bottom: 0px !important;
}
.marginl-none {
	margin-left: 0px !important;
}
.paddingt-none {
	padding-top: 0px !important;
}
.paddingr-none {
	padding-right: 0px !important;
}
.paddingb-none {
	padding-bottom: 0px !important;
}
.paddingl-none {
	padding-left: 0px !important;
}
/******* Common Element CSS End *********/

/******* Header Section CSS Start *******/
header {
	background-color: #fff;
}
.top-header {
	padding: 5px 0;
	background: #344650;
	font-weight: 600;
}
.top-header a {
	padding-right: 10px;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
}
.top-header a:hover {
	color: #f2a200;
	text-decoration: none;
}
.top-header .righty {
	text-align: right;
}
.top-header ul {
	margin: 0;
	padding: 0;
}
.top-header ul li {
	display: inline-block;
}
.top-header form, .top-header ul, .top-header form button, .top-header form .form-group {
	display: inline-block;
	vertical-align: middle;
}
.top-header form .form-group {
	margin: 0;
}
.top-header form .form-control {
	width: 204px;
	height: 30px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	color: #555555;
	font-size: 14px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	-webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
#searchsubmit {
	margin-left: 10px;
	padding: 7px 12px;
	background: #f2a200;
	color: #fff;
	font-weight: normal;
	line-height: 16px;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 4px;
	border: none;
}
.bottom-header {
	border-bottom: solid 1px #000000;
}
.logo {
	padding: 30px 0;
}
.navbar-default .navbar-nav li.dropdown:hover .dropdown-menu {
	display: block;
}
.navbar-default .navbar-nav ul li:last-child a {
	border-bottom: none;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a.selected, .nav-path-selected {
	color: #F2A200 !important;
}
.navbar-default ul li a.active {
	color: #f2a200;
}
.small-news {
	cursor: pointer;
}
.small-news:hover {
	opacity: .7;
}
.small-news h5 {
	height: 40px;
	width: 100%;
	overflow: hidden;
}
.small-news p {
	height: 120px;
	width: 100%;
	overflow: hidden;
}
/******* Header Section CSS End *********/

/******* Banner section CSS Start *******/
.orange {
	color: #f2a200;
}
.banner {
	position: relative;
	border-bottom: solid 1px #000000;
}


.orangebar {
	
	background: #f2a300 none repeat scroll 0 0;
    color: #000 !important;
    display: block;
    font-family: "open_sansbold",sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 51px;
    line-height: 53px;
    margin-top: 3px;
    padding-left: 15px;
    position: relative;
	overflow:hidden;
	margin-bottom:10px;
	
}

.orangebar i {
	position:absolute; right:-1px; top:0px; background-color:#141414;
	padding:13px; color:#F2A300; font-size:25px;
}

.orangebar:hover {
	opacity:.6;
}



.home-banner {
	background: url("../images/slide.jpg") no-repeat center top;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
.banner-text {
	padding: 60px 0 50px;
}
.banner-text-inner {
	width: 300px;
	padding: 18px 20px 22px;
	background: rgba(38, 89, 116, 0.95);
	border-radius: 3px;
	box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.3);
	-webkit-box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.3);
}
.banner-text p {
	font-size: 13px;
	line-height: 18px;
	color: #ffffff;
}
.banner-text span {
	font-weight: bold;
}
.banner-text-inner strong {
	color: #F2A200;
}
.banner-text h2 {
	margin: 0 0 10px;
	padding-left: 55px;
	background: url("../images/c1.png") no-repeat left top;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
}
.caption {
	width: 740px;
	margin-left: 120px;
	padding: 14px 100px 14px 0;
	background: url("../images/caption-bg.png") no-repeat;
	text-align: right;
	position: absolute;
	bottom: -2px;
}
.caption-left {
	background: #265974;
	width: 120px;
	height: 49px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.caption p {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
}
.caption p a {
	color: #f2a200;
	text-decoration: underline;
	text-transform: uppercase;
}
.caption p a:hover {
	text-decoration: none;
}
.control-navs ul {
	margin: 0;
	width: 265px;
	float: right;
}
.control-navs ul li {
	padding-left: 75px;
	width: 100%;
	height: 80px;
	display: table;
}
.control-navs ul li.first {
	background: #F4A300 url("../images/i1.png") no-repeat 30px center;
	border-bottom: solid 5px #d89000;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.control-navs ul li.second {
	background: #55BDBB url("../images/i2.png") no-repeat 30px center;
}
.control-navs ul li.third {
	background: #3D7DA1 url("../images/i3.png") no-repeat 30px center;
}
.control-navs ul li.fourth {
	background: #235975 url("../images/i4.png") no-repeat 30px center;
}
.control-navs ul li.first:hover {
	background: #F4A300 url("../images/i1h.png") no-repeat 30px center;
}
.control-navs ul li.second:hover {
	background: #55BDBB url("../images/i2h.png") no-repeat 30px center;
}
.control-navs ul li.third:hover {
	background: #3D7DA1 url("../images/i3h.png") no-repeat 30px center;
}
.control-navs ul li.fourth:hover {
	background: #235975 url("../images/i4h.png") no-repeat 30px center;
}
.control-navs ul li a {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	color: #00253a;
	font-weight: 600;
}
.control-navs ul li a:hover {
	text-decoration: none;
	color: #ffffff;
}
.contact-map {
	display: block;
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
	background-color: #F3F3F3;
}
.contact-square {
	position: absolute;
	left: 50%;
	width: 300px;
	margin-left: 180px;
	height: 80%;
	top: 10%;
	background-color: #fff;
	z-index: 99;
	box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.3);
	padding: 20px;
}
.contact-square p {
	color: #1b4e69 !important;
	font-size: 14px;
}
.contact-square .form-control {
	margin-bottom: 15px;
}
.contact-square .contactbtn {
	float: right;
	background-color: #FFA700;
	padding: 10px;
	border: 0px;
	font-size: 15px;
	color: #fff;
	display: block;
	width: 100px;
	text-align: center;
}
/******* Banner section CSS End *********/

/******* Middle section CSS Start ******/
.middle {
	padding: 40px 0 50px;
}
.block-1 {
	margin-bottom: 40px;
}
.block-1 p {
	margin-top: 30px;
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	color: #555555;
}
.block-1 span {
	text-transform: uppercase;
	font-weight: normal;
}
.block-1 ul li {
	display: block;
}
.block-1 ul li a {
	display: inline-block;
	vertical-align: top;
}
.block-2 {
	position: relative;
}
.home-third-icon {
	width: 70px;
	height: 70px;
	margin: -38px auto 0;
	background: #265974;
	border: 5px solid #ffffff;
	border-radius: 50%;
	display: block;
	position: relative;
	z-index: 99;
}
.block-container {
	border: 1px solid #efefef;
	border-radius: 3px;
	color: #555555;
	text-align: center;
}
.block-container img {
	width: 100%;
	box-shadow: 2px 2px 15px 0 rgba(50, 50, 50, 0.6);
	-moz-box-shadow: 2px 2px 15px 0 rgba(50, 50, 50, 0.6);
	-webkit-box-shadow: 2px 2px 15px 0 rgba(50, 50, 50, 0.6);
}
.home-third-icon .fa {
	color: #fff;
	font-size: 30px;
	line-height: 60px;
}
.block-container h5 {
	margin: 10px 0 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #555555;
}
.block-container p {
	padding: 0 15px;
	font-size: 15px;
	color: #444444;
}
.block-container a {
	margin: 10px 0 38px;
	padding: 5px 10px;
	background-color: #fff;
	border: 1px solid #555;
	border-radius: 3px;
	color: #555;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
}
.block-container a:hover, .latest-news a:hover {
	text-decoration: none;
	color: #F4A300;
	border-color: #F4A300;
}
.middle .container img {
	height: auto;
	max-width: 100%;
}
.join {
	padding: 50px 0;
	background: #344751 url("../images/footer-bg.png") no-repeat right bottom;
	text-align: center;
}
.join h4 {
	margin: 0 0 30px;
	font-size: 26px;
	color: #f2a200;
	font-weight: 500;
}
.join p {
	margin-bottom: 20px;
	font-size: 16px;
	color: #ffffff;
	line-height: 25px;
}
.join p a {
	color: #ffffff;
	text-decoration: underline;
}
.orange-btn {
	margin-top: 30px;
	padding: 10px 20px;
	background: #f2a200;
	display: inline-block;
	color: #ffffff;
	font-size: 15px;
	border-radius: 3px;
	border: solid 1px #f2a200;
}
.orange-btn:hover {
	background: none;
	color: #f2a200;
}
.twitter {
	background-color: #f2a200;
	border-top: 1px solid #fff;
}
.twitter p {
	margin: 0;
	padding-left: 60px;
	min-height: 55px;
	font-size: 13px;
	color: #ffffff;
	background: url("../images/tweet.png") no-repeat left center;
	line-height: 55px;
}
.twitter p a {
	color: #ffffff;
	text-decoration: underline;
}
.latest-news {
	padding: 50px 0 20px;
	text-align: left;
}
.latest-news h2 {
	width: 35%;
	margin: 0 0 60px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
	color: #555555;
	font-size: 26px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	position: relative;
}
.latest-news h2 span {
	color: #265974;
}
.latest-news h2::after {
	content: "";
	width: 50px;
	height: 1px;
	background: #000000;
	position: absolute;
	bottom: 0;
	left: 0;
}
.latest-news a {
	margin: 10px 0 38px;
	padding: 5px 10px;
	background-color: #fff;
	border: 1px solid #555;
	border-radius: 3px;
	color: #555;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
}
.latest-news h5 {
	margin: 0 0 15px;
	font-size: 14px;
	color: #555555;
	font-weight: bold;
}
.latest-news p {
	font-size: 14px;
	color: #555555;
}
.owl-pagination {
	margin-top: 25px;
	text-align: right;
}
.blue {
	color: #265974;
}
.today {
	margin: 50px 0;
	padding: 30px 5%;
	background: #dedede;
}
.today p {
	margin: 0;
	font-size: 15px;
	color: #555555;
	line-height: 25px;
}
/******** Middle section CSS End *******/

/***** Bottom section CSS Start *******/
footer {
	padding: 30px 0;
	background: #265974 url("../images/footer-bg.png") no-repeat right bottom;
}
footer p, footer a {
	font-size: 13px;
	color: #ffffff;
}
footer p span {
	color: #f2a200;
}
.footer-logo {
	height: 156px;
	background: #fff url("../images/lotto.png") no-repeat center center;
	border-radius: 5px;
}
footer h4 {
	margin: 0;
	font-size: 15px;
	font-style: italic;
	line-height: 35px;
	color: #ffffff;
	font-weight: bold;
	float: left;
}
footer ul.socials {
	float: right;
}
footer ul.socials .fa {
	margin-left: 10px;
	font-size: 35px;
	line-height: 35px;
	color: #ffffff;
}
footer ul.socials li {
	display: inline-block;
}
footer ul.socials li a:hover .fa, footer a:hover {
	color: #f2a200;
}
footer iframe {
	border-radius: 5px;
}
#toTop {
	width: 30px;
	height: 30px;
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	border: none;
	text-indent: 100%;
	background: url(../images/ui.totop.png) no-repeat left top;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
#toTopHover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
#toTop:active, #toTop:focus {
	outline: none;
}
/****** Bottom section CSS End *******/
/***** About Neuroma Page CSS Start *******/
.about-neuro-banner {
	background: url("../images/about-neuro-banner.jpg") no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	text-align: ri
}
.about-neuro-banner .banner-text-inner {
	float: right;
}
.title {
	margin-bottom: 50px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
}
.title h2 {
	margin: 0;
	font-size: 26px;
	line-height: 40px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #555;
	float: left;
	font-weight: normal;
}
.title::after {
	content: "";
	width: 50px;
	height: 1px;
	background: #000000;
	position: absolute;
	bottom: 0;
	left: 0;
}
.title ul.breadcrumbs {
	margin: 10px 0 0;
	padding: 0;
	float: right;
}
.title ul.breadcrumbs li {
	margin-right: 5px;
	display: inline-block;
	font-size: 13px;
	color: #555;
}
.title ul.breadcrumbs li a {
	font-size: 13px;
	color: #555;
}
.title ul.breadcrumbs li a:hover {
	color: #f2a200;
}
.content h5 {
	margin: 0 0 15px;
	font-size: 15px;
	color: #444444;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: bold;
}
.content p {
	margin: 0 0 15px;
	font-size: 15px;
	color: #444444;
	line-height: 25px;
}
.content strong.title-text {
	margin-bottom: 15px;
	display: block;
	font-size: 15px;
	color: #444444;
	line-height: 25px;
}
.italic-block {
	font-style: italic;
}
.italic-block a.attachment {
	padding-left: 20px;
	background: url("../images/pdf-icon-16x16.png") no-repeat left center;
	font-size: 15px;
	color: #f2a200;
	display: inline-block;
}
.content .today {
	padding: 30px 3% 20px;
	font-style: italic;
}
.content .today span {
	text-transform: uppercase;
}
.content .today p {
	font-size: 14px;
}
.content .today h3 {
	margin: 30px 0 0;
	font-size: 25px;
	color: #222;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.content .today h3 a {
	color: #265974;
}
.middle .content em {
	font-style: italic !important;
}
.middle .sidebar {
	width: 30%;
}
.sidebar h3 {
	margin: 0 0 15px;
	font-size: 23px;
	color: #444;
	font-style: italic;
}
.sidebar input.form-control {
	width: 100%;
	height: 46px;
}
.sidebar button#searchsubmit {
	margin: 0;
	float: right;
	font-size: 15px;
}
.search-block, .member-profile {
	margin-bottom: 35px;
}
.member-profile ul {
	margin-top: 40px;
}
.member-profile ul li img {
	width: 100%;
}
.member-quote .quotes-box {
	padding: 20px;
	background: #477a95;
	border-radius: 3px;
}
.member-quote .quotes-box p {
	margin-bottom: 25px;
	font-size: 17px;
	color: #ffffff;
	line-height: 25px;
	font-style: italic;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.member-quote .quotes-box strong {
	color: #ffffff;
	display: block;
}
.member-quote .owl-controls {
	display: none !important;
}
.news-image {
	width: 100%;
	height: 125px;
	margin-bottom: 20px;
	background-color: #EFEFEF;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.forum-page {
	background-color: #e3ebf3;
}
.forum-page .title {
	margin-bottom: 20px !important;
}
.links-block {
	display:block;
	width:100%;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px #E6E6E6 solid;
}
#cboxOverlay, #cboxWrapper, #colorbox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden
}
#cboxWrapper {
	max-width: none
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%
}
#cboxBottomLeft, #cboxMiddleLeft {
	clear: left
}
#cboxContent {
	position: relative
}
#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch
}
#cboxTitle {
	margin: 0
}
#cboxLoadingGraphic, #cboxLoadingOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
	cursor: pointer
}
.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0
}
#cboxContent, #cboxLoadedContent, #colorbox {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box
}
#cboxOverlay {
	background: #000;
	opacity: .9;
	filter: alpha(opacity=90)
}
#colorbox {
	outline: 0
}
#cboxContent {
	margin-top: 20px;
	background: #000
}
.cboxIframe {
	background: #fff
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc
}
#cboxLoadedContent {
	border: 5px solid #000;
	background: #fff
}
#cboxTitle {
	position: absolute;
	top: -20px;
	left: 0;
	color: #ccc
}
#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 0;
	color: #ccc
}
#cboxLoadingGraphic {
	background: url(../images/loading.gif) center center no-repeat
}
#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: 0 0
}
#cboxClose:active, #cboxNext:active, #cboxPrevious:active, #cboxSlideshow:active {
	outline: 0
}
#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff
}
#cboxPrevious {
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -32px;
	background: url(../images/controls2.png) top left no-repeat;
	width: 28px;
	height: 65px;
	text-indent: -9999px
}
#cboxPrevious:hover {
	background-position: bottom left
}
#cboxNext {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -32px;
	background: url(../images/controls2.png) top right no-repeat;
	width: 28px;
	height: 65px;
	text-indent: -9999px
}
#cboxNext:hover {
	background-position: bottom right
}
#cboxClose {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	background: url(../images/controls2.png) no-repeat;
	width: 28px!important;
	height: 27px!important;
	text-indent: -9999px;
	background-position: -23px -23px!important
}
#cboxClose:hover {
	background-position: bottom center
}
.lightboxtext {
	display: none
}
.innerlightbox {
	padding: 25px;
	overflow: auto;
	height: 500px
}
.innerlightbox iframe {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 0;
}
.iframefullheight {
	width: 100%;
	height: 100%;
	min-height: 10px;
	overflow: auto;
}
.middle .content a {
	color: #F1A200;
}
.orange-bar {
	width: 100%;
	background-color: #F2A200;
	text-transform: uppercase;
	padding: 15px 13px;
	color: #000;
	font-weight: bold;
	font-family: "open_sansbold", arial;
	font-size: 17px;
	float: left;
	clear: both;
}
.ui-dialog.ui-widget h2 {
	font-size: 16px !important;
	font-weight: bold;
}
.staff-item {
	width: 100%;
	float: left;
	clear: both;
	margin-top: 25px;
	border-bottom: #E5E5E5 1px solid;
	padding-bottom: 20px;
}
.staff-description p {
	font-size: 12px;
	line-height: 21px;
}
.staff-photo {
	width: 100%;
	height: 150px;
	background-size: contain;
	background-color: #181818;
	background-position: center center;
	background-repeat: no-repeat;
}
.staff-socials {
	width: 100%;
	text-align: center;
}
.staff-socials i {
	color: #265974;
	font-size: 26px;
	margin: 5px 5px 0 0;
}
.download {
	background-image: url('../images/pdficon.png');
	background-position: 6px 3px;
	background-repeat: no-repeat;
	width: 100%;
	display: block;
	height: 55px;
	background-color: #F3A000;
	padding: 16px 0px 0px 65px;
	color: #fff;
	border-radius: 6px;
	margin-top: 15px;
	clear: both;
	margin-bottom: 25px;
}
.download:hover {
	opacity: .75;
}
.download a:hover {
	color: #fff !important;
}
.download a {
	color: #000 !important;
	font-size: 18px;
	font-family: "open_sansbold", sans-serif;
	font-weight: bold;
	display: block;
	width: 100%;
}
.download a i {
	font-size: 20px !important;
	color: #000;
	position: relative;
	top: -1px;
	padding-left: 5px;
}
.acc_head {
	margin-top: 3px;
	background: #F2A300;
	color: #000 !important;
	font-size: 18px;
	font-family: "open_sansbold", sans-serif;
	font-weight: bold;
	line-height: 53px;
	display: block;
	height: 51px;
	padding-left: 15px;
	position: relative;
}
.acc_head:HOVER {
	background: #222222;
	color: #fff !important;
}
.news-post {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #DEDEDE 1px solid;
}
.drop21 ul, .drop21nav-path-selected ul {
	display: none !important
}
.accordion_e .panel-body {
	padding-left: 0px !important;
}
.news-img-l img, .news-content img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	border: 1px #EAEAEA solid;
}
.content h3 {
	margin-top: 1px;
}
.newsimagelarge {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	border: 1px #EAEAEA solid;
}
.ccm-search-block-form input {
	display: none;
}
.ccm-search-block-form h3 {
	font-size: 17px !important;
	font-weight: bold;
}
.ccm-search-block-form .searchResult {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
}
.magazine-item {
	background-color: #457A96;
	margin-bottom: 10px;
	padding: 20px 20px 20px 70px;
	background-image: url('../images/mag.png');
	background-repeat: no-repeat;
	background-position: 20px 30px;
	color: #fff;
	font-size: 16px;
}
.magazine-item p {
	color: #fff;
	margin-bottom: 2px;
	font-weight: bold;
}
.orange {
	color: #F2A300;
}
.lightboxx:nth-of-type(1) .magazine-item {
	background-color: #F2A300 !important;
}
.lightboxx:nth-of-type(1) .magazine-item .orange {
	color: #262626 !important;
}

/***** About Neuroma Page CSS End *******/

@media(max-width: 767px) {
.top-header {
	padding: 15px 0;
}
.top-header a {
	display: block;
	text-align: center;
	line-height: 22px;
}
.top-header .lefty {
	margin-bottom: 10px;
}
.top-header .righty {
	text-align: center;
}
.top-header .righty a {
	margin-bottom: 10px;
}
.top-header form .form-control {
	width: 180px;
}
#searchsubmit {
	margin: 0;
}
.logo, .block-1 p,  .block-1 ul.text-right,  .owl-item, .owl-pagination {
	text-align: center;
}
.logo img {
	display: inline-block;
}
.banner-text-inner {
	margin: 0 auto;
	width: 260px;
}
.control-navs,  .caption, .caption-left,  br {
	display: none;
}
.middle {
	padding-top: 0;
}
.home .middle .container,  .latest-news div {
	padding: 0;
}
.block-container,  .today p {
	margin-bottom: 25px;
}
.twitter {
	padding: 10px 0;
}
.twitter p {
	line-height: 20px;
}
.latest-news h2 {
	width: 100%;
}
.today {
	margin: 20px 0;
}
footer .footer-grid {
	margin-bottom: 30px;
}
.block-1 ul li {
	display: inline-block;
}
.about-neuro-banner .banner-text-inner {
	float: none;
}
.title h2,  .title ul.breadcrumbs {
	float: none;
}
.title {
	margin-bottom: 20px;
	padding: 15px 0;
}
.content .today h3 {
	margin-bottom: 20px;
	font-size: 18px;
}
.sidebar.pull-right {
	width: 100%;
	float: none;
}
.member-quote .owl-item {
	text-align: left;
}
.today div {
	padding: 0;
}
.staff-socials {
	width: 100%;
	text-align: right;
}
.staff-item .col-md-8 {
	margin-top: 20px;
}
}

@media(min-width: 768px) and (max-width: 991px) {
.top-header {
	padding: 15px 0;
}
.top-header .righty,  .top-header .lefty {
	text-align: center;
}
.top-header a {
	display: block;
}
.top-header .lefty a {
	margin-bottom: 10px;
}
.logo {
	padding: 15px 0;
	text-align: center;
}
.logo img {
	display: inline-block;
}
.home-banner {
	height: 321px;
}
.control-navs ul li {
	height: 64px;
}
.caption {
	margin: 0;
}
.block-container p br,  footer br {
	display: none;
}
.twitter {
	padding: 10px 0 10px;
}
.twitter p {
	line-height: 20px;
	min-height: 40px;
}
.block-container {
	min-height: 408px;
}
footer ul.socials .fa {
	font-size: 22px;
	line-height: 30px;
	margin-left: 3px;
}
.middle .sidebar {
	width: 32%;
}
}

@media(min-width: 992px) and (max-width: 1080px) {
.twitter {
	padding: 10px 0 10px;
}
.twitter p {
	line-height: 20px;
	min-height: 40px;
}
.home-banner {
	height: 321px;
}
.control-navs ul li {
	height: 64px;
}
}

@media(min-width: 900px) and (max-width: 1300px) {
.dropdown.drop19 {
	display: none;
}
}

@media(max-width:900px) {
.contact-square {
	position: absolute;
	left: 50%;
	margin-left: -140px;
}
.today .col-sm-3.text-right {
	display: none;
}
}
