﻿
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
ol, ul, dl {
    margin-top: 0;
    margin-bottom: .4rem;
}

.info-box {
    background-color: #efefef;
    border-top: 10px solid #A21C21;
    padding: 7px 10px 10px;
}

.greyBorder {
    border: 2px solid #aaaaaa;
}

a.data-access-privacy-policy-link {
    color: #fff;
}

    a.data-access-privacy-policy-link:hover {
        color: #ee1c24;
    }

.block-grey {
    background-color: /*#333*/ #e9e9e9;
    padding: .45rem;
    border: 1px solid /*#202020*/ #ddd;
}

.shadowed {
    box-shadow: 3px 3px 5px rgba(0,0,0,0.35);
    border: none;
}

/* @endregion*/


#BeltBanners img {
    max-width: 100% !important;
    border: 1px solid #eee !important;
}

/**********************************************/
/*******   Header And Footer Classes    *******/
/**********************************************/

.breadcrumb {
    padding: .6rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #f3f3f3;
    border-radius: .25rem;
    margin-top: 1rem;
}


/**********************************************/
/*******       Template Classes         *******/
/**********************************************/
article {
    padding-bottom: 0 !important;
}

.article-row.row {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: flex-end;
    margin-left: 0;
    margin-right: 0;
}

.article-title {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.article-cite {
    font-size: .8rem;
    margin-bottom: 0;
}

.article-deck > .article-title {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.article-deck > .article-cite {
    margin: 0 0 .65rem 0;
    justify-content: space-between;
}

    .article-deck > .article-cite h6 {
        font-size: .7rem;
        margin: 0;
    }

.article-deck > p {
    font-size: .85rem;
}

.editorsnote {
    font-size: 80%;
}

.footnoteromanednote {
    font-weight: 600;
}

#accordion .collapse.in {
    padding-top: 0;
}


body.modal-open {
    padding-right: 0 !important;
}

section {
    padding-bottom: 1.5rem;
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
}

#videoModal {
    margin-top: 1.89rem;
}

.salebooks {
    padding: 0 20px;
}

.oswald,
h2, h3, h4 {
    font-family: 'Oswald', sans-serif;
    line-height: 1.3;
}

.add-lh {
    line-height: 1.45rem !important;
}

.red-font {
    color: #A21C21;
}

.red-line {
    padding-bottom: .2rem;
    padding-top: .32rem;
    display: block;
    border-bottom: .18rem solid #A21C21;
    font-family: 'Oswald', sans-serif;
}

    .red-line + .card-block {
        padding: .3125rem .4375rem;
    }

        .red-line + .card-block.m-b {
            margin-bottom: .5rem !important;
        }

.thead-red tr th {
    border: none;
    border-bottom: solid 1px #A21C21 !important;
}

.media-heading {
    font-weight: 400;
    font-size: 1.2em;
    font-family: 'Oswald', sans-serif;
    margin: 0;
}

hr {
    width: 100%;
    border-top: .07rem solid #eeeeee;
}

.black-bg {
    background-color: #000;
    padding: 12px 0;
    padding-top: 3rem;
}

@media (min-width: 62em) {
    .black-bg {
        padding-top: 4rem;
    }
}

.header-title {
    position: absolute;
    left: 30px;
    bottom: 0;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
    color: #fafafa;
}

    .header-title > h3 {
        font-size: 2.3rem;
    }

.blackModal {
    background-color: #000;
    color: #fafafa;
}

    .blackModal .modal-header {
        border-bottom-color: #444;
    }

.white-col {
    background-color: #fefefe;
    border-left: 5px solid #fafafa;
    border-right: 5px solid #fafafa;
    padding: 10px 10px 0;
    margin-bottom: .625rem;
    margin-top: 2rem;
    -webkit-box-shadow: inset 0 0 1px #aaa;
    -moz-box-shadow: inset 0 0 1px #aaa;
    box-shadow: inset 0 0 1px #aaa;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
}

.bg-white {
    background-color: #fefefe;
    border: 1px solid #eee;
    padding: 1rem;
    margin: 0 0 1rem;
}

#sidebar > .bg-white {
    padding: 0;
}

.black-br-t:first-child {
    font-size: 1rem;
    font-weight: 600;
}

#future .table tr td:first-child {
    min-width: 83px;
}

#future .table tr td:nth-child(3) {
    min-width: 70px;
}


section.blue-bg {
    padding: 1rem 0;
}

#countdown {
    font-size: 1.2rem;
    display: flex;
    justify-content: space-around;
    margin-top: 1rem;
}

    #countdown span {
        color: #388fc5;
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        display: block;
        text-align: center;
    }

        #countdown span b {
            color: #777;
            font-size: 80%;
        }


.panel a.btn {
    padding: 0.6rem .7rem;
    margin: 0 -10px;
    display: block;
    border: 0.0625rem solid #e5e5e5;
}

