/*		OTC 2020 CSS Document - Last modified 10/12/2021, 10:32 a.m.	*/


.TA-nav-tabs>li.active>a:after {
	background: #F79342 !important;
}

/* .TA-nav-tabs>li.active>a {
	color: #F79342 !important;
} */

.TA-nav-tabs > li > a,
.TA-tab-content {
	color: #4C4E4E !important;
}

.TA-nav-tabs>li>a:focus,
.TA-nav-tabs>li>a:hover {
	background-color: #EEE !important;
}

.TA-tab-content .accordionTabHead>a:focus,
.TA-tab-content .accordionTabHead>a:hover {
	background-color: #EEE !important;
}

.TA-tab-content .accordionTabHead {
	margin-top: 0 !important;
}

.TA-tab-content .accordionTabHead.active a {
	border-bottom: 3px solid #F79342 !important;
}

.TA-tab-content .accordionTabHead > a {
	border: none !important;
	border-bottom: 2px solid #EEE !important;
	color: #4C4E4E !important;
}

.TA-tab-content .active.accordionTabHead:after {
	width: 0 !important;
}

.TA-tab-content.TA-accordionMode .tab-pane {
	border: none !important;
	border-bottom: 2px solid #EEE !important;
}

.TA-tab-content.TA-accordionMode .accordionTabHead.active+.tab-pane:after {
	width: 0 !important;
}

.TA-tab-content {
	border: none !important;
}


/* Associate Superintendent */

.otc-associate-superintendent {
	font-weight: bold;
	margin-bottom: 25px;
	text-align: center;
}

.otc-associate-superintendent img {
	border-radius: 50%;
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	max-width: 128px;
}

.otc-associate-superintendent-title {
	font-weight: bold;
	text-align: center;
}

#otc-superintendent {
	border-radius: 50%;
	max-width: 128px;
}


/* Blog Widget */

.feedgrabbr_widget {
	text-align: left;
}


/* Brand / Campus Cards */

.otc-brand-area .otc-brand-card,
.otc-campus-area .otc-campus-card {
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	margin: 15px 15px;
	min-width: 300px;
	overflow: hidden;
	position: relative;
	text-align: center;
	top: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	width: 300px;
}

.otc-brand-area .otc-brand-card:focus,
.otc-brand-area .otc-brand-card:hover,
.otc-campus-area .otc-campus-card:focus,
.otc-campus-area .otc-campus-card:hover {
	-webkit-box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
	box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.otc-brand-area,
.otc-campus-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.otc-brand-card a:focus,
.otc-brand-card a:hover,
.otc-campus-card a:focus,
.otc-campus-card a:hover {
	text-decoration: none;
}

.otc-brand-card img,
.otc-campus-card img {
	min-width: 300px;
	width: 300px;
}


/* Brand Color Cards */

.otc-color-card {
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	display: inline-block;
	margin: 10px;
	overflow: overlay;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	width: 300px;
}

.otc-color-card:focus,
.otc-color-card:hover {
	-webkit-box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
	box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}

.otc-color-cards-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 100%;
}

.otc-color-cmyk,
.otc-color-hex,
.otc-color-pantone,
.otc-color-rgb {
	display: block;
	font-weight: 300;
	line-height: 26px;
	width: auto;
}

.otc-color-name {
	font-size: 20px;
	font-weight: 700;
	margin: 4px 0 10px 0;
}

.otc-color-preview {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #EEE;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 200px;
	max-height: 300px;
}

.otc-color-text {
	background-color: white;
	height: auto;
	padding: 20px 30px;
	width: auto;
}

.otc-black {
	background: #231F20;
}

.otc-blue {
	background: #041E42;
}

.otc-cool-gray {
	background: #B1B3B3;
}

.otc-gold {
	background: #84754E;
}

.otc-gray {
	background: #717273;
}

.otc-green {
	background: #47B649;
}
	
.otc-light-blue {
	background: #69B5d0;
}

.otc-orange {
	background: #F79342;
}

