body {
	font-family: "Open Sans", helvetica, arial;
	font-size:16px;
	font-weight:300;
	color:#000;
	padding:0px;/* background-color:#CCCCCC; */
	line-height:1.4;
}
/* turn off resizing for textarea input fields */
textarea {
	resize: none;
}
.subContainer {
	width:68%;
	margin-left:auto;
	margin-right:auto;
}
.backgroundCover {
	background:no-repeat center;/*
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  */
}
.tagline {
	background: rgba(00, 00, 00, .5);
	width:100%;
	text-align:center;
	bottom: 0px;
	font-family: "Open Sans", helvetica, arial;
	color: white;
	font-weight: 400;
	font-size: 22px;
	margin:0px;
	letter-spacing:0px;
	padding-top: 12px;
	padding-bottom: 12px;/*


	font-size:16px !important;	
	line-height:22px !important;	
	font-weight:400 !important;	

    left: 0px !important; 

	text-align:center;
	
*/	
}
.ms-slide .tagline a {
	font-size:73%;
	color: white;
	font-weight: 400;
}
.tagline a:hover, a:focus {
	text-decoration:underline;
	color: white;
	font-weight: 400;
}
 @media (min-width:768px ) {
 .header_row {
 background-image:url("../../images/header_background.jpg");
 background-repeat:no-repeat;
 height:418px;
 position: relative;
 overflow: hidden;
 background-size: cover;
}
 .header_row img {
 padding:25px 0px 0px 0px;
 margin:0;
}
}
a {
	color: #4486f9;
	text-decoration: none;
	font-weight:600;
}
a:hover, a:focus {
	text-decoration: none;
	font-weight:600;
	color: #3d78e0;
}
h3 {
	margin-top:40px;
	font-size:24px;
	font-weight:600;
	line-height:120%;
}
h4 {
	font-size:22px;
	font-weight:600;
	/* line-height:120%; */
}
h5 {
	font-size:18px;
	font-weight:600;
	/* line-height:130% !important; */
}
h6 {
	font-size:16px;
	font-weight:600;
	line-height:100%;
	margin:0px 0px 5px 0px;
}
.purpleTextHeading {
	color:#37009d;
	line-height:1.1;
	font-size:24px;
}
ul.icon-list {
	list-style-type: none;
	padding-left: 0px;
}
.icon-list li {
	padding:10px 0px 10px 20px;
	display: block;
	position: relative;
}
.icon-list li:before {
	font-family: 'Glyphicons Halflings';
	position: absolute;
	left: 0px;
	top:13px;
	font-size:80%
}
.chevron-right li:before {
	content: '\e080';
}
.time li:before {
	content: '\e023';
	font-size:100%;
	margin-top:-2px;
}
.checkmark li:before {
	content: "\e013";
}
.purpleCheckmark li:before {
	content: "\e013";
	color: #36009c;
	font-weight:normal;
	font-size:16px;
	padding:0px 15px 0px 0px;
	margin-top:-2px;
}
.greenCheckmark li:before {
	content: "\e013";
	color:#69b91c;
	font-weight:normal;
	font-size:16px;
	padding:0px 15px 0px 0px;
	margin-top:-2px;
}
.blackSquare li:before {
	content: "\e074";
	color:#000;
	font-weight:normal;
	font-size:9px;
	padding:4px 15px 0px 0px;
}
.arrow-right li:before {
	content: '\e092';
}
.glyphicons.thumbs_up:before {
	content:"\E344";
	color: #37009d;
	font-size: 28px;
}
.functionIcon {
	width: 80px;
	height: 80px;
	background: #FFF;
	border: 3px solid #ffffff;
	font-size: 28px;
	text-align: center;
	margin: -500px auto 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms;
	-webkit-transition: background-color ease-in 200ms;
	-o-transition: background-color ease-in 200ms;
	-ms-transition: background-color ease-in 200ms;
}
.Ico_border {
	border: 2px solid #37009d;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	width: 76px;
	height: 76px;
	line-height: 76px;
	border: 2px solid #37009d;
}
.thumb_circle {
	border: 3px solid #ffffff; /* outside border */
	width:80px;
	height:80px;
	border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background:#fff
}
.thumb_circle_border {
	border: 2px solid #37009d;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	width: 76px;
	height: 76px;
	line-height: 38px;
	padding-left:20px;
	border: 2px solid #37009d;
}
.circle {
	width:50px;
	height:50px;
	border-radius:25px;
	font-size:14px;
	color:#666;
	line-height:50px;
	text-align:center;
	background:#666
}
footer {
	background-color:#303030;
	color:#666666;
	font-size:14px;
	min-height:95px;
	padding-top:25px;
	width:100%;
}
.socialicons {
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}
.socialicons a img {
	padding-right:10px;
}
 @media (min-width:768px ) {
 h4 {
font-size:22px;
font-weight:600;
}
h5 {
font-size:18px;
font-weight:600;
line-height:1.5;
}
.purpleTextHeading {
 font-size:36px;
}
}
.ulSquarelist {
	list-style-type: square;
}
#movie-container {
	padding-top:60px;
	display:block;
	margin:auto;
	max-width:455px;
}
.btn-location-spacing {
	margin-top:20px;
}
@media (min-width:992px ) {
 .btn-location-spacing {
margin-top:0px;
}
}
.btn-location-ok {
	color: #468847;
	border-radius: 2px;
	background-color: #e0f0d8;
	border-color: #d6e9c6;
	border-style:solid;
	border-width:1px;
	height:53px;
	width:193px;
	font-size:14px;
	font-weight:600;
	display: table;
	text-align: center;
}
.btn-location-ok p {
	display: table-cell;
	vertical-align: middle;
}
.btn-location-passed {
	color: #b74b4b;
	border-radius: 2px;
	background-color: #f2dede;
	border-color: #edd3d7;
	border-style:solid;
	border-width:1px;
	height:53px;
	width:193px;
	font-size:14px;
	font-weight:600;
	display: table;
	text-align: center;
}
.btn-location-passed p {
	display: table-cell;
	vertical-align: middle;
}
.btn-primary {
	color: #fff;
	border-radius: 5px;
	background-color: #4486f9;
	border-color: none;
}
.btn-large {
	padding:15px 25px 15px 25px;
	font-size:20px;
	font-weight:600;
}
.btn-sm {
	padding: 6px 12px;
	font-size:16px;
	font-weight:600;
}
.btn-primary:hover, .btn-primary:focus {
	border-color: none;
	background-color: #3d78e0;
}
.whiteSection {
	background-color:#fff;
	padding:0px 0px 60px 0px;
}
.lightGreySection {
	background-color:#f3f3f3;
	padding:0px 0px 0px 0px;
}
.lightBrownSection {
	background-color:#f9f4e7;
	padding:0px 0px 60px 0px;
}
.lightPurpleTopicBox {
	margin-top:10px;
	margin-bottom:10px;
	background-color:#e1d9f0;
	padding:20px;
	font-size:22px;
	font-weight:bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.lightPurpleTopicBox h1 {
	font-size:26px;
	font-weight:600;
	padding: 0px;
	margin-top:0px;
	margin-bottom:0px;
	line-height:120%;
}
.lightGreyTopicBox {
	margin-top:10px;
	margin-bottom:10px;
	background-color:#f3f3f3;
	padding:20px;
	font-size:22px;
	font-weight:bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.lightGreyTopicBox h1 {
	font-size:26px;
	font-weight:600;
	padding: 0px;
	margin-top:0px;
	margin-bottom:0px;
	line-height:120%;
}
.lightBrownTopicBox {
	margin-top:10px;
	margin-bottom:10px;
	background-color:#f9f4e7;
	padding:20px;
	font-size:22px;
	font-weight:bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.lightBlueTopicBox {
	margin-top:35px;
	background-color:#e7efff;
	padding:8px;
	font-size:18px;
	font-weight:bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ul.ulSquarelist {
	margin-top:14px;
}
.hrBorderGrey {
	border: 1px solid #d5d6d8;
}
.faculty-info {
	/*border-bottom: 1px solid #d5d6d8; */
	/* min-height:220px; */
	margin:0px auto 40px auto;
	max-width:300px;
}
.faculty-info p {
	font-size:14px;
}
.purpleSection {
	background-color:#37009d;
	padding:0px 0px 0px 0px;
	font-size:20px;
	color:#fff;
}
 @media (min-width:768px) {
.purpleSection {
 font-size:28px;
}
}
 @media (min-width:992px ) {
.purpleSection {
 font-size:32px;
}
}
.purpleSection2 {
	background-color:#37009d;
	/*padding:20px 0px 40px 0px; */
	padding:0px;
	color:#FFFFFF;
	padding-top:55px;
	margin:0px 0px 0px 0px;
}
.whiteItalicTestimonials {
	font-size: 18px;
	font-style: italic;
	font-weight:500;
}
.whiteTestimonials {
	font-size: 14px;
}
.testimonialSpacing {
	padding: 0px 10px 25px 10px;
}
 @media (min-width:768px ) {
 .whiteItalicTestimonials {
 font-size: 22px;
 font-style: italic;
 font-weight:500;
}
.whiteTestimonials {
 font-size: 16px;
}
}
 @media (min-width:992px ) {
.purpleSection2 {
 background-image:url(../../images/purplebkgnd2.jpg);
 background-repeat: no-repeat;
 background-position: center;
 min-height:334px;
 padding-top:80px;
}
}
.jumbotron {
	padding: 30px;
	margin:20px 0 0px 0px;
	color: inherit;
	background-color: #fff;
	border-radius: 0px !important;
}
.coursespacing {
	padding:10px 0px 10px 0px;
}
.sponsorspacing {
	margin-top:20px;
}
.sponsorspacing img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.top-margin {
	margin-top:10px;
}
.top-margin40 {
	margin-top:40px;
}
.panel-body {
	/*
padding: 10px 30px 20px; 
margin: 0;
*/
background-color:#fbfbfb;
	padding: 0px 0px 0px 0px;
}
legend {
	width:auto;
	border-bottom: none;
	padding: 0px 10px 0px 10px;
}
fieldset {
	border: 0;
	border-top: 1px solid #eee;
	padding: 0px 5px 0px 5px;
	margin: 0;
}
.panelTable {
	font-size:50%;
	margin-bottom:20px;
	width:100%;
}
 @media (min-width:768px ) {
.panelTable {
 font-size: 16px;
}
}
.panelTable td {
	padding:5px 15px 4px 15px;
}
/*
.panelText {
	font-size: 14px; 
}
*/

.locationrows {
	margin-top:15px;
}
.locationrows .col-sm-12 {
	/*background-color:#CCCCCC;*/
/*margin-top:-10px; */
margin-top:10px;
}
.panelTable tr td:first-child {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.panelTable tr td:last-child {
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.submitRow {
	background-color:#eee;
	margin:20px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding:20px;
}
.submitRowText {
	text-align:center;
	font-size:12px;
	font-weight:600;
	color:#636363;
}
 @media (min-width:768px ) {
.submitRowText {
text-align:left;
padding-left:10px;
}
}
 @media (min-width:768px ) {
fieldset {
border: 0;
border-top: 1px solid #eee;
padding: 0px 20px 0px 20px;
margin: 0;
}
}
.fieldsetContainer {
	margin-top: 30px;
}
.radioCheckboxLabel {
	background-color:#FFFFFF !important;
	color:#000000 !important;
	font-weight:bold !important;
}
 @media (min-width:768px ) {
.coursespacing {
/*	padding:0px 100px 0px 100px; */
}
}
.greenchecks {
	color:#69b91c;
	font-weight:normal;
	font-size:16px;
	padding:10px 0px 10px 0px;
}
.workshopjustify {
	text-align:center;
	margin-top:20px;
}
 @media (min-width: 992px) {
.col-md-offset-1.workshopspacing {
margin-right: 0px;
}
.workshopjustify {
text-align:left;
margin-top:0px;
}
}
.stripedRows {
	padding: 0px 15px 15px 15px;
}
.stripedRows>div.row {
	padding: 5px;
}
 .stripedRows>div.row:nth-child(even) {
background-color:#f3f3f3;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
.stripedTable {
	width:100%;
}
.stripedTable tbody td {
	padding: 10px;
}
 .stripedTable tbody tr:nth-child(even) {
background-color:#f3f3f3;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
.testimonialTable {
	/*border:thin;
border-color:#000000;
border-style:solid;*/
	border-collapse: separate;
}
.testimonialTable td {
	/*
border:thin;
border-color:#000000;
border-style:solid;
*/
font-size:18px;
	font-weight:600;
	padding:10px 10px 10px 10px;
	vertical-align:top;
	text-align:left;
}
.testimonialNames {
	font-size:14px;
	color:#37009d;
	font-weight:normal;
}
 @media (min-width: 992px) {
.testimonialRowMargin {
margin-top:50px;
}
}
.speechTable {
	border-collapse: separate;
	width: 100%;
}
.speech {
	position: relative;
	height: 85px;
	width: 100%;
	font-weight:bold;
	font-size:14px;
	font-style:italic;
	text-align: center;
	background-color: #fafafa;
	border: 1px solid #dfe1e0;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	padding:0px 10px 0px 10px;
	border-collapse:separate;
}
.speech>span {
	/*background-color:#FF0000; */

	/* 	height: 85px;
	display:table-cell;
	    vertical-align:middle;
		*/
	display:inline-block;
	text-align: center;
}
.speech:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 80px;
	top: 84px;
	border: 15px solid;
	border-color: #dfe1e0 transparent transparent transparent;
}
.speech:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 81px;
	top: 83px;
	border: 14px solid;
	border-color: #fafafa transparent transparent transparent;
}
.speechFemale {
	margin:15px 0px 15px 0px;
	color:#637cb0;
	font-size:18px;
	display: inline-block;
	position: relative;
	padding-left: 30px;
	text-decoration: none;
	vertical-align: middle;
}
.speechFemale:before {
	content: "\e036";
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	margin: 0 5px 0 0;
	font: 21px/1em 'Glyphicons Regular';
	font-style: normal;
	font-weight: normal;
	color: #637cb0;
	vertical-align: middle;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
.speechMale {
	margin:15px 0px 15px 70px;
	color:#637cb0;
	font-size:18px;
	display: inline-block;
	position: relative;
	padding-left: 30px;
	text-decoration: none;
	vertical-align: middle;
}
.speechMale:before {
	content: "\e004";
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	margin: 0 5px 0 0;
	font: 21px/1em 'Glyphicons Regular';
	font-style: normal;
	font-weight: normal;
	color: #637cb0;
	vertical-align: middle;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
 @media (min-width: 992px) {
.speech {
 font-size:20px;
}
}
/*
 @media (min-width: 992px) {
.speech {
 position: relative;
 width: 100%;
 height: 65px;
 font-weight:bold;
 font-size:20px;
 font-style:italic;
 text-align: center;
 line-height: 65px;
 vertical-align: middle;
 background-color: #fafafa;
 border: 1px solid #dfe1e0;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
 .speech:before {
 content: ' ';
 position: absolute;
 width: 0;
 height: 0;
 left: 80px;
 top: 64px;
 border: 15px solid;
 border-color: #dfe1e0 transparent transparent transparent;
}
 .speech:after {
 content: ' ';
 position: absolute;
 width: 0;
 height: 0;
 left: 81px;
 top: 63px;
 border: 14px solid;
 border-color: #fafafa transparent transparent transparent;
}
}
*/

/* styling for masterslider text*/

.ms-staff-carousel .ms-staff-info {
	/*
	text-align: center;
	margin-left: 0 auto;
	width: 280px;
	margin-top: 10px;
	*/
	font-family: "Open Sans", helvetica, arial;
	font-size:16px;
	font-weight:300;
	color:#000;
}
/* Bootstrap Carousel Customization */
.carousel {
	height: 650px;
}
.item, .active, .carousel-inner {
	height: 100%;
}
.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.mycarousel-caption {
	z-index: 10;
	position: absolute;
	left: 15%;
	right: 15%;
	margin-top:350px;
	padding: 10px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
}
.mycarousel-caption h1 {
	margin-top:0px;
	font-size: 24px;
	font-weight:normal;
	line-height:120%;
}
.mycarousel-caption h2 {
	margin-top:0px;
	font-size: 16px;
	font-weight:normal;
	line-height:120%;
}

/* Responsive Styles */
@media (min-width:768px ) {
.mycarousel-caption {
 z-index: 10;
 position: absolute;
 left: 15%;
 right: 15%;
 margin-top:400px;
 padding: 10px;
 color: #fff;
 background-color: rgba(0, 0, 0, 0.6);
 text-align: center;
}
 .mycarousel-caption h1 {
 margin-top:0px;
 font-size: 36px;
}
.mycarousel-caption h2 {
 margin-top:0px;
 font-size: 24px;
 font-weight:normal;
 line-height:120%;
}
}
.scriptHeading {
	font-family: 'Kaushan Script', cursive;
	font-size:32px;
	margin-top:0px;
	font-weight:100;
}
.subHeading1 {
	font-weight:bold;
	font-size:22px;
	margin-top:0px;
	font-family:inherit;
}
.subHeading2 {
	font-weight:bold;
	font-size:18px;
	margin-top:0px;
	font-family:inherit;
}
/* fix position of icons on registration forms see: http://bootstrapvalidator.com/examples/adjusting-feedback-icon-position/ */
.has-feedback .form-control-feedback {
	top: 25;
	right: -30px;
}
.form-horizontal .has-feedback .form-control-feedback {
	top: 25;
	right: -30px;
}
/* default values
.has-feedback .form-control-feedback {
    top: 25px;
    right: 0;
}
.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}
*/
/* use selectContainer if you only want selectors, see registration form on title dropdown for example
.selectContainer .form-control-feedback {
    top: 25;
    right: -35px;
}
*/
#course_container i.form-control-feedback.glyphicon.glyphicon-ok, #course_container i.form-control-feedback.glyphicon.glyphicon-remove {
	top: 25px;
	right: 0;
}
/* fix positions of checkmarks for cc expiration date */
#expDate i.form-control-feedback.glyphicon.glyphicon-ok, #expDate i.form-control-feedback.glyphicon.glyphicon-remove {
	top: -1px;
	right: -30px;
}
/* remove glyphs from validation */
i.form-control-feedback.glyphicon.glyphicon-ok:before, i.form-control-feedback.glyphicon.glyphicon-remove:before {
	display:none;
}
.btn-sm320 {
	padding: 10px 12px;
	font-size:16px;
	width:95%;
	font-weight:600;
}
 @media (min-width: 480px) {
.btn-sm320 {
 padding: 10px 12px;
 font-size:16px;
 width:320px;
 font-weight:600;
}
}
/****************************** 
	css for grey top link bar 
*******************************/
.top-link-bar {
	background-color:#525252;
	font-size:20px;
	text-align:center;
	/*max-width: 1140px; */	
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	margin-bottom:30px;
	height:94px;
}
.top-link-bar .top-link-cell {
	padding-left:0px;
	padding-right:0px;
}
.top-link-bar .top-link {
	background-color:#525252;
	color:#fff;
	display:block;
	position:relative;
	/*padding-top:18px; */
	font-family: "Open Sans", helvetica, arial;
	font-weight:100;
	/*height:40px; */
}
.top-link-bar .top-link:focus, .top-link-bar .top-link:hover {
	background-color:#6b6b6b;
	text-decoration:none
}

.top-link-bar .top-link .top-link-text {
	height:94px;
	display: inline-block;
	text-align:center;
	padding-top:30px;
}
.top-link-text-cell {
	float:left;
	height:40px;
	padding:0px 0px 0px 10px;
}

.top-link-text-img {
	padding:0px;
}
@media (min-width:768px) {
	.top-link-bar .top-link .top-link-text {
		height:94px;
		display: inline-block;
		text-align:center;
		padding-top:15px;
	}
	.top-link-text-cell {
	 float:none;
	 padding:0px;
	}
}
/********************************** 
	course and publication sections 
***********************************/
.previews .thumbnail {
	text-align:center;
	background-color:#fff;
	margin-bottom:15px;
}
#publications .previews .thumbnail {
	text-align:center;
	background-color: #f3f3f3;
	margin-bottom:15px;
}
.previews .thumbnail img {
	border:1px solid #e6e6e6
}
.previews .thumbnail img:hover {
	opacity:.7
}
.previews .thumbnail p {
/* margin:15px 0; */
}
.previews .thumbnail .btn {
	margin-bottom:20px
}
.previews .featured {
	text-align:left
}
.caption {
	font-size:16px;
	margin: 0px 5px 0px 5px;
}
.caption h4 {
	font-size:20px;/*padding:10px; */
}
@media (min-width:768px) {
	.previews .thumbnail {
	 margin-bottom:30px;
	}
	.caption {
	 height:150px;
	/* background-color:#CCCCCC; */
	}
}
.post-image-link p {
	margin:0!important
}
.learnButton {
	margin-top:10px;
	margin-bottom:10px;
}
.btn-courses {
	color: #333;
	background-color: #f3f3f3;
	border-color: #ccc;
}
.btn-courses a:hover, a:focus {
	color: #333;
	background-color: #ccc;
	border-color: #ccc;
}
.btn-publications {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-publications a:hover, a:focus {
	color: #333;
	background-color: #ccc;
	border-color: #ccc;
}
.learnButton a:hover, a:focus {
	font-weight:normal;
}

.callout-red {
	color: #b74b4b;
	border-radius: 5px;
	background-color: #f2dedf;
	border-color: #edd2d7;
	border-style:solid;
	border-width:1px;
	font-size:14px;
	padding:15px;
}


