/**************************
Plugins
---------------------------
Table of Contents:

- Recent Posts Widget Extended
- Chartbeat
- Sailthru
- Jetpack
- ShareDaddy
- PollDaddy
- RevContent
- Event Calendar Pro
- Jobs in Scotland
- Shared CSS
- Media Queries

**************************/

/***************************
Recent Posts Widget Extended
***************************/

.rpwe-ul {
    list-style: none !important;
    text-align: left !important;
}

.rpwe-li {
    position: relative;
    padding: 10px 0 10px 90px;
    border-bottom: 1px solid #ddd;
    min-height: 48px;
}

.rpwe-li:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

.rpwe-img {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 80px;
    height: 48px;
    background-color: #eee;
}

.rpwe-title {
    line-height: 110% !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.rpwe-title a {
    color: #000;
}

.rpwe-time {
    display: inline-block;
    font-size: 12px;
    color: #aaa;
}

/********
Chartbeat
********/

.widget_chartbeat_extended_widget ul {
    list-style: none;
    text-align: left;
}

.widget_chartbeat_extended_widget li {
    position: relative;
    padding: 10px 0 10px 90px;
    border-bottom: 1px solid #ddd;
    min-height: 48px;
}

.widget_chartbeat_extended_widget li:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
}

.widget_chartbeat_extended_widget .feature-image {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 80px;
    height: 48px;
    background-color: #eee;
    overflow: hidden;
}

.widget_chartbeat_extended_widget .feature-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 100%;
}

.widget_chartbeat_extended_widget .feature-image a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 80px;
    height: 48px;
    text-indent: -9999em;
}

.widget_chartbeat_extended_widget li > a {
    display: block;
    line-height: 110%;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.widget_chartbeat_extended_widget li > a:hover {
    text-decoration: underline;
}

/*******
Sailthru
*******/

/* Sailthru > Widget */
.sailthru-subscribe-widget p {
    line-height: 110%;
    font-size: 14px;
}

.sailthru-subscribe-widget .sailthru-subscribe-button {
    padding: 10px;
}

.sailthru-subscribe-button {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    background-color: #00cced;
    font-size: 20px;
    color: #fff;    
}

.sailthru-subscribe-button:hover {
    background-color: #0066b3;
    color: #fff;
}

.sailthru-subscribe-button:before {
    content: url(../images/icons/icon_newsletter.svg);
    display: block;
    float: left;
    margin-right: 8px;
    width: 20px;
    height: 20px;
}

/* Sailthru > Modal */
#sailthru-dialog {
    display: none;
}

.ui-widget-overlay {
    z-index: 5000;
    background-color: #003e73;
    opacity: .95;
}

.sailthru-dialog-container {
    position: fixed !important;
    top: 200px !important;
    left: 50% !important;
    margin-left: -150px;
    width: 300px !important;
    background-color: transparent;
}

.ui-dialog-titlebar {
    display: none;
}

.ui-dialog:focus {
    outline: 0;
}

#sailthru-dialog {
    padding: 0;
    background-color: transparent;
}

#sailthru-dialog #sailthru-dialog-header {
    padding: 0;
    text-transform: none;
    color: #000;
}

#sailthru-dialog #sailthru-dialog-header:before {
    content: url(../images/icons/icon_newsletter.svg);
    display: block;
    margin: 0 auto 20px auto;
    padding: 16px;
    border: 2px solid #fff;
    width: 32px;
    height: 32px;
    background-color: #0066b3;
}

#sailthru-dialog #sailthru-dialog-header .entry-title {
    margin-bottom: .5em;
    line-height: 110%;
    font-size: 24px;
    color: #fff;
}

#sailthru-dialog #sailthru-opening-line {
    line-height: 110%;
    font-size: 14px;
    color: #fff;
}

#sailthru-dialog #sailthru-dialog-form {
    padding: 0;
}

#sailthru-dialog .sailthru-dialog-fields input {
    float: none;
    margin: 15px 0 0 0;
    padding: 0 10px;
    border: 0 none;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-style: normal;
}