.otc-white {
	background: #FFFFFF;
}


/* Breadcrumbs */

#breadcrumbs {
	background: transparent !important;
	color: #4C4E4E !important;
}


/* Button */

.otc-buton-normal {
	-webkit-box-shadow: -3px -3px 7px #F5F5F5, 3px 3px 7px #BBC3CC;
	box-shadow: -3px -3px 7px #F5F5F5, 3px 3px 7px #BBC3CC;
}

.otc-buton-normal a,
.otc-buton-wrapper a {
	color: #4C4E4E !important;
	text-decoration: none !important;
}

.otc-buton-normal:active {
	-webkit-box-shadow: -3px -3px 7px #F5F5F5 inset, 3px 3px 7px #BBC3CC inset;
	box-shadow: -3px -3px 7px #F5F5F5 inset, 3px 3px 7px #BBC3CC inset;
}

.otc-buton-normal:focus,
.otc-buton-normal:hover {
	color: #F79342 !important;
}

.otc-buton-round {
	border-radius: 50%;
	height: 60px;
	margin: 10px;
	width: 60px;
}

.otc-buton-wide {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0 solid #FFF;
	border-radius: 10px;
	color: #4C4E4E;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: bold;
	height: 60px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 10px;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	width: 250px;
}

.otc-buton-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0;
}


/* Curator.io */

.crt-filter a {
	color: #4C4E4E !important;
}

.crt-filter .crt-filter-networks ul li.active a,
.crt-filter .crt-filter-sources ul li.active a {
	background-color: #EEE !important;
}

.crt-filter .crt-filter-networks ul li a:focus,
.crt-filter .crt-filter-sources ul li a:focus,
.crt-filter .crt-filter-networks ul li a:hover,
.crt-filter .crt-filter-sources ul li a:hover {
	background-color: #EEE !important;
}


/* Featured */

.otc-featured-about,
.otc-featured-campus,
.otc-featured-course {
	text-align: center;
}

.otc-featured-campus a,
.otc-featured-course a {
	color: #4C4E4E !important;
}

.otc-featured-about-text h4,
.otc-featured-about-text h5,
.otc-featured-campaign-text h4,
.otc-featured-campaign-secondary-title h2,
.otc-featured-campaign-title h3,
.otc-featured-campus-text h4,
.otc-featured-course-subtitle h5,
.otc-featured-course-title h4,
.otc-featured-registration-campus-title h4,
.otc-featured-registration-text p,
.otc-featured-registration-title h3,
.otc-featured-spirit-text h4,
.otc-featured-why-otc h3 {
	margin-top: 0;
}

.otc-featured-about-title,
.otc-featured-about-title.counter-loaded {
	/* color: #F79342; */
	font-size: 40px;
	/* font-weight: bold; */
}

.otc-featured-campaign-title,
.otc-featured-campaign-secondary-title h2,
.otc-featured-course-title {
	text-transform: uppercase;
}

.otc-featured-course-start-date-text h3,
.otc-featured-course-start-date-01-text h3,
.otc-featured-course-start-date-02-text h3,
.otc-featured-course-start-date-03-text h3,
.otc-featured-course-start-date-04-text h3,
.otc-featured-course-start-date-05-text h3,
.otc-featured-course-short-term-start-date-text h3,
.otc-featured-course-short-term-start-date-01-text h3,
.otc-featured-course-short-term-start-date-02-text h3,
.otc-featured-course-short-term-start-date-03-text h3,
.otc-featured-course-short-term-start-date-04-text h3,
.otc-featured-course-short-term-start-date-05-text h3,
.otc-featured-course-text h3,
.otc-featured-course-title h4,
.otc-featured-spirit-title h4 {
	margin-bottom: 0;
}

