body {
	position: relative;
	overflow-x: hidden;
	background-color: #191919;
}

#myNavBar {
	background-color: #1d1d1c;
	color: white;
	font-family: sans-serif;
	border-bottom: 1px solid grey;
}
/*#Canvastop_bar {
	width: 100%;
	height: 60px;
	top: 0;
	padding: 10px;
	position: fixed;
	background-color: #1d1d1c;
	color: white;
	font-family: sans-serif;
	display: -webkit-box;
	z-index: 1000;
	border-bottom: 1px solid grey;
}*/
#topBarLogo {
	height: auto;
	width: auto;
	max-height: 35px;
	max-width: 250px;
}

.banner {
	padding: 34px 68px;
	background: url(/assets/site/images/background.png);
	background-size: cover;
}

#PAAnatomyBanner {
	padding: 34px 68px;
	background-color: #506f5b;
	background-size: cover;
}

.bannerContent h2 {
	color: white;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 6vw;
}
@media screen and (min-width: 1000px) {
  .bannerContent h2 {
     font-size: 47px;
  }
}

.bannerContent h4 {
	color: white;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 3.5vw;
	color: #bcbec0;
}
@media screen and (min-width: 1000px) {
  .bannerContent h4 {
     font-size: 23px;
  }
}

td {
	font-size: 15px;
}
th {
	text-align: left;
	font-size: 17px;
}
#mobile-footer {
	display: none;
}

@media only screen and (max-width: 1024px) {
 #mobile-footer {
	display: block
 }
 #desktop-footer {
	display: none;
 }
}

tbody img {
	height: auto;
	width: auto;
	max-height: 35px;
	max-width: 35px;
}

#mobile-footer img {
	height: auto;
	width: auto;
	max-height: 35px;
	max-width: 35px;
}


.footer-columns h5 {
	line-height: 1;
}


/*-------------------------------*/
/*            Table              */
/*-------------------------------*/
table img {
	vertical-align: middle;
	padding-bottom: 3px;
}
table {
	border: none;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
table td:nth-child(2){
    font-size: 22px;
}
table td:nth-child(3), table td:nth-child(4), table td:nth-child(5), table td:nth-child(6){
    font-size: 16px;
}
.table-striped>tbody>tr {
	background-color: black !important;
}
.table-striped>tbody>tr {
	border-bottom: 1px solid;
}
.table>tbody>tr>td {
	color: white;
	vertical-align: middle !important;
}
.table>tbody>tr>td a {
	text-decoration: none;
}
.normal_1 td, .normal_1 td a {
	color: #aee5f0 !important;
}
.normal_2 td, .normal_2 td a {
	color: #d1b0c0 !important;
}
.normal_3 td, .normal_3 td a {
	color: #a0ddb6 !important;
}
.normal_4 td, .normal_4 td a {
	color: #e5c39f !important;
}
.normal_5 td, .normal_5 td a {
	color: #fff3ac !important;
}

.normal_1 td a:hover {
	opacity: 0.7;
}
.normal_2 td a:hover {
	opacity: 0.7;
}
.normal_3 td a:hover {
	opacity: 0.7;
}
.normal_4 td a:hover {
	opacity: 0.7;
}
.normal_5 td a:hover {
	opacity: 0.7;
}

.table > tbody tr td {
	padding: 26px 16px !important;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: middle;
	border-top: 1px solid #ddd;
}
.switch {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 20px;
	vertical-align: middle;
	margin-top: 8px;
}
.switch input {
	display: none;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #A1A6AB;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 14px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .slider {
	background-color: #800080;
}
input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}
.table th, .table td {
	border-top: none !important;
	border-left: none !important;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #313131;
}
.table-call {
	min-height: .01%;
	overflow-x: auto;
	margin-top: 15px;
	border-radius: 6px;
}
.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
	background-color: black;
	color: white;
}
.table.table-bordered.vertical, .table.table-bordered.vertical td, .table.table-bordered.vertical th {
	border-top: 0px solid white !important;
	border-bottom: 0px solid white !important;
	border-right: 0px solid white !important;
	border-left: 0px solid white !important;
}
.head {
	font-weight: normal;
	font-size: 16px;
	color: #6f6f6f;
}
.box {
	display: inline-block;
	margin-right: 26px;
}
.img-box {
	padding: 12px 110px;
}
.img-box .box_content h5 {
	color: #cecece;
}
.box_img {
	width: 200px;
	height: 144px;
	background: white;
	border-radius: 10px;
}
.box_img img {
	width: 100%;
	border-radius: 10px;
}
/*-------------------------------*/
/*            Accordion          */
/*-------------------------------*/
.accordion-container {
	position: relative;
	width: 100%;
	height: auto;
	margin: 20px auto;
}
.accordion-container > h2 {
	text-align: center;
	color: #fff;
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.set {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #252525;
}
.set > a {
	display: block;
	padding: 20px 20px;
	text-decoration: none;
	font-size: 20px;
	color: #ffffef;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.set a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none !important;
	color: white !important;
}
.set a:hover {
	color: #ffffef;
	text-decoration: none;
}
.set > a i {
	position: relative;
	float: right;
	font-size: 34px;
	color: #fff;
}
.set > a.active {
	background-color: #252525;
	color: #fff;
	text-decoration: none !important;
}
.set > a.active i {
	color: #fff;
}
.set .content a {
	border-bottom: 1px solid #272727;
}
.set .content h4 {
	color: #e4e4e4;
	padding: 0 44px;
}
.set .content h4:hover {
	color: #e4e4e4;
}
.content {
	position: relative;
	width: 100%;
	height: auto;
	padding: 10px 36px;
	background-color: #080808;
	border-bottom: 1px solid #ddd;
	display: none;
}
.content p {
	padding: 10px 15px;
	margin: 0;
	color: #333;
}

.f-s-16{
	font-size: 16px;
}

.category_list .padding-td{
	padding-top : 0px !important;
	padding-bottom : 0px !important;
	line-height: 20px;
	width: 33.33% !important;
}