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

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");
.row {
	display: flex; /* equal height of the children */
}
.col {
	flex: 1; /* additionally, equal width */
}

/* new css Martin
body{
	margin-top: 0px;
	margin-bottom: 0px;
}*/
body {
	font-family: "Lato";
}
header {
	width: 100%;
	height: 100%;
	max-height: 700px;
	overflow: hidden;
	padding-top: 20px;
}
header img {
	margin: 0px;
	max-height: 99px;
	height: 100%;
}
.navbar {
	text-align: right;
}
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1);
}
h1 {
	color: #4276be;
	font-family: "Lato";
	font-weight: 700;
	font-size: 30px;
}
h3 {
	color: #4276be;
	font-family: "Lato";
	font-weight: 700;
	font-size: 24px !important;
	margin-top: 10px;
}
h4 {
	color: #4276be;
	font-family: "Lato";
	font-weight: 700;
	font-size: 18px !important;
	margin-top: 15px;
}
h2 {
	color: #4276be;
	font-family: "Montserrat";
	font-weight: 500;
}
.navbar-light .navbar-nav .nav-link {
	color: #306cc1 !important;
	font-size: 14px;
	text-transform: uppercase;
	min-width: 90px;
	text-align: center;
	padding: 5px 13px;
	border: 1px solid #fff;
	margin-left: 10px;
	background: #fff;
	border-radius: 15px;
}
.menu-item-has-children:hover .dropdown-menu {
	display: block !important;
}
.menu-item-has-children .dropdown-menu a {
	font-size: 15px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover /* , .navbar-light .navbar-nav .current-menu-item */ {
	color: #fff;
	font-weight: bold;
	border: 1px solid #fff;
}

.nav > li > a:focus,
.nav > li > a:hover {
	text-decoration: none;
	background-color: transparent;
	border: 1px solid #fff;
}
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: transparent;
	border: 1px solid #fff;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
	color: #fff;
	border: 1px solid transparent;
}
.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0em;
	vertical-align: 0em;
	content: "";
	border-top: 0em solid;
	border-right: 0em solid transparent;
	border-bottom: 0;
	border-left: 0em solid transparent;
}
/*
.navigation-main { margin: 0;  padding: 0; list-style: none;  width: 100%;  text-align: right; z-index:999999;}
.navigation-main  ul { margin: 0; padding: 0; list-style: none; position: absolute; left: -999em;  }
.navigation-main  li { display: inline-block; position: relative; text-align: left;  text-align:center; }
.navigation-main  a { color:#fff; display: block; padding:3px 5px; font-size:16px;}
.navigation-main  li:hover > ul{left: auto;}
.navigation-main li ul {}
.navigation-main li:hover > ul li{}
.navigation-main li:hover > ul li > ul{left: 100%; top: auto;}
.navigation-main .current_page_item { border:1px solid #fff;}
*/
header img {
	/*top: -35px;*/
}
#heading #info_phone {
	display: none;
}
#info_training {
	padding: 8% 0px;
	padding-right: 10%;
}
#info_training h2 {
	font-size: 450%;
	font-size: 45px;
	color: #fff;
	margin: 8px 0;
	text-transform: uppercase;
	color: #fff;
	margin: 8px 0;
	text-transform: uppercase;
	font-family: "Montserrat";
	font-weight: 700;
}
.sec_1 {
	text-align: justify;
}
.sec_1 .container {
	padding: 0 10%;
}
.sec_1 h1 {
	margin-bottom: 20px;
}

#info_training h5 {
	font-size: 300%;
	font-size: 30px;
	color: #fff;
	margin: 8px 0;
	font-weight: 500;
	font-family: 500;
	text-transform: uppercase;
}
#info_training a {
	margin: 0px;
	font-size: 14px;
	padding: 8px 20px;
	background: #ffffff;
	color: #306cc1;
	border-radius: 5px;
	vertical-align: super;
	white-space: nowrap;
	margin-left: 10px;
	text-transform: initial;
	text-transform: initial;
}
a {
	color: #306cc1;
	/* color: #F5F5F5;  Whitesmoke for URL font in the List by Topic buttons */
	text-decoration: none;
}