#sailthru-dialog .sailthru-dialog-fields .sailthru-text-half {
    width: 100%;
}

#sailthru-dialog .sail-thru-checkboxes label {
    margin-bottom: 15px;
    line-height: 120%;
    color: #fff;
}

#sailthru-dialog .sail-thru-checkboxes,
#sailthru-dialog .sailthru-dialog-buttons {
    float: none;
    width: 100%;
}

#sailthru-dialog .sailthru-dialog-buttons {
    text-align: center;
}

#sailthru-dialog .sailthru-dialog-buttons a {
    float: none;
}

#sailthru-dialog .sailthru-subscribe-button {
    display: block;
    margin: 10px auto;
    width: 150px;
    text-align: center;
}

#sailthru-dialog .sailthru-subscribe-button:before {
    content: '';
    display: none;
}

#sailthru-dialog .sailthru-close-dialog {
    margin: 0;
    padding: 0;
    background-color: transparent;
    font-weight: 400;
    color: #fff;
}

#sailthru-dialog #sailthru-dialog-success {
    padding: 0;
    text-align: left;
}

#sailthru-dialog #sailthru-dialog-success p:nth-child(1) {
    position: relative;
    padding-left: 40px;
    line-height: 115%;
    color: #fff;
}

#sailthru-dialog-success p:nth-child(1):before {
    content: '\f418';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    font-size: 32px;
    color: #003f76;
}

/******
Jetpack
******/

/* Jetpack > Infinite Scrolling */
#infinite-footer {
    z-index: 5000;
}

.infinite-wrap:after {
    content: '';
    clear: both;
    display: block;
}

.infinite-wrap:last-of-type > .column:last-child > .article {
    border-width: 0;
}

.infinite-loader {
    padding-top: 16px;
    padding-bottom: 16px;
    height: 32px;
    background: url('../images/icons/loader_ad.gif') center center no-repeat;
}

.infinite-loader .spinner {
    display: none;
}

/*********
ShareDaddy
*********/

.sharedaddy {
    float: left;
}

.sharedaddy .sd-title {
    display: none !important;
}

.sharedaddy .sd-content ul {
    margin: 0 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'] {
    margin-right: 6px !important;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
    top: 0 !important;
    margin: 0 !important;
}

.sd-social-icon .sd-button span.share-count {
    background-color: #000 !important;
}

.sharing-bar .sharedaddy .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
    background-color: #fff !important;
    color: #0066b3 !important;
}

/********
PollDaddy
********/

.PDS_Poll {
    clear: both;
    display: block !important;
    width: 100%;
    min-width: 280px;
}

.PDS_Poll * {
    background-image: none !important;
    text-shadow: none !important;
}

.PDS_Poll:before {
    content: 'Courier Poll';
    display: block;
    margin-bottom: 10px;
    line-height: 1;
    font-weight: 600;
    text-align: left;
    color: #0066b3;
}

