* {
		margin: 0;
		padding: 0;
	}

html{

		
}

body{
	overflow-x: hidden;
	background:#e0d7d4;
	font-family: 'Ubuntu', sans-serif;
	/*z-index: 1000;*/
	/*background: url("../images/HRM.jpg") no-repeat scroll 50% 0 rgba(0, 0, 0, 0)*/
}

#wrapper{
	/*background: url(../images/white.png) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	background: #FFFFFF;
}

[ng-cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

#topBar{
	background: #333f8c;
	height: 40px;
	background: -webkit-linear-gradient(left, #333f8c , #64abdd); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #333f8c, #64abdd); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #333f8c, #64abdd); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #333f8c , #64abdd); /* Standard syntax */
}

#logo{
	padding:8px 0 0 25px;
}

#hero {
    padding: 0;
}

#hero img{
	width: 100%;
}

#alumniCourseIntro{
	padding:10px;
	margin-top:10px;
}

.blueFont{
	color: #269de2;
}

.lightBlueFont{
	color:#00A5E5;
}

.yellowFont{
	color:#FFFF00;
}

.blueBack{
	background: #269de2;
}

.noPadding{
	padding:0;
}

.italic{
	font-style: italic;
}

.bold{
	font-weight: bold;
}

.steps{
	display:inline-block;
	width: 100%;
	background:#1E4B87;
	color:#FFFF00;
	/*line-height:26px;*/
	text-align: center;
	font-size: 18px;
	padding:0 5px;
	margin-bottom:8px;
}

#search{
	background:#1E4B87;
	padding: 15px;
}

#search h3, #search label, #search input{
	display: block;
    margin: 0 auto;
    text-align: center;
}

#search h3{
	margin-bottom: 10px;
}

#search #submitIcon {
    position: relative;
    z-index: 1;
    left: -25px;
    top: 1px;
    color: #7B7B7B;
    cursor:pointer;
    width: 0;
}

#search input{
	width:195px;
	height: 30px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 28px;

}

#search select{
	display: block;
	width: 195px;
	margin: 0 auto;
	height: 30px;
}

/*#triDiv{
	display: flex;
	justify-content:center;
	position: relative;
}

#triDiv img{
	margin:auto;
	position: absolute;
	bottom:-30px;
}*/

#triDiv img {
   /* border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ccc;
    content: "";*/
    left: 50%;
    margin-left: -30px;
    position: absolute;
    top: 146px;
    z-index: 1000;
}

#artistlistCont{
	background:#00A5E5;
	padding:10px;
	min-height: 540px;
}

.artistlist{
	max-height: 540px;
	overflow: auto;
	margin: 10px 0;
}

.artistlist h4{ 
	color:#FFFFFF;
	/*margin:-5px 0 15px;*/
}

.artistlist h4:hover{
	color:#FFFF00;
}

.artist a:hover{
	text-decoration: none;
}

.artistlist li{
	border-bottom: 1px solid #347BAD;
	margin-right: 15px;
}

.artistlist .even{
	background: #ddd;
}

.sidebar{
	/*background: #000000;*/
	/*color: #FFFFFF;*/
	/*padding: 10px;*/
	min-height: 430px;
	float: right;
}

#courseDir {
    font-style: italic;
}

#courseIntroSec{
	padding:10px;
	min-height: 165px;
	margin-bottom: 32px;
}

#cIntro{
}

#cIntro ul{
	list-style-position: inside;
}

.list {
	padding-left: 40px;
}

#double {
	float: left;
	width: 50%;
}

#subjectBullets li {
	margin-bottom: 5px;
	font-size: 1.1em;
}

#subjectBullets li a {
	cursor: pointer;
}

#location {
    display: inline-block;
    font-weight: bold;
}

#dates {
    display: inline-block;
    font-weight: bold;
    float: right;
}

.artistinfo {
    /*background: #F6F2F1 none repeat scroll 0 0;*/
    /*border-radius: 6px;*/
    padding: 10px;
    /*min-height: 375px;*/
}

#artistinfo{
	/*background:#d9f1ff;*/
	background:#e7f6ff;
	margin-bottom: 10px;
}

#classDetail a:hover{
	text-decoration: underline;
	color:#00a5e5;
}

#courseRegInfo{
	padding:10px;
}

#courseRegInfo li {
    list-style: inside none disc;
    margin-left: 10px;
}

#transfer a:hover{
	color:#269de2;
}

#legal{
	font-size:9px;
	margin-top:40px;
}

#legal li{
	margin-bottom:5px;
}


/*Lead form*/
#leadForm{
  background: #f9f9f9;
  padding: 15px 30px;
  margin-bottom: 20px;
}

#leadForm #frmTitle{
  background:#2b55a2;
  font-size:23px;
  color:#FFFFFF;
  /*font-weight:bold;*/
  text-align:center;
  padding:10px;
  display: inline-block;
	width: 100%;
	margin-top:20px;
}

#leadForm #frmBody{
  padding: 15px;
}

#learnMore{
  width:164px;
}

#leadForm .form-control {
    margin: 10px 0;
}

#footer{
	background: #FFFFFF;
	min-height: 40px;
	padding: 10px;
	clear:both;
}

#copy{
	display:block;
	float: left;
	line-height: 2em;
	margin-left: 40px;
}

#copy p{
	margin:0;
}

.social{
	display: block;
	float: right;
	/*margin: 0 auto;*/
	line-height: 2em;
	margin-right: 40px;
}

.social ul{
	list-style: outside none none;
	margin-bottom: 0;
}

.social a{
	color:#269de2;
}


.ctaBtn{
  margin-top: 20px;
  background-color: #ffe800;
  border-color: #bebcc0;
  color: #2b55a2;
  max-width: 150px;
  text-align: center;
  vertical-align: middle;
  display: block;
  border-radius: 4px;
  /*margin:0 auto;*/
  padding:10px;
  font-size:12px;
}

.ctaBtn:hover{
  background: #2b55a2;
  color: #FFF;
  text-decoration: none;
}

#sectionCTA {
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}