/* Enter Your Custom CSS Here */
.caldera-grid .form-control {
  background: #D8DFE4;
}
#caldera_form_1  [type="checkbox"]{
  width: 15px;
  height: 15px;
  border-radius: 0;
  margin: 0px;
  display: inline-block;
  vertical-align: bottom;
}
#caldera_form_1  [type="radio"] 
{
  width: 15px;
  height: 15px;
  padding: 0px;
  margin: 0px;
  display: inline-block;
  vertical-align: bottom;
  -webkit-border-radius:5; 
  border-radius:1em;
}
#caldera_form_1  select {
  margin-bottom: 0.6em;
}
#caldera_form_1  label {
  font-size: 0.9em;
}

#caldera_form_1 .btn {
		background: #003A70;
    color: white;
}


p.btn {
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background: #550078;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

p.btn:hover {
  text-decoration: none;
}

p.btn a:visited, p.btn a:link {
  color: #ffffff;
}

p.orangebtn {
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background: #F47920;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

p.orangebtn:hover {
  text-decoration: none;
}

p.orangebtn a:visited, p.orangebtn a:link {
  color: #ffffff;
}



.profileBlock {
    float: left;
    height: 420px;
    margin: 0 4px 4px 0;
    max-width: 275px;
    min-width: 250px;
    position: relative;
}

.tableBlock {
    float: left;
    margin: 4px 4px 4px 4px;
    max-width: 200px;
    min-width: 190px;
    position: relative;
}


.landingBlock {
    float: left;
    height: 85px;
    margin: 0 4px 4px 0;
    max-width: 300px;
    min-width: 300px;
    position: relative;
}

.profileStudentBlock {
    float: left;
    padding: 5px;
    margin: 0 4px 4px 0;
    max-width: 300px;
    min-width: 290px;
    position: relative;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    padding-left: 30px;
}

.profileFullWidth {
    float: left;
    margin: 4 4px 4px 4;
    max-width: 450px;
    min-width: 250px;
    position: relative;
  padding-top: 5px;  
  padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.contactBlock {
    float: left;
    margin: 5px 5px 5px 5px;
    max-width: 300px;
    min-width: 290px;
    position: relative;
}

.worldCalloutPresident {
	height:215px;
	border-left:4px solid #fff;
	background-color:#550078;
	text-align:center;
	color:#fff;
	padding:28px;
	fload:left;
	overflow:hidden;
	min-width:215px;
	}


.profileBlockSimple {
    float: left;
    height: 200px;
    margin: 0 5px 20px 0;
    max-width: 190px;
    min-width: 165px;
    position: relative;
}


.profileBlockMath {
    float: left;
    height: 80px;
    margin: 0 5px 20px 0;
    max-width: 290px;
    min-width: 250px;
    position: relative;
}


.worldCalloutPresidentNoHeight {
	border-left:4px solid #fff;
	background-color:#550078;
	text-align:center;
	color:#fff;
	padding:28px;
	fload:left;
	overflow:hidden;
	min-width:215px;
	}
table.stylized {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

table.stylized td,#bodyCopy .stylized.table  th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

table.stylized tr:nth-child(even) {
    background-color: #f2f2f2;
}

.profileFacultyMainBlock {
    float: left;
    padding: 5px;
    margin: 0 4px 4px 0;
    max-width: 350px;
    min-width: 340px;
    position: relative;
}

.profileFacultyLinkBlock {
    float: left;
    padding: 5px;
    margin: 0 4px 4px 0;
    max-width: 155px;
    min-width: 150px;
    position: relative;
}

.profileFacultyPictureBlock {
    float: left;
    padding: 5px;
    margin: 0 4px 4px 0;
    max-width: 90px;
    min-width: 80px;
    position: relative;
}

.warmRedBtn {
	background: #E03C31;
}