.PDS_Poll .pds-box {
    border: 0 !important;
    width: 100% !important;

    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.PDS_Poll .pds-question {
    margin: 0 0 20px 0 !important;
}

.PDS_Poll .pds-question-top {
    padding-top: 0 !important;
    padding-bottom: 10px !important;
    border: 0 none !important;
    line-height: 110% !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    font-style: normal !important;
    color: #0066b3 !important;
}

.PDS_Poll .pds-answer {
    border-bottom: 0 !important;
}

.PDS_Poll .pds-answer-group {
    padding: 10px 0 !important;
}

.PDS_Poll .pds-answer label {
    width: 90% !important;
    line-height: 110% !important;
    font-size: 20px !important;
}

.PDS_Poll .pds-votebutton-outer {
    text-align: center;
}

.PDS_Poll .pds-vote-button {
    display: inline-block !important;
    float: none !important;
    margin: 20px 0 !important;
    padding: 5px 20px !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    line-height: 1.25 !important;
    background-color: #0066b3 !important;
    text-indent: 0 !important;

    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
}

.PDS_Poll .pds-vote-button span {
    font-size: 24px !important;
    font-weight: 600;
    text-transform: uppercase !important;
    color: #fff !important;
}

.PDS_Poll .pds-vote-button,
.PDS_Poll .pds-vote-button span {
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.PDS_Poll .pds-vote-button:hover > span {
    color: #0066b3 !important;
}

.PDS_Poll .pds-vote-button-load {
    display: inline-block !important;
    float: none !important;
    padding: 0 !important;
    width: 48px !important;
    height: 48px !important;
    background: transparent url(../images/icons/loader_carousel.gif) center center no-repeat !important;
    text-indent: 0 !important;
}

.PDS_Poll .pds-answer {
    border: 0 none !important;
}

.PDS_Poll .pds-answer .pds-input-label {
    float: none !important;
    width: auto !important;
    color: #444 !important;
}

.PDS_Poll .pds-answer .pds-feedback-label {
    padding-bottom: 10px !important;
    width: 100% !important;
    color: #444 !important;
}

.PDS_Poll .pds-total-votes {
    font-family: 'Arial', sans-serif !important;
    font-size: 14px !important;
    color: #444 !important;
}

.PDS_Poll .pds-answer-feedback {
    border: 0 !important;
    background-color: #e6e6e6 !important;
}

.PDS_Poll .pds-answer-feedback-bar {
    border: 0 !important;
    background-color: #0066b3 !important;
}

.PDS_Poll .pds-answer-feedback,
.PDS_Poll .pds-answer-feedback-bar {
    height: 16px !important;
    
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

.PDS_Poll .pds-links,
.PDS_Poll .pds-links-back {
    float: none !important;
    clear: both;
    padding: 5px 0 0 0 !important;
    border-color: #e8e8e8 !important;
    border-style: solid !important;
    border-width: 1px 0 0 0 !important;
    
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.PDS_Poll .pds-links-back {
    margin-top: 20px !important;
}

.PDS_Poll .pds-links a,
.PDS_Poll .pds-links-back a {
    display: block !important;
    clear: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Arial', sans-serif !important;
    font-size: 13px !important;
    color: #444 !important;
}

.PDS_Poll .pds-view-results:after {
    content: '\00bb';
    display: inline-block;
    margin-left: 5px;
    font-size: 140%;
}

.PDS_Poll .pds-return-poll:before {
    content: '\00ab';
    display: inline-block;
    margin-right: 5px;
    font-size: 140%;
}

.PDS_Poll .pds-view-results,
.PDS_Poll .pds-return-poll {
    float: left !important;
}

.PDS_Poll .pds-pd-link {
    float: right !important;
}

.PDS_Poll .pds-answer .pds-feedback-label:after,
.PDS_Poll .pds-links-back:after {
    content: '';
    display: block;
    clear: both;
}

.single .cms .PDS_Poll {
    margin: 20px 0 !important;
    padding: 20px !important;
}

.single .cms .PDS_Poll .pds-question-top {
    font-size: 150% !important;
}

/* PollDaddy > Resets */
.PDS_Poll .pds-answer,
.PDS_Poll .pds-answer .pds-input-label,
.PDS_Poll .pds-answer-feedback,
.PDS_Poll .pds-box .pds-box-outer,
.PDS_Poll .pds-box .pds-box-inner,
.PDS_Poll .pds-box .pds-box-top,
.PDS_Poll .pds-box .pds-question,
.PDS_Poll .pds-box .pds-question-outer,
.PDS_Poll .pds-box .pds-question-inner,
.PDS_Poll .pds-box .pds-question-top,
.PDS_Poll .pds-vote {
    padding: 0 !important;
}

.PDS_Poll .pds-answer-span,
.PDS_Poll .pds-answer-text,
.PDS_Poll .pds-box,
.PDS_Poll .pds-feedback-result span,
.PDS_Poll .pds-links a,
.PDS_Poll .pds-links-back a,
.PDS_Poll .pds-links,
.PDS_Poll .pds-links-back,
.PDS_Poll .pds-question,
.PDS_Poll .pds-question-top,
.PDS_Poll .pds-total-votes,
.PDS_Poll .pds-vote-button:hover {
    background-color: transparent !important;
}

/*********
RevContent
*********/

.revcontent .rc-row {
    margin-left: -10px;
    margin-right: -10px;
}

.revcontent .rc-item {
    padding: 10px !important;
    
    box-sizing: border-box;
}

.revcontent .rc-item .rc-cta {
    position: relative !important;
    margin: 0 !important;
}

.revcontent .rc-photo {
    margin: 0 !important;
}

.revcontent .rc-content {
    margin: 0 !important;
    padding: 0 !important;
}

.revcontent .rc-content .rc-headline {
    margin: 0 !important;
    padding: 10px 0 !important;
    width: 100% !important;
    line-height: 110% !important;
    font-size: 16px !important;
}

.revcontent-container {
    padding: 10px 0;
}

.revcontent-container .rc-headline {
    line-height: 115% !important;
    font-size: 14px !important;
}

/******************
Events Calendar Pro
******************/

/* Event Calendar > Block Widget */
.tribe-mini-calendar {
    display: table;
    border-collapse: collapse;
    width: 100%;
}

/* Event Calendar > Block Widget > Nav */
.tribe-mini-calendar thead {
    font-weight: 600;
}

.tribe-mini-calendar thead th {
    border-bottom: 2px solid #aaa;
}

.tribe-mini-calendar thead div {
    position: relative;
    padding-bottom: 10px;
    height: 32px;
    overflow: hidden;
    text-align: center;
}

.tribe-mini-calendar thead .tribe-mini-calendar-nav-link {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 32px;
    height: 32px;
    background-color: #0066b3;
    font-size: 32px;
    color: #fff;
}

.tribe-mini-calendar thead .tribe-mini-calendar-nav-link:before {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 32px;
    font-weight: normal;
}

.tribe-mini-calendar thead .tribe-mini-calendar-nav-link span {
    display: none;
}

.tribe-mini-calendar thead .prev-month {
    left: 0;
}

.tribe-mini-calendar thead .prev-month:before {
    content: '\f430';
}

.tribe-mini-calendar thead .next-month {
    right: 0;
}

.tribe-mini-calendar thead .next-month:before {
    content: '\f429';
}

.tribe-mini-calendar thead #tribe-mini-calendar-month {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    padding-left: 0;
    height: 32px;
    line-height: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    color: #000;
}

.tribe-mini-calendar thead #tribe-mini-calendar-month.active {
    background-image: url('../images/icons/loader_ad.gif');
    color: transparent;
}

.tribe-mini-calendar thead #ajax-loading-mini {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* Event Calendar > Block Widget > Content */
.tribe-mini-calendar .hfeed {
    background-color: #fff;
}

.tribe-mini-calendar .hfeed td {
    border: 1px solid #eee;
    height: 40px;
}

.tribe-mini-calendar .hfeed .tribe-events-past {
    opacity: .3;
}

.tribe-mini-calendar .hfeed .tribe-events-present {
    background-color: #eee;
}

.tribe-mini-calendar .hfeed td span,
.tribe-mini-calendar .hfeed td a {
    position: relative;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100%;
    height: 36px;
    text-align: center;
    font-weight: 600;
}

.tribe-mini-calendar .hfeed td a {
    color: #0066b3;
}

.tribe-mini-calendar .hfeed td a:after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 50%;
    display: block;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    background-color: #0066b3;
}

.tribe-mini-calendar tbody {
    background-color: #fff;
}

.tribe-mini-calendar tbody td {
    padding-left: 4px;
    padding-right: 4px;
    border: 1px solid #eee;
    text-align: left;
}

.tribe-mini-calendar tbody td > div {
    min-height: 42px;
}

.tribe-mini-calendar .tribe-events-past {
    opacity: .5;
}

.tribe-mini-calendar .tribe-mini-calendar-day-link {
    display: block;
    width: 100%;
    height: 100%;
}

.tribe-mini-calendar .tribe-mini-calendar-day-link:after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 8px;
    height: 8px;
    background-color: #0066b3;
}

