/*
Theme Name: News
Theme URI: http://news.wfu.edu/
Description: WFU News and Public Relations Responsive Theme
Version: 1.0
Tags: foundation, modular
Author: Wake Forest University
Author URI: www.wfu.edu
Template: foundation_main
*/

/* General site styles */

.header_row h1 {
    margin-top: 35px;
}
.footer_container {
    background-color: #dedede;
}
.footer_container .footer_left, .footer_container .footer_right {
    margin-top: 20px;
}
.footer_container a {
    color: #222;
    text-decoration: underline;
}
.footer_container a.button {
    text-decoration: none;
}
.footer_container .footer_right {
    text-align: center;
}
.footer_container .footer_right p {
    line-height: 1.5;
}
.footer_container .footer_right .social_contact {
    line-height: 1.4;
    margin-bottom: 0;
}
.footer_container p {
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, sans-serif;
    font-size: .85rem;
}
.footer_container .contact_text {
    margin-bottom: 20px;
}
@media only screen and (min-width: 40.063em) {
    .footer_container .footer_right {
        text-align: right;
    }
    .footer_container .button {
        margin-top: 40px;
    }
}

.container .button.secondary {
    background-color: #e9e9e9;
    border-color: #bababa;
    border-radius: 0;
    color: #333333;
    padding-top: 16px;
    padding-bottom: 17px;
}
.container button.secondary:hover, .container button.secondary:focus, .container .button.secondary:hover, .container .button.secondary:focus {
    background-color: #bababa;
    color: #333333;
}

/* Non-dept header */
#site-title-row {
    background-color: #375569;
    color: #ffffff;
    font-family: 'Pathway Gothic One', 'Arial Narrow', sans-serif;
    font-size: 5em;
    text-align: center;
}
.top-bar-section .has-dropdown.hover > a:after {
    border-color: transparent transparent rgba(34,34,34,0.4) transparent;
}
.top-bar-section .has-dropdown > a:after {
    border-color: rgba(34, 34, 34, 0.4) transparent transparent transparent;
}
.top-bar-section li.hover > a:not(.button) {
    color: #222;
}
.top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
    background: #828282;
    color: #fff;
}
.top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button){
    background-color:#828282;
    color:#fff;
    background:#717272;
}


.top-bar .title-area h2.site_title {
    font-family: 'Pathway Gothic One', 'Arial Narrow', sans-serif;
    font-size: 1.45rem;
}
.top-bar .title-area h2.site_title a {
    color: #222222;
    padding-left: 19px;
    white-space: nowrap;
}
@media only screen and (min-width: 40.063em) {
    .contain-to-grid .top-bar {
        height: auto;
    }
}



/* Homepage Styles */

.home_header {
    background: url('https://static.secure.wfu.edu/images/NewsHeader.jpg') no-repeat center center;
    background-size: cover;
    background-color: #333;
    height: 250px;
    margin-bottom: 30px;
    margin-top: -3px;
}
.home_header .home_caption {
    position: relative;
    top: 30%;
}
.home_header h1 {
    color: #fff;
    font-size: 2.75rem;
    line-height: 1.1;
    margin-bottom: 0;
    text-align: center;
    text-shadow: 2px 2px 9px #222, -2px -2px 9px #222;
}
.home_header .social_contact {
    font-size: 1.75rem;
    line-height: 1.3;
    text-align: center;
    text-shadow: 2px 2px 9px #222, -2px -2px 9px #222;
}
.home_header .social_contact a {
    color: #fff;
}
.home_header .social_contact a:hover {
    color: #fff;
}
.home_header .home_contact {
    bottom: 28px;
    color: #fff;
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, sans-serif;
    font-size: .9rem;
    line-height: 1.4;
    position: absolute;
    right: 35px;
    text-align: right;  
    text-shadow: 1px 1px 6px #000;
}

.home_header .home_contact a {
    color: #fff;
    text-decoration: underline;
}
.home_container .search_news {
    margin-bottom: 18px;
    margin-top: 7px;
}
.home_container .headlines_link {
    line-height: 1;
    margin-bottom: 30px;
    margin-top: 0;
}

