#Navigation-Container, #Content-Container, #Banner-Container-S, #Blackbg-container, #greybg-container, #Reference-container {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#Banner, #Navigation, #Content, #greybg-main, #Reference-main, #mainContainer {
	max-width: 1200px;
	min-width: 300px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
/* ----- Image Align CSS ----- */
.img-l {
	float: left;
	margin: 0px 15px 10px 0px;
}
.img-r {
	float: right;
	margin: 0px 0px 10px 15px;
}
.img-c, .textCenter {
	text-align: center;
}
.textMain .img-c ul {
	margin: 0px;
	padding: 10px 0px;
}
.textMain .img-c li {
	margin: 3px;
	padding: 2px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #ccc;
}
#Article, #Sidebar {
	position: relative;
}
/* ----- Banner ----- */
#Banner {
	background: url(/images/sub-banner-bg.jpg) no-repeat 0px 0px;
	min-height: 328px;
}
#Banner .theme-L {
	background: url(/images/sub-banner-l-bg.jpg) no-repeat right 0px;
}
#Banner .theme-R {
	background: url(/images/sub-banner-r-bg.jpg) no-repeat left 0px;
}
#Banner {
	padding: 50px 0px 30px 0px;
	text-align: center;
}
#Banner h1 {
	font: 700 36px/45px "Montserrat", sans-serif;
	color: #fff;
	text-transform: uppercase;
	bottom: 90px;
	text-align: center;
	left: 0;
	right: 0;
	padding: 120px 0px 0px 0px;
}
/*Black bg*/
#Blackbg-container {
	background: #000;
	min-height: 785px;
}
/* ----- Navigation ----- */
#Navigation-Container {
	font: 500 14px/36px "Montserrat", sans-serif;
	color: #bfbfbf;
	text-transform: uppercase;
}
#Navigation {
	color: #fff;
	font: 500 14px/36px "Montserrat", sans-serif;
	text-transform: uppercase;
}
#Navigation a, .navigation a {
	color: #fff;
	font: 300 14px/36px "Montserrat", sans-serif;
}
#Navigation a:hover, .navigation a:hover {
	text-decoration: underline;
}
.breadcrumb-link {
	font: 300 14px/36px "Montserrat", sans-serif;
}
/* ----- TextMain Heading CSS ----- */
.textMain h1 {
	font: 700 36px/45px "Montserrat", sans-serif;
	color: var(--siteFontColor);
	padding: 10px 0px 10px 0px;
}
.textMain h1 span {
	font: 400 30px/40px "Montserrat", sans-serif;
	color: var(--themeTwoBg);
}
.textMain h1 span, .textMain h2 span {
	display: block;
}
.textMain h2, .textMain h3, .textMain h4, .hTag2, .hTag3, .hTag4 {
	padding: 15px 0px 5px 0px;
}
.textMain h1 a, .textMain h2 a, .textMain h3 a, .textMain h4 a, .hTag2 a, .hTag3 a, .hTag4 a {
	text-decoration: none;
}
.textMain h2, .hTag2, .textMain h3.hTag2, .textMain h4.hTag2 {
	font: 700 30px/40px "Montserrat", sans-serif;
	color: var(--themeOneBg);
}
.textMain h2 span {
	font: 400 20px/30px "Montserrat", sans-serif;
	color: var(--themeFourBg);
}
.textMain h2 a, .hTag2 a, .textMain h3.hTag2 a, .textMain h4.hTag2 a {
	color: var(--themeOneBg);
}
.textMain h3, .hTag3, .textMain h2.hTag3, .textMain h4.hTag3 {
	font: 700 25px/30px "Montserrat", sans-serif;
	color: var(--themeTwoBg);
}
.textMain h3 a, .hTag3 a, .textMain h2.hTag3 a, .textMain h4.hTag3 a {
	color: var(--themeTwoBg);
}
.textMain h4, .hTag4, .textMain h2.hTag4, .textMain h3.hTag4 {
	font: 500 18px/30px "Montserrat", sans-serif;
	color: var(--themeThreeBg);
}
.textMain h4 a, .hTag4 a, .textMain h2.hTag4 a, .textMain h3.hTag4 a {
	color: var(--themeThreeBg);
}
.textMainBold {
	font-weight: 700;
}
.textMain p.textMainBold {
	padding: 15px 0px 5px 0px;
}
.PDFtext {
	font: 400 12px "Montserrat", sans-serif;
	color: #999;
}
.mandatory {
	font: 400 14px "Montserrat", sans-serif;
	color: #f00;
}
/* ----- Text Main CSS ----- */
.textMain {
	padding: 40px 50px 50px 10px;
	font: 400 18px/30px "Montserrat", sans-serif;
	color: var(--siteFontColor);
}
.noSidebar .textMain {
	padding: 40px 10px 50px 10px;
}
.textMain a {
	color: #cc1800;
}
.textMain a:hover {
	color: #991907;
	text-decoration: underline;
}
.textMain p {
	padding: 5px 0px 10px 0px;
}
.textMain ul, #greybg-main ul {
	padding: 0px 0px 10px 0px;
}
.textMain ol {
	padding: 0px 0px 10px 30px;
}
.textMain ul>li, #greybg-main ul>li {
	background: url(/images/bullet-b.gif) no-repeat 10px 15px;
	padding: 5px 5px 5px 30px;
}
.textMain ol li {
	padding: 5px 5px 5px 5px;
	list-style: decimal;
}
.textMain ul ul, .textMain ol ol {
	padding: 5px 5px 10px 20px;
}
.textMain ul ul li {
	background: none;
	padding: 5px;
	list-style: circle;
}
.textMain ol ol li {
	padding: 5px;
	list-style-type: lower-alpha;
}
.textMain ol ul li {
	list-style: none;
}
.textMain ul ul ul li {
	list-style: square;
}
.textMain ol ol ol li {
	list-style: lower-roman;
}
.textMain li p {
	padding: 5px;
}
/* ----- Sidebar CSS ----- */
#Sidebar {
	width: 270px;
	padding: 50px 0px 50px 0px;
}
/* ---- Related Links ---- */
.reLinks {
	padding: 10px 0px 10px 0px;
}
.textMain .reLinks ul, .textMain .subLinks ul {
	padding: 0px;
	margin: 0px;
	font-size: 0px;
}
.textMain .subLinks ul {
	column-count: 2;
}
.textMain .reLinks li {
	font: 400 16px/30px "Montserrat", sans-serif;
	color: var(--fontLight);
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 2px;
	text-align: center;
	background: none;
}
.textMain .subLinks li {
	font: 400 16px/30px "Montserrat", sans-serif;
	color: var(--fontLight);
	margin: 0px;
	padding: 2px;
	background: none;
}
.textMain .reLinks li a, .textMain .subLinks li a {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	background: var(--themeOneBg);
	color: var(--fontLight);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.textMain .reLinks li a:hover, .textMain .subLinks li a:hover {
	background: var(--themeTwoBg);
	color: var(--fontDark);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
/*Injury Data visualization CSS*/
.textMain .subCaption {
	text-transform: uppercase;
	font: 700 60px/66px "Montserrat", sans-serif;
	color: #fff;
	text-align: center;
	padding-bottom: 45px;
}
.textMain .subCaption span {
	font: 400 18px/26px "Montserrat", sans-serif;
	color: #bfbfbf;
	display: block;
}
.graphicWrapper {
	position: relative;
}
.redBox {
	width: 686px;
	min-height: 666px;
	background: #cc1a00;
	border-radius: 20px;
	position: relative;
}
.shadowText {
	font: 800 100px/100px "Montserrat", sans-serif;
	color: #bd1a02;
	text-transform: uppercase;
	white-space: nowrap;
	transform-origin: left;
	transform: rotate(-90deg) translate(-10%, 39%);
	position: absolute;
	left: 136px;
	right: 0;
	bottom: 0;
}
.textMain .graphImg.progress li {
	padding: 0;
	background: none;
}
.graphImg.progress label {
	font: 300 16px/24px "Montserrat", sans-serif;
	color: #fff;
	text-align: right;
	width: 200px;
}
/*Progress bar*/
.progress-container li {
	width: 100%;
	overflow: hidden;
	height: 30px;
	margin: 0;
	padding: 0px 0;
}
.progress-container li span {
	display: inline-block;
	vertical-align: top;
	font: 300 16px/24px "Montserrat", sans-serif;
	width: 100px;
	text-align: right;
	margin: 0 12px 0 0;
	color: #fff;
}
.progress-container li .progress-bar {
	display: inline-block;
	vertical-align: top;
	height: 100%;
	background-color: #fff;
	width: 0;
	height: 30px;
	color: #000;
	text-align: center;
	border-radius: 6px;
	transition: width 0.5s ease-in-out;
	font: 700 20px/24px "Montserrat", sans-serif;
	text-align: right;
	padding: 0px 10px 0px 0;
	height: 24px;
	border: 1px solid #b0b0b0;
}
/*Select btn css*/
.weekSelect {
	margin-left: -6px;
	color: #fff;
}
.weekSelect a {
	margin: 10px;
	color: #000 !important;
}
.graphWrap .weekSelect a {
	color: #fff !important;
}
/*.graphWrap {
	width: 898px;
	min-height: 592px;
	background: url(/images/graph-bg.png) no-repeat center top;
	position: absolute;
	right: 0;//no require
	right:215px;
	top: 52px;
	padding: 65px 50px 50px 95px;
}*/
/*Added by kcm*/
.redBox {  
    min-height: 659px !important;   
}

.graphicWrapper .chart-tabs {
    top: -30px !important;
}
.graphicWrapper .redBox .injury-trends {
    text-align: left !important;
    color: #fff;
}
.graphicWrapper .redBox {
   /* padding: 10px;
    width: 100% !important;*/
}

.graphWrap {
    width: 100%;
    min-height: 607px;
    background: #000;
    position: absolute;
    /* right: 0; */
    right: 0px;
    top: 52px;
    padding: 40px 25px 14px 25px;
    border-radius: 15px;
    border-top: 1px solid #cc1a00;   
border-bottom: 15px solid #cc1a00;  
border-left: 1px solid #cc1a00;  
border-right: 1px solid #cc1a00;  	
}
.shadowText{
	display:none;
}
.weekSelect select {
	width: 241px;
	border-radius: 10px;
	font: 500 14px/14px "Montserrat", sans-serif;
	text-transform: uppercase;
	color: #989b9e;
	letter-spacing:1px;
	padding: 10px 10px;
	border: none;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: #1c1c1c url(/images/dropdown-arrow.png) calc(100% - 10px) center no-repeat;
	-webkit-box-shadow: 0 8px 20px -6px #000;
	-moz-box-shadow: 0 8px 20px -6px #000;
	box-shadow: 0 8px 20px -6px #000;
	margin: 0 7px 0 0;
}
/*Added by kcm*/
 select:focus-visible {
 border: none;
 outline: none;
}
select {
	-webkit-appearance: none;
}
.graphImg {
	padding-top: 50px;
}
#greybg-container {
	background: #f7f7f7;
}
#greybg-main {
	padding: 50px 10px;
}
.visualizationIntra {
	padding: 70px 90px 60px 100px;
	background: #fff;
	border-radius: 20px;
}
.visualHead {
	font: 700 60px/66px "Montserrat", sans-serif;
	color: #cc1800;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.visualizationIntra p {
	color: #404040;
	font: 400 15px/30px "Montserrat", sans-serif;
	padding: 10px 0;
}
/*Sports Injuries CSS*/
.graphWrap.sports img {
	position: absolute;
	left: 80px;
	top: 0;
}
.graphWrap.sports {
	background: url(/images/sports-injury-bg.png) no-repeat center top;
}
.tableCell.graphImage {
	width: 610px;
	background: #fff;
}
.tableDiv.injuryTable {
	padding: 34px 0;
}
.graphVisual {
	width: 96%;
	height: 100%;
	border-radius: 20px;
	background: #000;
	color: #fff;
	min-height: 535px;
	position: relative;
	padding: 60px;
	text-align: center;
}
.tableDiv.injuryTable:nth-child(2n+1) .graphVisual {
	box-shadow: 16px 0 0px 0px #e3e3e3;
}
.tableDiv.injuryTable:nth-child(2n) .graphVisual {
	box-shadow: -16px 0 0px 0px #e3e3e3;
	float: right;
}
.tableDiv.injuryTable:nth-child(2n+1) .graphImage {
	border-radius: 20px 0 0 20px;
}
.tableDiv.injuryTable:nth-child(2n) .graphImage {
	border-radius: 0 20px 20px 0;
}
.tableDiv.injuryTable.type .graphVisual .progress-container {
	text-align: left;
}
.visualCaption {
	font: 700 30px/35px "Montserrat", sans-serif;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}
