.page-title-container {
	margin: 0;
	padding: 15px 0;
}
.page-title-container h1 {
	font-size: 38px;
	font-family: 'WhetisakDojo-Bold';
	margin: -3px 0 0 0;
}
.page-title-container h2 {
	opacity: 0.7;
	font-size: 14px;
	font-family: 'WhetisakDojo-Thin';
	text-transform: uppercase;
	margin: 0;
}
.title-widget {
	color: #898989;
	font-size: 13px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 40px 0;
	position: relative;
}
.title-widget:before {
	content: "";
	position: absolute;
	left: -30px;
	top: -2px;
	height: 18px;
	width: 5px;
	background-color: #fa3737;
}
.title-median {
	color: #000000;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
.title-titan {
	color: #898989;
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
.title-giant {
	font-size: 40px;
	font-weight: 800;
	margin: 20px 0;
	letter-spacing: -0.05em;
}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited, .title-median a:link, .title-median a:visited, .title-titan a:link, .title-titan a:visited, .page-title a:link, .page-title a:visited {
	color: #000;
}
h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus, .title-median a:hover, .title-median a:focus, .title-titan a:hover, .title-titan a:focus, .page-title a:hover, .page-title a:focus {
	color: #fa3737;
}
.title-median a {
	display: block;
}
/* ================================================== NAVIGATION (Main & Functional) */

/* == functional menu == */
.functional-navig {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 15px;
	z-index: 777;
}
.functional-navig ul {
	padding: 5px 10px;
	margin: 0;
}
.functional-navig ul li {
	padding-left: 10px;
	padding-right: 10px;
}
.functional-navig a {
	display: block;
	font-size: 11px;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
}
.functional-navig a:link, .functional-navig a:visited {
	color: #000;
}
.functional-navig a:hover {
	color: #fa3737;
}
/* == END functional menu == */

/* == navigator menu == */
/*** DEFAULT COLORS/STYLES ***/
#navigation {
	display: block;
}
.primary-nav {
	margin-top: 0px;
	padding-left: 0;
}
.primary-nav li {
	margin-left: 40px;
	font-family: 'WhetisakDojo-Bold';
	font-size: 15px;
	text-transform: uppercase;
	padding: 0;
	display: inline-block;
    /* IE7 inline-block and padding fix */
    *display: inline;
 *zoom: 1;
 *vertical-align: bottom;
}
.primary-nav li:first-child {
	padding-left: 0;
	margin-left: 0;
}
.primary-nav li a {
	display: block;
	margin: 0 1px;
	padding: 15px 0 10px !important;
	border-left: none;
	border-right: none;
	border-top: 5px solid #000;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	transition: all .25s;
}
/* main links */
.primary-nav .item-description {
	display: block;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	text-transform: none;
	font-family: 'WhetisakDojo-Thin';
}
.primary-nav #home a {
	border-top-color: #fa3737;
}
.primary-nav #news a {
	border-top-color: #64006b;
}
.primary-nav #courses a {
	border-top-color: #24418f;
}
.primary-nav #teachers a {
	border-top-color: #007547;
}
.primary-nav #contact a {
	border-top-color: #00b3d4;
}
.primary-nav #admin a {
	border-top-color: #ff690e;
}
.primary-nav #home a:hover, .primary-nav #home.current-menu-item > a {
	color: #fa3737;
}
.primary-nav #news a:hover, .primary-nav #news.current-menu-item > a {
	color: #64006b;
}
.primary-nav #courses a:hover, .primary-nav #courses.current-menu-item > a {
	color: #24418f;
}
.primary-nav #teachers a:hover, .primary-nav #teachers.current-menu-item > a {
	color: #007547;
}
.primary-nav #contact a:hover, .primary-nav #contact.current-menu-item > a {
	color: #00b3d4;
}
.primary-nav #admin a:hover, .primary-nav #admin.current-menu-item > a {
	color: #ff690e;
}
.primary-nav a:hover, .primary-nav li.dropdown-menu-hover > a, .primary-nav li.current-menu-item > a { /*color: #fa3737; */
}
/* smaller devices menu */
#mobile-nav-switch {
	display: none;
	width: 24px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
	z-index: 8888;
}
#mobile-nav-switch:focus {
	outline: none;
}
.alter-menu-icon {
	display: block;
	width: 24px;
	height: 24px;
	background: url('../images/alter-menu.png') 0 0 no-repeat;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: transform 250ms ease-out 0s;
	-moz-transition: transform 250ms ease-out 0s;
	-o-transition: transform 250ms ease-out 0s;
	transition: transform 250ms ease-out 0s;
}
.open span.alter-menu-icon {
	background-position: 0 -24px;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: transform 250ms ease-out 0s;
	-moz-transition: transform 250ms ease-out 0s;
	-o-transition: transform 250ms ease-out 0s;
	transition: transform 250ms ease-out 0s;
}
/* == END dropdown-menu kustom style == */