@media only screen and (min-width: 40.063em) {
    .home_header .home_caption {
        top: 32%;
    }
    .home_header h1 {
        font-size: 3.25rem;
    }
    .home_header .social_contact {
        font-size: 2.25rem;
    }
    .home_container .search_news {
        margin-left: 30px;
    }
    .home_expert {
        border-left: solid 1px #d8d8d8;
    }
}
.home_container .panel {
    margin-bottom: 30px;
}

.home_container .search_experts {
    margin-bottom: 30px;
    margin-top: 30px;
}
.expert_slide {
    margin: 15px 40px 0 40px;
    overflow: auto;
}
.home_expert .slick-slider {
    margin-bottom: 0;
}
.home_expert .slick-slider .slick-prev {
    left: 0;
}
.home_expert .slick-slider .slick-next {
    right: 3px;
}
.text_width{
    max-width: 637px;
    display: block;
    margin: auto;
}
.home_expert .slick-initialized .slick-slide {
    background-color: transparent;
    text-align: left;
}
.expert_slide img { 
    float: left;
    margin: 0 15px 15px 0;
}
.expert_slide h4 {
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, sans-serif;
    margin-bottom: 0;
}
.expert_slide p {
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, sans-serif;
    font-size: .9rem;
    margin-bottom: 10px;
}
.expert_slide .expert_title {
    font-style: italic;   
    line-height: 1.4;
    margin-top: 2px;
}
.home_expert h5 {
    margin-bottom: 0;
}
.home_expert h5 a, .home_expert h4.expert_name a {
    color: #755a23;
}

