@import url("../css/icons.css");
/* Styles for CDSP14	*/

body {
	font-family: "open sans", helvetica, arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

/* === Layout === */

.header {
	background: url("../images/border-top.png") repeat-x center top;
	padding: 40px 0 30px;
	text-align: right;
}

.header_info {
	padding-top: 60px;/*30px;*/
}

.logo {
	text-align: center;
}

.navigation {
	border: 1px solid #8c8e90;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}

.minihero {
	border-left: 1px solid #8c8e90;
	border-right: 1px solid #8c8e90;
	padding-top: 15px;
	position: relative;
}
	.minihero p {margin-bottom: 0;}
	.minihero h3 {
		position: absolute;
		bottom: 0;
		background: rgba(227, 25, 55, 0.6);
		color: #fff;
		margin-bottom: 0;
		padding: .5em;
		min-width: 277px;
	}

.content {
	border-left: 1px solid #8c8e90;
	border-right: 1px solid #8c8e90;
	padding-bottom: 2em;
	/* column borders */
	background-image: url("../images/border_pixel.png"),url("../images/border_pixel.png");
	background-repeat: repeat-y, repeat-y;
}
	.frontpage .content {
		padding-bottom: 0;
	}
	.content.columns-left {
		background-position: 291px;
	}
	.content.columns-right{
		background-position: 875px;
	}
	.content.columns-both{
		background-position: 291px, 875px;
	}
	.content.nocolumns{
		background-image: none;
	}
	
.sidebar {
	margin-top: 20px;
}

.footer {
	border-top: 1px solid #8c8e90;
	background: url("../images/border-bottom.png") repeat-x center bottom;
	padding-bottom: 40px;
	text-align: center;
}


.alpha {
	padding-left: 0;
}
.omega {
	padding-right: 0;
}


/* === Standard HTML === */

h1,h2,h3,h4,h5,h6 {
	font-family: 'ITCGaramondStd-Lt','comic sans ms', serif;
}
	.moduletable > h3:first-child { /* no top margin on module titles */
		margin-top: 0;
	}
	
	.blog .page-header > h2 { /*change article title size on category blog pages*/
		font-size: 24px;
	}
	.subheading-category { /*page title on category blog pages*/
	  color: #e21937;
	}
	
iframe {max-width: 100%;}

/* Links */

a {
	color: #e31937;
}
	a:hover,
	a:focus,
	.btn:hover,
	.btn:focus {
		color: #125687;/*#d28e00;*/
	}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {
	text-decoration: none;
}
.readmore a.btn {
	padding: .5em 0;
}

.btn.solid {
	color: #fff;
	background: #e31937;
}
	.btn.solid:hover {
		background: #971124;
	}
	
.btn.btn-cdsp {
  background: linear-gradient(to bottom, #e51937 0px, #8c1427 100%) repeat scroll 0 0 rgba(227, 25, 55, 0.9);
  color: #fff;
  text-shadow: none;
  border: none;
}
	.btn.btn-cdsp a { color: #fff; }
	.btn.btn-cdsp a:hover { text-decoration: none; }

.btn.btn-cdsp:hover {
  background: none repeat scroll 0 0 #e51937;
}
	


/* === CMS Specific HTML === */


.element-invisible {
	position: absolute;
	left: -9999px;
}

.muted {
	color: #aaa;
}

#limit_chzn { /* dropdown view number of entries - allows 100 to be displayed without truncating */
	width: 60px !important;
}

/* === Custom HTML === */

.clr {
	clear: both;
}

.fancytext {
	color: #e31937;
	font-family: 'ITCGaramondStd-Lt', serif;
	font-size: 2.5em;
	line-height: 1;
}

.mobileonly,
.tabletonly {
	display: none;
}

/* === Navigation === */

/* Main */

.mainmenu > li {
	display: inline-block;
}

.mainmenu > li > .nav-header {
	display: block;
}

.mainmenu > li > a,
.mainmenu > li > .nav-header {
	padding: 8px 8px;/*8px 16px*/
	color: #939597;
}
	.mainmenu > li > a:after,
	.mainmenu > li > .nav-header:after { /*will this work? - u+2502*/
		content: "\2502";
		left: 10px;/*20px;*/
		position: relative;
	}
	.mainmenu > li:last-of-type > a:after,
	.mainmenu > li:last-of-type > .nav-header:after {
		content: "";
	}
	.mainmenu > li > a:hover {
		color: #e41936;
	}
		.mainmenu > li > a:hover:after {
			color: #939597;
		}
		
	.nav > li > a:hover,
	.nav > li > a:focus { /* bootstrap override */
		background: transparent;
	}
	
/* Main - SubNavigation */

.nav-child > li > .nav-header {
	display: block;
}

ul.nav-child {
	background: url("../images/menu_arrow.png") no-repeat scroll center 0 rgba(140,142,144, .8);/*rgba(90,90,90,.5);*/
	left: -9999px;
	list-style: none outside none;
	padding: 1.5em 0 1em;
	position: absolute;
	text-align: center;
	text-transform: none;
	width: 130%;
	z-index: 100;
}
	.nav-child.small {font-size: 100%;}

li:hover ul.nav-child {
	left: -15%;
}

ul.nav-child li > a,
.nav-child > li > .nav-header  {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 3px 0;
	margin: 0 3px;
}
	ul.nav-child li > a:hover,
	.nav-child > li > .nav-header:hover {
		color: #e41936;
		background: #fff;
		/*background: rgba(227, 25, 55, 0.6);*/
	}
	
/* Second level dropdown/flyout */

ul.nav-child > li {
	position: relative;
}

ul.nav-child > li > ul.nav-child {
	background: none #fff; /*url("../images/menu_arrow.png") no-repeat scroll top center rgba(140,142,144, .8);*/
	background-clip: padding-box;
	border-left: 3px solid rgba(255,255,255,0);
	left: -9999px;
	width: 100%;
	padding: 0;
}

ul.nav-child > li:hover ul.nav-child {
	left: 100%;
	top: 0;
}

ul.nav-child > li > ul.nav-child > li {
	border-color: #a4a6a8;
	border-style: solid;
	border-width: 1px 1px 0 1px;
}
	ul.nav-child > li > ul.nav-child > li:last-of-type {
		border-bottom: 1px solid #a4a6a8;
	}

ul.nav-child > li > ul.nav-child > li > a,
ul.nav-child > li > ul.nav-child > li > .nav-header {
	color: #8c8e90;
}
	ul.nav-child > li > ul.nav-child > li:hover > a {
		color: #e41936;
	}
	
/* Specific dropdown/flyout overrides */

ul.nav-child > li.item-185 > ul.nav-child {width: 210%;}
ul.nav-child > li.item-166 > ul.nav-child {width: 165%;}
ul.nav-child > li.item-169 > ul.nav-child {width: 150%;}
ul.nav-child > li.item-182 > ul.nav-child {width: 125%;}
	@media screen and (max-width:767px) { /*reset them for mobile menu*/
		ul.nav-child > li.item-185 > ul.nav-child,
		ul.nav-child > li.item-166 > ul.nav-child,
		ul.nav-child > li.item-169 > ul.nav-child,
		ul.nav-child > li.item-182 > ul.nav-child {
			width: 100%;
		}
	}
	
	
/* Sidebar Menu */

.sidebar ul.nav {
	border-top: 0px solid #8c8e90;
	font-size: 1.2em;
}
.sidebar .nav > li > a {
  padding: .5em 0;
}

.sidebar ul.nav-child {
	background: none repeat scroll 0 0 transparent;
	position: static;
	text-align: left;
	width: 100%;
	padding: 0;
}

.sidebar ul.nav-child li > a, .sidebar .nav-child > li > .nav-header {
	color: #e31937;
	padding-left: 1em;
	font-style: italic;
}
	.sidebar ul.nav-child li > a:hover {
		color: #125687;
	}
	
/* Footer Menu */

.footermenu > li {
	display: inline-block;
}

.footermenu > li > a {
	padding: 8px 16px;
	color: #666;
}
	
/* === Articles === */

dl.article-info {
	font-size: 90%;
/*	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: .5em 0;*/
	display: block;
	overflow: hidden;
}

dt.article-info-term {display: none;}

dl.article-info dd {
	float: left;
	margin-right: 1em;
}

.icon-eye-open:before {
	font-family: fontawesome;
	content: "\f00c";
}

/* Multipage Navigation */

.pagenavcounter {
	font-style: italic;
	font-weight: 600;
	margin-bottom: 1em;
}

.article-index {
	border: 1px solid #8c8e90;
	margin-left: 2em;
}

ul.nav-tabs {
	border-bottom: 0;
}

.nav-tabs > li {
	margin-bottom: 0;
}

.nav-tabs > li > a {
	margin-right: 0;
	border-radius: 0;
}

.pager li > a,
.pager li > span {
	border: 0;
	border-radius: 0;
}

.pagination {
  display: inline;
}

.counter {
	float:none !important;
	text-align:center;
}

.pagination > ul {
	clear: both;
	display: block;
	text-align: center;
	padding-left: 0;
}

.pagination li {
	display: inline-block;
	padding: 0 1em;
}

/* === Pages === */

.page-header {
  border-bottom: none;
  margin: 1em 0;
  padding-bottom: 0;
}

/* Multi-column (from Beez3) */

.cols-1 {
    display: block;
    float: none !important;
    margin: 0 !important;
}

.cols-2 .column-1 {
    width: 46%;
    float: left;
}

.cols-2 .column-2 {
    width: 46%;
    float: right;
    margin: 0
}

.cols-3 .column-1 {
    float: left;
    width: 29%;
    padding: 0 5px;
    margin-right: 4%

}

.cols-3 .column-2 {
    float: left;
    width: 29%;
    margin-left: 0;
    padding: 0 5px
}

.cols-3 .column-3 {
    float: right;
    width: 29%;
    padding: 0 5px
}

.items-row {
    overflow: hidden;
    margin-bottom: 10px !important;
}

.column-1,
.column-2,
.column-3 {
    padding: 0px 5px; /*padding: 10px 5px;*/
}

.column-2 {
    width: 55%;
    margin-left: 40%;
}

.column-3 {
    width: 30%
}

.blog-more {
    padding: 10px 5px
}

/* === Front Page === */

.maincontent .row {
	margin-left: -15px;
	margin-right: -15px;
}

.front-top,
.front-top2,
.front-middle {
	/*margin: 10px 0;*/
	border-bottom: 1px solid #8c8e90;
}

.front-top,
.front-top2 {
	padding-bottom: 10px;
}

.front-top .moduletable,
.front-top2 .moduletable,
.front-middle .moduletable,
.front-bottom .moduletable
{
	padding-top: 10px;
}
	.front-middle .moduletable,
	.front-bottom .moduletable {
		border-right: 1px solid #8c8390;
	}
	.front-middle .moduletable:nth-last-child(1),
	.front-bottom .moduletable:nth-last-child(1) {
		border-top: 1px solid #8c8390;
	}
	.front-middle .moduletable:nth-last-child(1),
	.front-middle .moduletable:nth-last-child(2),
	.front-bottom .moduletable:nth-last-child(1),
	.front-bottom .moduletable:nth-last-child(2) {
		border-right:none;
	}
	.front-bottom .moduletable:nth-last-child(1),
	.front-bottom .moduletable:nth-last-child(2) {
		text-align: center;
	}

.hero {
	position: relative;
}

.hero > h3 {
	background: none repeat scroll 0 0 rgba(227, 25, 55, 0.6);
	bottom: 43px;
	color: #fff;
	font-size: 36px;
	padding: 4px 26px 16px;
	margin: 0 15px 0 0;
	position: absolute;
}

.front-middle .moduletable {
	float: left;
}

.herojr {
	position: relative;
}

.herojr > h3 {
	background: none repeat scroll 0 0 rgba(227, 25, 55, 0.6);
	color: #fff;
	font-size: 26px;
	margin: 0 15px 0 0;
	padding: 7px 20px 12px;
	position: absolute;
	top: 10px;
}


/* Categories */

.category-desc {
	margin-bottom: 2em;
}

fieldset.filters {
	margin: 1em 0 1em -5px;
}

.list-hits .badge {
	background: transparent;
	color: inherit;
	font-weight: normal;
}

/* === Images === */

img {
	max-width: 100%;
	height: auto;
}

.imageRight, .imageright,
.imgRight, .imgright,
.img_caption.right,
.pull-right.item-image {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1em;
	max-width: 100%;
}

.imageLeft, .imageleft,
.imgLeft, .imgleft,
.img_caption.left,
.pull-left.item-image,
.category-desc > img {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1em;
	max-width: 100%;
}

.imageCenter, .imagecenter,
.imgCenter, .imgcenter,
.img_caption.none {
	display: block;
	margin: 0 auto 1em;
}

img.caption {
	xmax-width: 100%;
}

.img_caption {
	font-size: 90%;
	font-style: italic;
	max-width: 100% !important;
}

.img_caption .caption { /*if captioned, pull image margin up a little to tie caption to image*/
	margin-bottom: .5em;
}


/* === Tags === */


.tags {
}

.tags .label {
	border-radius: 0;
	color: #428bca;
	display: inline;
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
	padding: 0 0.25em;
	text-align: left;
}
.tags .label-info {
	background: transparent;
}
	.label-info[href]:hover,
	.label-info[href]:focus {
		background: transparent;
		color: #2a6496;
	}
	
.tags a.label {
	color: xlime;
}

/* Tag Category */

.tag-category ul {
	list-style: none outside none;
	padding-left: 0;
}

.tag-category img {
	float: left;
	margin-right: 1em;
}

/* === Modules === */

.sidebar .moduletable {
  border-bottom: 1px solid #8c8e90;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
	.sidebar .moduletable:last-of-type {
		border-bottom: 0;
	}
	
/* GTU cross-registration module */

.gtu-register {
  margin-top: -40px;
  position: absolute;
  right: 0;
}
@media(max-width: 767px) {
	.gtu-register { position: relative; }
}

	.gtu-register .btn {
		margin-bottom: 1em;
	}
	
	
/* Newsfeed */

ul.newsfeed {
	list-style: none;
	padding-left: 0;
}

.feed > h2{
	font-family: open sans;
	font-size: 22px;
	font-weight: bold;
}

h5.feed-link {
	font-family: open sans;
	font-size: 17px;
}


/* === Search === */

/* Module */

#mod-search-searchword {
	border: 1px solid #8c8e90;
	padding: 0 0 0 3px;
	max-width: 100%;
}
	#mod-search-searchword:focus {
		box-shadow: 0 0 3px #8c8e90 inset;
	}

.search button,
.search button:hover { /*override search button styles*/
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	box-shadow: none;
	color: #000;
	padding: 0;
	text-shadow: none;
}

/* Search Results Page */

#searchForm {
	margin-top: 2em;
}

#search-searchword {
	margin-bottom: 1em;
}