/* ================================================== VARIOUS PAGE ELEMENTS */

/* == site header == */
#header {
	margin-top: 25px;
}
.logo {
	width: 125px;
	float: left;
	margin: -5px 0 10px 0;
	position: relative;
}
.logo IMG {
	max-height: 75px;
	max-width: 90px;
}
/* == END site header == */

/* == secondary menu == */
.secondary-nav {
	width: 100%;
	float: left;
	margin: 0;
	padding: 5px 0 0 0;
	border-width: 1px 0 1px 0;
	border-style: dotted;
	border-radius: 0;
	border-color: #b0b5b5;
}
.secondary-nav > ul {
	font-size: 15px;
	font-family: 'WhetisakDojo-Bold';
	float: left;
	margin: 0;
	padding: 0;
	line-height: 16px;
}
.secondary-nav > ul > li {
	margin-bottom: 6px;
	display: inline-block;
}
.secondary-nav > ul > li + li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}
.secondary-nav > ul > li A:HOVER, .secondary-nav .active A {
	color: #fa3737;
}
/* == END secondary menu == */

/* == site body == */
#content-wrapper { /*background-color: #F9F9F9; border-top: 1px solid #F4F4F4;*/
	padding: 0 0 40px 0;
}
.content-container {
	border-top: 1px dotted #b0b5b5;
}
.content {
	padding-left: 18px;
	padding-top: 15px;
	padding-bottom: 18px;
	border-left: 1px dotted #b0b5b5;
	border-right: 1px dotted #b0b5b5;
	min-height: 30px;
}
.content.fullwidth {
	border-right: 0;
}
.banner-image {
	border-left: 1px dotted #b0b5b5;
	padding: 0;
	position: relative;
}
.banner-image IMG {
	width: 100%;
	position: relative;
	z-index: 0;
}
.banner-image .banner-image-overlay {
	width: 854px;
	height: 252px;
	right: 0;
	bottom: 0;
	display: block;
	position: absolute;
	z-index: 10;
	background-image: url('../images/banner-img-overlay.png');
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
}
.slidebar {
	margin-bottom: 10px;
}
.slidebar .slidebar-item {
	position: relative;
}
.slidebar .slidebar-item A {
	color: #FFF;
	display: block;
	background-color: rgb(151, 151, 151);
}
.slidebar .slidebar-content {
	padding: 12px 9px 0 9px; /*top right bottom left*/
}
.slidebar .slidebar-content h3 {
	color: #FFF;
	padding: 0;
	margin: 0 0 12px 0;
	line-height: 2.1rem;
	font-family: 'WhetisakDojo-Thin';
}
.slidebar .slidebar-content p {
	font-size: 12px;
}
.slidebar .slidebar-image {
	min-height: 174px;
	position: relative;
}
.slidebar .slidebar-image .overlay {
	right: 0;
	top: 0;
	width: 214px;
	height: 214px;
	display: block;
	position: absolute;
	z-index: 10;
	background-image: url('../images/sidebar-image-overlay.png');
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
}
/* == END site body == */

