/* BASE */

img {
border: 0; /* Removes border when inside 'a' element in IE6/7/8/9 FF3. */
-ms-interpolation-mode: bicubic; /* Improves image quality when scaled in IE7. */
width: auto; /* IE8 bug. Requires this to work properly with max-width in scaling images. */
max-width: 100%;
height: auto;
}


/* DISPLAY NONE */

.hidden, #site-name-wrapper, #main-menu h2.block-title {
display: none;
}

/* GENERAL */

#logo {
float: left;
width: 200px;
margin: 15px 20px 0 0;
}

table td,  table th, .fht-table td,  .fht-table th {
padding: 1em;
}


/* EDUCATION LANDING */

#education-intro, #education-intro * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#education-intro:after {
content: "";
display: table;
}

#education-intro {
overflow: hidden;
padding: 80px 0 140px;
width: 100%;
}

#node-1136 .inner .field-items div.field-item.even {
padding: 0;
}

.education-block {
float: left;
width: 32%;
margin: 0;
position: relative;
height: 100%;
}

.education-block a {
display: block;
z-index: 2;
width: 100%;
height: 100%;
position: relative;
}

.education-block.workshops {
margin: 0 2%;
}

.education-title {
position: absolute;
bottom: -40px;
left: 0;
width: 100%;
text-align: center;
line-height: 1.2em;
font-size: 16px;
padding: 0 10px;
}

.education-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,0.8);
color: #222;
}

.overlay-text {
position: absolute;
top: 50px;
left: 10%;
width: 80%;
height: 100%;
font-family: "Times New Roman", Times, serif;
font-weight: bold;
font-size: 1.1em;
text-align: center;
}

.overlay-text.overlay-text-licenses {
top: 30px;
}

#education-intro p {
margin: 0;
padding: 0;
}

.education-overlay, .overlay-text {
opacity: 0;
z-index: 1;
}
.education-block.inactive .education-overlay, .overlay-text.active {
opacity: 1;
}

.education-block, .education-block * { 
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out; 
-o-transition: all .2s ease-out; 
transition: all .2s ease-out; 
}


/* WORKSHOPS */

.workshops-page {
text-align: center;
padding: 1em;
}

.workshops-page h3 {
margin: 1em auto;
width: 80%;
line-height: 1.5em;
}

.video-caption {
text-align: right;
width: 800px;
margin: 0 auto;
font-size: 0.875em;
}


/* COMPANY CLASS LANDING */

.class-landing {
position: relative;
}

.class-landing-description {
position: absolute;
top: 320px;
left: 30px;
}

.class-landing-title {
color: #ff0000;
font-size: 2.5em;
line-height: 1.2em;
}

#content-content .class-landing-description p {
font-size: 1.1em;
line-height: 1.4em;
}

.node-type-page-custom #content-content {
height: auto;
background: #fff;
}

/* EDUCATION LICENSES LANDING */

.education-program {
overflow: hidden;
padding: 1em;
}

.education-program-image {
float: left;
width: 25%;
margin: 0 20px 0 0;
}

.education-img-caption {
text-align: center;
font-size: 0.875em;
}

.program-header {
padding: 1em 1em 0;
clear: both;
text-decoration: underline;
}


/* MISC LANDING */

.intro-text {
font-size: 1.2em !important;
text-align: center;
margin: 1.5em;
line-height: 1.2em;
}


/* FACULTY BIOS */

.view-faculty .views-row {
overflow: hidden;
padding: 0 0 2em;
}

.view-faculty .views-field-field-image img {
float: left;
width: 147px;
margin: 0 20px 0 0;
}


/* MESSAGES */

div.help {
background: #FAFCDA;
border: 1px solid #F3F895;
overflow: hidden;
padding: 10px 20px;
margin-bottom: 10px;
}

div.status  {
background: #CCFF88;
border-color: #BBEE77;
color: #336600;
font-size: 1.1em;
}

div.messages {
background: #BBDDFF;
border: 1px solid #AACCEE;
color: #003366;
font-size: 1.1em;
margin: 1em 0;
padding: 9px;
}

div.messages.error {
background: #FBB;
border: 1px solid #EAA;
}

div.messages .placeholder {
color: #111;
}

.messages ul,
.help ul,
.messages ol,
.help ol {
margin: 5px 0 0;
padding: 0;
}

.messages li,
.help li {
margin: 0 0 0 1em;
padding: 0;
}

div.content-messages-inner div.messages {
border: 2px solid;
margin: 0;
padding: 10px;
}

