h1, h2, h3, h4, h5, .custom-caption p, span.dropcap1, span.dropcap2, span.dropcap3, span.dropcap4, .v-call-text, .smash-text, .testimonial-text, .header-advert, .v-icon-character, .v-team-member-name, .v-fancy-heading h1, .v-portfolio-item-info h3, .w-portfolio .w-portfolio-item .w-portfolio-item-title {
    font-family: 'Cabin', Arial, Helvetica, Tahoma, sans-serif;
	font-family: "Open Sans", Arial, Helvetica, Tahoma, sans-serif;
}
.fixed-header-on header div.logo img {
    height: 60px;
}
.dotBorder20 {
	clear:both;
	height: 20px;
	border-bottom:1px dotted #484848;
	margin-bottom: 20px;
}
.hmMessage {
	background-color: #f6f6f6;
	border-top: 10px solid #e67925;
	border-bottom: 1px solid #e67925;
	margin: 20px 0;
	padding-bottom: 8px;
	
}
.brochureBg {
    min-height: 400px;
    background-color: #f0d6bd;
    background-image: url("../img/static/brochure-mock-up.png");
    background-position: right;
    background-repeat: no-repeat;
}
footer .links {
	margin: 20px 0;
}
footer .links a, footer a, .copyright a {
	color: #888;
}
footer .links a:hover, footer a:hover {
	color: #fc0;
}
.copyright a {
	font-weight:bold;
}
.copyright a:hover {
	color:#fff;
	font-weight:bold;
}
ul.why li{
	margin-left: 8px;
	margin-bottom: 16px;
	border-bottom:1px dotted #e67925;
	padding-bottom: 8px;
}
ul.why h5 {
	font-weight: bold;
	margin-bottom: 0;
}
.padding-20 {
	padding: 20px;
}
.v-team-member-statu {
    color: #3a3a3a;
    font-size: 13px;
    line-height: 2;
}
.pi-testimonial-author-name {
    color: #666;
	padding-top: 20px;
}
.team h4 {
	font-weight:bold;
	margin-bottom: 4px;
	color:#e67925;
}
.team .desig, .partner .schName {
	font-family:Lato, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	text-transform:uppercase;
	letter-spacing: 1px;
	line-height:13px;
	padding-bottom: 4px;
    color: #e67925;
}
.team p {
	line-height: 18px;
}
.bordBot {
	height: 1px;
	border-bottom:1px solid #e67925;
	margin-bottom: 20px;
}
.bordBotGrey {
	height: 1px;
	border-bottom:1px dotted #9c9c9c;
	margin-bottom: 5px;
}
.coreLeadin h3 {
	margin-top: 0px;
	padding-bottom: 0px;
}
.partner ul {
	list-style-type: disc;
}
.partner ul li {
	margin-left: 16px;
	padding-bottom: 12px;
}
.partner ul li p {
	margin:0;
	margin-bottom: 12px;
}
.partner .princiName {
	font-weight:bold;
	line-height: 12px;
}
.course ul {
	list-style-type: disc;
}
.course ul li {
	margin-left: 32px;
	padding-bottom: 12px;
}
.course ul li p {
	margin:0;
	margin-bottom: 12px;
}
.qual {
    color: #000;
    font-size: 13px;
    line-height: 1.5;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
}
.qual span {
	font-size:13px;
	color:#888;
	text-transform:none;
	font-weight:normal;
	letter-spacing:normal;
}
.yellBg {
    background-color: #fc0;
    padding: 8px 8px;
}
.botBord {
    border-bottom: 1px dotted #484848;
    margin-bottom: 12px;
    padding: 0 10px;
}
/** side nav bar **/
.nav>li>a, .nav>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.v-right-sidebar-inner > li > a, .v-right-sidebar-inner > li > ul > li > a {
    padding: 11px 10px !important;
    color: #666;
    border-bottom: 1px solid #e5e5e5;
    outline: none;
}
.list-group-item {
	border:none;
	background-color: transparent;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #fff;
    border-color: #337ab7;
}
/** end side nav bar **/ 

ul.sub li {
	margin-left: 20px;
}
ul.sub li a {
	padding: 11px 10px !important;
	color: #666;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
    display: block;
}
ul.sub li a:hover {
	color:#000;
}
ul.sub li.active a {
	font-weight:bold;
	color:#1e73be;
}
.pgattn {
	margin: 20px auto;
	padding: 15px;
	font-size: 16px;
	text-align: center;
	font-weight:bold;
	border-bottom: 10px solid #c00;
	border-top: 10px solid #c00;
}
.eml a {
	color:#1e73be;
}


@media (min-width: 768px)
.modal-dialog {
    width: 860px;
    margin: 30px auto;
}