.injuryTypeList {
	padding: 0 0 26px 0;
}
.injuryTypeList li {
	display: inline-block;
	vertical-align: top;
	font: 500 14px/18px "Montserrat", sans-serif;
	padding: 0 10px;
}
.injuryTypeList li:first-child {
	border-right: 1px solid #ccc;
}
.injuryTypeList li select {
	width: 124px;
	font: 600 14px/18px "Montserrat", sans-serif;
	text-transform: uppercase;
	padding: 0 6px;
	color: #fff;
	border: none;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.injuryTypeList li:first-child select {
	color: #fff;
	background: url(/images/white-down-arrow.png) calc(100% - 10px) center no-repeat #000;
}
.injuryTypeList li:last-child select {
	color: #889dae;
	width: 110px;
	background: url(/images/grey-down-arrow.png) calc(100% - 10px) center no-repeat #000;
}
.tableCell.graphDetails {
	background: #fff;
	padding: 70px;
	border-radius: 0 20px 20px 0;
}
.tableDiv.injuryTable.position .tableCell.graphDetails {
	border-radius: 20px 0 0 20px;
	text-align: right;
}
.injuryCaption, textMain .injuryCaption {
	color: #cc1800;
	font: 700 60px/65px "Montserrat", sans-serif;
	padding: 0 0 10px 0;
}
.injuryDetails {
	padding: 15px 0 40px 0;
	font: 400 15px/30px "Montserrat", sans-serif;
}
.injuryMore a {
	display: inline-block;
	vertical-align: top;
	background: #cc1800;
	color: #fff;
	text-transform: uppercase;
	font: 500 12px/12px "Montserrat", sans-serif;
	border-radius: 10px;
	padding: 15px 40px 15px 40px;
	position: relative;
	letter-spacing: 1px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.injuryMore a:hover {
	background: #000;
	text-decoration: none;
}
/*Feedback Pop up Style*/
.pop-div {
	background: #000 none repeat scroll 0 0;
	display: none;
	height: 100%;
	left: 0;
	opacity: .8;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}
.popBox {
	border-radius: 20px;
	display: none;
	left: 0;
	margin: 0 auto;
	overflow: hidden;
	position: fixed;
	top: 8%;
	width: 70%;
	right: 0;
	z-index: 99999999;
	padding: 40px;
	background: #fff;
	font: 400 14px/18px "Montserrat", sans-serif;
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
}
/*.fullBox {
	height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 15px;
}*/
.pop-button {
	color: #000;
	cursor: pointer;
	font: 700 17px/24px "Montserrat", sans-serif;
	position: absolute;
	right: 7px;
	text-align: center;
	top: 6px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #d0d1d5;
	z-index: 101;
	box-shadow: 0 4px 2px 0px rgba(0, 0, 0, 0.1);
}
.popHeader {
	text-align: center;
	padding: 40px 25px;
	background: #f7f7f7;
	border-radius: 20px;
}
.feedbackText {
	color: #dd2726;
	font: 500 14px/24px "Montserrat", sans-serif;
	text-transform: uppercase;
	padding-top: 20px;
}
.feedbackText span {
	display: block;
}
.popform {
	padding: 40px 0 0 0;
}
.popform fieldset {
	border: none;
}
.popform legend {
	padding: 0px 10px;
	margin: 0px;
	font: 500 15px/20px "Montserrat", sans-serif;
	width: 100%;
	padding: 12px 30px;
	border: 1px solid #dadadd;
	background: #f7f7f7;
	border-radius: 10px;
	position: relative;
}
.popform legend::before {
	width: 22px;
	height: 22px;
	content: '';
	position: absolute;
	left: -10px;
	top: 12px;
	background: url(/images/pop-q-icon.png) no-repeat scroll 0 0;
}
.popform li {
	margin: 8px 0 20px 30px;
	display: inline-block;
	widows: 50%;
	vertical-align: top;
}
.popform input[type="radio"] {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
}
.popform label {
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 30px);
}
/*Sports Injury Videos CSS*/
#Blackbg-container.sportsVideos {
	min-height: auto;
}
.textMain .subCaption.videos {
	padding-bottom: 0;
}
.tableCell.videosL {
	padding: 63px 38px 0 0;
}
.videoCon {
	padding: 8px 21px 8px 21px;
	background: #dde1e2;
	border-radius: 20px;
	font-size: 0;
	text-align: center;
}
.textMain .videoCon ul {
	padding: 0;
}
.textMain .videoCon li {
	padding: 0;
	background: none;
	display: inline-block;
	vertical-align: top;
	margin: 2px;
}
.tableCell.injuryR {
	width: 375px;
}
.injurytrendsBx {
	min-height: 434px;
	min-width: 294px;
	background: url(/images/injury-trends-bg-new.png) no-repeat center top;
	text-align: center;
	padding: 20px 0 0 0;
	position: relative;
}
.injurytrendsBx .hero {
	top: 5px;
	left: 85px;
}
.injurytrendsBx .sportsHero {
	scale: 65%;
	width: auto;
	height: auto;
	position: static;
	background: none;
}
.trendMore {
	text-align: center;
	margin-bottom: 14px;
}
.trendMore a {
	display: inline-block;
	vertical-align: top;
	background: #cc1a00;
	color: #fff;
	text-transform: uppercase;
	font: 500 12px/12px "Montserrat", sans-serif;
	border-radius: 10px;
	padding: 19px 40px 19px 40px;
	position: relative;
	letter-spacing: 1px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trendMore a:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}