.tribe-mini-calendar .tribe-mini-calendar-day-link:hover {
    color: #000;
}

.tribe-mini-calendar .tribe-mini-calendar-day-link:hover:after {
    background-color: #000;
}

/* Event Calendar > Block Widget > List */
.tribe-events-loop {
    text-align: left;
}

.tribe-mini-calendar-event {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 60px;
    border-bottom: 1px solid #eaeaea;
    min-height: 68px;
}

.tribe-mini-calendar-event .list-date {
    position: absolute;
    top: 10px;
    left: 0;
    padding: 0 10px;
    width: 28px;
    height: 48px;
    background-color: #0066b3;
    text-align: center;
}

.tribe-mini-calendar-event .list-date .list-dayname,
.tribe-mini-calendar-event .list-date .list-daynumber {
    display: block;
    padding: 0;
    color: #fff;
}

.tribe-mini-calendar-event .tribe-events-title {
    line-height: 120%;
    font-weight: 600;
}

.tribe-mini-calendar-event .tribe-events-duration {
    margin-top: 5px;
    line-height: 130%;
    font-size: 12px;
}

.tribe-mini-calendar-event .list-date .list-dayname {
    padding-top: 4px;
    height: 15px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

.tribe-mini-calendar-event .list-date .list-daynumber {
    height: 20px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
}

.tribe-mini-calendar-event .entry-title {
    margin-top: 0;
    margin-bottom: 4px;
    line-height: 120%;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.tribe-mini-calendar-event .duration {
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    color: #aaa;
}

.tribe-events-widget-link {
    padding-top: 10px;
}

.tribe-events-widget-link a {
    display: block;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #0066b3;
}

/* Event Calendar > All Events */
#tribe-events-content-wrapper {
    padding-bottom: 20px;
}

#tribe-events .tribe-events-page-title {
    text-align: left;
}