.panel img {
    margin-bottom: .625rem;
}

.panel > .collapse.in + a,
.panel > .collapsing + a {
    opacity: 0;
    height: 0;
    pointer-events: none;
    cursor: default;
}

.panel a {
    -moz-transition: opacity ease-in-out .5s;
    -o-transition: opacity ease-in-out .5s;
    -webkit-transition: opacity ease-in-out .5s;
    transition: opacity ease-in-out .5s;
    opacity: 1;
}

.meet-the-team {
    width: 100%;
}


.youtube-play {
    position: relative;
}

.collapsing > .block > .youtube-play,
.collapse > .block > .youtube-play {
    margin-left: -.625rem;
    margin-right: -.625rem;
}

.youtube-play:hover:after {
    color: #fafafa;
}

.youtube-play:after {
    position: absolute;
    top: .625rem;
    right: 1.3rem;
    font-family: 'Icons';
    content: '\e093';
    font-size: 2rem;
    color: #ccc;
    display: block;
    border-radius: 50%;
    text-shadow: 0 0 5px #000;
}

div + .search-summary-error {
    display: none;
}

#VipWebsites,
#ApiWebsites {
    min-height: 700px;
    -ms-align-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
}

.book-thumb {
    max-height: 270px;
}


.white-text {
    color: #fdfdfd;
}

.txt-white:focus,
.txt-white.focus,
.txt-white:active,
.txt-white.active,
.open > .txt-white.dropdown-toggle,
.txt-white {
    color: #fdfdfd !important;
}

    .txt-white:hover {
        color: #ddd !important;
    }

.txt-muted:focus,
.txt-muted.focus,
.txt-muted:active,
.txt-muted.active,
.open > .txt-muted.dropdown-toggle,
.txt-muted {
    color: /*#bbb*/ #555 !important;
}

    .txt-muted:hover {
        color: /*#eee*/ #ee1c24 !important;
    }

footer .txt-muted {
    color: #bbb !important;
}

    footer .txt-muted:hover {
        color: #fff !important;
    }

.txt-black:focus,
.txt-black.focus,
.txt-black:active,
.txt-black.active,
.open > .txt-black.dropdown-toggle,
.txt-black {
    color: #373a3c;
}

    .txt-black:hover {
        color: #000;
    }


/**********************************************/
/*******      SOCIAL Classes        *******/
/**********************************************/

a.social {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: /*15px*/ 2rem;
    margin-top: 2px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #fafafa;
}

    a.social:hover {
        /*background-color: #fafafa !important;*/
    }

    article a.social.fa-facebook,
    a.social.fa-facebook:hover {
        /*color: #3b5997;*/
        opacity: 0.6;
    }

    article a.social.fa-google-plus,
    a.social.fa-google-plus:hover {
        /*color: #d64937;*/
        opacity: 0.6;
    }

    article a.social.fa-linkedin,
    a.social.fa-linkedin:hover {
        /*color: #0073b2;*/
        opacity: 0.6;
    }

    article a.social.fa-vimeo-square,
    a.social.fa-vimeo-square:hover {
        /*color: #388fc5;*/
        opacity: 0.6;
    }

    article a.social.fa-youtube-square,
    a.social.fa-youtube-square:hover {
        /*color: #A40F09;*/
        opacity: 0.6;
    }

    article a.social.fa-pinterest,
    a.social.fa-pinterest:hover {
        /*color: #cb2027;*/
        opacity: 0.6;
    }

    a.social.fa-instagram:hover {
        /*color: #cb2027;*/
        opacity: 0.6;
    }

    a.social.fa-twitter:hover,
    article a.social.fa-twitter {
        /*color: #41b7d8;*/
        opacity: 0.6;
    }



.twitter-timeline,
.twitter-timeline .timeline {
    width: 100% !important;
    max-width: 100% !important;
}


/**********************************************/
/*******        Helper Classes          *******/
/**********************************************/
/* Disables Textarea Resize that Messes with Design */
textarea {
    resize: none;
}


/* Removes Padding of Columns Inside This Row  */
.relative {
    position: relative;
    display: block;
}

.indent {
    padding-left: 0.5rem;
}


.black-text-shadow {
    text-shadow: 1px 1px 1px #000;
}

.blue-text {
    color: #388fc5;
}

.noBorder {
    border: none;
}

img.pull-left {
    margin: 0 1rem .625rem 0;
}

img.pull-right {
    margin: 0 0 .625rem 1rem;
}

.trans-border-top {
    border-color: transparent;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: 700;
}

.semi-bold {
    font-weight: 400;
}

.list-no-indent {
    padding-left: 1.5rem;
}

.grid__brick {
    padding: 2px;
    margin: 0;
}

figure {
    /* Display flex needs tobe in a media query for 767px or less, or display block for 768px or more */
    display: flex;
    float: left;
    overflow: hidden;
}

.figure {
    float: none;
}