#greybg-container.whitebg {
	background: #fff;
}
.kneeinjuryCaption, .textMain .kneeinjuryCaption {
	color: #cc1800;
	font: 700 48px/55px "Montserrat", sans-serif;
	padding: 0 0 40px 0;
	text-transform: uppercase;
}
/*References CSS*/
#Reference-container {
	background: #000;
}
#Reference-main {
	padding: 50px 10px;
}
#Reference-main h3 span {
	font: 600 12px/16px "Montserrat", sans-serif;
	color: #fff;
	letter-spacing: 3px;
	display: block;
}
#Reference-main h3 {
	font: 700 48px/62px "Montserrat", sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 0px 0px 80px 0px;
}
.resourceList ul {
	font-size: 0;
	text-align: center;
}
.resourceList ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	width: 32%;
}
.resContent {
	min-height: 348px;
	width: 358px;
	margin: 0 auto;
}
.podcastDetails {
	width: 100%;
	background: #404040;
	border-radius: 10px;
	min-height: 160px;
	position: relative;
	top: -10px;
	text-align: center;
	padding: 30px 20px;
	color: #fff;
}
.podcastTitle {
	font: 500 16px/24px "Montserrat", sans-serif;
	padding: 0 0 15px 0;
}
.poddaysago {
	color: #fff;
	text-transform: uppercase;
	font: 400 10px/12px "Montserrat", sans-serif;
}
.poddaysago span {
	background: #303030;
	padding: 3px 10px;
	margin-right: 9px;
}
.podcastMore {
	font-size: 0;
	position: absolute;
	width: 28px;
	height: 27px;
	background: url(/images/news-more-icon.png) no-repeat 0 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -13px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.podcastMore a {
	display: block;
	width: 100%;
	height: 100%;
}
.resourceList ul li:hover .podcastMore {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
#Reference-main .moreBtn {
	padding-top: 0px;
}
.moreBtn {
	text-align: center;
	padding-top: 40px;
}
.moreBtn a {
	display: inline-block;
	vertical-align: top;
	background: #cc1800;
	border: 2px solid #cc1800;
	color: #fff;
	text-transform: uppercase;
	font: 500 12px/12px "Montserrat", sans-serif;
	border-radius: 10px;
	padding: 15px 38px 15px 38px;
	position: relative;
	letter-spacing: 1px;
}
.moreBtn a:hover {
	background: #000;
	text-decoration: none;
	border: 2px solid #cc1800;
}
.hero {
	background: url(/images/hero-img.png) no-repeat 0px 0px;
	width: 242px;
	height: 694px;
	top: 0px;
	left: 180px;
	position: absolute;
	z-index: 2;
}
.sportsTxt {
	font: 800 115px/85px "Montserrat", sans-serif;
	color: #ab1802;
	text-transform: uppercase;
	/* writing-mode: sideways-lr; */
	/* text-orientation: mixed; */
	position: absolute;
	left: 135px;
	z-index: 1;
	bottom: 20px;
	transform-origin: left;
	transform: rotate(-90deg) translate(-10%, 39%);
}
.heroTabs ul li {
	position: absolute;
	padding: 0;
}
.heroTabs ul li a {
	display: block;
	width: 20px;
	height: 20px;
	background: #cc1a00;
	border-radius: 50%;
	border: 3px solid #fff;
}
.heroTabs ul li a:hover {
	background: #000;
	text-decoration: none;
}
.tab1 {
	left: 82px;
	top: 10px;
}
.tab2 {
	left: 106px;
	top: 106px;
}
.tab3 {
	right: 55px;
	top: 105px;
}
.tab4 {
	top: 140px;
	left: 55px;
}
.tab5 {
	top: 185px;
	right: 30px;
}
.tab6 {
	right: 1px;
	top: 236px;
}
.tab7 {
	top: 312px;
	left: 55px;
}
.tab8 {
	left: 7px;
	top: 332px;
}
.tab9 {
	top: 387px;
	right: 85px;
}
.tab10 {
	top: 475px;
	left: 80px;
}
.tab11 {
	top: 530px;
	right: 59px;
}
.tab12 {
	top: 635px;
	left: 33px;
}
.tab13 {
	right: 44px;
	top: 630px;
}
.IntraMain {
	width: 242px;
	height: 694px;
}
.IntraMain .rslides .slider {
	width: auto;
	height: auto;
	padding: 0;
}
.heroTabs ul li {
	position: absolute;
	z-index: 999;
}
.IntraHero li a {
    font: 600 14px/14px "Montserrat", sans-serif;
    background: #fff;
    color: #cc1800;
    text-transform: uppercase;
    padding: 11px 25px;
    min-width: 90px;
    display: block;
}
.IntraHero li a:hover {
	text-decoration: none;
}
#IntraHero0 {
	left: -20px;
	top: 6px;
}
#IntraHero1 {
	top: 100px;
	left: -106px;
}
#IntraHero2 {
	top: 99px;
	left: 192px;
}
#IntraHero3 {
	top: 134px;
	left: -46px;
}
#IntraHero4 {
	top: 180px;
	left: 219px;
}
#IntraHero5 {
	top: 230px;
	left: 244px;
}
#IntraHero6 {
	top: 308px;
	left: -132px;
}
#IntraHero7 {
	top: 328px;
	left: -168px;
}
#IntraHero8 {
	top: 381px;
	left: 165px;
}
#IntraHero9 {
	top: 470px;
	left: -85px;
}
#IntraHero10 {
	top: 524px;
	left: 188px;
}
#IntraHero11 {
	top: 631px;
	left: -107px;
}
#IntraHero12 {
	top: 626px;
	left: 201px;
}
.nodisplay {
	font: 600 24px/24px "Montserrat", sans-serif;
	display: none;
	position: relative;
	z-index: 1;
	color: #fff;
	background: rgba(214, 78, 60, 0.9);
	width: 58px;
	height: 58px;
	border-radius: 50%;
	border: 3px solid #fff;
	left: -22px;
	top: -22px;
	padding: 11px 0px 0px 0px;
	text-align: center;
}
.IntraHero_here .nodisplay {
	display: block;
}
.IntraHero li a::after {
    width: 20px;
    height: 36px;
    position: absolute;
    left: -19px;
    content: '';
    top: 0px;
    background: url(https://assets.yourpractice.online/2910/hero-hover-left-bg.png) no-repeat 0px 0px;
}
#IntraHero0 a::after {
	right: 78%;
}
#IntraHero1 a::after {
	right: 88%;
}
#IntraHero6 a::after {
	right: 87%;
}
#IntraHero7 a::after {
	right: 87%;
}
#IntraHero9 a::after {
	right: 86%;
}
#IntraHero11 a::after {
	right: 84%;
}
#IntraHero2 a::after, #IntraHero4 a::after, #IntraHero5 a::after, #IntraHero8 a::after, #IntraHero10 a::after, #IntraHero12 a::after {
	background: url(/images/hero-hover-rightt-bg.png) no-repeat 0px 0px;
	left:100%;
}
#IntraHero10 a {
	display: block;
	width: 130px;
	padding: 11px 25px;
}
#IntraHero10 a::after {
	top: 0px;
}
/*#IntraHero2 a::after {
	left: 30%;
}
#IntraHero4 a::after {
	left: 44%;
}
#IntraHero5 a::after {
	left: 36%;
}
#IntraHero8 a::after {
	left: 39%;
}
#IntraHero10 a::after {
	left: 32%;
}
#IntraHero12 a::after {
	left: 38%;
}*/
.textMain .injuryBtntrend {
	position: absolute;
	right: 0;
	top: 52px;
}
.textMain .injuryBtntrend a {
	display: inline-block;
	vertical-align: top;
	background: #cc1a00;
	color: #fff;
	text-transform: uppercase;
	font: 500 13px/13px "Montserrat", sans-serif;
	border-radius: 10px;
	padding: 20px 20px 20px 20px;
	position: relative;
	letter-spacing: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.textMain .injuryBtntrend a:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}