/* == site footer == */
.footer {
	width: 100%;
	bottom: 0px;
	color: #FFF;
	padding-top: 30px;
	margin-top: 35px;
	background-color: rgb(0, 0, 0);
}
.footer ul.footer-links li {
	padding-bottom: 7px;
	font-weight: bold;
	margin-right: 35px;
	margin-bottom: 7px;
	border-bottom-color: rgb(63, 67, 67);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	list-style: none;
}
.footer ul.footer-links .title > a {
	font-size: 17px;
	font-family: 'WhetisakDojo-Light';
	text-decoration: none;
	cursor: pointer;
}
.footer a, .footer ul.footer-links li a {
	font-size: 15px;
	color: #FFF;
}
.footer a:hover, .footer ul.footer-links li a:hover {
	color: #e2bc0c;
}
.footer ul.footer-links li.external a {
	padding: 0px 18px 0px 0px;
}
.footer ul.footer-links ul li a {
	font-size: 12.5px;
	color: rgb(153, 153, 153);
	line-height: 15px;
}
.footer ul.footer-links ul {
	margin: 0px;
}
.footer ul.footer-links ul li {
	padding: 0px;
	border: currentColor;
	color: rgb(153, 153, 153);
	line-height: 1.3rem;
	font-weight: normal;
}
.footer-links ul.level-2 {
	padding: 2px 0px 0px;
	line-height: 1.3rem !important;
}
.footer-links ul.level-2 li {
	content: "|";
	line-height: 1.3rem;
	margin-right: 0px !important;
	display: inline;
}
.footer-links ul.level-2 li:after {
	content: " |";
}
.footer-links ul.level-2 li:last-child:after {
	content: "";
}
.footer ul.footer-links li.li.bookstore a {
	padding: 0px;
}
.footer ul.footer-links li.li.marketplace-institute a {
	padding: 0px;
}
.footer ul.footer-links ul.level-3 {
	display: none;
}
.footer .footer-logo {
	width: 100px;
	height: auto;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	background-repeat: no-repeat !important;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
}
.footer h5 {
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 23px;
}
.footer ul.social-media li {
	margin: 0px 0px 12px;
	width: 45%;
	line-height: 1.6rem;
	font-size: 1.3rem;
	display: inline-block;
}
.footer ul.social-media li a {
	/*background: url("../images/misc/btn-socialmedia.png") no-repeat 0px 0px;*/
	padding: 0px 0px 0px 40px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	display: inline-block;
	min-height: 32px;
}
.footer ul.social-media li a:hover {
	color: rgb(0, 179, 212);
}
.footer ul.social-media li a span {
	font-size: 1.1rem;
	display: block;
	lin-height: 1.1rem;
}
.footer ul.social-media li a.facebook:hover {
	background-position: -128px 0px;
}
.footer ul.social-media li a.twitter {
	background-position: 0px -50px;
}
.footer ul.social-media li a.twitter:hover {
	background-position: -128px -50px;
}
.footer ul.social-media li a.linkedin {
	background-position: 0px -100px;
}
.footer ul.social-media li a.linkedin:hover {
	background-position: -128px -100px;
}
.footer ul.social-media li a.ytube {
	background-position: 0px -150px;
}
.footer ul.social-media li a.ytube:hover {
	background-position: -128px -150px;
}
.footer .address {
	margin: 25px 0px 0px;
	font-weight: bold;
}
.footer .address a {
	color: #e2bc0c;
	margin: 25px 0px 0px;
	font-weight: bold;
}
.footer .address h:hover {
	color: #fa3737;
}
.footer .enewsletter {
	margin: 25px 0px 0px;
	font-weight: bold;
}
.footer .enewsletter p {
	margin: 2px 0px 10px;
}
.footer h6 {
	font-family: 'WhetisakDojo-Light';
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
}
.footer .btn {
	background-color: #e2bc0c;
}
.footer .btn:hover {
	background-color: #c8d402;
}
.footer .footer-bottom {
	padding-top: 15px;
	margin-top: 30px;
	border-top-color: rgb(63, 67, 67);
	border-top-width: 1px;
	border-top-style: dotted;
}
.footer-bottom .copyright {
	text-align: center;
	line-height: 1.4rem;
	font-size: 1.2rem;
	font-weight: bold;
}
.footer-bottom .copyright a {
	font-size: 1.2rem;
	color: #e2bc0c;
}
.footer-bottom .copyright a:hover {
	color: #fa3737;
}
.footer-bottom .footer-logo {
	margin-right: 23px;
	float: left;
}
/* == END site subfooter =;= */