/* Event Calendar > All Events > Filters */
#tribe-events-bar {
    margin-bottom: 20px;
}

#tribe-events-bar br {
    display: none;
}

#tribe-events-bar p {
    margin: 0;
}

#tribe-bar-collapse-toggle {
    padding: 10px;
}

#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner {
    padding: 10px;
}

#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner label {
    padding: 0;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
    padding: 6px 10px;
}

#tribe-bar-form .tribe-bar-date-filter,
#tribe-bar-form .tribe-bar-search-filter,
#tribe-bar-form .tribe-bar-geoloc-filter,
#tribe-bar-form .tribe-bar-submit {
    padding: 10px;
}

#tribe-bar-form input[type=text] {
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    font-style: normal;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
    background-color: #0066b3;
    font-size: 20px;
}

/* Event Calendar > All Events > Calendar */
#tribe-events-content table.tribe-events-calendar {
    margin: 0;
    border: 0;
}

#tribe-events-content table.tribe-events-calendar thead th {
    background-color: transparent;
    font-weight: 600;
}

#tribe-events-content table.tribe-events-calendar tbody td {
    border: 1px solid #ddd;
}

/* Event Calendar > All Events > Calendar > Tooltip */
.tribe-events-tooltip {
    border: 0 !important;
}

.tribe-events-tooltip .tribe-event-duration {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
    
.tribe-events-tooltip p {
    margin: 0 !important;
}

#tribe-events-content .tribe-events-tooltip .entry-title {
    padding: 10px;
    min-height: 0;
    line-height: 110%;
    background-color: #0066b3;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    color: #fff;
}

.tribe-events-tooltip .tribe-events-event-body {
    padding: 10px;
    border: 1px solid #666;
    border-top: 0;
    font-size: 13px;
}