figure:hover figcaption {
    opacity: 1;
}

figcaption {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 5px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 300;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 1;
}

    figcaption.caption-on {
        bottom: 0;
        width: 100%;
        opacity: 1;
    }

.cap-bot figcaption {
    left: 0;
    bottom: -200%;
    width: 100%;
}

.cap-bot:hover figcaption {
    bottom: 0;
}

figcaption h4 {
    margin: 0;
}

.caption-wrap {
    position: relative;
    margin: 0 auto;
}


/**********************************************/
/*******  HomePage Display Classes      *******/
/**********************************************/

@media (min-width: 48em) {
    .main-display {
        padding-right: 0;
    }
}

.mid-display {
    padding-right: 0;
}


.vinyet-main,
.vinyet {
    position: relative;
    border: 1px solid #202020;
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
    display: block;
}

.vinyet,
.flex-block {
    margin: 4px 0 0;
}

    .vinyet:first-child,
    .flex-block:first-child {
        margin-top: 0;
    }

.flex-block {
    -ms-flex: auto;
    -webkit-flex: auto;
    flex: auto;
    display: flex;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

    .flex-block p {
        margin: 0;
    }

.vinyet-caption {
    position: absolute;
    bottom: 0;
    padding: 0 5px;
    line-height: 1.1rem;
    text-shadow: 1px 1px 1px #000;
}

.vinyet-main:before,
.vinyet:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: " ";
    display: block;
    top: 0;
    -webkit-box-shadow: inset 0 -110px 55px -90px rgba(30,30,30,.6);
    box-shadow: inset 0 -110px 55px -90px rgba(30,30,30,.6);
}

.vinyet-main:before {
    -webkit-box-shadow: inset 0 -140px 100px -90px rgba(30,30,30,.6);
    box-shadow: inset 0 -140px 100px -90px rgba(30,30,30,.6);
}


.card-block {
    padding: .625rem;
}

.info-box {
    background-color: #efefef;
    border-top: 10px solid #A21C21;
    padding: 7px 10px 10px;
}

.greyBorder {
    border: 2px solid #aaaaaa;
}

a.data-access-privacy-policy-link {
    color: #fff;
}

    a.data-access-privacy-policy-link:hover {
        color: #ee1c24;
    }

.block-grey {
    background-color: /*#333*/ #e9e9e9;
    padding: .45rem;
    border: 1px solid /*#202020*/ #ddd;
}

.shadowed {
    box-shadow: 3px 3px 5px rgba(0,0,0,0.35);
    border: none;
}

/* @endregion*/


#BeltBanners img {
    max-width: 100% !important;
    border: 1px solid #eee !important;
}


footer.black-bg h6 {
    font-size: 1.1rem;
}

footer.black-bg li {
    font-size: .75rem;
    line-height: 1.3rem;
}

footer a {
    font-size: 1.1em;
    line-height: 1.4em;
}

nav#main-nav > a.nav-link {
    margin-top: 0.8rem;
    color: #5c5c5c !important;
    font-weight: 700 !important;
    font-size: 1.2rem !important;
    padding: 8px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    nav#main-nav > a.nav-link {
        font-size: 1.0rem !important;
    }
}

.bg-faded {
    background-color: #eee;
}

.black-br-t:first-child {
    font-size: 1rem;
    font-weight: 600;
}

.black-br-t {
    border-top: 1px solid hsla(200.9,100%,0%,1);
    margin-bottom: 0;
}

img.float-start {
    margin: 0 1rem .625rem 0 !important;
}

body {
    font-size: 1rem !important;
    line-height: 1.125rem !important;
    color: #373a3c !important;
}

.thead-inverse th {
    color: #fff;
    background-color: #373a3c;
}


a {
    word-wrap: break-word;
}

.input-validation-error {
    border-color: red !important;
}

.bg-inverse {
    color: #eceeef;
    background-color: #373a3c;
}

h6 {
    font-size: 1.1rem;
    margin-bottom: .25rem;
}


/**********************************************/
/*******        I Am Angus Styles       *******/
/**********************************************/



.short-story-fonts {
    font-size: 1.1em;
    line-height: 2.5em;
    letter-spacing: 0.12em;
}

.tns-liveregion {
    display: none;
}

#bottom {
    background-color: black !important
}

.home-link :hover {
    opacity: .7;
}

.tns-item {
    margin-left: 0 !important;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
    margin-right: 0 !important;
}

html {
    scroll-behavior: smooth;
}

.chevrow > a {
    color: black !important;
    font-size: 30px;
    text-decoration: none !important;
}

    .chevrow > a:hover {
        color: inherit !important;
        text-decoration: inherit !important;
    }

.img-zoom:hover {
    filter: opacity(50%) !important;
    transform: scale(1.1) !important;
    transition: 2s;
}


.footer-red-bg {
    background-color: #a21c21;
    padding: 1.4rem 0;
}