.text-capitalize {
	text-align: center;
}
.row.sp-title {
	background: #d3d3d3;
}
.row.sp-lists {
	background: #efefef;
	padding-bottom: 13px;
}
.form-check-label {
	margin-bottom: 0;
	color: #000;
	font-size: 14px;
}
.search_teams_click {
	width: 250px !important;
	height: 34px;
	font-size: 16px;
}
.detail-sport-list {
	margin: 0 auto;
}
/*.form-group select {
	margin-left: 122px;
}*/

.status-list {
	padding-left: 45px !important;
}
/*.btn-primary {
	color: #fff;
	background-color: #cc1a00 !important;
}*/
/*#client_information>div>div.p-3.searvice-list-body {
	width: 744px;
}*/
.my-profile-country select, .my-profile-gender select {
	margin-left: 0px;
	box-shadow: none;
	border: 1px solid #ccc;
	width: 100%;
	font: 400 15px/14px "Montserrat", sans-serif;
	letter-spacing: 0px;
}
.registration-gender select, .registration-country select, .registration-state select {
	background: none;
	margin-left: 0px;
	box-shadow: none;
	border: 1px solid #ccc;
	font: 400 15px/14px "Montserrat", sans-serif;
	letter-spacing: 0px;
}
.registration-password .form-control {
	width: 93% !important;
}
.registration-password .fa-eye-slash:before, .registration-password .fa-eye:before {
	position: absolute;
	top: 30px;
	left: 0;
}
.sportsHero {
	position: absolute;
	width: 666px;
	height: 666px;
	background: #cc1a00;
	border-radius: 15px;
}
.sportsIntra {
	position: absolute;
	right: 0;
	top: 120px;
	padding: 75px 85px 75px 240px;
	border-radius: 15px;
	background: url(/images/injuries-bg.jpg) no-repeat 0px center #000;
}
.sportsIntra h2 {
	color: #fff;
	font: 800 58px/62px "Montserrat", sans-serif;
	text-transform: uppercase;
	padding-bottom: 55px;
}
.Interactivity {
	position: relative;
}
.sportsIntra h2 span {
	font: 200 20px/24px "Montserrat", sans-serif;
	display: block;
	letter-spacing: 1.6px;
}
.sportsIntra ul li {
	font: 400 16px/20px "Montserrat", sans-serif;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding: 0;
	width: 24%;
}
.sportsIntra ul li a {
	color:#fff;
}
.injury-trends-page .sportsIntra ul li:hover a {
	color: #cc1a00;
	font-weight: 500;
    text-decoration: none;
}
.sportsIntra ul li:last-child {
	margin: 0px 0px 0px 50px;
}
.sportsIntra ul li:last-child::after {
	background: #404040;
	position: absolute;
	content: '';
	left: -26px;
	top: 18px;
	height: 175px;
	width: 1px;
}
.sportsIntra img {
	padding-bottom: 15px;
}
.injury-trends-page #Blackbg-container {
	min-height: 615px;
}
.injury-trends-page .sportsIntra ul li:last-child {
	margin: 0px 0px 0px 0px;
}
.injury-trends-page .sportsIntra ul li:last-child::after { 
  display:none;
}
.injury-trends-page .Interactivity {
	position: relative;
	padding:0px 0px 0px 0px;
}
.injury-trends-page .sportsIntra {
	position: absolute;
	left: 40px;
	top: 60px;
	padding: 75px 30px 55px 65px;
	border-radius: 15px;
	background: url(https://assets.yourpractice.online/2910/injuries-bg.jpg) no-repeat 0px center #000;
	text-align: center;
}
.injury-trends-page .sportsIntra ul li {
	margin:5px !important;
}
.injury-trends-page .sportsIntra h2 {
	text-align: center;
}
/* References & resources CSS*/
.resourceList ul {
	font-size: 0;
	text-align: center;
}
.resourceList ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 70px 5px;
	width: 24%;
	min-width: 284px;
}
.resourceList ul li>.newsContent {
	width: 270px;
	min-height: 348px;
	background: #404040;
	border-radius: 10px;
	min-height: 494px;
}
.resourceList .newsContent {
	width: 100%;
	color: #fff;
	font: 400 15px/26px "Montserrat", sans-serif;
}
.resourceList .newsDetails {
	width: 100%;
	background: #404040;
	border-radius: 10px;
	min-height: 198px;
	position: relative;
	top: -10px;
	text-align: center;
	padding: 15px 30px;
	color: #fff;
}
.resourceList .newsDate {
	width: 60px;
	height: 60px;
	text-align: center;
	background: #cc1800;
	border-radius: 6px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -30px;
	font: 400 10px/12px "Montserrat", sans-serif;
	padding: 5px;
	text-transform: uppercase;
}
.resourceList .newsDate span {
	display: block;
	font: 600 26px/26px "Montserrat", sans-serif;
}
.resourceList .newsTitle {
	font: 600 16px/24px "Montserrat", sans-serif;
	padding: 35px 0 17px 0;
}
.resourceList .daysago {
	color: #fff;
	text-transform: uppercase;
	font: 400 10px/12px "Montserrat", sans-serif;
	padding-top: 20px;
}
.resourceList .daysago span {
	background: #303030;
	padding: 3px 10px;
	margin-right: 0;
	display: block;
	margin-bottom: 5px;
}
.resourceList .newsMore {
	font-size: 0;
	position: absolute;
	width: 28px;
	height: 27px;
	background: url(/images/news-more-icon.png) no-repeat 0 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -13px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.resourceList .newsMore a {
	display: block;
	width: 100%;
	height: 100%;
}
.resourceList ul li:hover .newsMore {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.dropMain {
	text-align: center;
	padding: 50px 0px 0px 0px;
}
.col-12.teamDropdown {
	display: inline-block;
	width: 30%;
	flex: inherit;
	margin: 10px;
}
.col-12.teamDropdown select {
	width: 100%;
	background: #1c1c1c url(https://assets.yourpractice.online/2910/dropdown-arrow.png) calc(100% - 20px) center no-repeat;
	border: none;
	padding: 10px;
	border-radius: 6px;
	font: 500 14px/14px "Montserrat", sans-serif;
	text-transform: uppercase;
	color: #989b9e;
}
.col-10.m-10.contenter-list {
	max-width: 1200px;
	padding: 0;
	margin: 0px auto;
	flex: inherit;
}
.graphicWrapper .redBox {
	padding: 10px;
	width: 615px;
}
.graphicWrapper .redBox .injury-trends label {
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}
.graphicWrapper .redBox .injury-trends {
	text-align: right;
	color: #fff;
}
.graphicWrapper .redBox .injury-trends label {
	margin-right: 10px;
}
.graphicWrapper .redBox #trends {
	width: 256px;
	border-radius: 10px;
	font: 400 14px/14px "Montserrat", sans-serif;
	text-transform: uppercase;
	color: #989b9e;
	letter-spacing: 4px;
	padding: 10px 20px;
	border: none;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: #1c1c1c url(https://assets.yourpractice.online/2910/dropdown-arrow.png) calc(100% - 20px) center no-repeat;
	-webkit-box-shadow: 0 8px 20px -6px #000;
	-moz-box-shadow: 0 8px 20px -6px #000;
	box-shadow: 0 8px 20px -6px #000;
	margin: 0 7px 0 0;
}
.graphicWrapper .chart-tabs {
	position: absolute;
	right: 37px;
	top: -28px;
}
.textMain .graphicWrapper .chart-tabs a {
	color: #000;
	padding: 5px 14px;
	background: #fff;
	margin: 0 2px;
	border-radius: 5px 5px 0 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 17px;
}
.textMain .graphicWrapper .chart-tabs a:hover {
	text-decoration: none;
	background: #fff;
	color: #000;
}
.textMain .graphicWrapper .chart-tabs a:first-child {
	background: #cc1a00;
	color: #fff;
	border: 1px solid #000;
}
.weekSelect .search_teams_click {
	background: #1c1c1c;
	border: 1px solid #1c1c1c;
	color: #fff;
	border-radius: 10px;
	font: 500 14px/14px "Montserrat", sans-serif;
	letter-spacing: 2px;
}
.graphWrap #client_information>div>div.p-3.searvice-list-body {
	background: #cc1a00;
	color: #fff;
}
.graphWrap .droplet, .pagination.justify-content-end .page-item.active .page-link {
	background: #cc1a00;
}
.pagination .page-item.active .page-link {
	border-color: #cc1a00;
}
.pagination.justify-content-end .page-item.active .page-link {
	border-color: 1px solid #cc1a00;
}
.pagination.justify-content-end .page-link {
	color: #000;
}
.pagination.justify-content-end .page-link:hover {
	color: #000;
}
.graphWrap .searvice-list .form-check-label {
	color: #fff;
}
.graphWrap .searvice-list .border-top, .graphWrap .searvice-list .border, .graphWrap .searvice-list .border {
	border-top: 1px solid #df6969 !important;
}
.searvice-list.droplet.shadow-lg.bg-white.border, .searvice-list .border.mb-3.p-2 {
	border: 1px solid #df6969 !important;
}
.graphWrap .searvice-list .col-md-12 {
	padding-left: 24px !important;
	text-align: right;
}
.graphWrap .searvice-list .font-weight-bold .col-md-12 {
	padding-right: 0px !important;
	text-align: right;
}
.graphWrap .searvice-list .weekSelect .font-weight-bold .col-md-12 a:last-child {
	margin-right: 0;
}
.graphWrap .searvice-list #teams {
	background: #979494;
	border: 1px solid #1b1b1b;
}
.graphWrap .searvice-list .btn-primary {
	background-color: #000;
	border-color: #000;
}
.graphWrap .searvice-list .btn-primary:hover {
	background-color: #fff;
	border-color: #fff;
	color: #000 !important;
}
/*
	.graphWrap .weekSelect a.btn-outline-secondary {
		border-color: #fff;
		background: #fff;
		color: #000 !important;
	}

	.graphWrap .weekSelect a.btn-outline-secondary:hover {
		background: #000;
		color: #fff !important;
		border-color: #000;
	}
*/