#searchForm  fieldset {
	margin-bottom: 1.5em;
}
#searchForm label {
	margin-left: 2em;
}

dd.result-text {
  margin-bottom: 1.5em;
}


/* === 3PD Overrides === */

/* BT Content Slider */

.bt-cs a:focus {
	outline: none;
}

.btslider .slide {
	margin-left: -10px;
}

.bt-cs .bt-inner .bt-title {
	color: #000;
	display: inline-block;
	font-weight: 600;
	text-transform: none;
	font-size: 1.1em;
}

.btslider h3,
.upcomingevents h3 {
  color: #e31937;
  font-family: open sans;
  font-size: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -.6px;
}

.bt-cs .bt-inner {

}

.bt-cs .bt-inner img {
	border: 0;
	outline: 0;
	margin-right: 10px !important;
}

.bt_handles {display:none;}

.bt-cs a.prev {
	left: auto;
	right: 25px;
}

.bt-cs .next, .bt-cs .prev {
	display: block;
	height: 40px;
	top: -35px;
}
	

/* DP Calendar */

#dpcalendar_view_toggle_status { /*category dropdown toggle image/link */
	padding: 2em 1em;
}

dl#dpcalendar_view_list {
	margin-left: 20px;
}

.dp-container div.tooltip {
	background: transparent;
	border: none;
}
.dp-container .tooltip-inner {
  background: #fff;
  color: #125687;
  border: 1px solid;
  box-shadow: 2px 2px 6px -3px;
}
	.dp-container .tooltip.top .tooltip-arrow{border-top-color:#125687}
	.dp-container .tooltip.right .tooltip-arrow{border-right-color:#125687;}
	.dp-container .tooltip.left .tooltip-arrow{border-left-color:#125687;}
	.dp-container .tooltip.bottom .tooltip-arrow{border-bottom-color:#125687;}

#dp-popup-window-divider { /* remove hr in popup - does this affect anything else? */
	border: 0;
}

.upcomingevents h3 { /*more styles w/btslider */
	margin-left: 4px;
}
	.upcomingevents h3:before {
		content: '\f0da\00A0\00A0';
		font-family: fontawesome;
	}
	
.dp-upcoming-event-width {
	height: 100%;
}
	
.dp-upcoming-calendar {
	background-image: url("https://localhost/cdsp/3.x/templates/cdsp14/images/calendar-icon-curl-noshadow.png");
}

/* DP Calendar Upcoming Module - Custom CDSP */

/* .upcomingevents {
 background: content-box #fff7cc;
}

.cdsp-dp-upcoming-module {
	padding: 0 .5em;
}*/

@media screen and (max-width:1199px) and (min-width: 992px) {
	.cdsp-dp-upcoming-module p {
		margin-bottom: 5px;
		font-size: 90%;
	}
}

.cdsp-dp-upcoming-calendar-background {
	display: none;
	float: left;
	height: 3em;
	line-height: 2em;
	margin-right: 1em;
	width: 0.3em;
}
.cdsp-dp-upcoming-date {
	display: inline-block;
	font-weight: 700;
	margin-right: 5px;
	min-width: 45px;
}

.cdsp-dp-upcoming-starttime {
	display: inline-block;
	margin-right: 1em;
	margin-right: 5px;
	min-width: 55px;
}

.cdsp-dp-upcoming-eventtitle {
	display: inline;
}

.dp-upcoming-event-width {
	text-align: left;/*center;*/
}
	.dp-upcoming-event-width .cdsp-dp-upcoming-calendar {
		margin-bottom: 0;
	}
	.dp-upcoming-event-width .cdsp-dp-upcoming-date {
		font-size: 1.3em;
	}

.cdsp-dp-calendarlink:before {
  color: #e31937;
  content: "\f073";
  font-family: fontawesome;
  margin-right: 0.5em;
}

/* JCE */

/* JCE File Manager */

.wf_file_size, .wf_file_date {
  font-size: 80%;
  font-style: italic;
}

/* XMap & OSMap */

#osmap ul {
	list-style: outside none;
}

#xmap li,
#osmap li{
	font-size: 1.2em;
}

#osmap ul.level_1 {
	margin-bottom: 2em;
}

