/* CSS Document */

.boxes {
    margin: 25px 0 25px 0;
}

.boxes .box ul li a {
    font-size: 13px;
    display: block;
    color: #4E4E4E !important;
    font-family: 'Scada', sans-serif;
}

.boxes .box ul li a:hover {
    color: #F8AE04 !important;
}

.boxes .box ul {
    margin: 0 0 0 20px;
    font-family: 'Scada', sans-serif;
    color: #F8AE04;
    font-size: 21px;
    padding: 0;
    line-height: 15px;
}

.boxes a.box, 
.boxes .box {
    width: 100%;
    padding: 25px;
    height: 200px;
    text-decoration: none;
    font-family: 'Scada', sans-serif;
    color: #4E4E4E !important;
    position: relative;
}

@media (min-width: 860px) {
    .boxes a.box, 
    .boxes .box {
        width: 50%;
    }
}

@media (min-width: 1040px) {
    .boxes a.box, 
    .boxes .box {
        width: 33.333333%;
    }
}

.boxes .box-iframe {
    padding: 0;
    width: 327px;
    height: 175px;
}

.boxes .box .box-left {
    width: 200px;
    float: left;
    padding-top: 30px;
}

.boxes .box .box-left .box-title {
    margin-bottom: 10px;
}

.boxes .box .box-left span {
    font-family: "Helvetica", sans-serif;
    width: 150px;
    display: block;
}

.boxes .box .box-image {
    position: absolute;
    top: 47px;
    right: 15px;
    overflow: hidden;
    width: 110px;
    text-align: right;
}

.boxes .box .box-image img {
    max-width: 100%;
    height: auto;
}

.boxes a.box-yellow {
    background-color: #F8AE04;
    color: #FFF !important;
}

.boxes .box h2, .boxes .box h1 {
    margin: 0 0 15px;
    font-size: 24px;
    color: #4E4E4E;
    line-height: 22px;
}

.boxes .box-yellow h2, .boxes .box-blue h2, .boxes .box-yellow h1, .boxes .box-blue h1 {
    color: #FFF;
}

.boxes a.box-blue {
    background-color: #0B4F8F;
    color: #FFF !important;
}

.boxes .why-caltech {
    background:url("../images/homepage/why-caltech.png") no-repeat 0px 0px;
    width:327px;
    height:175px;
}

.boxes .why-caltech .reasons {
    width:200px;
    height:17px;
    top:90px;
    left:30px;
}

.boxes .why-caltech .researching {
    width:200px;
    height:15px;
    top:110px;
    left:30px;
}

.boxes .why-caltech .resources {
    width:200px;
    height:30px;
    top:130px;
    left:30px;
}

.boxes .box:nth-child(3n+3) {
    margin-right: 0px;
}

.panels {
   
}

.panels p {
    text-align: left;
    margin: 5px 0 0;
}

.panels .panel {
    width: 33.333333%;
    height: 200px;
    float:left;
    padding: 10px;
}

.panels .panel .title {
    font-size:26px;
}

.panels .panel .icon {
    top:5px;
}

.panels .follow a {
    margin:12px 8px 0px 0px;
    display:inline-block;
}

/* Panel Poll */
.panels .poll .info,
.panels .blog .info {
    margin-top:8px;
    display:inline-block;
}

/* Panel Blog */
.panels .blog {
    margin-left:15px;
    width:311px;
}


.slider {
/*    width:825px;
    height:288px;
    margin:12px 9px 0px 0px;*/
}


#buttons {
    background:url("../images/homepage/buttons.png") no-repeat 0px 0px;
    width:166px;
    height:300px;
    margin:12px 0px 12px 0px;
}

#buttons a.link {
    width:200px;
    height:100px;
    text-indent:-500px;
    overflow:hidden;
}

#buttons a.free-trial {
    left:0px;
    top:0px;
    width:166px;
    height:93px;
}

#buttons a.contact-us {
    left:0px;
    top:98px;
    width:166px;
    height:90px;
}

#buttons a.ten-steps {
    left:0px;
    top:100px;
    width:166px;
    height:88px;
}

#buttons a.support {
    left:0px;
    top:195px;
    width:166px;
    height:44px;
}

#buttons a.resources {
    left:0px;
    top:246px;
    width:166px;
    height:44px;
}

#buttons a.free-resources {
    left:0px;
    top:252px;
    width:160px;
    height:40px;
}

/* temporary */

.slider {
    background: #ccc;
}

/* Resource Spotlight homepage */
.resource_spotlight, .panels .follow a.resource_spotlight-link {
    display: block;
}
.resource_spotlight-img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.panels .panel.spotlight-small-src-devices {
    margin-right: 0;
}

.spotlight-small-src-devices .resource_spotlight-img {
    margin: 0;
}