/* Baskar - Begin */
.graphWrap .weekSelect a.search_service_reset {
	background: #fff;
	border: 1px solid #fff;
	color: #000 !important;
}
.graphWrap .weekSelect a.search_service_close {
	border: 2px solid #000;
}
.graphWrap .weekSelect a.search_service_close:hover {
	border: 2px solid #fff;
}
.graphWrap .weekSelect a.search_service_reset:hover {
	background: #000;
	border: 1px solid #000;
	color: #fff !important;
}
.graphWrap .weekSelect a.search_positions_reset {
	background: #fff;
	border: 1px solid #fff;
	color: #000 !important;
}
.graphWrap .weekSelect a.search_positions_close {
	border: 2px solid #000;
}
.graphWrap .weekSelect a.search_positions_close:hover {
	border: 2px solid #fff;
}
.graphWrap .weekSelect a.search_positions_reset:hover {
	background: #000;
	border: 1px solid #000;
	color: #fff !important;
}
.graphWrap .weekSelect a.search_injuries_reset {
	background: #fff;
	border: 1px solid #fff;
	color: #000 !important;
}
.graphWrap .weekSelect a.search_injuries_close {
	border: 2px solid #000;
}
.graphWrap .weekSelect a.search_injuries_close:hover {
	border: 2px solid #fff;
}
.graphWrap .weekSelect a.search_injuries_reset:hover {
	background: #000;
	border: 1px solid #000;
	color: #fff !important;
}
/* Baskar - End */

.searchTrends {
	text-align: center;
	padding: 15px 0px 30px 0px;
	background: #000;
}
.searchTrends button {
	width: 200px;
	margin: auto;
	background: #cc1800;
	border-radius: 10px;
	text-align: center;
	padding: 10px;
	border: none;
	color: #fff;
	text-transform: uppercase;
}
.searchTrends button:hover {
	background: #fff;
	color: #cc1a00;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.graphWrap .searvice-list .border-top {
	background: #cc1a00;
}
.graphWrap .searvice-list .col-md-12 {
	padding-left: 0;
}
.graphWrap .searvice-list .btn-primary {
	margin-left: 0 !important;
}
.col-12 dt a {
	color: #cc1a00 !important;
}
.row.injury-team {
	display: inherit;
}
#mainContainer, #mainContainer .theme-L, #mainContainer .theme-R {
	background: #000;
}
.contenter-list .row.mt-2.mb-2 {
	border-top: 1px solid #e1e1e1;
	padding: 0px;
	margin: 15px 0px 15px 0px !important;
	line-height: 0;
}
.contenter-list mark {
	background-color: #fff;
	padding: 0px;
}
.contenter-list .pagination.justify-content-end {
	text-align: center;
	margin: 0px auto;
	justify-content: center !important;
	padding: 30px 0px;
}
.injury-team .search-tabs {
	position: absolute;
	right: 54px;
	top: -29px;
}
.injury-team .search-tabs a {
	color: #fff;
	padding: 5px 14px;
	background: #cc1a00;
	margin: 0 2px;
	border-radius: 5px 5px 0px 0px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 17px;
}
.injury-team .search-tabs a:hover {
	text-decoration: none;
}
.injury-team .search-tabs a:first-child {
	background: #fff;
	color: #000;
}
.openpaymentdatapage .textMain.ypocms h1 {
	display: none;
}
.accessibilitypage .textMain h1 {
	display: none;
}
.graphWrap #client_information #injuries {
	padding: 6px 15px;
	width: 241px;
	border-radius: 10px;
	margin: 5px 0;
	font: 500 14px/14px "Montserrat", sans-serif;
	letter-spacing:1px;
}
.graphWrap #client_information .injuries-list-button.p-2.border-top .btn-outline-secondary.search_injuries_close {
	background: #cc1800 !important;
	color: #fff;
}
.graphWrap #client_information .injuries-list-button.p-2.border-top .btn-outline-secondary.search_injuries_reset {
	background: #000 !important;
	color: #fff;
}
.graphWrap #client_information .injuries-list-button.p-2.border-top .btn-outline-secondary.search_injuries_close:hover {
	text-decoration: none;
	background: #000 !important;
}
.graphWrap #client_information .injuries-list-button.p-2.border-top .btn-outline-secondary.search_injuries_reset:hover {
	background: #cc1800 !important;
	text-decoration: none;
}
.col-10.m-10.contenter-list .col-12 .row .contenter-list mark {
	font-weight: 700;
}
.readMoreInjury a {
	display: inline-block;
	padding: 8px 15px;
	color: #fff;
	background: #cc1800;
	border-radius: 14px;
}
.readMoreInjury a:hover {
	color: #fff;
	background: #000;
}
.p-3.injuries-list-body, .p-3.positions-list-body {
	background: #cc1a00;
	color: #fff;
}
.injuries-list.droplet.shadow-lg.bg-white.border, .border.mb-3.p-2, .positions-list.droplet.shadow-lg.bg-white.border {
    border: 1px solid #df6969 !important;
}
.border.mb-3.p-2 .form-check-label {
    color: #fff;
}
.btn.btn-primary.search_injuries_close, .btn.btn-primary.search_positions_close {
    background: #000;
}
.btn.btn-primary.search_injuries_close:hover, .btn.btn-primary.search_positions_close:hover {
    background: #fff;
	border:none;
	color:#000 !important;
}
.btn.btn-outline-secondary.btn-sm.search_injuries_reset {
	background:#fff;
}
.injuries-list-button.p-2.border-top, .position-list-button.p-2.border-top {
	background: #cc1a00;
    border-top: 1px solid #df6969 !important;
}