#xmap ul.level_1 li,
#osmap ul.level_1 li {
	list-style: disc inside;
	font-size: 90%;
}

#xmap ul.level_2 li,
#osmap ul.level_2 li {
	list-style: circle inside;
}

#xmap ul.level_3 li,
#osmap ul.level_3 li {
	list-style: square inside;
}

/* ==== Small Desktop Overrides ==== */

@media screen and (min-width: 992px) and (max-width: 1199px) {

	.minihero h3 {
		min-width:228px;}
	
	.content.columns-left {
		background-position: 242px;
	}
	.content.columns-right{
		background-position: 726px;
	}
	.content.columns-both{
		background-position: 242px, 726px;
	}
	
}

/* ==== Tablet Overrides ==== */

@media screen and (min-width: 768px) and (max-width: 991px) {

	.notablet {
		display: none;
	}
	.tabletonly {
		display: block;
	}

	.front-top .hero > h3 {
		bottom: 1.5em;
		font-size: 30px;
		padding: 0.2em 0.6em 0.5em;
	}

	.front-middle .moduletable > h3{
		font-size: 20px;
		padding: 0.2em 0.6em 0.5em;
	}
	
	.front-middle .moduletable:nth-last-of-type(3),
	.front-bottom .moduletable:nth-last-of-type(3){
		border-right: none;
	}
	
	.front-bottom .moduletable:nth-last-of-type(2) {
		border-right: 1px solid #8c8390;
		border-top: 1px solid #8c8390;
	}
	

	.minihero h3 {
		min-width: 173px;
		/*width: inherit;*/
	}
	
	.content.columns-left {
		background-position: 187px;
	}
	.content.columns-right{
		background-position: 560px;
	}
	.content.columns-both{
		background-position: 187px, 560px;
	}
	
	
}

