/*
=======================================
Page Styles
=======================================
*/


/*
------------------------------
Home page
------------------------------
*/
.front #main {
    padding: 15px;
}

.front #main aside.sidebar {
    display: none;
}

.front #main #content {
    background: url("/images/dot-light-gray.png") repeat-y 270px 0;
}

.front #main #content .content-inner {
    background: url("/images/dot-light-gray.png") repeat-y 840px 0;
    padding: 0;
}

.front #main .col {
    /*padding: 0 20px;*/
}

/*
Interact
*/
.front #main .block-links {
    padding-right: 0;
}

.front #main .block-links ul li {
    line-height: 1.3em;
    padding: 0.4em 0;
}

.front #main .block-links,
.front #main .block-links a {
    font-weight: bold;
    color: #4d4d4d;
}

.front #main .block-social-media {
    padding-left: 12px;
}

.front #main .block-social-media .group {
    clear: both;
    display: block;
    overflow: hidden;
}

.front #main .block-social-media img {
    display: inline-block;
    float: left;
    margin: 3px;
}


/*
Events
*/
.front .events-block .entry {
    
}

.front .events-block .entry .big-date {
    background: url(../images/icons/calendar-page-sm.png) no-repeat center center;
    color: #222;
    display: block;
    float: left;
    /*font-family: 'Anton','Helvetica Neue',Helvetica,Arial,sans-serif;*/
    font-size: 1.5em;
    font-weight: bold;
    height: 50px;
    letter-spacing: -0.02em;
    line-height: 1em;
    text-align: center;
    width: 58px;
}

.front .events-block .entry .big-date span {
    display: inline-block;
    margin-top: 20px;
}

.front .events-block .entry .entry-group {
    float: right;
    width: 70%;
}

.front .events-block .entry .entry-group .more-link {
    border-top: 1px solid #bbb;
    font-size: 1em;
    padding: 10px 0;
}

@media (max-width: 280px) {
    .front .events-block .entry .entry-group {
        width: 70%;
    }
}

@media (min-width: 281px) and (max-width: 380px) {
    .front .events-block .entry .entry-group {
        width: 75%;
    }
}

@media (min-width: 381px) and (max-width: 480px) {
    .front .events-block .entry .entry-group {
        width: 80%;
    }
}

@media (min-width: 481px) and (max-width: 620px) {
    .front .events-block .entry .entry-group {
        width: 84%;
    }
}

@media (min-width: 621px) and (max-width: 767px) {
    .front .events-block .entry .entry-group {
        width: 88%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .front .events-block .entry .big-date {
        display: block;
        float: none;
        margin: 0 0 3px 0;
    }
    
    .front .events-block .entry .entry-group {
        float: none;
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .front .events-block .entry .entry-group {
        width: 65%;
    }
}


/*
Spotlight
*/
.front .spotlight-block .entry {
    
}

.front .spotlight-block .entry .thumb {
    padding: 0;
}

.front .spotlight-block .entry .thumb img {
    height: auto;
    width: 100%;
}

.front .spotlight-block .entry .entry-group {
    
}


/*
Science
*/
.front .science-block .entry {
    
}

.front .science-block .entry .thumb {
    display: block;
    padding: 5px 0;
}

.front .science-block .entry .thumb img {
    height: auto;
    width: 100%;
    max-width: 300px;
}


/*
------------------------------
About (section)
------------------------------
*/
.section-about {

}


/*
------------------------------
Newsroom page
------------------------------
*/

/* Spotlight */
.section-newsroom .spotlight-block {
    margin-top: 10px;
}

.section-newsroom .spotlight-block .block-title {
    display: none;
}

.section-newsroom .spotlight-block .entry {
    
}

.section-newsroom .spotlight-block .entry .thumb {
    float: left;
    padding: 0;
    width: 17%;
}

.section-newsroom .spotlight-block .entry .thumb img {
    height: auto;
    width: 100%;
}

.section-newsroom .spotlight-block .entry .entry-group {
    float: right;
    padding: 0;
    width: 80%;
}

.section-newsroom .spotlight-block .entry .entry-group .title {
    margin: 0;
    padding: 0;
}

.section-newsroom .spotlight-block .entry .entry-group .link {
    display: none;
}


/*
------------------------------
Fact Sheets & Brochures page
------------------------------
*/
.page-fact-sheets-brochures {
    
}

.thumbs.fact-sheets {
    
}

.thumbs.fact-sheets .thumb-group {
    text-align: center;
}

.thumbs.fact-sheets .thumb-image img {
    /*
    height: 200px;
    width: 150px;
    */
    height: auto;
    width: 100%;
    max-height: 210px;
    max-width: 158px;
}

.thumbs.fact-sheets .thumb-title {
    font-size: 1em;
    font-weight: bold;
    margin: 8px 0 5px 0;
    padding: 0;
}

.thumbs.fact-sheets .thumb-link {
    font-size: 0.9em;
}

.thumbs.fact-sheets .thumb-link a:before {
    color: #444;
    content: "[";
    display: inline-block;
    padding-right: 0.2em;
}

.thumbs.fact-sheets .thumb-link a:after {
    color: #444;
    content: "]";
    display: inline-block;
    padding-left: 0.2em;
}


/*
------------------------------
Benefits page
------------------------------
*/
.section-particle-physics.section-benefits .content-sidebar .thumbs {
    margin: 0;
    padding: 0;
}

.section-particle-physics.section-benefits .content-sidebar .thumbs.one-per-row .thumb-row {
    padding: 5px 0;
}

.section-particle-physics.section-benefits .content-sidebar .thumbs .thumb-row .title {
    padding-top: 8px;
}


/*
------------------------------
FAW home page
------------------------------
*/
.faw-homepage .tab-pane {
    min-height: 300px;
}

.faw-homepage .tab-pane .row {
    padding: 10px 0;
}