.weekSelect #injuries, .weekSelect #positions {
	border-radius: 10px;
	font: 500 14px/14px "Montserrat", sans-serif;
	text-transform: uppercase;
	color: #989b9e;
	letter-spacing:1px;
	padding: 8px 20px;
	border: none;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: #1c1c1c;
	-webkit-box-shadow: 0 8px 20px -6px #000;
	-moz-box-shadow: 0 8px 20px -6px #000;
	box-shadow: 0 8px 20px -6px #000;
	margin: 0px 7px 0 0;
}
.weekSelect #positions {
	width:241px;
}
.weekSelect #year {
    width: 150px;
}
.weekSelect #season {
    width: 186px;
}
.weekSelect #week {
    width: 154px;
}
.weekSelect #injuries {
	margin-top:0px !important;
	padding: 8px 15px !important;
}
.accordContent ul li a:hover {
	color: #cc1a00;
}
.sports-injuriespage .sportsIntra {
	position: absolute;
	padding: 40px 40px 40px 40px;
	border-radius: 15px;
	background: url(https://assets.yourpractice.online/2910/injuries-bg.jpg) no-repeat 0px center #000;
	width: 700px;
	height: 625px;
	text-align:left;
}
.sports-injuriespage .spec1 .sportsIntra {
	right: -997px;
	top: 17px;
}
.sports-injuriespage .spec2 .sportsIntra {
	right: -975px;
	top: -77px;
}
.sports-injuriespage .spec3 .sportsIntra {
	right: -745px;
	top: -76px;
}
.sports-injuriespage .spec4 .sportsIntra {
	right: -1019px;
	top: -111px;
}
.sports-injuriespage .spec5 .sportsIntra {
	right: -761px;
	top: -157px;
}
.sports-injuriespage .spec6 .sportsIntra {
	right: -720px;
	top: -207px;
}
.sports-injuriespage .spec7 .sportsIntra {
	right: -1018px;
	top: -285px;
}
.sports-injuriespage .spec8 .sportsIntra {
	right: -1065px;
	top: -305px;
}
.sports-injuriespage .spec9 .sportsIntra {
	right: -809px;
	top: -358px;
}
.sports-injuriespage .spec10 .sportsIntra {
	right: -994px;
	top: -447px;
}
.sports-injuriespage .spec11 .sportsIntra {
	right: -752px;
	top: -501px;
}
.sports-injuriespage .spec12 .sportsIntra {
	right: -1042px;
	top: -608px;
}
.sports-injuriespage .spec13 .sportsIntra {
	right: -769px;
	top: -603px;
}
.sports-injuriespage #greybg-main {
	padding: 0px 10px;
}
.sports-injuriespage .kneeinjuryCaption  {
	color: #fff;
	font: 700 35px/40px "Montserrat", sans-serif;
    padding: 0 0 25px 0;
}
.sports-injuriespage .accordContent {
	color:#fff;
}
.sports-injuriespage .injuryBtntrend {
	margin: 0px 28px 20px 0;
	position: static;
	float: right;
}
.sports-injuriespage .injuryBtntrend a {
	padding: 13px 20px 13px 20px;
	width: 100% !important;
}
.sports-injuriespage .injuryBtntrend a::after, .sports-injuriespage .accordTitle::after, .sports-injuriespage .accordTitle.showAccord::after, .sports-injuriespage .accordTitle a::after, .sports-injuriespage .accordTitle a  {
	background: none !important;
}
.sports-injuriespage .accordTitle a {
	font: 800 17px/17px "Montserrat", sans-serif ;
	width:100% !important;
}
.sports-injuriespage .accordion {
	height: 450px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0px 20px 0px 0px;
}
.sports-injuriespage .accordTitle.showAccord {
	background: #ab1802 !important;
}
.videoBx {
	margin-bottom: 15px;
}
.injury-trends-page .sportsHero {
	height: 530px;
}
.eduVideos {
	width: 69%;
	position: relative;
	margin: 10px auto 20px auto;
	padding: 39% 0px 0px 0px;
}
.eduVideos iframe, .eduVideos embed, .eduVideos video {
	position: absolute;
	outline: 4px solid #000;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.eduVideos iframe, .eduVideos embed, .eduVideos video  {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.sports-injuriespage .Interactivity {
	min-height: 666px;
}
.row.bodyRow, .row.posRow, .row.teamRow {
	column-count: 3;
	display:block;
}
.row.bodyRow .col-md-4, .row.posRow .col-md-4, .row.teamRow .col-md-4 {
	width: 100%;
	max-width: 100%;
}
.positions-list.droplet.shadow-lg.bg-white.border {
	width: 84%;
}
.accordContent .videoBorder {
	width: 75%;
	padding: 46% 0px 0px 0px;
}
.goBtn {
	font-size: 0;
}



 @media screen and (max-width: 1159px) {
#Navigation,  .navigation {
	padding: 10px 20px;
}
.textMain {
	padding: 40px 40px 40px 20px;
}
.noSidebar .textMain {
	padding: 10px 5px;
}
.shadowText {
	font: 800 70px/77px "Montserrat", sans-serif;
	transform: rotate(-90deg) translate(-4%, 39%);
	left: 37px;
}
.injury-trends-page .sportsHero {
	height: 525px;
}
.injury-trends-page .sportsIntra ul li {
	width: 23%;
}
.textMain .injuryBtntrend {
	position: static;
	margin-bottom: 20px;
}
}
 @media screen and (max-width: 1032px) {
.tableCell.graphDetails {
	border-radius: 0 20px 20px 0;
}
.tableCell.graphDetails {
	padding: 40px;
}
.injuryCaption,  textMain .injuryCaption {
	font: 700 40px/59px "Montserrat", sans-serif;
}
.injury-trends-page .sportsHero {
	height: 480px;
}
}
 @media screen and (max-width: 1100px) {
.shadowText {
	display: none;
}
.container-fluid.newsWrap {
	text-align: center;
}
.container-fluid.newsWrap .card-body {
	text-align: left;
}
.col-10.m-10.contenter-list {
	padding: 0 10px;
}
.sportsHero {
	position: relative;
	margin: 0px auto;
}

.sportsIntra {
	position: static;
	padding: 100px 0px;
	text-align: center;
}
.injury-trends-page .sportsHero {
	position: absolute;
}
.sports-injuriespage .Interactivity {
	min-height: 1400px;
}
.sports-injuriespage .spec1 .sportsIntra {
	right: -430px;
	top: 705px;
}
.sports-injuriespage .spec2 .sportsIntra {
	right: -406px;
	top: 611px;
}
.sports-injuriespage .spec3 .sportsIntra {
	right: -178px;
	top:612px;
}
.sports-injuriespage .spec4 .sportsIntra {
	right:-452px;
	top:577px;
}
.sports-injuriespage .spec5 .sportsIntra {
	right:-194px;
	top:531px;
}
.sports-injuriespage .spec6 .sportsIntra {
	right:-153px;
	top:481px;
}
.sports-injuriespage .spec7 .sportsIntra {
	right:-451px;
	top:403px;
}
.sports-injuriespage .spec8 .sportsIntra {
	right:-498px;
	top:383px;
}
.sports-injuriespage .spec9 .sportsIntra {
	right:-242px;
	top:330px;
}
.sports-injuriespage .spec10 .sportsIntra {
	right:-427px;
	top:241px;
}
.sports-injuriespage .spec11 .sportsIntra {
	right:-185px;
	top:187px;
}
.sports-injuriespage .spec12 .sportsIntra {
	right:-475px;
	top:80px;
}
.sports-injuriespage .spec13 .sportsIntra {
	right:-202px;
	top:85px;
}

}
 @media screen and (max-width: 980px) {
.visualizationIntra {
	padding: 60px 60px 60px 60px;
}
.visualHead {
	font: 700 52px/60px "Montserrat", sans-serif;
}
}
 @media screen and (max-width:979px) {

.tableDiv.injuryTable .tableCell {
	display: block;
}
.tableDiv.injuryTable .tableCell.graphDetails {
	text-align: left;
}
.tableDiv.injuryTable.position .tableCell.graphDetails {
	text-align: right;
}
.tableCell.graphImage {
	margin: 0 auto;
}
.tableDiv.injuryTable.position.flex {
	display: flex !important;
	flex-direction: column;
	margin: 0 auto !important;
}
.tableDiv.injuryTable.position.flex>.flex1 {
	order: 2;
}
.tableDiv.injuryTable.position.flex>.flex2 {
	order: 1;
}
.injuryCaption,  textMain .injuryCaption {
	font: 700 40px/59px "Montserrat", sans-serif;
}
.tableDiv.injuryTable .tableCell.graphImage {
	margin: 0 auto;
}
.tableCell.graphDetails,  .tableDiv.injuryTable.position .tableCell.graphDetails {
	border-radius: 20px;
	margin-top: 20px;
}
.sportsIntra {
	padding: 75px 40px 75px 40px;
	text-align: center;
}
.sportsIntra ul li:last-child {
	margin: 0px 0px 0px 50px;
}
.tableDiv.videoTable .tableCell {
	display: block;
}
.tableCell.injuryR {
	margin: 30px auto 20px;
}
.tableCell.videosL {
	padding: 30px 0px 0 0;
}
#Blackbg-container {
	min-height: auto;
}
}
 @media screen and (max-width: 969px) {
.graphicWrapper .chart-tabs {
	right: 0;
	top: 18px;
}
.weekSelect select {
	margin: 0 26px 4px 0;
}
.visualHead {
	font: 700 38px/52px "Montserrat", sans-serif;
}
.visualizationIntra {
	padding: 34px;
}
}

 @media screen and (max-width: 950px) {
	 
#Banner {	
	min-height: 281px;
	padding-bottom:20px;
}
.graphWrap {
	width: 100%;
	padding-left:0 !important;
	padding-right:0 !important;
}
.graphicWrapper .redBox {
	/*width: 461px !important;*/
	width:100%;
}
.weekSelect {
	margin-left: 0px;
}
#greybg-main {
	padding: 0px 10px;
}
.kneeinjuryCaption, .textMain .kneeinjuryCaption {
	font: 700 40px/50px "Montserrat", sans-serif;
	padding: 0 0 20px 0;
}
.injury-trends-page .sportsIntra {
	padding: 75px 25px 55px 25px;
}
.injury-trends-page .sportsHero {
	height: 450px;
}
.injury-trends-page #Blackbg-container {
	min-height: 535px;
}
.eduVideos {
	width: 99%;
	padding: 56% 0px 0px 0px;
}
.row.bodyRow, .row.posRow, .row.teamRow {
	column-count: 2;
}
.searvice-list.droplet.shadow-lg.bg-white.border {
	width: 74%;
}
#client_information > div > div.p-3.searvice-list-body {
	width: 100%;
}
}
 @media screen and (max-width: 768px) {
.graphWrap {
	width: 100%;
	padding: 65px 0px 50px 0px;
}
#Navigation,  .navigation {
	padding: 0 20px 10px 20px;
}
.graphWrap {
	right: 0;
	left: 0px;
}
.weekSelect {
	margin-left: 6px;
}
.graphWrap #chart_material svg {
	width: 100% !important;
}
.sportsHero {
	width: 100%;
}
.injury-trends-page .sportsHero {
	width: 666px;
}
.sports-injuriespage .sportsIntra {
	padding: 40px 10px 40px 10px;
}
.searvice-list.droplet.shadow-lg.bg-white.border {
	width: 98%;
}
}
 @media screen and (max-width: 722px) {
.col-12.teamDropdown {
	width: 242px;
	margin: 0px;
}
#Banner {
	background-size: cover;
}
.injury-trends-page .sportsHero {
	width: 100%;
	height: 770px;
}
.injury-trends-page .sportsIntra ul li {
	width: 45%;
}
.injury-trends-page .sportsIntra {
	right: 40px;
}
.injury-trends-page .Interactivity {
	min-height:780px;
}
.sports-injuriespage .sportsIntra {
	width: 570px;
}
.sports-injuriespage .spec1 .sportsIntra {
	right: -330px;
}
.sports-injuriespage .spec2 .sportsIntra {
	right: -306px;
}
.sports-injuriespage .spec3 .sportsIntra {
	right: -78px;
}
.sports-injuriespage .spec4 .sportsIntra {
	right:-352px;
}
.sports-injuriespage .spec5 .sportsIntra {
	right:-94px;
}
.sports-injuriespage .spec6 .sportsIntra {
	right:-53px;
}
.sports-injuriespage .spec7 .sportsIntra {
	right:-351px;
}
.sports-injuriespage .spec8 .sportsIntra {
	right:-398px;
}
.sports-injuriespage .spec9 .sportsIntra {
	right:-142px;
}
.sports-injuriespage .spec10 .sportsIntra {
	right:-327px;
}
.sports-injuriespage .spec11 .sportsIntra {
	right:-85px;
}
.sports-injuriespage .spec12 .sportsIntra {
	right:-375px;
}
.sports-injuriespage .spec13 .sportsIntra {
	right:-102px;
}
}
 @media screen and (max-width: 700px) {
.textMain,  .noSidebar .textMain {
	padding: 15px;
}
#Article,  #Sidebar {
	display: block;
	margin: 0px auto;
}
.textMain .subLinks ul {
	column-count: 1;
}
#Banner h1 {
	font: 700 28px/43px "Montserrat", sans-serif;
}
.sportsIntra {
	padding: 75px 0px 20px 0px;
	top: 686px;
}
.graphWrap #chart_material svg {
	width: 100% !important;
}
#Navigation {
	font: 500 13px/24px "Montserrat", sans-serif;
}
.tableDiv.injuryTable.position .tableCell.graphDetails {
	text-align: left;
}
}
 @media screen and (max-width: 630px) {
.redBox {
	width: 100%;
}
.graphWrap {
	top: 40px;
}
.redBox {
	min-height:730px;
}
.weekSelect {
	margin-left: 0;
}
.weekSelect select {
	width: 100%;
}
.graphWrap {
	width: 89%;
	padding: 65px 7px 50px 6px;
}
.tableCell.graphImage {
	width: 100%;
}
#greybg-main {
	padding: 0px 10px;
}
.videoCon {
	padding: 10px;
}
#Reference-main h3 {
	font: 700 39px/52px "Montserrat", sans-serif;
	padding: 0px 0px 68px 0px;
}
#Banner h1 {
	font: 700 28px/36px "Montserrat", sans-serif;
}
.graphWrap {
	width: 98%;
	padding: 65px 7px 50px 6px;
}
.graphWrap #chart_material svg,  #chart_material>div:nth-child(1)>div:nth-child(1)>div:nth-child(1),  #chart_material>div:nth-child(1)>div:nth-child(1),  #chart_material {
	width: 100% !important;
}
.graphicWrapper .chart-tabs {
	left: 0;
	margin: auto;
	text-align: center;
}
#client_information select, #teams {
	width: 100% !important;
}
#positions {
	width: 100% !important;
}
.graphWrap {
	background-size: cover;
}
#chart_position {
}
.injuries-list .form-check-input, .positions-list .form-check-input, .searvice-list .form-check-input {
	margin-top: 8px;
	margin-left: -22px;
}
.injuries-list .border.mb-3.p-2, .positions-list .border.mb-3.p-2, .searvice-list .border.mb-3.p-2 {
	overflow-y: scroll;
	height: 225px;
	padding: 0px 0px 10px 20px !important;
	overflow-x: hidden;
}
#Banner {
	padding: 0;
	min-height: 240px;
}
#Banner h1 {
	padding: 80px 10px 0px 10px;
}
#linechart_team, #chart_position {
	width: 100% !important;
	margin: 0px auto;
}
.IntraHero li a::after {
    left: -19px;
}
#IntraHero2 a::after, #IntraHero4 a::after, #IntraHero5 a::after, #IntraHero8 a::after, #IntraHero10 a::after, #IntraHero12 a::after {
    left: 99%;
}
.injury-trends-page .sportsIntra h2 {
	font: 800 40px/40px "Montserrat", sans-serif;
	padding-bottom: 40px;
}
.injury-trends-page .sportsIntra {
	padding: 15px 0px 75px 0px;
}
.sports-injuriespage .accordTitle a {
	font: 800 20px/24px "Montserrat", sans-serif;
	letter-spacing: 0px;
}
.sports-injuriespage .accordContent {
	padding: 10px 10px 20px 10px !important;
	font: 400 20px/34px "Montserrat", sans-serif !important;
}
.sports-injuriespage .injuryBtntrend {
	float: none;
	text-align: center;
}
.sports-injuriespage .injuryBtntrend a {
	font: 500 16px/16px "Montserrat", sans-serif !important;
}
.positions-list.droplet.shadow-lg.bg-white.border {
	width: 98%;
}
}
 @media screen and (max-width: 594px) {
.sportsHero {
	width: 100%;
}
.sportsIntra ul li:last-child {
	margin: 0px 0px 0px 0px;
}
.sportsIntra ul li {
	margin: 10px !important;
	width: 160px;
}
.sportsIntra ul li:last-child::after {
	left: -11px;
	top: 10px;
	height: 115px;
}
.graphVisual {
	width: 100%;
	min-height: 350px;
}
.tableDiv.injuryTable:nth-child(2n+1) .graphVisual,  .tableDiv.injuryTable:nth-child(2n) .graphVisual {
	box-shadow: 0 13px 0px 0px #e3e3e3;
}
.tableCell.graphDetails,  .tableDiv.injuryTable.position .tableCell.graphDetails {
	border-radius: 0 0 20px 20px;
	margin-top: 0;
}
.tableDiv.injuryTable {
	padding: 15px 0;
}
.injuryCaption,  textMain .injuryCaption {
	font: 700 40px/50px "Montserrat", sans-serif;
	padding: 0 0 0px 0;
}
.newsList ul li {
	width: 48%;
	min-width: 354px;
}
.newsList ul li>.newsContent {
	width: 100%;
	min-height: 380px;
}
.tableCell.injuryR {
	width: 100%;
}
.graphicWrapper .redBox .injury-trends {
	text-align: left;
	padding-left: 15px;
}
.graphicWrapper .redBox {
	width: 100%;
}
.graphWrap {
	width:95%;
	padding: 25px 6px 50px 6px;
}
.graphicWrapper .redBox {
	width: 100%;
}
.graphWrap {
	/*top: 91px;*/
	top:104px;
	left:0px;
}
.graphicWrapper .redBox .injury-trends label {
	display: block;
}
.weekSelect .search_teams_click {
	padding-left: 10px;
}
#client_information > div > div.p-3.searvice-list-body {
	width: 100%;
}
.p-3.searvice-list-body .text-right, .p-3.positions-list-body .text-right, .p-3.injuries-list-body .text-right {
	position:absolute;
}
.p-3.searvice-list-body .btn, .p-3.positions-list-body .btn, .p-3.injuries-list-body .btn  {
	margin:2px !important;
}
.contenter-list .col-2 {
	flex: inherit;
	max-width: 25%;
}
.contenter-list .col-10 {
	flex: inherit;
	max-width: 75%;
}
.hero {
	left: 90px;
	scale: 70%;
	top: 0px;
}
.sportsTxt {
	font: 800 98px/72px "Montserrat", sans-serif;
	left: 100px;
}
.sportsHero {
	height: 570px;
}
.injurytrendsBx {
	background: url(https://assets.yourpractice.online/2910/injury-trends-bg-new.png) no-repeat center top #bfbfbf;
	border-radius: 10px;
}
.injurytrendsBx .sportsHero {
	scale:90%;
}
.injurytrendsBx .hero {
	top: -110px;
}
.trendMore {
	margin-bottom: 26px;
}
.injury-trends-page .sportsIntra h2 {
	font: 800 35px/40px "Montserrat", sans-serif;
}
.injury-trends-page .sportsIntra {
	height: 540px;
	right:15px;
	left:15px;
	top:15px;
}
.injury-trends-page .sportsHero {
	height: 570px;
}
.injury-trends-page .Interactivity {
	min-height: 600px;
}
.injury-trends-page #Blackbg-container {
	min-height:620px;
}
.sports-injuriespage .Interactivity {
	min-height: 1035px;
}
.sports-injuriespage .spec1 .sportsIntra {
	right: -310px;
}
.sports-injuriespage .spec2 .sportsIntra {
	right: -286px;
}
.sports-injuriespage .spec3 .sportsIntra {
	right: -58px;
}
.sports-injuriespage .spec4 .sportsIntra {
	right:-332px;
}
.sports-injuriespage .spec5 .sportsIntra {
	right:-74px;
}
.sports-injuriespage .spec6 .sportsIntra {
	right:-33px;
}
.sports-injuriespage .spec7 .sportsIntra {
	right:-331px;
}
.sports-injuriespage .spec8 .sportsIntra {
	right:-378px;
}
.sports-injuriespage .spec9 .sportsIntra {
	right:-122px;
}
.sports-injuriespage .spec10 .sportsIntra {
	right:-307px;
}
.sports-injuriespage .spec11 .sportsIntra {
	right:-65px;
}
.sports-injuriespage .spec12 .sportsIntra {
	right:-355px;
}
.sports-injuriespage .spec13 .sportsIntra {
	right:-82px;
}
.injuries-list.droplet.shadow-lg.bg-white.border, .border.mb-3.p-2, .positions-list.droplet.shadow-lg.bg-white.border {
	width: 97%;
}
.row.bodyRow, .row.posRow, .row.teamRow {
	column-count: 1;
}
.weekSelect a {
	margin: 2px;
}
}
 @media screen and (max-width: 559px) {
	 /*kcm*/
	.redBox {
		min-height: 793px !important;
	}
	 /*kcm*/
.kneeinjuryCaption,  .textMain .kneeinjuryCaption {
	font: 700 31px/41px "Montserrat", sans-serif;
	padding: 12px 0 15px 0;
}
.textMain .injuryBtntrend a {
	letter-spacing: 0;
	width:100%;
}
.textMain .injuryBtntrend {
	float: none;
	margin-bottom:10px;
	text-align:center;
}
.videoBx {
	margin-bottom: 20px;
}
.resourceList ul li {
	width: 24%;
	min-width: 300px;
}
.resourceList ul li>.newsContent {
	width: 100%;
}
.tableCell.graphDetails {
	padding: 40px 22px;
}
.graphVisual {
	width: 100%;
	min-height: 310px;
	padding: 28px 0px;
}
.graphWrap #client_information #injuries {
	width: 100%;
}
.visualHead {
	font: 700 30px/38px "Montserrat", sans-serif;
}
.visualizationIntra {
	padding: 20px;
}
.injury-team .search-tabs a {
	font-size: 13px;
}
.injury-team .search-tabs {
	right: 0;
	top: -29px;
	transform: none;
	width: 100%;
	left: 0;
	margin: auto;
	text-align: center;
}
.col-12.col-sm-6.col-md-3.col-lg-3 .card {
	width: 100% !important;
	margin-left: 0 !important;
}
#Banner {
	min-height: auto;
}
#Banner h1 {
	font: 700 20px/28px "Montserrat", sans-serif;
	padding: 35px 10px 0px 10px;
}
#Navigation {
	font: 500 13px/14px "Montserrat", sans-serif;
	padding-bottom:40px;
}
}
 @media screen and (max-width: 480px) {
	 /*kcm*/
	 
	 #client_information label{
		display: block !important;
		margin-bottom: 0 !important;
		margin-left:5px;
		margin-right:5px;
	 }
	 .graphicWrapper .redBox #trends{
		width:180px; 		 
	 }
	 .graphicWrapper .redBox .injury-trends {
		display: flex;
		align-items: center;
		gap: 0px;
		margin-bottom: 10px;
	  }

	  .graphicWrapper .redBox .injury-trends label {
		white-space: nowrap;
	  }
	 
	 
	.redBox {
		min-height: 747px !important;
	}
	.graphWrap {
	width: 100%;
}
	 /*kcm*/