.popular_box {
    margin-bottom: 30px;
    position: relative;
    float: left;
}
.popular_text_background {
    background-color: #333;
    z-index: -1;
}
.popular_box .popular_text {
    padding: 40px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.popular_box .popular_text h3 {
    color: #fff;
    font-size: 2.2rem;
    line-height: 1.2;
    margin: 0;
    text-shadow: 2px 2px 9px #222, -2px -2px 9px #222;
}
.popular_box .popular_text h3 a {
    color: #fff;
}
.home_container h2.section_header {
    font-size: 1.85rem;
}
.home_container .inthenews_side {
    margin-bottom: 20px;
}
.home_container .stack-for-small {
    margin-bottom: 20px;
}
@media only screen and (min-width: 40.063em) {
    .home_container .stack-for-small {
        margin-bottom: 0;
    }
}



/* Sidebar Styles */

.headline_story {
    border-bottom: solid 1px #d8d8d8;
    clear: both;
    margin-bottom: 20px;
    overflow: auto;
}
.panel p a, .panel h5 a {
    color:#755a23;
}
.headline_story:nth-child(4) {
    border-bottom: none;
    margin-bottom: 10px;
}
.headline_story img, .byline_bottom img {
    float: left;
    margin: 0 15px 20px 0;
}
.headline_story img{
    height: auto;
    width: 95px;
}
.headline_story p, .source_side p, .subscribe_side p, .contact_side p, .archive_side p, .studio_side p, .inthenews_side p {
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, sans-serif;
    font-size: .9rem;
    line-height: 1.4;
}
.headline_story a, .source_name a, .related_stories a, .inthenews_title a {
    color: #222;
}
.headline_story a:hover, .source_name a:hover, .related_stories a:hover, .inthenews_title a:hover {
    color: #755a23;
}
.search_experts { 
    position: relative; 
}
.search_experts form { 
    margin-bottom: 0; 
}
.search_experts input { 
    border: solid 1px #d8d8d8;
    border-radius: 5px;
    box-shadow: none;
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, sans-serif;
    font-size: .85rem;
    height: 27px;
    margin-bottom: 5px;
    padding: 1px 7px;
    position: relative; 
    width: 100%;
}
.search_news input, .archive_drop select { 
    margin-bottom: 5px;
}
.search_experts .fa-search { 
    background: none;
    border: none;
    color: #8c6d2c;
    font-family: FontAwesome;
    font-size: 1.125rem;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 4px;
    top: 0;
    width: 25px;
}
.archive_drop select:first-child {
    margin-bottom: 15px;
}
p.source_name {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
}
.source_side p.source_title {
    font-size: .75rem;
    font-style: italic;
    margin-bottom: 15px;
}
.source_about {
    clear: both;
}
.source_side h5, .subscribe_side h5, .studio_side h5, .inthenews_side h5, .home_container h5 {
    text-align: right;
}
.source_side img {
    float: left;
    height: auto;
    margin: 0 15px 15px 0;
    width: 95px;
}
p.contact_text {
    margin-bottom: 0;
}
p.social_contact {
    font-size: 1.75rem;
}
.panel .social_contact a {
    color: #222;
}
.panel .social_contact a:hover {
    color: #755a23;
}
.search_news ::-webkit-input-placeholder, .search_experts ::-webkit-input-placeholder {
   color: #afafaf;
}
.search_news :-moz-placeholder, .search_experts :-moz-placeholder { /* Firefox 18- */
   color: #afafaf;  
}
.search_news ::-moz-placeholder, .search_experts ::-moz-placeholder {  /* Firefox 19+ */
   color: #afafaf;  
}
.search_news :-ms-input-placeholder, .search_experts :-ms-input-placeholder {  
   color: #afafaf;  
}
.inthenews_side p.inthenews_source {
    font-size: .8rem;
    margin-bottom: 0;
}
.inthenews_side p.inthenews_title {
    font-size: 1.1rem;
}



/* Blog Styles */

.hero.block_1, .slider-wrapper.block_1 .slick-slider {
    border-bottom: none !important;
    margin-bottom: 30px !important;
}
.body_width_header {
    margin-bottom: 30px;
}
.body_width_header .body_width_caption {
    padding: 48px 20px;
    position: relative;
    top: 50%;
    transform: translateY(-50%); 
}
.body_width_header .body_width_caption.headline_top, .hero .center_caption.headline_top {
    top: 25%;
}
.body_width_header .body_width_caption.headline_bottom, .hero .center_caption.headline_bottom {
    top: 75%;
}
.hero .center_caption h1, .body_width_caption h1 { 
    color: #fff;
    line-height: 1.1;
    font-size: 3rem;
    margin-bottom: 15px;
    margin-top: 25px;
    text-align: center;
    text-shadow: 2px 2px 9px #222, -2px -2px 9px #222;
}
p.hero_subcaption_mobile {
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, sans-serif;
    font-size: 1.125rem;
    line-height: 1.4;
}
p.hero_subcaption {
    display: none;
}

@media only screen and (min-width: 40.063em) {
    .hero .center_caption {
        transform: translateY(-45%) !important; 
        }
    .body_width_header .body_width_caption {
        padding: 48px 58px;
        transform: translateY(-45%); 
        }
    .hero .center_caption h1, .body_width_caption h1 { 
        font-size: 3.5rem;
        }
    p.hero_subcaption {
        color: #fff;
        display: block;
        font-family: 'Open Sans', 'Helvetica Neue', helvetica, sans-serif;
        font-size: 1.125rem;
        line-height: 1.4;
        text-align: center;
        text-shadow: 2px 2px 9px #222, -2px -2px 9px #222;
        }
    p.hero_subcaption_mobile {
        display: none;
        }
}
img + .highlights {
    margin-top: 12px;
}
.highlights {
    border-bottom: solid 1px #d8d8d8;
    margin-bottom: 20px;
}
.highlights ul li, .related_stories ul li {  
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.4;
    list-style: none;
    margin-bottom: 15px;
}
.related_stories ul li:last-child {
    margin-bottom: 0;
}
.highlights ul li::before, .related_stories ul li::before {
    color: #8c6d2c;    
    content: '\f0da';
    font-family: 'FontAwesome';
    margin: 0 8px 0 -14px;
}
.byline {
    margin-top: 15px;
}
.byline_bottom p {
    font-size: .95rem;
    line-height: 1.4;
}
.byline_bottom p {
    padding-top: 15px;
}
.byline_bottom .name {
    font-size: 1.1rem;
    font-weight: 700;
}
.byline_bottom {
    overflow: auto;
}
.blog_categories {
    font-size: 1.125rem;
}

a.at-share-btn {
    margin-bottom: 7px !important;
}
.slider-wrapper .slick-slider .slick-track {
    height: 400px;
}

/* Archive/Wake in the News Styles - duplicate on main theme */

.wakenews_story {
    overflow: auto;
    margin-top: 10px;
}
.wakenews_story img {
    float: left;
    height: auto;
    margin: 0 20px 20px 0;
    width: 150px;
}
.wakenews_story p {
    font-size: 1.1rem;
    line-height: 1.5;
}
.wakenews_story h3 {
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, sans-serif;
    font-size: 1.275rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 3px;
    margin-top: 0;
}
.wakenews_story p.wakenews_info {
    font-size: .9rem;
    line-height: 1.4;
    margin-bottom: 10px;
}
.wakenews_source {
    font-style: italic;
}
.pagination_container .expert_file_page_number, .pagination_container .page-numbers {
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, sans-serif;
    margin: 0 8px;
}
.pagination_container .page-numbers.dots {
    color: #8c6d2c;
}

.archive_story img {
    float: left;
    height: auto;
    margin: 0 20px 20px 0;
    padding: 0;
    width: 150px;
}

/* Profile Styles */

.profile_grid .profile_side {
    min-height: 225px;
}
.profile_side img {
    width: 135px;
    float: left;
    margin: 0 15px 15px 0;
}
.profile_side h3 a {
    color: #222;
}
.profile_side p {
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, sans-serif;
    font-size: .85rem;
    line-height: 1.4;
}
.profile_details {
    clear: both;
}
.profile_details p {
    margin-bottom: 0;
}
.profile_main_details.panel {
    background-image: none;
}
.profile_image {
    margin-bottom: 30px;
}
.profile_main_details p {
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, sans-serif;
    font-size: 1rem;  
    margin-bottom: 0;
}
.profile_main iframe {
    margin-bottom: 15px;
}

/* Expert Styles */

.full_width_image.story_box .full_left_caption.headline_box p, .full_width_image.story_box .full_left_caption.type_box p, .archive_story p.type_box {
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
}
.full_width_image.story_box {
    background-color: #333;
}
.full_width_image.story_box .type_box p, .archive_story p.type_box  {
    color: #fff;
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, sans-serif;
    font-size: .85rem;
    padding: 10px 16px;
    position: absolute;
    text-shadow: 2px 2px 9px #222, -2px -2px 9px #222;
    text-transform: uppercase;
    top: 0;
}
.archive_story p.type_box {
    top: 2px;
}
.search_experts {
    margin-bottom: 10px;
}
.search_experts .clear_search {
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, sans-serif;
    font-size: .85rem;
    margin-bottom: 0;
    text-align: right;
}
.expert_list_item {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 25px;
}
.expert_list_item img {
    float: left;
    margin: 0 15px 15px 0;
    width: 140px;
}
.expert_list_item h3 {
    margin-bottom: 0;
}
p.expert_list_title {
    font-size: .9rem;
    font-style: italic;
    line-height: 1.3;
    margin-bottom: 10px;
}
p.expert_list_bio {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 10px;
}
p.expert_list_areas {
    clear: both;
    line-height: 1.5;
    font-size: .9rem;
}
.expert_list_nav {
    position: absolute;
    top: -67px;
    right: 15px;
}
.expert_side {
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, sans-serif;
}
.expert_side p, .expert_side ul {
    font-size: .9rem;
    line-height: 1.4;
    margin-bottom: 15px;
}
.expert_side ul {
    margin-left: 14px;
}
.expert_side ul li {  
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, sans-serif;
    font-size: .9rem;
    list-style: none;
    margin-bottom: 5px;
}
.expert_side ul li::before {
    color: #8c6d2c;    
    content: '\f0da';
    font-family: 'FontAwesome';
    margin: 0 8px 0 -13px;
}
.expert_side p.expert_side_section {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 4px;
    margin-top: 5px;
}
.expert_side .button {
    margin-top: 10px;
}
.expert_detail_head h2 {
    margin: 0;
}
.expert_detail_head img {
    margin-bottom: 20px;
}
.expert_detail_head p.pdf_link {
    font-size: .9rem;
    margin-bottom: 0;
}
.expert_detail_head p.social_contact {
    margin-bottom: 0;
}
.fa-envelope-square {
    color: #8c6d2c;
}
.expert_detail_head p.expert_list_bio {
    margin-bottom: 5px;
}
.expert_detail_head .button {
    margin-top: 5px;
}
h3.general-top-page-h1 {
    margin-top: -5px;
}
h3.expert_title {
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, sans-serif;
    font-size: 1.275rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 3px;
}
p.expert_source {
    font-style: italic;
    font-size: .9rem;
    line-height: 1.4;
    margin-bottom: 0;
}
p.expert_date {
    font-size: .9rem;
    line-height: 1.4;
    margin-bottom: 10px;
}
.expert_file_media_file {
    float: left;
    margin-right: 17px;
    min-height: 181px;
}
.expert_file_media_file p {
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, sans-serif;
    font-size: .8rem;
}
.full_bio {
    display: none;
}
.read_more_bio {
    color: #8c6d2c;
    font-weight: 900;
}
.read_more_bio:hover {
    cursor: pointer;
}

/* Staff listing styles */

.staff_entry_contact {
    margin-bottom: 0;
}
.staff_entry .social_contact {
    font-size: 1.5rem;
    line-height: 1.5;
}


/* Styles for transitioning old blog content boxes */

.widget_box {
    background-color: #f2f2f2;
    display: block;
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, sans-serif !important;
    font-size: .9rem !important;
    line-height: 1.4 !important;
    margin-bottom: 15px;
    margin-left: 10px;
    padding: 15px;
}
.widget_box h3 {
   font-size: 1.25rem; 
   text-transform: uppercase;
}
.widget_box p {
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, sans-serif !important;
    font-size: .9rem !important;
    line-height: 1.4 !important; 
}
.widget_box ul, .body_text .widget_box ul {
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, sans-serif !important;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;   
}
.widget_box ul li, .body_text .widget_box ul li  {
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, sans-serif !important;
    font-size: .9rem !important;
    line-height: 1.4 !important;
    list-style: disc !important;
    margin-left: 20px;
    margin-right: 0;
    padding: 8px 0 0 0;
}
.post_entry .widget_box ul li, .post_entry ul li {
    list-style: none !important;
}
.body_text .widget_box ul li::before {
    content: none !important;
}
.grid_4 {
    width: 300px;
}
.grid_3 {
    width: 220px;
}
.widget_box.alignright {
    float: right;
    padding: 15px;
}
.loading_img {
    display: none;
}

dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
    right:0.25rem;
    top: -0.5rem;
}

.uppercase {
    text-transform: uppercase;
}

/* Navigation Skip */
.skip,
#skip a {
    border: 0;
    left: -10000px;
    height: 1px;
    margin-bottom: 20px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}
#skip a:focus {
    position: static;
    height: auto;
    width: auto;
    z-index: 100;
}

@media print {
    body .medium-8 {
        width: 33.33333% !important;
    }
    body .medium-12 {
        width: 50% !important;
    }
    body .medium-16 {
        width: 66.66667% !important;
    }
    body .medium-24 {
        width: 100% !important;
    }
    body a[href^="https://"]::after,
    body a[href^="http://"]::after,
    body a[href^="mailto:"]::after,
    body a[href^="/"]::after,
    .heater_container,
    .dept_menu_burger,
    .nav_items {
        display: none !important;
    }
}