body {
	font-family: "Roboto", sans-serif;
	background-color: #F5F5EB;
	/* color: #757575; */
	line-height: 1.5em;
	font-size: .85em;
}
ul 
{
}

	ul.list-unorder
	{
	   list-style: square inside;
	   padding: 0;
	}
	
	ul.list-unorder.orange li
	{
	   color: #FF6600;
	}

h1
{
	font-family: "Roboto Condensed", sans-serif;
	color: #3e3e4a;
	font-weight: 700;
	position: absolute;
	top: -1000px;
	overflow: hidden;
}
.h2TitleBox {
	height: 60px;
}
.h3TitleBox {
	height: 47px;
}
h2 {
	font-family: "Roboto Condensed", sans-serif;
	margin: 0;
	padding: 0;
	color: #3e3e4a;
	font-weight: 700;
}
h2.maroonBar {
	position: absolute;
	padding: 15px 20px;
	font-weight: 400;
	
	background-color: #660000;
	color: #ffffff;
}
h2.maroonBar:after {
	position: absolute;
	content: "";
	right: -60px;
	top: 0;
	border-style: solid;
	border-width: 60px 60px 0 0;
	border-color: #660000 transparent transparent #660000;
}
h2.absolute {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0;
	z-index: 1000;
}
	h2 span.orange {
		color: #ff6600;
	}
h3 {
	font-family: "Roboto Condensed", sans-serif;
	/* padding: 12px 20px; */
	/* border-bottom: 2px solid #d1d1d1; */
	/* border-left: 4px solid #660000; */
	
	color: #3e3e4a;
	font-weight: 700;
	margin: 0 0 15px;
}
h3.maroonBar {
	position: absolute;
	
	padding: 10px 15px;
	font-weight: 400;
	
	background-color: #660000;
	color: #ffffff;
}
h3.maroonBar:after {
	position: absolute;
	content: "";
	right: -47px;
	top: 0px;
	border-style: solid;
	border-width: 47px 47px 0 0;
	border-color: #660000 transparent transparent #660000;
}
h3.subtitle {
	padding: 5px 20px;
	/*border-bottom: 2px solid #d1d1d1;*/
	
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
}
h4 {
	font-family: "Roboto Condensed", sans-serif;
	color: #3e3e4a;
	font-weight: 700;
	text-decoration: none;
	outline: none;
}
h4.orange {
	color: #ff6600;
}
h4.ul {
	padding-bottom: 15px;
	border-bottom: 1px solid #dfdfdf;
}
h4 a:hover {
	color: #ff6600;
	text-decoration: none;
}
a:hover h4 {
	color: #ff6600;
	text-decoration: none;
}
h5
{
	font-family: "Roboto Condensed", sans-serif;
	color: #3e3e4a;
	font-weight: 700;
}
h6 
{
	font-family: "Roboto Condensed", sans-serif;
	color: #3e3e4a;
	font-weight: 700;
}

div.contentBlock {
	width: 100%;
	
	margin: 0 0 20px 0;
	padding: 0;
	
	background-color: #ffffff;
	
	/*padding-right: 0;
	margin-left: 10px;
	margin-right: 10px;*/
}
	div.contentBlock div.row {
		margin-right: 0;
		margin-left: 0;
	}
p {
	/* margin: 10px; */ 
	color: #000000;
	/* font-size: 13px; */
}
	p a {
		color: #ff6600;
	}
	
.maroon
{
	color: #660000;
}	
.orange
{
	color: #FF6600;
}
.gray
{
	color: #8d8d8d;
}
.elementList
{
	
}	
	.elementList ul
	{
		list-style: none;
		padding: 0;
	}
	
	.elementList ul.list-unorder
    {
       list-style: square inside;
       padding: 0;
    }
	.elementList .e-list
	{
		margin-top: 15px;
		padding-top: 15px;
		border-top: 1px solid #e9e7e8;
	}
		.elementList .e-list i
		{
			padding-right: 5px;
			color: #000;
		}
	.elementList .e-list:first-child
	{
		margin-top: 5px;
		border-top: 0;
	}
	.elementList .e-list:last-child
	{
		margin-bottom: 15px;
	}
	.elementList i.fa
	{
	    padding-right: .5em;
	}
	