.tribe-events-tooltip .tribe-events-event-body:after {
    content: '';
    display: block;
    clear: both;
}

.tribe-events-tooltip .tribe-events-arrow {
    bottom: -10px;
}

.tribe-events-tooltip .duration,
.tribe-events-tooltip .entry-summary {
    margin: 0;
}

.tribe-events-tooltip .duration {
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    height: 20px;
    font-style: normal;
}

.tribe-events-tooltip .duration:before {
    content: '\f307';
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    line-height: 1;
    font-size: 16px;
}

.tribe-events-tooltip .entry-summary {
    padding-left: 90px;
    min-height: 48px;
    line-height: 130%;
}

.tribe-events-tooltip .tribe-events-event-thumb {
    padding: 0 10px 10px 0;
}

.tribe-events-tooltip .tribe-events-event-thumb img {
    display: block;
}

/* Event Calendar > All Events > List */
#tribe-events-content .tribe-events-sub-nav .tribe-events-past a:before {
    display: none;
}

.tribe-events-loop .tribe-events-list-event-title {
    display: block;
}

.tribe-events-loop .tribe-event-url {
    display: block;
    margin-bottom: 10px;
    line-height: 110%;
    font-size: 90%;
    font-weight: 400;
}

.tribe-events-loop .tribe-events-list-separator-month {
    margin: 0;
    padding: 10px 0;
    background-color: transparent;
    font-weight: normal;
    text-transform: none;
}

.tribe-events-loop .tribe-events-list-separator-month span {
    display: inline-block;
    padding: 4px 8px;
    background-color: #0066b3;
    color: #fff;
}

.tribe-events-loop .tribe-events-list-separator-month span:before {
    content: '\f431';
    margin-right: 8px;
}

.tribe-events-list .type-tribe_events {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    border-bottom: 4px solid #ddd !important;
}

.tribe-events-list .type-tribe_events:last-of-type {
    border: 0 !important;
}

.tribe-events-list .type-tribe_events .entry-title {
    display: block;
}

.tribe-events-loop .tribe-events-event-meta {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-weight: 400;
}

.tribe-events-list .time-details {
    margin: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    height: 20px;
    line-height: 20px;
    font-weight: 400;
}

.tribe-events-list .time-details:before {
    content: '\f307';
    display: block;
    float: left;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    font-weight: normal;
    font-size: 20px;
    color: #0066b3;   
}

#tribe-events .tribe-events-list .tribe-events-event-image {
    margin-right: 10px;
    margin-bottom: 0;
    width: 80px;
    height: 48px;
}

.tribe-events-list .tribe-events-list-event-description {
    font-size: 13px;
}

.tribe-events-list .tribe-events-list-event-description a {
    color: #0066b3;    
}

/* Page Template: Events > Single Event */
#tribe-events #tribe-events-content {
    margin-bottom: 20px;
}

#tribe-events .tribe-events-back {
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    line-height: 1;
    font-size: 14px;
}

#tribe-events .tribe-events-back a {
    color: #0066b3;
}

#tribe-events .tribe-events-single-event-title {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 100%;
    font-size: 275%;
    font-weight: 600;
    color: #000;    
}

#tribe-events .tribe-events-schedule h2 {
    display: block;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    line-height: 1;
    font-size: 100%;
    font-weight: 400;
}

#tribe-events .tribe-events-schedule .dtstart,
#tribe-events .tribe-events-schedule .dtend {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    font-weight: 400;
}

#tribe-events .tribe-events-schedule .dtstart:before {
    content: '\f307';
    display: block;
    float: left;
    margin-right: 8px;
    width: 32px;
    height: 32px;
    font-size: 33px;
    color: #0066b3;
}

#tribe-events #tribe-events-header {
    margin: 0;
}

/* Page Template: Events > Event > Nav */
#tribe-events .tribe-events-sub-nav {
    padding-top: 10px;
    padding-bottom: 10px;   
}

#tribe-events .tribe-events-sub-nav:after {
    content: '';
    display: block;
    clear: both;
}

