﻿a:focus, button:focus, textarea:focus, input:focus {
    outline: none;
}

table {
    width: 100%;
    border: none;
}

table td, table th {
    vertical-align: top;
    border: none;
}

.separator {
    margin: 0px 4px;
    font-family: Lato-Bold, Lato, sans-serif;
}

.logo-bar {
    background-color: #000;
    color: #fff;
}

.logo-bar .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile.container {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px) {
    .mobile.container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.clearfix {
    clear: both;
}

.row.itemTags > div {
    border-top: 1.5px solid #D3CDCD;
    padding: 20px 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

.row.itemTags h5 {
    font-family: Lato-Bold, Lato, sans-serif;
    margin-top: 0;
    margin-bottom: 15px;
}

.row.itemTags .tag {
    display: inline-block;
    /*border: 1px solid #C42A2A;*/
    /*padding: 8px 10px;*/
    margin: 2px 4px 0 0;
    font-family: Lato-Bold, Lato, sans-serif;
    font-size: 1.8rem;
    line-height: 2.4rem;
}

.row.itemTags span.divider {
    margin-left: 15px;
    margin-right: 15px;
    font-family: Lato-Bold, Lato, sans-serif;
    color: #1e1e1e;
}

.row.itemTags .tag a {
    text-decoration: none;
}

.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}


.container-fluid.page > .container > .row > div:not(.social-shares):last-child {
    padding-right: 0;
}


/************************/
/* shareable content with social shares*/

.social-shares h6 {
    color: #C42A2A;
}

.c_000000 .social-shares h6 {
    color: #eee;
}


@media (min-width: 768px) {
    /*.social-shares > .share {
    position: fixed;
    top: 200px;
}*/

    .socialPanel .social-shares > .share {
        top: 0;
        margin-left: 0;
    }

    .hasImage .social-shares > .share {
        position: relative;
    }
}

.share {
    margin-top: 4px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .share {
        margin-left: 22px;
    }
}

.social-shares ul {
    display: inline-block;
    list-style: none;
    padding-left: 0;
    width: 100%;
    margin: 1rem auto 0;
}

.social-shares li {
    display: inline-block;
    list-style: none;
    padding-left: 0;
    margin: auto 5px;
}


@media (min-width: 992px) {

    .social-shares ul {
        width: 100%;
    }

    .social-shares li {
        display: block;
        margin: 10px auto;
    }

        .social-shares li.mobile {
            display: none;
        }

    .social-shares h6 {
        margin: 2px auto;
        text-align: center;
    }

    .social-shares li {
        margin: 10px auto;
    }

    .social-shares a > img {
        margin: auto;
    }
}

@media (min-width: 992px) {
}

.shareableContentSection table th {
    background-color: #e9e6e6;
}

.shareableContentSection table tr:nth-child(even) {
    background-color: #f4f2f2;
}

.imageAndTextSection .shareableContentSection table tr:nth-child(even), .imageAndTextSection .shareableContentSection table tr.highlightRow {
    background-color: inherit;
}

.shareableContentSection p img {
    max-width: 100%;
}

/* back to top link */
.scroll-to-top {
    display: block;
    text-align: right;
    padding-right: 30px;
    margin: 1rem 0;
}

/*@media screen and (min-width: 768px) {
    .scroll-to-top {
        padding-right: 0;
    }
}*/

.backToLink {
    margin: 3rem 0 0 0;
    border: 2px solid #C42A2A;
    padding: 15px 20px;
    display: inline-block;
}

    .scroll-to-top a,
    .backToLink a {
        font-size: 1.6rem;
        line-height: 2.4rem;
        text-decoration: none;
    }


#twitter-popup {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: white;
    padding: 5px 5px;
    border: 1px solid red;
}

    #twitter-popup a {
        text-decoration: none;
        padding: 20px 5px;
    }

        #twitter-popup a span {
            color: #1e1e1e;
            padding-left: 5px;
        }

form#searchForm, div#surveyForm {
    margin-top: 33%;
    text-align: center;
    color: #fff;
}