ul.resources {
	padding: 0 5px;
	list-style-type: none;
}
ul.resources:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}
	ul.resources li {
		padding: 10px;
		border-bottom: 1px solid #d1d1d1;
	}
	ul.resources li:last-child {
		border-bottom: none;
	}
		ul.resources li span.fa {
			color: #b0b0b4;
		}
		ul.resources li a {
			color: #000000;
		}
		ul.resources li a:hover {
			color: #ff6600;
		}
ul.courseList {
	padding-left: 0;
	list-style-type: none;
}
	ul.courseList li.courseLevel {
		padding: 9px 60px 9px 20px;
		
		border: 1px solid #e9e7e8;
		background-color: #f8f8f8;
		color: #000000;
		font-family: "Roboto Condensed", sans-serif;
		font-size: 14px;
		line-height: 22px;
		font-weight: 700;
		cursor: pointer;
	}
	ul.courseList li.submenu {
		
	}
	ul.courseList li.submenu.closed {
		display: none;
	}
		ul.courseList li.submenu ul.courses {
			margin: 10px 0 0 0;
			padding: 0;
			list-style-type: none;
		}
			ul.courseList li.submenu ul.courses li {
				margin: 0 0 10px 10px;
				font-size: 14px;
			}
			ul.courseList li.submenu ul.courses li a:hover {
				text-decoration: underline;
			}
.ece-inside-content .elementList li a img
{
	padding-right: 7px;
    padding-left: 7px;
}
	.ece-inside-content .elementList li a img.fullWidth
	{
	    padding-right: 0;
	    padding-left: 0;
	}
.ece-inside-content .sidebar .elementList li a img
{
    padding: 10px 7px;
}
.person-list-item
{	
	margin: 0;
	padding: 0 0 0 1.5em;
	text-indent: -1.5em;
}
	.person-list-item a
	{
		color: #ff6600
	}

.pd-20
{
	padding: 20px;
	position: relative;
}
.sidepd-20
{
    padding: 0 20px;
    position: relative;
}	
.bottomPd-20
{
    padding-bottom: 20px; 
    position: relative;
}	

.bottomBorder
{
	border-bottom: 2px solid #d1d1d1;
}
    .bottomBorder.addBottomMargin
    {
       margin-bottom: 10px;
    }

.topBorder
{
    border-top: 2px solid #d1d1d1;
}
.rightBorder
{
    border-right: 2px solid #d1d1d1;
}
.leftBorder
{
    border-left: 2px solid #d1d1d1;
}

.bottomSpace
{
	margin-bottom: 20px; 
}
.smallBottomSpace
{
	margin-bottom: 5px;
}

a 
{
	color: #ff6600;
	text-decoration: none !important;
	outline: none !important; 
}
	a:hover, a:active 
	{
		color: #ff6600;
		text-decoration: none; 
	}
	a:focus 
	{
		outline: none; 
	}

.entry-title
{
	margin-bottom: 10px;
	font-weight: 400;
	text-transform: none;
}
.widget {
	margin-bottom: 30px;
	position: relative;
	background-color: #FFF;
	overflow: hidden;
	
	border-bottom: 2px solid #d1d1d1;
}
	.widget > header {
		text-align: center;
		margin-bottom: 20px;
	}
	.widget > header .widget-title {
		margin-bottom: 10px; 
	}
	
	.widget.bottomBorder
	{
		/* margin-bottom: 20px; */
	}
    
.fileSelector
{
	padding: 0 20px 20px 20px;
}    
    
#main-content .widget {
  background: #fff;
  margin-bottom: 20px;
  border-bottom: 2px solid #d1d1d1; }		
		