#tribe-events .tribe-events-sub-nav li {
    display: block;
    margin: 0;
    padding: 0;
}

#tribe-events .tribe-events-sub-nav .tribe-events-nav-previous {
    float: left;
    margin: 0;
    text-align: left;
}

#tribe-events .tribe-events-sub-nav .tribe-events-nav-next {
    float: right;
    margin: 0;
    text-align: right;
}

#tribe-events .tribe-events-sub-nav li a {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 130%;
    background: transparent;
    font-size: 14px;
    color: #0066b3;
}

#tribe-events .tribe-events-sub-nav li a:before,
#tribe-events .tribe-events-sub-nav li a:after {
    font-size: 16px;
}

#tribe-events .tribe-events-sub-nav .tribe-events-nav-previous a:before {
    content: '\00AB';
}

#tribe-events .tribe-events-sub-nav .tribe-events-nav-next a:after {
    content: '\00BB';
}

#tribe-events .tribe-events-sub-nav li a span {
    display: none;
}

/* Page Template: Events > Event > Thumbnail */
#tribe-events .tribe-events-event-image {
    margin-bottom: 20px;
}

#tribe-events .tribe-events-event-image img {
    display: block;
    width: 100%;
}

/* Page Template: Events > Event > Export */
#tribe-events .tribe-events-cal-links {
    display: block;
    text-align: center;
}

#tribe-events .tribe-events-cal-links a {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    padding: 6px;
    border: 1px solid #ddd;
    background-color: #fdfdfd;
    text-transform: none;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: bold;
    color: #888;
}

/* Page Template: Events > Event > Details */
#tribe-events .tribe-events-single-section {
    margin: 20px 0;
    border: 0;
    background-color: transparent;
}

#tribe-events .tribe-events-single-section:last-child {
    margin-bottom: 0;
}

#tribe-events .tribe-events-meta-group {
    display: block;
    float: none;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
}

#tribe-events .tribe-events-meta-group:last-child {
    margin-bottom: 0;
}

#tribe-events .tribe-events-single-section-title {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0066b3;
}

#tribe-events .tribe-events-meta-group dl {
    font-size: 100%;
}

#tribe-events .tribe-events-meta-group dd:last-child {
    margin-bottom: 0;
}

#tribe-events .tribe-events-venue-map {
    margin: 0;
    padding: 0;
}

/* Page Template: Events > Event > Footer */
#tribe-events #tribe-events-footer {
    display: none;
    margin-bottom: 20px;
}

#tribe-events br {
    display: none;
}

/***************
Jobs in Scotland
***************/

.widget_jobsinscotland {
    padding: 10px;
    border-top: 4px solid #ddd;
    background-color: #f8f8f8;
    text-align: left;
}

.jobs__site {
    display: block;
    text-align: center;
}

.jobs__logo {
    max-width: 100%;
}

.jobs__header + ul,
.jobs__list {
    list-style: none;
}

.jobs__item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

.jobs__item:last-of-type {
    border: 0;
}

.jobs__item:hover > .jobs__link > .jobs__title {
    color: #000;
    text-decoration: underline;
}

.jobs__item:hover > .jobs__link:after {
    background-color: #000;
}

.jobs__link {
    position: relative;
    display: block;
    padding-right: 40px;
}

.jobs__link:after {
    content: '\f429';
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #0066b3;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.jobs__title {
    display: block;
    margin-bottom: 4px;
    line-height: 100%;    
    font-size: 18px;
    font-weight: 600;
    color: #0066b3;
}

.jobs__location,
.jobs__salary {
    display: block;
    line-height: 140%;    
    font-size: 13px;
    color: #222;
}