/* ==== Mobile Overrides ==== */

@media screen and (max-width: 767px) {

	.mobileonly {
		display: block;
	}
	.nomobile {
		display: none;
	}
	
	.alpha {
		padding-left: 15px;
	}
	.omega {
		padding-right: 15px;
	}

	.header {
		text-align: center;
	}
	
	.header img {
		max-width: 100%;
	}
	
	.imageRight,
	.imgRight,
	.pull-right.item-image,
	.imageLeft,
	.imgLeft,
	.pull-left.item-image,
	img.caption,
	.category-desc > img{
		float: none !important;
		margin: 1em auto;
		display: block;
		max-width: 100%;
	}
	
	.hero > h3 {
		font-size: 26px;
		bottom: 10px;
	}

	.front-middle .moduletable {
		border-right: none;
		border-top: 1px solid #8c8390;
	}
		.front-middle .moduletable:first-of-type {
			border-top: none;
		}
		
	.front-bottom .moduletable:nth-last-of-type(3){
		border-right: none;
	}
	
	.front-bottom .moduletable:nth-last-of-type(2) {
		border-right: 1px solid #8c8390;
		border-top: 1px solid #8c8390;
	}
	
	.minihero h3 {min-width:173px;}
	
	.content.columns-left,
	.content.columns-right,
	.content.columns-both{
		background-image: none;
	}
	
	.cols-2 .column-1,
	.cols-2 .column-2,
	.cols-3 .column-1,
	.cols-3 .column-2,
	.cols-3 .column-3 {
		float: none;
		width: 100%;
		border-bottom: 1px solid #8c8390;
	}
	.category-desc,
	.items-leading > div {
		border-bottom: 1px solid #8c8390;
	}
	
}
	