.widget-title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #3e3e4a; 
}
	.widget-title.style-ece-inside-main {
	    color: #fff;
	    background: #660000;
	    padding: 15px 20px;
	    /* max-width: 70%; */
	    position: relative;
	    margin-bottom: 0;
	    font-weight: 400;
	    font-size: 32px;
	}
		.widget-title.style-ece-inside-main:after {
		    position: absolute;
		    content: "";
		    right:-56px;
		    top:0;
		    border-style: solid;
		    border-width: 56px 56px 0 0;
		    border-color: #660000 transparent transparent #660000;
		}
		.widget-title.style-ece-inside-main .ece-orange {
	    	color: #ff6600;
		}

.widget-title.sectionHeader {
	text-transform: uppercase;
	padding: 12px 20px;
	border-bottom: 2px solid #dfdfdf;
	position: relative; 
	margin-bottom: 0;
}
	.widget-title.sectionHeader:before {
		content: '';
		position: absolute;
		top: 7px;
		left: 0;
		width: 4px;
		height: 36px;
		background: #66000; 
	}

.pageHeader
{
	font-weight: 500;
}
	.pageHeader.withImage
	{
		bottom: 20px;
		left: 20px;
		color: #FFF;
		text-shadow: 0px 0px 5px rgba(0,0,0,.6);
		border-top: 5px solid #FF6600;
		padding-top: 10px;
	}
	.pageHeader.noContent
	{
	   margin-bottom: 0px;
	}
	
.sectionHeader
{
	
}

.contentWrapper .col-xs-9
{
	padding-left: 0px;
}

.ece-inside-content {
    padding: 0 0 0 0px;
}
	.ece-inside-content .widget .widget-title.style-ece-inside-main {
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    z-index: 1000;
	}
	
	.ece-inside-content .widget .pd-20.no-feature {
	    padding-top: 70px;
	}
	
	.ece-inside-content .widget .entry-content h4.entry-title 
	{
	    /* text-transform: uppercase; */
	    color: #660000;
	}
	    .ece-inside-content .widget .entry-content a h4.entry-title:hover 
	    {
	        color: #FF6600;
	    }
	.ece-inside-content .widget .entry-content h4.entry-title.white {
	    /* text-transform: uppercase; */
	    color: #FFF;
	}
	    .ece-inside-content .widget .entry-content a h4.entry-title.white:hover 
	    {
	        color: #660000;
	    }
	
    .ece-inside-content .widget .white 
    {
        color: #FFF;
    }
        .ece-inside-content .widget a .white:hover 
        {
            color: #FF6600;
        }
        
	.ece-inside-content p a {
	    color: #ff6600;
	}
	
	.ece-inside-content a:hover {
	    color: #660000;
	}
    .ece-inside-content .faculty-list
     {
        overflow: hidden;
    }
		.ece-inside-content .faculty-list > li {
		    display: block;
		    float: left;
		    margin-right: 20px;
		    margin-bottom: 20px;
		}
		
		.ece-inside-content .faculty-list > li a h5 {
		    word-break: keep-all;
		    width: 100px;
		    box-sizing: border-box;
		    padding: 10px;
		    background: #660000;
		    color: #fff;
		    font-weight: 400;
		    font-size: 14px;
		    line-height: 16px;
		    margin-bottom: 0;
		    min-height: 52px
		}
		
		.ece-inside-content .faculty-list > li a:hover h5 {
		    background: #ff6600;
		}
	
.inside-top-video .entry-content.style1 {
	background: rgba(50, 50, 60, 0.9);
	padding: 15px 20px;
	color: #fff;
}

.entry-thumb.full img {
    width: 100%;
}

.entry-thumb.half img {
    width: 50%;
    float: right;
    margin-left: 15px;
}

.entry-thumb.third img {
    width: 33%;
    float: right;
    margin-left: 15px;
}

.ece-article .entry-thumb .owl-carousel {
    clear: both;
}

.chart {
    margin-bottom: 15px;
}