/* == home page slider == */
#carousel-featured {
	margin-bottom: 0;
}
.carousel-indicators {
	left: inherit;
	right: 20px;
	top: 20px;
	bottom: inherit;
	height: inherit;
	width: inherit;
	margin: 0;
}
.carousel-indicators li, .carousel-indicators .active {
	height: 15px;
	width: 15px;
	border-width: 2px;
	margin: 1px;
}
.carousel-indicators li {
	background-color: #222222\9;
	background-color: rgba( 0, 0, 0, 0.1 );
}
.carousel-indicators .active {
	opacity: 0.7;
}
.carousel-control.right, .carousel-control.left {
	background-image: none;
	background-repeat: inherit;
	background-color: rgba( 0, 0, 0, 0.7 );
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	line-height: 40px;
}
.carousel-inner > .item {
	-webkit-transition: 0.3s ease-in-out left;
	-moz-transition: 0.3s ease-in-out left;
	-o-transition: 0.3s ease-in-out left;
	transition: 0.3s ease-in-out left;
}
.carousel-control {
	color: #fa3737;
}
.carousel-control.left {
	left: 40px;
}
.carousel-control.right {
	right: 40px;
}
.carousel-control.left, .carousel-control.right {
	opacity: 0;
	-webkit-transition: all 100ms ease-out 0s;
	-moz-transition: all 100ms ease-out 0s;
	-o-transition: all 100ms ease-out 0s;
	transition: all 100ms ease-out 0s;
}
.carousel:hover .carousel-control.left {
	left: 0;
	opacity: 1;
}
.carousel:hover .carousel-control.right {
	right: 0;
	opacity: 1;
}
.carousel-caption {
	position: absolute;
	border-top: 3px solid #fa3737;
}
.caption-content {
	padding: 30px;
}
.caption-title {
	font-weight: 700;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.pos-1-3-right, .pos-1-3-left {
	width: 33.3%;
}
.pos-2-3-right, .pos-2-3-left {
	width: 66.6%;
}
.pos-1-3-left, .pos-2-3-left {
	left: 0;
}
.pos-1-3-right, .pos-2-3-right {
	right: 0;
}
.pos-1-3-left, .pos-2-3-left, .pos-1-3-right, .pos-2-3-right {
	bottom: 0;
}
.pos-c-full {
	width: 100%;
}
.pos-c-2-3 {
	width: 66.6%;
	margin: 0 17%;
}
.pos-c-full, .pos-c-2-3 {
	bottom: 0;
	text-align: center;
	border-top: none;
}
.scheme-dark {
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	-webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.scheme-light {
	color: #111;
	background-color: rgba(255, 255, 255, 0.5);
	-moz-text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
	-webkit-text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
	text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
}
.scheme-dark .caption-title {
	color: #FFF;
}
.scheme-light .caption-title {
	color: #000;
}
.no-bg {
	background: none;
}
.no-bg .caption-title {
	border-bottom: none;
	padding: 0;
}
/* == END home page slider == */

/* ================================================== PAGES, POSTS, CUSTOM POSTS & WIDGETS */


/* == left navigation == */
.left-navigation {
	margin: 12px 0 33px 0;
}
.left-navigation ul {
	font-size: 13.5px;
	padding: 3px 0 0 0;
	border-bottom: 1px dotted #b0b5b5;
	list-style: none;
}
.left-navigation ul li {
	line-height: 1.4rem;
	padding: 6px 0;
	border-top: 1px dotted #b0b5b5
}
.left-navigation ul li a span.number {
	display: block;
	margin-left: -10px;
	float: left;
	clear: both;
	height: 100%;
	margin-bottom: 1px;
	margin-right: 2px
}
.left-navigation ul li a {
	display: block
}
.left-navigation ul li a, .left-navigation ul li.active li a {
	color: #000
}
.left-navigation ul li a:hover, .left-navigation ul li.active a, .sidebar-links a:hover {
	color: #e2bc0c;
	word-wrap: break-word
}
.left-sidebar {
	padding-left: 0 !important;
}
.left-sidebar hr {
	width: 30%;
	border: 1px solid #ddd;
}
.left-sidebar h2 {
	font-size: 3rem;
	line-height: 3.2rem;
	text-transform: uppercase;
	padding-bottom: 0px;
	padding-top: 15px
}
.left-sidebar h3 {
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 1.5rem;
	line-height: 1.7rem;
	font-weight: bold;
}
.left-sidebar-content {
	margin: 0 0 40px 0
}
.sidebar-details {
	margin: 0 0 23px 0;
	padding: 0;
}
.sidebar-detail-item p {
	font-size: 13.5px;
}
/* == END left navigation == */

/* == news ( widget, page and single ) == */
.recent-news-wrap:not(:last-child) {
	margin-bottom: 19px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba( 0, 0, 0, 0.05 );
}
.recent-news-date {
	font-size: 13px;
	font-weight: 300;
}
.recent-news-thumb {
	float: left;
}
.recent-news-thumb img {
	width: 90px;
}
.recent-news-text {
	margin-left: 110px;
}
.widget_recent_news .title-median {
	margin-bottom: 0;
}
.widget-container .recent-news-date {
	font-size: 12px;
	line-height: 14px;
	margin: 8px 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid rgba( 0, 0, 0, 0.05 );
}
.widget-container .recent-news-text p {
	font-size: 14px;
	line-height: 24px;
	margin: -4px 0 0 0;
}
.news-no-summary .recent-news-date {
	padding: 0;
	margin: 0 0 10px;
	border: none;
}
.news-no-summary .recent-news-thumb img {
	width: 70px;
}
.news-no-summary .recent-news-text {
	margin-left: 90px;
}
.news-mini-wrap {
	margin-top: 40px;
}
.news-mini-wrap .page-title {
	font-size: 18px;
	line-height: 22px;
}
.news-featured-image {
	margin-bottom: 25px;
}
.news-mini-wrap .news-featured-image {
	margin-bottom: 15px;
}
.news-meta {
	margin-top: 5px;
}
.news-meta span {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
}
.news-meta span:not(:last-child) {
	padding-right: 10px;
	margin-right: 5px;
	border-right: 1px solid rgba( 0, 0, 0, 0.05 );
}
.news-summary {
	margin-top: 10px;
}
.news-summary p {
	font-size: 14px;
	margin: 0;
}
.news-body {
	margin-top: 20px;
}
.news-body p:last-child {
	margin-bottom: 0;
}
.news-tags {
	margin-top: 40px;
}

/* == END news ( widget, page and single ) == */
/* ================================================== MEDIA QUERIES */

/* == media queries == */
/* LG */
@media (min-width: 1200px) {
}

/* MD */
@media (min-width: 992px) and (max-width: 1199px) {
.logo img {
	height: 91px;
}
.main-navig {
	margin-top: 30px;
}
#drop-down-menu a {
	border-top: none;
	padding-top: 0 !important;
}
#drop-down-menu > li:first-child {
	margin-left: 0;
}
.carousel-caption .caption-title {
	font-size: 18px;
}
.carousel-caption p {
	font-size: 13px;
}
.carousel-caption .caption-content {
	padding: 20px 30px;
}
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
/*[class*='col-']:not(:last-child) { margin-bottom: 10px; }*/
#header {
	padding-left: 0px;
	padding-right: 0px;
}
.logo {
	width: 100%;
	margin-left: 10px;
}
#navigation {
	clear: both;
}
.primary-nav {
	width: 100%;
	float: left;
	margin-bottom: 0;
	background-color: rgb(236,236,236);
}
.primary-nav li {
	margin: 0;
	width: 20%;
	height: auto;
	text-align: center;
	font-size: 14px;
}
.primary-nav li a {
	padding: 2px 10px;
	width: auto;
	height: 28px;
	float: none;
	background-image: none;
}
.secondary-nav {
	margin-top: 2px;
	border: none;
	padding-top: 0px;
}
.secondary-nav > ul {
	width: 100%;
}
.secondary-nav > ul > li {
	/*width: 19.999999%;*/
	width: 25%;
	float: left;
	line-height: inherit;
	margin-bottom: 2px;
}
.secondary-nav > ul > li + li:before {
	content: inherit;
}
.secondary-nav > ul > li a {
	width: 100%;
	padding: 5px 0;
	float: left;
	color: #FFF;
	text-align: center;
	border-right: 2px solid #FFF;
	background-color: #000;
}
.secondary-nav > ul > li A:HOVER, .secondary-nav .active A {
	color: #e2bc0c;
}
#mobile-nav-switch {
	display: block;
}
.logo img {
	height: 91px;
}
.carousel-caption {
	display: none;
}
}