.otc-featured-course-start-date-text h3,
.otc-featured-course-start-date-01-text h3,
.otc-featured-course-start-date-02-text h3,
.otc-featured-course-start-date-03-text h3,
.otc-featured-course-start-date-04-text h3,
.otc-featured-course-start-date-05-text h3,
.otc-featured-course-short-term-start-date-text h3,
.otc-featured-course-short-term-start-date-01-text h3,
.otc-featured-course-short-term-start-date-02-text h3,
.otc-featured-course-short-term-start-date-03-text h3,
.otc-featured-course-short-term-start-date-04-text h3,
.otc-featured-course-short-term-start-date-05-text h3,
.otc-featured-course-text h3 {
	margin-top: 10px;
}

.otc-featured-why-otc a:focus,
.otc-featured-why-otc a:hover {
	text-decoration: none;
}

.otc-featured-campaign-secondary-title h2,
.otc-featured-why-otc a:focus span.fa-arrow-circle-right,
.otc-featured-why-otc a:hover span.fa-arrow-circle-right {
	color: #F79342;
}

.otc-featured-why-otc a span {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#otc_link a {
	color: #F79342 !important;
}


/* Google Map Responsive */

.otc-expectation-graduation-responsive,
.otc-fair-google-map-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.otc-expectation-graduation-responsive iframe,
.otc-fair-google-map-responsive iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


/* Grid */