/*------ blockquote --------*/
blockquote 
{
	margin-bottom: 0;
	font-weight: 300;
	font-style: italic;
	position: relative;
	padding: 0 20px;
}
	blockquote p 
	{
/* 		font-size: 18px;
		line-height: 26px;  */
	}
	blockquote span 
	{
/* 		font-size: 14px;
		line-height: 22px; */
		color: #f15c22 !important;
		font-style: normal; 
	}
	blockquote.pull-right 
	{
		width: 40%;
		margin-left: 30px;
		border-right: none; 
	}
	blockquote.pull-left 
	{
		width: 40%;
		margin-right: 30px;
		border-left: none; 
	}
	
/*----- dropcap -----*/
.dropcap {
	display: inline-block;
	float: left;
	margin: 0 10px 0 0;
	text-align: center;
	padding: 0;
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
	color: #f15c22;
	font-weight: 700; 
 }

/* 	.dropcap.dc2 {
		font-size: 40px;
		line-height: 40px;
		color: #fff;
		background: #3e3e4a;
		margin: 5px 12px 0 0;
		text-align: center;
		padding: 6px 14px; 
	}	 */
	
.responsive-video
{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
	.responsive-video iframe {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}
iframe {
    width: 100%;
    border: none;
}

.ece-inside-content .video-post .entry-content.style1, 
.ece-inside-content .item .entry-content.style1
{
    position: relative;
}
.entry-content.style1, .entry-content.style2, .entry-content.style3 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(50, 50, 60, 0.7);
    padding: 15px 20px;
    color: #fff;
}

    .entry-content.style1 p, .entry-content.style2 p, .entry-content.style3 p 
    {
        color: #FFF;
    }
.entry-item 
{
	position: relative;
}
    .entry-item img
    {
        width: 100%;
    }

.entry-thumb {
    width: 100%;
    position: relative;
    background: #f15c22;
}

/* collapse button */
	.panel-group .panel:first-child .panel-heading 
	{
	    margin-top: 0;
	}
	.panel-group .panel .panel-heading 
	{
	    position: relative;
	    border-radius: 0;
	    background: #f8f8f8;
	    border: 1px solid #e9e7e8;
	    padding: 0;
	    margin-top: -1px;
        cursor: pointer;
	}
		.panel-group .panel .panel-heading > .panel-title {
		    font-family: "Roboto Condensed", sans-serif;
		    font-size: 14px;
		    line-height: 22px;
		    color: #3e3e4a;
		    text-transform: uppercase;
		    font-weight: 400;
		    display: block;
		    padding: 9px 60px 9px 20px;
		}
	        .panel-group .panel .panel-heading > .panel-title.small-title {
	            text-transform: none;
            padding: 9px 45px 9px 20px;
	        }
			.panel-group .panel .panel-heading > .panel-title .btn-title 
			{
				text-align: center;
				width: 42px;
				height: 40px;
				line-height: 40px;
				font-size: 10px;
				position: absolute;
				top: 0;
				margin-top: -20px;
				margin-left: -21px;
				display: block;
				background: none;
				cursor: pointer;
				margin: 0;
				left: auto;
				right: 0; 
			}
				.panel-group .panel .panel-heading > .panel-title .btn-title:before 
				{
					content: "";
					width: 12px;
					height: 2px;
					background: #3e3e4a;
					position: absolute;
					top: 50%;
					left: 50%;
					margin-left: -6px;
					margin-top: -1px; 
				}
				.panel-group .panel .panel-heading > .panel-title .btn-title:after 
				{
					content: "";
					width: 2px;
					height: 12px;
					background: #3e3e4a;
					position: absolute;
					top: 50%;
					left: 50%;
					margin-left: -1px;
					margin-top: -6px; 
				}
		      .panel-group .panel.open:before {
		        /* IE 8 */
		        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		        /* IE 5-7 */
		        filter: alpha(opacity=100);
		        /* Netscape */
		        -moz-opacity: 1;
		        /* Safari 1.x */
		        -khtml-opacity: 1;
		        /* Good browsers */
		        opacity: 1; }
		      .panel-group .panel.open > .panel-heading > .panel-title .btn-title:after 
		      {
		          display: none; 
		      }