/* XS */
@media (max-width: 767px) {
/*[class*='col-']:not(:last-child) { margin-bottom: 10px; }*/
#header {
	padding-left: 0px;
	padding-right: 0px;
}
.logo {
	width: 100%;
	margin-left: 10px;
}
.logo img {
	height: 91px;
}
#navigation {
	clear: both;
}
#mobile-nav-switch {
	display: block;
}
.primary-nav {
	width: 100%;
	float: left;
	margin-bottom: 0;
	background-color: rgb(236,236,236);
}
.primary-nav li {
	margin: 0;
	width: 20%;
	height: auto;
	text-align: center;
	font-size: 14px;
}
.primary-nav li a {
	width: auto;
	height: 28px;
	float: none;
	padding: 2px 10px;
	background-image: none;
}
.primary-nav li a .item-description {
	display: none;
}
.secondary-nav {
	clear: both;
	border-width: 2px 10px 8px 10px;
	border-style: solid;
	border-color: rgb(236, 236, 236);
	background: rgb(0, 0, 0);
}
.secondary-nav a#more-links-toggle {
	cursor: pointer;
	color: rgb(255, 255, 255);
	font-size: 1.3rem;
	padding: 5px 3%;
	text-transform: uppercase;
	line-height: 1.6rem;
	background: url("http://www.regent-college.edu/images/misc/xbtn-accordion.png.pagespeed.ic.zNjfqEZN95.png") no-repeat 98% 7px rgb(0, 0, 0);
}
.secondary-nav a.open#more-links-toggle {
	background: url("http://www.regent-college.edu/images/misc/xbtn-accordion.png.pagespeed.ic.zNjfqEZN95.png") no-repeat 98% -43px rgb(0, 0, 0);
}
.secondary-nav > ul {
	width: 100%;
	float: left;
	background: rgb(0, 0, 0);
}
.secondary-nav > ul > li {
	color: rgb(255, 255, 255);
	width: 50%;
	margin: 0px;
	padding: 0px !important;
	display: inline-block;
	border-bottom-color: rgb(102, 102, 102);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	
}
.secondary-nav > ul > li + li:before {
	content: inherit;
}
.secondary-nav > ul > li a {
	color: rgb(255, 255, 255);
	padding: 8px 0px 9px 6%;
}
#more-links {
	display: none;
}
.carousel-caption {
	display: none;
}
}
/* == END media queries == */