#search input[type="text"] {
	font-size: 16px;
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
	padding: 4px 4px 4px 31px;
	width: 90%;
	margin: 0px;
}
#search form {
	text-align: right;
	margin-right: 5px;
	margin: 0px;
}

/*.home #main{margin-left: 0;	margin-right: 0;width: 100%;}*/

section {
	padding: 40px 0px;
}
input[type="text"],
input[type="tel"],
select,
textarea {
	background: transparent;
	border: 1px solid #fff;
	width: 90%;
	box-sizing: border-box;
}
input[type="radio"] {
	margin-top: 12px;
	margin-bottom: 13px;
}
input:focus {
	border: 1px solid #306cc1;
}
.buton {
	margin: 0px;
	font-size: 14px;
	padding: 8px 20px;
	background: #ffffff;
	color: #306cc1;
	border-radius: 5px;
	vertical-align: super;
	min-width: 150px;
	min-height: 30px;
	white-space: nowrap;
}

#courses {
	background: #306cc1;
	color: #ffffff;
}
#courses .inner {
	display: table;
}
#courses .courses_item {
	margin: 1%;
	padding: 20px;
	border: 1px solid #fff;
	vertical-align: super;
}
#courses img {
	margin: 0px;
	max-height: 50px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#courses h3,
#courses h3 a {
	display: block;
	font-size: 20px;
	text-align: left;
	margin: 0px;
	vertical-align: super;
	text-decoration: none;
}
#courses p {
}
#courses a {
	color: #fff;
	text-decoration: dotted;
}
#courses .buton {
	margin: 20px 0;
	color: #306cc1;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}
#courses ul {
	margin: 0.75em 0;
	padding: 0 1em;
	list-style: none;
	font-size: 15px;
	line-height: 100%;
	margin-bottom: 10px;
	font-family: "Lato";
}
#courses li a,
#courses p a {
	text-decoration: underline;
}
#courses p {
	margin-top: 0.75em;
	font-size: 15px;
	font-family: "Lato";
}
#courses li:before {
	content: "";
	border-color: transparent #fff;
	border-style: solid;
	border-width: 0.35em 0 0.35em 0.45em;
	display: block;
	height: 0;
	width: 0;
	left: -1em;
	top: 0.9em;
	position: relative;
}
.part_list ol {
	margin-left: 0px;
}
footer {
	margin: 20px 0px 0;
	padding: 20px 20px 0;
	font-size: 12px;
}
footer img {
	margin: 0px;
	max-height: 90px;
}
footer .ico {
	margin: 0px;
	max-width: 25px;
	max-height: 25px;
	margin-right: 10px;
	vertical-align: middle;
}
footer span {
	margin: 5px 0 10px 0;
	display: inline-block;
	font-size: 13px;
	font-family: "Lato";
	color: #636466;
}
footer p {
	text-align: left;
}
footer ul {
	display: inline-block;
	width: 100%;
	text-align: left;
	margin: 0 0px;
}
footer li {
	display: inline-block;
	position: relative;
	text-align: left;
}
footer .copyright p {
	font-size: 10px;
	text-align: center !important;
	margin: 20px auto;
	font-family: "Lato";
	font-size: 12px;
	color: #636466;
}
#footer_info .col-md-4:nth-child(2) {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#footer_info .col-md-4:nth-child(3) ul {
	padding: 0 10px;
	text-align: center;
}
#social_media_icons ul {
	display: inline-block;
	width: 100%;
}
#social_media_icons li {
	display: inline-block;
	position: relative;
	text-align: left;
	width: 30px;
	height: 30px;
	margin-top: 12%;
	margin-right: 12px;
}

