@import 'breakpoint-override.css';


/* Default Overrides */
.row {
    max-width:62.5rem;
}
p{
    line-height: 1.4rem;
}

a {
    color: #a67f31;
}
a:hover{
    color: #8c6d2c;
}

body{
    font-family: Georgia, serif;
}
h1{
    font-family: Palatino, "Book Antiqua", serif;
}
h2{
    font-family: Palatino, "Book Antiqua", serif;
}
h3{
    font-family: Palatino, "Book Antiqua", serif;
}
h4{
    font-family: Palatino, "Book Antiqua", serif;
}
h5{
    font-family: Palatino, "Book Antiqua", serif;
    text-transform: uppercase;
}
h6{
    font-weight: 200;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.main-content ul li,
.main-content ol li,
#content-wrapper ul li,
#content-wrapper ol li {
    margin-bottom: 0.5em;
}
small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 75%;
    line-height: inherit;
}
.main-content .gold{
    color: #a67f31;
}

/** BUTTON **/

.button{
    background-color: #a67f31;
    border-color: #8c6d2c;
}

.button:hover, .button:focus{
    background-color: #8c6d2c;
}
.button.info {
    background-color: #999;
    border-color: #999;
    color: #FFF;
}
.button.info:hover,
.button.info:focus{
    background-color: #888;
}

/** TABS **/

/* Tabs Accordion Styles */

.tabs dd {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.tabs dd:last-child {
    border-right: 1px solid #ccc;
}

.tabs dd > a{
    background: #fff;
    font-family: Georgia, serif;
}

.tabs dd.active a{
    background: #efefef;
}
.tabs dd a:hover{
    background: #e1e1e1;
}

.tabs-content > .content{
    border: 1px solid #ccc;
    padding: 0;
}

.tabs-content dd{
    border-bottom: 1px solid #ccc;
}

.tabs-content dd:last-child{
    border-bottom: none;
}

/** ACCORDION **/

.accordion dd > a {
    background: #efefef url('https://static.secure.wfu.edu/images/campaign/plus-fff-sm.png') no-repeat;
    background-position: 10px center;
    font-family: Georgia, serif;
    padding: 1rem 1rem 1rem 2rem;
}
.accordion dd > a:hover{
    background: #e3e3e3 url('https://static.secure.wfu.edu/images/campaign/plus-fff-sm.png') no-repeat;
    background-position: 10px center;
}

.accordion dd.active > a{
    background: #e3e3e3 url('https://static.secure.wfu.edu/images/campaign/plus-fff-sm.png') no-repeat;
    background-position: 10px center;
}

.accordion dd.active > a:hover{
    background: #efefef url('https://static.secure.wfu.edu/images/campaign/plus-fff-sm.png') no-repeat;
    background-position: 10px center;
}

/** TABLES **/

tr.table_totals {
    border-top: 1px solid #ccc;
}

/** ALERT BOX **/

.alert_box .fi-info {
    font-size: medium;
}
.alert_box.alert .fi-alert {
    font-size: medium;
}

/* HELP TIP */

.has-tip.help {
    background: #a67f31 none repeat scroll 0 0;
    border: none;
    border-radius: 1em;
    color: #fff;
    display: inline-block;
    font-size: .75rem;
    font-weight: normal;
    height: 1.2em;
    text-align: center;
    width: 1.2em;
}
.has-tip.help:hover,
.has-tip.help:focus {
    border: none;;
    color: #333;
}

/* PAGINATION */

ul.pagination li.current a,
ul.pagination li.current a:hover,
ul.pagination li.current a:focus{
    background: #a67f31;
}

/* MODAL */

.fullscreen-modal.reveal-modal[style] {
    top: 0 !important;
}
.fullscreen-modal.reveal-modal {
    background: rgba(25, 25, 25, 0.5) none repeat scroll 0 0;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 1;
    padding: 20px;
    position: fixed;
    right: 0;
    width: 100%;
    max-width: 100%;
}
.fullscreen-modal.reveal-modal > .row,
.fullscreen-modal.reveal-modal > .row > .columns {
    height: 100%;
    position: relative;
}
.fullscreen-modal-box {
    background-color: #ffffff;
    height: 100%;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    position: relative;
}

.fullscreen-modal-box-contents {
    margin-bottom: 10px;
    max-height: 85%;
    overflow-y: auto;
    padding-right: 25px;
    position: relative;
}

/* SLICK SLIDER */

.slick-slider .slick-prev{
    left: 5px;
}
.slick-slider .slick-next{
    right: 13px;
}
.slick-slider .slick-prev::before, .slick-slider .slick-next::before{
    font-size: 28px;
}
.slick-slider button:hover, .slick-slider button:focus{
    background: transparent;
    opacity: 1.0;
}

/** OTHER **/
/* Site Specific Nav Styles - .site-nav should be applied to containing div */
.site-nav{
    background: rgba(90,90,90,0.2);
}

.site-nav nav{
    background: none;
}

.site-nav .name h1 a, .site-nav .toggle-topbar.menu-icon a, .site-nav .top-bar-section ul li > a{
    color: #222;
}

.site-nav .toggle-topbar.menu-icon a span::after, .site-nav .top-bar .toggle-topbar.menu-icon a span:hover:after{
    box-shadow: 0 0px 0 1px #222, 0 7px 0 1px #222, 0 14px 0 1px #222;
}

.site-nav .top-bar-section ul li:hover:not(.has-form) > a, .site-nav .top-bar-section li:not(.has-form) a:not(.button):hover{
    background: rgba(70, 70, 70, 0.2);
    color: #222;
}


/* Custom Classes */
.indent {
    padding-left: 25px;
}

#noscript {
    background-color: #990000;
    color: #fff;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}
.map-button {
    background: #FFF;
    border: 1px solid #bfbfbf;
    border-radius: .5rem;
    color: #848484;
    font-size: .85rem;
    line-height: 2rem;
    padding: .25rem 1.25rem .2rem;
    text-decoration: none;
    text-transform: uppercase;
}
.main-content .tight-headline{
    margin-bottom: 0.2rem;
}
/* .event-date will format date in event listing as block element; should be put in small-4 - see Kitchen Sink for application */
.event-date{
    background-color: #f8f8f8;
    border: solid 1px #d8d8d8;
    padding: .5em .5em .4em;
    text-align: center;
}
.event-date span{
    font-size: 1.5rem;
    line-height: 1;
}
.event-date span.event-date-month{
    display: block;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 75%;
    text-transform: uppercase;
}

/** Media Queries **/
@media only screen and (max-width: 40em) {
    .stack-for-small.button-group > li {
        width: 100%;
    }

    .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-top: 1px solid #ccc;
    }
}

@media only screen and (min-width: 40.063em) {
    .button-group.radius.stack-for-small > * {
        display: inline-flex;
    }
}