form#searchForm {
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-family: 'Lustria', serif;
}

div#surveyForm  {

}

@media (max-width: 319px) {
    form#searchForm {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

form#searchForm input {
    background-color: transparent;
    text-align: left;
    border: none;
    border-bottom: 1px solid #fff;
    max-width: 83.333%;
}

@media (min-width: 768px) {
    form#searchForm input {
        padding: 5px 80px 5px 5px;
        width: 100%;
    }
}

form#searchForm input::-webkit-input-placeholder {
    color: #fff;
}

form#searchForm input::-moz-placeholder {
    color: #fff;
}

form#searchForm input:-ms-input-placeholder {
    color: #fff;
}

form#searchForm input:-o-input-placeholder {
    color: #fff;
}

div#surveyForm .modal.in .modal-dialog {
    -webkit-transform: translate(0,100%);
    -ms-transform: translate(0,100%);
    -o-transform: translate(0,100%);
    transform: translate(0,100%);
}

form#searchForm #searchButton {
    background-color: transparent;
    border: none;
    vertical-align: middle;
    margin-left: -40px;
}



#nav-marker {
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    border-bottom: 10px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: -6px;
    content: "";
    display: block;
    height: 0px;
    left: 50%;
    position: absolute;
    width: 0px;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0;
}

@media screen and (max-width: 991px) {
    #nav-marker {
        display: none;
    }
}


/****************************/
/* user styles */
/**umb_name:largeCap*/
.largeCap {
    font-family: Lustria, serif;
    font-size: 8rem;
    line-height: 8rem;
    vertical-align: top;
    float: left;
    padding: 0 6px 0px 0;
    margin-bottom: -8px;
}

/**umb_name:d=smallCap*/
.smallCap {
    font-family: Lato, sans-serif;
    margin-top: 0;
    color: #C42A2A;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 2.1rem;
}

/**umb_name:Quote*/
blockquote.quote {
    margin: 0 auto;
    border-left: 1.5px solid #C42A2A;
    padding: 0 0 10px 20px;
}

.pagetype_page blockquote.quote {
    font-family: 'Lustria', serif;
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .pagetype_page blockquote.quote {
        margin-top: 3.8rem;
    }
}

/*.pagetype_page blockquote.quote {
font-size: 1.6rem;
line-height: 2.4rem;
text-transform: uppercase;
margin-bottom: 3.8rem;
}*/

/**umb_name:Inset Block*/
blockquote.insetBlock {
    background-color: #e9e6e6;
    border: none;
    margin: .16666em 0 20px 20px;
}

@media screen and (min-width: 768px) {
    blockquote.insetBlock {
        float: right;
        width: 355px;
    }
}

span.marker {
    width: 5px;
    height: 10px;
    background: #C42A2A;
    margin: 5px 5px 0 -10px;
    float: left;
}

ul.navbar-default__level-one.mobile > li > a > span.marker {
    margin-top: 4px;
}

/**********************/
/* cookies */

#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    z-index: 105;
}

@media screen and (min-width: 992px) {
    #gdpr-cookie-message {
        max-width: 40%;
    }
}


#gdpr-cookie-message a {
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}

    #gdpr-cookie-message a:hover {
    }

#gdpr-cookie-message h4 {
    margin-bottom: 10px;
}

#gdpr-cookie-message p {
    width: 100%;
}

    #gdpr-cookie-message p.linkText {
        float: left;
    }

    #gdpr-cookie-message p.rejectText {
        float: left;
    }

#gdpr-cookie-message button {
    float: right;
    padding: .4rem 1.4rem;
    margin-left: 2rem;
    background-color: #C42A2A;
    border-color: #C42A2A;
    color: #fff;
    font-size: 2rem;
    line-height: 3rem;
    display: inline;
    vertical-align: middle;
}

/* for datapicker in events page - from old jquery-ui */

.ui-widget-header .ui-icon {
    background-image: url(/css/jquery-ui/images/ui-icons_444444_256x240.png);
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}