.injury-trends-page .sportsIntra {
	height: 440px;
}
.injury-trends-page .sportsHero {
	height: 475px;
}
.injury-trends-page .Interactivity {
	min-height: 490px;
}
.injury-trends-page #Blackbg-container {
	min-height: auto;
}
 }
 @media screen and (max-width: 400px) {
	 
/*kcm*/
	.redBox {
		min-height: 751px !important;
	}	 
	 
	 .sportsIntra ul li {
	width: 120px;
}
.sportsIntra ul li:last-child::after {
	height: 88px;
}
.Interactivity .hero {
	left: 32px;
	scale: 55%;
	top: -90px;
}
.sportsTxt {
	font: 800 63px/72px "Montserrat", sans-serif;
}
.sportsHero {
	height: 430px;
}
.injurytrendsBx {
	min-height: 365px;
}
.injurytrendsBx .sportsHero {
	scale: 70%;
}
.injurytrendsBx .hero {
	top: -70px;
	left: 43px;
}
.sports-injuriespage .spec1 .sportsIntra {
	right: -410px;
}
.sports-injuriespage .spec2 .sportsIntra {
	right: -386px;
}
.sports-injuriespage .spec3 .sportsIntra {
	right: -158px;
}
.sports-injuriespage .spec4 .sportsIntra {
	right:-432px;
}
.sports-injuriespage .spec5 .sportsIntra {
	right:-174px;
}
.sports-injuriespage .spec6 .sportsIntra {
	right:-133px;
}
.sports-injuriespage .spec7 .sportsIntra {
	right:-431px;
}
.sports-injuriespage .spec8 .sportsIntra {
	right:-478px;
}
.sports-injuriespage .spec9 .sportsIntra {
	right:-222px;
}
.sports-injuriespage .spec10 .sportsIntra {
	right:-407px;
}
.sports-injuriespage .spec11 .sportsIntra {
	right:-165px;
}
.sports-injuriespage .spec12 .sportsIntra {
	right:-455px;
}
.sports-injuriespage .spec13 .sportsIntra {
	right:-182px;
}
.sports-injuriespage .sportsIntra {
	width: 630px;
}
.sports-injuriespage .Interactivity {
	min-height: 900px;
}
.sports-injuriespage .accordTitle a {
	font: 800 25px/36px "Montserrat", sans-serif !important;
}
.sports-injuriespage .accordContent {
	font: 400 27px/41px "Montserrat", sans-serif !important;
}
.sports-injuriespage .injuryBtntrend a {
	font: 500 22px/26px "Montserrat", sans-serif !important;
	letter-spacing:0;
}
.sportsIntra ul li {
	font: 400 14px/17px "Montserrat", sans-serif;
}
.injury-trends-page .sportsIntra {
	height: 380px;
}
.injury-trends-page .sportsHero {
	height: 415px;
}
.injury-trends-page .Interactivity {
	min-height: 425px;
}
     .accordContent .videoBorder {
	width: 95%;
	padding: 56% 0px 0px 0px;
}
 }
@media screen and (max-width: 370px) {
	/*kcm*/
	.redBox {
		min-height: 793px !important;
	}
	/*kcm*/
	
	.sports-injuriespage .spec1 .sportsIntra {
	right: -380px;
}
.sports-injuriespage .spec2 .sportsIntra {
	right: -356px;
}
.sports-injuriespage .spec3 .sportsIntra {
	right: -128px;
}
.sports-injuriespage .spec4 .sportsIntra {
	right:-402px;
}
.sports-injuriespage .spec5 .sportsIntra {
	right:-144px;
}
.sports-injuriespage .spec6 .sportsIntra {
	right:-103px;
}
.sports-injuriespage .spec7 .sportsIntra {
	right:-401px;
}
.sports-injuriespage .spec8 .sportsIntra {
	right:-448px;
}
.sports-injuriespage .spec9 .sportsIntra {
	right:-192px;
}
.sports-injuriespage .spec10 .sportsIntra {
	right:-377px;
}
.sports-injuriespage .spec11 .sportsIntra {
	right:-135px;
}
.sports-injuriespage .spec12 .sportsIntra {
	right:-425px;
}
.sports-injuriespage .spec13 .sportsIntra {
	right:-152px;
}
  }
  
  