/* Shared CSS */
.jobs__title,
.PDS_Poll:before,
.PDS_Poll .pds-question-top,
.PDS_Poll .pds-answer label,
.PDS_Poll .pds-vote-button,
.rpwe-title,
#sailthru-dialog .sailthru-close-dialog,
#sailthru-dialog .sailthru-dialog-fields input,
#sailthru-dialog #sailthru-dialog-header .entry-title,
.sailthru-subscribe-button,
.tribe-mini-calendar,
.tribe-mini-calendar-event .list-date,
.tribe-events-title,
.tribe-events-widget-link a,
#tribe-events-content table.tribe-events-calendar thead th,
#tribe-bar-form .tribe-bar-submit input[type=submit],
.tribe-events-list .time-details,
.widget_chartbeat_extended_widget li > a {
    font-family: 'Guardian Compact Web', 'Arial', sans-serif !important;
}

.jobs__link:after,
#sailthru-dialog .sailthru-close-dialog:before,
#sailthru-dialog #sailthru-dialog-success p:nth-child(1):before,
.tribe-mini-calendar thead .tribe-mini-calendar-nav-link,
#tribe-events-content .tribe-events-tooltip .duration:before,
#tribe-events .tribe-events-schedule .dtstart:before,
.tribe-events-list .time-details:before,
.tribe-events-loop .tribe-events-list-separator-month span:before {
    font-family: 'Genericons', 'Arial', sans-serif;
}

.jobs__link:after,
.PDS_Poll .pds-answer .pds-input-label span:before,
#sailthru-dialog #sailthru-dialog-header:before,
#sailthru-dialog-success p:nth-child(1):before,
.tribe-mini-calendar-event .list-date,
.tribe-mini-calendar-nav-link,
.tribe-mini-calendar .hfeed td a:after,
.tribe-mini-calendar .tribe-mini-calendar-day-link:after {
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#sailthru-dialog .sailthru-dialog-fields input,
.sailthru-subscribe-button,
#tribe-bar-form input[type=text],
#tribe-bar-form .tribe-bar-submit input[type=submit],
.tribe-events-loop .tribe-events-list-separator-month span {
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;    
}

#sailthru-dialog .sailthru-dialog-fields input,
.tribe-mini-calendar-event {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jobs__link:after,
.jobs__title,
.sailthru-subscribe-button,
.tribe-mini-calendar .tribe-mini-calendar-day-link,
.tribe-mini-calendar thead #tribe-mini-calendar-month,
.tribe-mini-calendar thead .tribe-mini-calendar-nav-link,
.tribe-mini-calendar .hfeed td a {
    -moz-transition: all ease .25s;
    -ms-transition: all ease .25s;
    -o-transition: all ease .25s;
    -webkit-transition: all ease .25s;
    transition: all ease .25s;
}

/************
Media Queries
************/

/* Media Queries > Mobile */

@media all and (max-width: 767px) {
    
    /* Chartbeat */
    .widget_chartbeat_extended_widget li > a {
        font-size: 18px;
        font-weight: 500;
    }
    
    /* Sailthru */
    .sailthru-dialog-container {
        top: 20px !important;
    }    
    
    /* ShareDaddy */
    .sharedaddy .sd-content ul {
        text-align: center;
    }
    
    /* PollDaddy */
    .PDS_Poll .pds-answer-text,
    .PDS_Poll .pds-feedback-result {
        display: block !important;
        float: none !important;
    }
}

/* Media Queries > Desktop */

@media all and (min-width: 1025px) {
    
    .tribe-mini-calendar thead .tribe-mini-calendar-nav-link:hover {
        background-color: #000;
    }
    
    .tribe-mini-calendar .hfeed td a:hover {
        background-color: #0066b3;
        color: #fff;
    }

    .tribe-mini-calendar .hfeed td a:hover:after {
        background-color: #fff;
    }
    
    .tribe-mini-calendar-event .entry-title:hover,
    .tribe-events-widget-link a:hover,
    #tribe-events .tribe-events-sub-nav li a:hover,
    #tribe-events .tribe-events-back a:hover,
    #tribe-events .tribe-events-list .type-tribe_events .entry-title a:hover,
    #tribe-events .tribe-events-list .tribe-events-list-event-description a:hover {
        text-decoration: underline;
    }
}