#search input[type="text"] {
	background: url(./new_images/search.png);
	background-repeat: repeat;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #fff;
}
#search input[type="text"]::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #fff;
}
#search input[type="text"]:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
	opacity: 1;
}
#search input[type="text"]::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
	opacity: 1;
}
#search input[type="text"]:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}
.navbar-toggle .icon-bar {
	color: #000;
	z-index: 999;
	background: #000;
}
.navbar-toggle {
	color: #000;
	background: #fff;
}
.navbar-collapse.show {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	background: #306cc1;
	z-index: 999;
}
body:not(.home) .portrait.container {
	padding: 4% 0;
}
body:not(.home) .portrait p {
	font-size: 15px;
	font-family: "Lato";
}
.part_list {
	width: 30%;
	position: relative;
	margin-bottom: 10px;
	margin-right: 3%;
	vertical-align: top;
	display: inline-block;
	margin-top: 10px;
}
.part_list h2 {
	margin-bottom: 14px;
}
.part_list ul {
	margin-left: 0;
	font-size: 15px;
	list-style: none;
	padding-left: 22px;
}
.part_list ul li,
.part_list ul li a,
.part_list ol li a {
	color: #636466;
}
.part_list li {
	margin-bottom: 4px;
}
/* .part_list li::before {
content: "\f0c8";
font-family: 'FontAwesome';
list-style: none;
border: 0;
margin-top: 0;
padding-top: 0;
top: 5px;
background: #4276be;
color: #4276be;
font-size: 8px;
left: -15px;
} */
label {
	font-size: 16px;
}
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-select,
.wpcf7-form-control.wpcf7-textarea {
	margin-bottom: 10px;
	border: 1px solid #306cc1;
	padding: 10px;
	width: 100% !important;
	box-sizing: border-box;
}
.wpcf7-form-control.wpcf7-text:focus,
.wpcf7-form-control.wpcf7-select:focus,
.wpcf7-form-control.wpcf7-textarea:focus {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(48, 108, 193, 1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(48, 108, 193, 1);
	box-shadow: 0px 0px 5px 0px rgba(48, 108, 193, 1);
}
.wpcf7-form-control.wpcf7-submit {
	color: #fff;
	background: #4276be;
	padding: 10px 35px;
	padding: 11px 45px;
	font-size: 20px;
	margin-top: 20px;
}
span.wpcf7-list-item {
	font-size: 14px;
}
#wpcf7-f318-p314-o1 li {
	display: inline-block;
	width: 48%;
	margin-right: 1%;
	margin-top: 6px;
}
.w_100 {
	width: 100% !important;
}
.portrait.container header {
	height: auto;
	max-height: auto;
}
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-select,
.wpcf7-form-control.wpcf7-textarea {
	font-size: 15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(48, 108, 193, 1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(48, 108, 193, 1);
	box-shadow: 0px 0px 5px 0px rgba(48, 108, 193, 0.3);
}
.only_post {
	display: none;
}
body.blog .only_post {
	display: block;
	font-size: 14px;
}
body.blog .entry-content {
	display: none;
}
.entry-meta {
	margin: 10px 0;
}
body.blog article {
	width: 100%;
	display: inline-block;
	margin-right: 0%;
	padding: 20px 0;
	padding: 10px 0 30px;
	background: #fff;
	vertical-align: top;
	border-radius: 0px;
	font-family: "Lato";
	margin-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
}
body.blog article:nth-child(2n + 1) {
	background: #f6f6f6;
	background: rgba(33, 68, 117, 0.08);
}

body.blog .nav-previous a,
body.blog .nav-next a {
	color: #fff;
	padding: 17px 35px;
	background: #306cc1;
	margin-top: 20px;
	display: inline-block;
}
body.blog .nav-previous a:hover,
body.blog .nav-next a:hover {
	background: #214475;
}
body.blog article .entry-meta {
	margin: 10px 0;
	font-style: italic;
	font-size: 12px;
}
.navbar-nav {
	margin-top: 10px;
}

body.blog article a {
	color: #4276be;
	/* text-decoration:underline */
}
body.blog article .entry-footer {
	padding: 0;
}
.edit-link {
	display: none;
}
body.blog article .cat-links {
	color: #fff;
	display: none;
}
#resources ul {
	margin-left: 0;
	padding-left: 0;
}
#resources li {
	list-style: none;
	width: 30%;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
	background: #306cc1;
	padding: 10px;
	margin-right: 1%;
}
#resources li a,
#mission .bold a {
	color: #fff;
	background: #306cc1;
	width: 100%;
	display: block;
	padding: 20px;
	border: 1px solid #fff;
}
#resources li a:hover,
#mission .bold a:hover {
	background: #000;
}
#mission .bold {
	width: 23%;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
	background: #306cc1;
	padding: 10px;
	margin-right: 1%;
}
#mission .bold a {
}
body:not(.home) .container {
	font-size: 16px;
}
.title-trainig {
	font-size: 24px;
	font-weight: bolder;
	margin-bottom: 15px;
}
.single-training_classes h2 b {
	font-size: 18px;
}
.single-training_classes .container ol {
	margin-left: 0;
}
.single-training_classes .container ul {
	margin-left: 0;
}
.single-training_classes #contain-scheduling {
	padding: 4%;
	text-align: center;
	background: #4276be;
	color: #fff;
	margin: 20px 0;
}
.single-training_classes .container h2 {
	margin-top: 20px;
}
.single-training_classes #contain-scheduling a {
	color: #fff;
	text-decoration: underline;
}
.single-training_classes #contain-scheduling h2 {
	color: #fff;
}
.single-training_classes #contain-course-length,
.single-training_classes #contain-cost {
	display: inline-block;
	width: 50%;
	font-weight: bold;
}
#contain-instructors ul,
#contain-instructors li {
	list-style: none;
	padding-left: 0;
}
#contain-instructors li img {
	display: inline-block;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.single-post footer.entry-footer {
	background: #4276bd;
	padding: 15px;
}
.single-post footer.entry-footer,
.single-post footer.entry-footer a,
.single-post footer.entry-footer span {
	color: #fff;
}
body.blog article .comments-link {
	display: none;
}
body.blog article .entry-footer .only_post {
	display: block;
	font-size: 14px;
	height: auto;
}
.entry-footer .only_post a.read-more {
	border: 1px solid #fff;
	padding: 9px 27px;
	display: inline-block;
	border-radius: 5px;
	background: #214475;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin-top: 0;
}
.entry-footer .only_post a.read-more:hover {
	background: #000;
}
.instructor img {
	float: left;
	margin-right: 3%;
}
#contact_info span {
	display: block;
	margin-top: 15px;
}
.bold {
	font-weight: 700;
}
#team,
#contact-us {
	display: inline-block;
	width: 48%;
	float: left;
	margin-right: 1%;
	padding: 20px 20px 20px 0;
}
.single-post .entry-meta {
	color: #4276be;
	font-style: italic;
}
.single-post .nav-previous a:before {
	content: "\f0a8";
	font-family: "FontAwesome";
	font-size: 30px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-top: 0;
	display: inline-block;
	margin-left: 2px;
}
.single-post .nav-next a:after {
	content: "\f0a9";
	font-family: "FontAwesome";
	font-size: 30px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-top: 0;
	display: inline-block;
	margin-left: 9px;
}
.parent-pageid-113 .portrait.container ol,
.parent-pageid-113 .portrait.container ul {
	margin-left: 0;
	background: #4276be;
	padding: 30px 42px;
	margin-top: 10px;
}
.parent-pageid-113 .portrait.container ol ul,
.parent-pageid-113 .portrait.container ul ul {
	padding: 0px 30px;
	margin-top: 0;
	margin-bottom: 10px;
}
.parent-pageid-113 .portrait.container h3 {
	margin-top: 20px;
}
.parent-pageid-113 .portrait.container ul li {
	list-style: none;
	font-family: "Lato";
	font-size: 15px;
}
.parent-pageid-113 .portrait.container ul li::before {
	content: "\f0da ";
	font-family: "FontAwesome";
	list-style: none;
	border: 0;
	margin-top: 0;
	padding-top: 0;
	top: 0;
	left: -6px;
	margin-right: 6px;
	position: absolute;
}
.parent-pageid-113 .portrait.container ol a,
.parent-pageid-113 .portrait.container ul a {
	color: #fff;
	display: block;
	width: 100%;
	clear: none;
	font-family: "Lato";
}
.parent-pageid-113 .portrait.container ol li,
.parent-pageid-113 .portrait.container ul li {
	color: #fff;
	position: relative;
	padding-left: 10px;
}
.page-id-8104 strong {
	display: block;
	margin-top: 10px;
}
.page-id-8101 ol {
	margin-left: 0px;
}
.page-id-8101 ol > li {
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid rgba(48, 108, 193, 1);
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(48, 108, 193, 1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(48, 108, 193, 1);
	box-shadow: 0px 0px 5px 0px rgba(48, 108, 193, 1);
}
.page-id-8101 ol > li {
	padding: 20px 140px 20px 20px;
	position: relative;
}

.page-id-8101 ol > li:after {
	content: "";
	width: 100px;
	height: 100px;
	background: url(./new_images/quote_1.png);
	background-size: 100% !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 240px;
	color: #ccc;
	opacity: 0.2;
	font-family: "Lato";
	height: 100%;
	line-height: 80%;
}
.page-id-8101 ol ul {
	text-align: right;
}
.page-id-8101 ol ul li {
	list-style: none;
	font-weight: bold;
}
body.blog article .post-thumbnail img {
	float: left;
	width: 30%;
	display: inline-block;
	margin-right: 10px;
}
.wpcf7-submit:hover {
	background: #000;
}
.page-id-8104 ul {
	margin-left: 0px;
}
.wpcf7-form ul {
	margin-left: 0;
}
body.blog article:nth-child(2n) {
	background: #eef0f429;
}
body.blog article:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(48, 108, 193, 1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(48, 108, 193, 1);
	box-shadow: 0px 0px 5px 0px rgba(48, 108, 193, 1);
}
#contact-us {
	background: #4276bd;
	color: #fff;
	padding: 30px;
	margin-top: 20px;
}
#contact-us h3 {
	color: #fff;
}
#contact-us a {
	color: #fff;
}
.ui-accordion .ui-accordion-header {
	font-size: 18px !important;
	background: #d9e9ff;
	margin-top: 10px !important;
	font-family: "Lato";
}
.second_faq {
	margin-top: 20px;
}
.ui-accordion .ui-accordion-header:hover,
.ui-accordion .ui-accordion-header.ui-accordion-header-active {
	background: #4276be;
	color: #fff;
}
.search-results #secondary {
	display: none;
}