/* === Mobile Menu === */

@media screen and (max-width: 991px) {

	.header {border-bottom: 0px solid #8c8390;}
	.navigation {border-top: 0;}
	#menu-icon {
		color: #e31937;
		height: 45px;
		font-size: 1.5em;
		background: url("../images/menu_button_flat.png") no-repeat 1em center transparent;
		padding: 8px 10px 0 3em;
		cursor: pointer;
		display: block;
		border-style: solid;
		border-color: #8c8390;
		border-width: 1px 1px 0 1px;
	}
	#nav {
		clear: both;
		position: absolute;
		top: 0;
		width: 85%;
		z-index: 1000;
		padding: 2em;
		background: url("../images/menu_arrow.png") no-repeat scroll center 0 rgba(140, 142, 144, 0.8);
		/*box-shadow: 2px 2px 4px 3px rgba(0,0,0,.3);*/
		display: none;
		text-align: left;
	}

	
	/* === Navigation === */

	/* Main */

	ul.mainmenu {
		background: none repeat scroll 0 0 #fff;
		padding: 1em;
	}

	.mainmenu > li ,
	.mainmenu > li > .nav-header ,
	.nav-child > li > .nav-header {
		display: block;
	}

	.mainmenu > li > a,
	.mainmenu > li > .nav-header {
		padding: .5em 0;
		color: #939597;
	}
		.mainmenu > li > a:after,
		.mainmenu > li > .nav-header:after,
		.mainmenu > li:last-of-type > a:after,
		.mainmenu > li:last-of-type > .nav-header:after {
			display:none;
		}
		
		
	/* Main - SubNavigation */


	ul.nav-child {
		background: none transparent;
		position: static;
		width: 100%;
		text-align: left;
		padding: 0 0 1em 0;
	}

	ul.nav-child li > a,
	.nav-child > li > .nav-header  {
		color: #939597;
		text-decoration: none;
		display: block;
		padding: .5em 0 .5em 2em;
		margin: 0 0px;
	}
		
	/* Second level dropdown/flyout */

	ul.nav-child > li {
		position: relative;
	}

	ul.nav-child > li > ul.nav-child {
		border-left: 0;

	}

	ul.nav-child > li > ul.nav-child > li {
		border-color: #a4a6a8;
		border-style: solid;
		border-width: 0;
	}
		ul.nav-child > li > ul.nav-child > li:last-of-type {
			border-bottom: 0;
		}

	ul.nav-child > li > ul.nav-child > li > a,
	ul.nav-child > li > ul.nav-child > li > .nav-header {
		color: #8c8e90;
		padding-left: 4em;
	}


}

@media screen and (min-width: 992px) {

	#menu-icon {display: none;}
	
	#nav {display: block !important;}
	
}