img.fullWidth
{
	width: 100%;
}	  
img.halfWidth
{
	width: 50%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}    
img.thirdWidth
{
	width: 33%;
	float: left;
	margin-right: 20px;
    margin-bottom: 20px;
}
img.thumbnail
{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
	img.thumbnail.noBorder
	{
	    border: none;
	}

.ece-inside-content .person-key-info
{
    padding: 20px 20px 10px 10px;
    background-color: #eee;
    border-top: 5px solid #ff6600;
    margin-bottom: 20px;
}
    .ece-inside-content .person-key-info .person-info
    {
        color: #333;
        margin-bottom: 18px;
        line-height: 18px;
    }
    .ece-inside-content .person-key-info .personInfoList p
    {
        margin-bottom: 0;
    }
    .ece-inside-content .person-key-info .personInfoList ul
    {
        padding-left: 20px;
    }
    .ece-inside-content .person-key-info strong 
    {
        text-transform: uppercase;
        color: #660000;
    }
    
    .ece-inside-content .person-key-info .fa 
    {
        padding-right: 5px;
    }

.showAllChildrenDiv
{
    overflow: hidden;
}

.breadcrumbWrapper {
    width: 100%;
}
.breadcrumbWrapper:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}
	.breadcrumbs {
		max-width: 1170px;
		margin: 0 auto 20px auto;
		padding: 16px 12px;
		background-color:white;
		border-bottom:2px solid #dfdfdf;
		text-transform:uppercase;
	}
        .breadcrumbs ul {
            margin: 0;
            padding: 0;
            
            list-style-type: none;
            font-family: "Roboto Condensed", sans-serif;
            font-weight: 400;
            font-size: 14px;
            line-height: 14px;
        }
        .breadcrumbs ul:after {
            content: " ";
            display: block;
            height: 0;
            clear: both;
        }
            .breadcrumbs ul li {
                float: left;
                padding: 0 9px;
                border-left: 1px solid black;
                color: #000;
            }
            .breadcrumbs ul li:first-child {
                border-left: none;
            }
                .breadcrumbs ul li a {
                    color: #ff6600;
                }
.backToTop
{
	font-size: .9em;
}

.centeredImageWrapper {
    float: right;
    margin-top: 10px;
    position: relative;
    left: -50%;
    text-align: left;
}
	.centeredImageWrapper img {
	    position: relative;
	    left: 50%;
	    width: 100%;
	}
.fa
{
	padding-right: 5px;
}	
.errorPage
{
	float: left;
	width: 100%;
}
	.errorPage .style_404 h3, .errorPage .style_404 h4 {
	    text-align: center;
	    margin-top: 25px;
	    margin-bottom: 20px;
	}
	.errorPage .style_404 p {
	    text-align: center;
	    font-size: 100px;
	    margin: 160px 0 35px 0;
	}
	.errorPage .fa
	{
	    color: #32323c;
	}
.errorPage .list_ece_404 {
    float: right;
    margin-top: 0px;
    position: relative;
    left: -50%;
    text-align: left;
}
	.errorPage .list_ece_404 ul {
	    list-style-type: none;
	    position: relative;
	    left: 50%;
	    margin-bottom: 40px;
	}
	.errorPage .list_ece_404 li {
	    display: inline;
	    float: left;
	    position: relative;
	    width: 200px;
	    font-size: 16px;
	}
	.errorPage .list_ece_404 li a {
	    display: block;
	    float: left;
	    position: relative;
	    width: 200px;
	    color: #ff6600;
	    font-size: 16px;
	}
	.errorPage .list_ece_404 li a span {
	    color: #32323c;
	    float: left;
	    margin: 3px 6px 0 0;
	}
@media (max-width: 600px) {
	.ece-inside-content .widget .widget-title.style-ece-inside-main {
		width:100%;
		position:relative;
	}
	.ece-inside-content .widget .pd-20.no-feature {
		padding-top:20px;
	}
	.entry-content.style1 {
		font-size:.8em;
	}
}            