.otc-grid-apparel,
.otc-grid-materials,
.otc-grid-photography {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.otc-grid-apparel img,
.otc-grid-materials img {
	display: inline-block;
	height: 125px;
	margin: 0 0 0 5px;
	overflow: hidden;
	position: relative;
	width: 250px;
}
	
.otc-grid-photography img {
	display: inline-block;
	height: 167px;
	margin: 0 0 0 5px;
	overflow: hidden;
	position: relative;
	width: 250px;
}

.otc-grid-effect img {
	-webkit-filter: brightness(85%);
	filter: brightness(85%);
}

.otc-grid-effect:focus img,
.otc-grid-effect:hover img {
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}


/* HR */

.otc-line {
	background: #FFF;
	background: -o-linear-gradient(left, #FFF 0%, #F79342 50%, #FFF 100%);
	background: -webkit-gradient(linear, left top, right top, from(#FFF), color-stop(50%, #F79342), to(#FFF));
	background: linear-gradient(to right, #FFF 0%, #F79342 50%, #FFF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F79342', endColorstr='#F79342', GradientType=1);
	height: 2px;
	margin: 25px 0;
}


/* Logo Download 2020 */

.otc-logo-button {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 250px;
	width: 100%;
}

.otc-logo-container {
	margin: 20px 0 20px 0;
	position: relative;
	width: 100%;
}

.otc-logo-guidelines-horiz {
	height: auto;
	margin: 10px;
	max-width: 600px;
	width: 100%;
}

.otc-logo-guidelines-vert {
	height: auto;
	margin: 10px;
	max-width: 350px;
	width: 100%;
}

.otc-logo-horiz {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: block;
	height: auto;
	max-width: 500px;
	width: 100%;
}

.otc-logo-pattern {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 766px;
	width: 100%;
}

.otc-logo-powerpoint {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	display: block;
	height: auto;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	width: 100%;
}

.otc-logo-ray {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 350px;
	width: 100%;
}

.otc-logo-vert {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: block;
	height: auto;
	max-width: 350px;
	width: 100%;
}

#otc-blue {
	background-color: #041E42;
}


/* Multi Columns */

.otc-multi-columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px;
}

@media screen and (max-width:768px) {
	.otc-multi-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 60px;
		-moz-column-gap: 60px;
		column-gap: 60px;
	}
}


/* OCPS - videos drag */

.slides {
	text-align: left;
}

#videos ul {
	-webkit-padding-start: 0 !important;
	padding-inline-start: 0 !important;
}


/* OTC Reviews */

.otc-reviews {
	width: 0;
}


/* PDF Brochure */

.otc-pdf-brochure {
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	margin: 10px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	width: 180px;
}

.otc-pdf-brochure:focus,
.otc-pdf-brochure:hover {
	-webkit-box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
	box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}


/* PDF Image */

.otc-pdf-image {
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	margin: 10px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	width: 250px;
}

.otc-pdf-image:focus,
.otc-pdf-image:hover {
	-webkit-box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
	box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}


/* PDF Overview */

.otc-pdf-overview {
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	margin: 10px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	width: 300px;
}

.otc-pdf-overview:focus,
.otc-pdf-overview:hover {
	-webkit-box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
	box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}


/* Responsive Image */

.otc-img-color-hierarchy {
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.otc-img-color-hierarchy,
.otc-img-example,
.otc-img-typography {
	display: block;
	height: auto;
	max-width: 766px;
	width: 100%;
}

.otc-img-crimeline,
.otc-img-fortifyfl,
.otc-img-kristins,
.otc-img-prevention,
.otc-img-sem-logo {
	display: block;
	height: auto;
	margin: 10px;
	max-width: 250px;
	width: 100%;
}

.otc-img-expectation-graduation {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 387px;
	padding-top: 20px;
	width: 100%;
}

.otc-img-fl-bright {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 227px;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 100%;
}

.otc-img-fl-doe {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	width: 100%;
}

.otc-img-ged {
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	width: 100%;
}

.otc-img-badge,
.otc-img-industry-certification {
	display: inline-block;
	height: auto;
	margin: 10px;
	max-height: 48px;
}

.otc-img-kypoc {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 109px;
	min-width: 109px;
	width: 100%;
}

.otc-img-tech-express {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 612px;
	padding-top: 20px;
	width: 100%;
}

.otc-img-typography {
	display: block;
	height: auto;
	max-width: 766px;
	width: 100%;
}


/* Sitemap */

.sitemap .sitemap_column {
	background: transparent !important;
}

.sitemap {
	border: none !important;
}

.sitemap ul.sitemap_column_list {
	background: transparent !important;
}

.sitemap_column_list a:focus,
.sitemap_column_list a:hover {
	background: #DDD !important;
}


/* Survey */

.brdEvalName {
	display: none;
}

.plain_text {
	color: #4C4E4E;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}


/* Table */

table caption {
	caption-side: bottom;
	font-style: italic
}

#otc-blank {
	background: #FFF;
	border-left-color: #FFF;
	border-top-color: #FFF;
}

table.otc-abe-info,
table.otc-ahs-info,
table.otc-apprenticeship-info,
table.otc-book-list,
table.otc-campaign,
table.otc-diversity,
table.otc-expectation-graduation,
table.otc-ged-prep,
table.otc-grad-rates,
table.otc-job-rates,
table.otc-know-your-points-of-contact,
table.otc-law-enforcement,
table.otc-retention-rates {
	border-collapse: collapse;
	border-color: inherit;
	border-style: solid;
	border-width: 1px;
	width: 100%;
}

table.otc-abe-info td,
table.otc-ahs-info td,
table.otc-apprenticeship-info td,
table.otc-campus-info td,
table.otc-course-info td,
table.otc-course-table td,
table.otc-expectation-graduation td,
table.otc-ged-prep td,
table.otc-ged-test td,
table.otc-job-rates td,
table.otc-know-your-points-of-contact td,
table.otc-law-enforcement td,
table.otc-skills-based-course-info td {
	border-color: inherit;
	border-style: solid;
	border-width: 1px;
	padding: 10px 5px;
	text-align: center;
}

table.otc-abe-info th,
table.otc-ahs-info th,
table.otc-apprenticeship-info th,
table.otc-campus-info th,
table.otc-course-info th,
table.otc-course-table th,
table.otc-expectation-graduation th,
table.otc-ged-prep th,
table.otc-ged-test th,
table.otc-job-rates th,
table.otc-know-your-points-of-contact th,
table.otc-law-enforcement th,
table.otc-skills-based-course-info th {
	border-color: #041E42;
	border-style: solid;
	border-width: 1px;
	padding: 10px 5px;
	text-align: center;
}

table.otc-abe-info thead,
table.otc-ahs-info thead,
table.otc-apprenticeship-info thead,
table.otc-campaign thead,
table.otc-campus-info thead,
table.otc-course-info thead,
table.otc-course-table thead,
table.otc-diversity thead,
table.otc-expectation-graduation thead,
table.otc-ged-prep thead,
table.otc-ged-test thead,
table.otc-grad-rates thead,
table.otc-job-rates thead,
table.otc-know-your-points-of-contact thead,
table.otc-law-enforcement thead,
table.otc-retention-rates thead,
table.otc-skills-based-course-info thead {
	background-color: #041E42;
	color: #FFF;
}

table.otc-ace-info,
table.otc-age-info,
table.otc-continuing-education,
table.otc-personal-interest {
	border-collapse: collapse;
	width: 100%;
}

table.otc-ace-info td,
table.otc-age-info td,
table.otc-continuing-education td,
table.otc-continuing-education th,
table.otc-personal-interest td,
table.otc-personal-interest th {
	padding: 10px 5px;
	text-align: left;
}

table.otc-ace-info th {
	padding: 10px 5px;
	text-align: center;
}

table.otc-ace-info th h3 {
	margin-bottom: 0;
}

table.otc-ace-info thead,
table.otc-age-info thead,
table.otc-continuing-education thead,
table.otc-personal-interest thead {
	border-bottom-color: inherit;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: inherit;
}

table.otc-age-info .col1,
table.otc-book-list .row1,
table.otc-diversity .row1,
table.otc-grad-rates .row1,
table.otc-retention-rates .row1 {
	text-align: left;
}

table.otc-age-info .col2,
table.otc-book-list .row3,
table.otc-campaign .row3,
table.otc-diversity .row2,
table.otc-grad-rates .row2,
table.otc-retention-rates .row2 {
	text-align: right;
}

table.otc-age-info th {
	padding: 10px 5px;
}

table.otc-book-list .col1,
table.otc-diversity .row3 {
	border-bottom: 1px solid #000;
	text-align: left;
}

table.otc-book-list .col2 {
	border-bottom: 1px solid #000;
	text-align: center;
}

table.otc-book-list .col3,
table.otc-diversity .row4 {
	border-bottom: 1px solid #000;
	text-align: right;
}

table.otc-book-list .row2 {
	text-align: center;
}

table.otc-book-list td,
table.otc-campaign td {
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	padding: 10px 5px;
	text-align: center;
}

table.otc-book-list th {
	border-color: #041E42;
	border-style: solid;
	border-width: 1px;
	padding: 10px 5px;
}

table.otc-book-list thead {
	background-color: #041E42;
	color: #FFF;
}

table.otc-book-list tr:nth-child(even) {
	background-color: #EEE;
}

table.otc-campaign .col1 {
	background-color: #041E42;
	color: #FFF;
	text-align: left;
}

table.otc-campaign .col2 {
	background-color: #041E42;
	color: #FFF;
	text-align: right;
}

table.otc-campaign .row1 {
	border-bottom: solid 1px;
	text-align: left;
	vertical-align: top;
}

table.otc-campaign .row2 {
	border-bottom: solid 1px;
	text-align: right;
}

table.otc-campaign th {
	border-color: #041E42;
	border-style: solid;
	border-width: 1px;
	padding: 10px 5px;
}

table.otc-campus-info,
table.otc-ged-test {
	width: 600px;
}

table.otc-campus-info,
table.otc-course-info,
table.otc-course-table,
table.otc-ged-test,
table.otc-skills-based-course-info {
	border-collapse: collapse;
	border-color: inherit;
	border-style: solid;
	border-width: 1px;
}


table.otc-course-info,
table.otc-course-table,
table.otc-skills-based-course-info {
	width: 100%;
}

table.otc-diversity td,
table.otc-grad-rates td,
table.otc-retention-rates td {
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	padding: 10px 5px;
}


/* Testimonial Slider */

.otc-testimonial p {
	font-style: italic;
}