.print-button {
	cursor: pointer;
    display: block;
    float: right;
}
/* responsive */
@media screen and (max-width: 1200px) {
	#info_training {
		padding-right: 0;
	}
	.navbar-light .navbar-nav .nav-link {
		font-size: 12px;
		min-width: 70px;
	}
	footer ul {
		padding: 0;
	}
}
@media screen and (min-width: 769px) and (max-width: 990px) {
	.container {
		max-width: 850px;
	}
	#search {
		float: right;
	}
	#primary-menu {
		width: auto;
		display: block;
		float: right;
	}
	.navbar-light .navbar-nav .nav-link {
		font-size: 12px;
		min-width: auto;
		padding: 6px 10px !important;
	}
}
@media screen and (max-width: 980px) {
	#footer_info .col-md-4 {
		width: 100%;
		display: block;
		flex: 100%;
		max-width: 100%;
		margin: 10px 0;
		text-align: center;
	}
	footer li {
		display: inline-block;
		position: relative;
		text-align: left;
		display: block;
		width: 300px;
		margin: 0 auto;
	}
	#footer_info .col-md-4:nth-child(2) {
		border: 1px solid #ccc;
		border-left: 0px solid #ccc;
		border-right: 0px solid #ccc;
		padding: 20px;
	}
	#social_media_icons li {
		margin-top: 3%;
	}
}
@media screen and (max-width: 768px) {
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.menu-item-has-children:hover .dropdown-menu {
		display: none !important;
	}
	.navbar-light .navbar-nav .nav-link {
		color: #fff !important;
		border: 1px solid transparent;
		margin-left: 0px;
		background: transparent;
		border-radius: 0px;
	}
	#wpcf7-f318-p314-o1 ul {
		margin-left: 0;
	}
	#wpcf7-f318-p314-o1 li {
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
	}

	.navbar-nav {
		margin-top: 10px;
		width: 100%;
		display: block;
		float: left;
		margin-bottom: 10px;
	}
	.panel_mobile_nav .col-xs-12 {
		padding-left: 0;
	}
	body:not(.home) .portrait.container {
		padding: 4% 15px;
	}
	.part_list {
		width: 100%;
		position: relative;
		margin-bottom: 10px;
		margin-right: 0%;
	}
	.sec_1 .container {
		padding: 0 4%;
	}
	#courses .courses_item {
		width: 100%;
		flex: 100%;
	}
	h3 {
		font-size: 20px !important;
	}
	#info_training h2 {
		font-size: 350%;
		font-size: 35px;
	}
	header {
		max-height: 480px;
	}
	.container {
		max-width: 100%;
	}
	.header_banner .col-md-3 {
		width: 30%;
		float: left;
		position: relative;
		z-index: 999;
	}
	.header_banner .panel_mobile_nav.col-md-9 {
		width: 100%;
		float: right;
		position: absolute;
	}
	#search {
		width: 50%;
		right: 0;
		float: right;
	}
	#primary {
		display: block;
		box-sizing: border-box;
		width: 100%;
		float: left;
	}
	.navbar {
		display: block;
	}
}
@media screen and (max-width: 680px) {
	#team,
	#contact-us {
		width: 100%;
	}
	#mission .bold {
		width: 48%;
	}
	#resources li a,
	#mission .bold a {
		padding: 18px;
	}
	#resources li {
		width: 47%;
	}
	#tablecontainer a {
		width: 50% !important;
	}
	#tablecontainer ul {
		margin-left: 0px !important;
	}
	.single-training_classes #contain-course-length,
	.single-training_classes #contain-cost {
		width: 100%;
	}
	#tablecontainer li:last-child a {
		width: 100% !important;
		text-align: center;
	}
}
@media screen and (max-width: 480px) {
	.subtitle_banner a {
		display: block;
		width: auto;
		text-align: center;
		margin-top: 20px !important;
	}
	.sec_1 {
		text-align: left;
	}
	.header_banner {
		padding-top: 10px;
	}
	.header_banner .col-md-3 {
		width: 49%;
	}
}

@media print {
	header {
		display: none;
	}

	footer {
		display: none;
	}

	.print-button {
		display: none;
	}
}

.training_classes {
	height: 60px;
	padding-left: 50px;
}

.tablesorter {
	display: block;
	width: 900px;
	margin: 0 auto;
}

/* Original */
.tablesorter th {
	background-color: #306cc1;
	height: 50px;
    text-align: center;
    color: white;
}

/* Gray Header */
.tablesorter th {
	background-color: #808080;
	height: 50px;
    text-align: center;
    color: white;
}

.tablesorter td {
	width: 25%;
	color: white;
	height: 50px;
	border-bottom: 1px solid white;
	padding: 10px;
}

/* Original Colors */
.class-row {
	background-color: #508adb;
	padding-left: 10px;
}
.class-row:nth-child(even) {
	background-color: #4276be;
}

/* Whitesmoke and Gainsboro and dark gray font */
.class-row {
	background-color: #F5F5F5; //Whitesmoke
	padding-left: 10px;
}
.class-row:nth-child(even) {
	background-color: #DEDEDE; // Gray87
}
.tablesorter td {
	width: 25%;
	color: #333333;
	height: 50px;
	border-bottom: 1px solid white;
	padding: 10px;
	font-size: 15px;
  /*font-weight: bold; */
}


/*
.class-row {
	background-color: #508adb;
	padding-left: 10px;
}
.class-row:nth-child(even) {
	background-color: #4276be;
}
*/
