﻿

/* //////////////////////
    TYPOGRAPHY 
///////////////////// */


/* //////////////////////
    LAYOUTS / GRIDS 
///////////////////// */

html,
body,
.view {
    height: 87.5%;

}

/* ///// Navigation ///// */

.outer-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.navbar {
    background-color: #892035;
    border-bottom: 1px solid #333;
    padding: 0;
    position: relative;
    z-index: 5;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
    
}

.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.top-nav-collapse {
    background-color: #892035;
}

.text-rotate {
    position: absolute;
    top: .75rem;
    font-size: .7rem;
    writing-mode: tb-rl; /* Rotate IE */
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*Logo*/
.navbar-brand {
    position: relative;
    margin: .25rem 0;
    padding-left: .5rem;
    width: 80%;
}

    .navbar-brand img {
        position: relative;
        width: 85%;
    }

/*Top/Main Navigation */
.navbar-nav {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: .9rem;
    line-height: 2.2rem;
    letter-spacing: .06rem;
}

.navbar.navbar-dark .navbar-nav .nav-item a {
    color: #FFF;
}

    .navbar.navbar-dark .navbar-nav .nav-item a span {
        cursor: pointer;
    }

/*Main Text Links*/
#navbarNav > .navbar-nav > li > a {
    line-height: 1.6rem;
    padding: .4rem 1rem;
    width: 100%;
}

/*Account / Cart Icons*/
.icon-box .navbar-nav {
    width: 100%;
}

.icon-box li {
    line-height: 1.6rem;
    padding: 0
}

    .icon-box li a {
        padding: .5rem .6rem;
    }

.icon-box a i {
    color: #cbbca8;
    font-size: 1rem;
    line-height: 0;
}

/*Search  Icon*/
#searchNav .srch-btn {
    border: none;
    line-height: 0;
    margin: 0;
    padding: 0;
    padding-bottom: .4rem;
    background-color: transparent;
    box-shadow: none;
    height: 3.2rem;
    width: 3.5rem;
    transition: none;
}

    #searchNav .srch-btn:hover, #searchNav .srch-btn:active, #searchNav .srch-btn:after {
        box-shadow: none;
    }

    #searchNav .srch-btn i {
        font-size: 1.5rem;
        color: #cbbca8;
    }

/*Search and Menu Icons - Mobile*/
.navbar.navbar-dark .navbar-toggler.navbar-toggler-custom, .navbar.navbar-dark .navbar-toggler.navbar-toggler-menu { /*background-color: #444444;*/
    color: #cbbca8;
    font-size: 1.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    top: .6rem;
}

.navbar.navbar-dark .navbar-toggler.navbar-toggler-custom {
    right: 3rem;
}

.navbar.navbar-dark .navbar-toggler.navbar-toggler-menu {
    right: .5rem;
}

.navbar-toggler-right {
    z-index: 12;
}

    /* ///// Flexbox ///// */
    .flex-center {
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }

        .flex-center ul {
            text-align: center;
        }

            .flex-center ul li {
                margin-bottom: 1rem;
            }




/* ///////////////////////
       FOOTER 
///////////////////// */
footer.page-footer {
    background-color: #d5cec1;
    color: #000;
    font-weight: normal;
    padding-top: 0;
}

        footer.page-footer .streak {
            color: #cbbca8;
            background-color: #892035;
            border-bottom: 1px solid #000;
        }

        footer.page-footer a {
            color: #000;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: .8rem;
        }

    footer.page-footer .footer-contact a {
        color: #000;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: .8rem;
    }

    footer.page-footer a:hover {
        color: #cbbca8;
        font-size: .85rem;
    }

    footer.page-footer ul {
        color: #cbbca8;
        font-size: .85rem;
        list-style-type: none;
    }


        footer.page-footer h4 {
            font-family: 'Roboto', sans-serif;
            font-size: .9rem;
            font-weight: 700;
        }

            footer.page-footer h4 a {
                color: #cbbca8;
                border-bottom: 1px dotted #cbbca8;
                font-family: 'Roboto', sans-serif;
                font-size: .9rem;
                font-weight: 700;
               
            }
            footer.page-footer h4 a.tel {
                color: #cbbca8; 
            }

                footer.page-footer h4 a.tel:hover {
                    text-decoration: none;
                    font-size: 8rem;
                }

        footer.page-footer h5.title {
            color: #bdbcb9;
            text-transform: none;
            margin: 0;
            padding: 0 .75rem;
            width: 100%;
        }


            footer.page-footer h5.title a {
                border-top: 1px dotted rgba(255,255,255,0.1);
                display: block;
                font-family: 'Roboto', sans-serif;
                font-weight: 700;
                font-size: 1rem;
                padding: .2rem 1rem .2rem 0;
            }

            footer.page-footer h5.title a:hover {
            text-decoration: none;
            }

        footer.page-footer div[class^="col-"]:nth-child(1) a {
            border-top: none;
        }

        footer.page-footer .row.vertical-divider > div[class^="col-"] {
            border: none;
            padding: 0 .3rem;
        }

        footer.page-footer .footer-copyright {
            color: #000;
            font-size: .8rem;
        }



    /*Logo Footer*/
    .page-footer .navbar-brand {
        padding-left: 0;
    }

        .page-footer .navbar-brand img {
            width: 100%;
        }

    @media (min-width: 768px) {

        /* Footer */

        footer.page-footer .footer-contact {
            margin-top: 2rem;
        }


        footer.page-footer div[class^="col-"] h5 a {
            border-top: none;
            line-height: 1.2;
            margin-left: 0;
        }

        footer.page-footer h5.title {
            padding: 0 .75rem .2rem 0;
        }

        footer.page-footer .row.vertical-divider > div[class^="col-"] {
            border-left: 1px solid rgba(255,255,255,0.1);
            border-right: 1px solid rgba(255,255,255,0.1);
            border-right: none;
        }

            footer.page-footer .row.vertical-divider > div[class^="col-"]:first-child {
                border-left: none;
            }
    }

    @media (min-width: 992px) { /*Footer Adjustments*/

        footer.page-footer .row.vertical-divider > div[class^="col-"] {
            border: none;
            padding-left: 15px;
            padding-right: 15px;
        }
    }

/* /////////////////////////////
       UTILITY CLASSES
/////////////////////////////*/

    /* Control Line Breaks */
    .rwd-break {
        display: block;
    }

    @media (min-width: 768px) {
        .rwd-break {
            display: none;
        }
    }

    /* Spacers - From MDBootstrap - Reset Bootstrap */
    .mt-0 {
        margin-top: 0 !important;
    }

    .mb-0 {
        margin-bottom: 0 !important;
    }

    .my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .mt-1 {
        margin-top: 1rem !important;
    }

    .mb-1 {
        margin-bottom: 1rem !important;
    }

    .my-1 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .mt-2 {
        margin-top: 1.5rem !important;
    }

    .mb-2 {
        margin-bottom: 1.5rem !important;
    }

    .my-2 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .mt-3 {
        margin-top: 3rem !important;
    }

    .mb-3 {
        margin-bottom: 3rem !important;
    }

    .my-3 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .mt-4 {
        margin-top: 4rem !important;
    }

    .mb-4 {
        margin-bottom: 4rem !important;
    }

    .my-4 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .mt-5 {
        margin-top: 5rem !important;
    }

    .mb-5 {
        margin-bottom: 5rem !important;
    }

    .my-5 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .pt-0 {
        padding-top: 0 !important;
    }

    .pb-0 {
        padding-bottom: 0 !important;
    }

    .py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .pt-1 {
        padding-top: 1rem !important;
    }

    .pb-1 {
        padding-bottom: 1rem !important;
    }

    .py-1 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .pt-2 {
        padding-top: 1.5rem !important;
    }

    .pb-2 {
        padding-bottom: 1.5rem !important;
    }

    .py-2 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .pt-3 {
        padding-top: 3rem !important;
    }

    .pb-3 {
        padding-bottom: 3rem !important;
    }

    .py-3 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-4 {
        padding-top: 4rem !important;
    }

    .pb-4 {
        padding-bottom: 4rem !important;
    }

    .py-4 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .pt-5 {
        padding-top: 5rem !important;
    }

    .pb-5 {
        padding-bottom: 5rem !important;
    }

    .py-5 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    @media (max-width: 992px) {
        .mb-r {
            margin-bottom: 2rem !important;
        }
    }

    @media (min-width: 992px) {
        .mb-r {
            margin-bottom: 3rem !important;
        }
    }

    .mb-m {
        margin-bottom: 1rem;
    }

    @media (min-width: 62em) {
        .mb-m {
            margin-bottom: 0;
        }
    }






    /*Leaderboard*/
    .top-banner {
        position: relative;
    }

        .top-banner img {
            padding-bottom: 1px;
            width: 100%;
            height: auto;
            position: relative;
            top: 0;
        }


    .content-wrap {
        padding-top: 4rem;
    }

    @media ( min-width: 992px) {
        .content-wrap {
            padding: 3rem 0;
        }
    }

    .content-wrap.light-gray-background {
        background-color: #f1f1f1;
    }

    .content-wrap p {
        font-size: .95rem;
        margin-bottom: 1.1rem;
    }

        .content-wrap p.lead {
            font-size: 1.1rem;
        }

    .content-wrap .content-main-cards p > a {
        color: #333;
        font-weight: normal;
    }

        .content-wrap .content-main-cards p > a:hover {
            color: #bbb;
        }

    .content-wrap a {
        color: #892035;
        font-weight: 700;
    }

        .content-wrap a.btn.btn-outline-primary {
            color: #666;
            font-weight: 400;
        }

        .content-wrap a:hover, .content-wrap a:focus, content-wrap a:active {
            color: #A24F60;
        }

    .content-wrap ul {
        padding: 0;
    }

        .content-wrap ul li {
            font-size: .95rem;
            line-height: 1.3;
            list-style-type: none;
            margin: .5rem auto .75rem;
        }

            .content-wrap ul li li {
                list-style-type: circle;
                margin: .25rem 3rem;
            }

        .content-wrap ul.list-styled, .content-wrap ul.list-styled li {
            list-style-type: disc;
        }

        .content-wrap ul.list-styled {
            margin: 1rem auto;
        }

            .content-wrap ul.list-styled li {
                font-size: .95rem;
                line-height: 1.3;
                margin: .5rem 1rem;
            }

                .content-wrap ul.list-styled li li {
                    list-style-type: circle;
                    margin: .25rem 3rem;
                }

    .content-wrap .row .row:first-child .section-separator, main section + section .row .row:first-child .section-separator {
        display: none;
    }

    .content-wrap .card.brdr-nobkgrd {
        background-color: transparent;
        border: 1px solid #bdbcb9;
    }

    .content-wrap .card-body {
        line-height: 1.2;
        padding: 1.25rem;
    }





    .btn {
        background-color: #f6f6f6;
        border: 1px solid #ccc;
        border-radius: 0;
        color: #292b2c;
        cursor: pointer;
        display: inline-block;
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1.1;
        margin: 0.375em;
        padding: 0.85rem 2.13rem;
        text-transform: uppercase;
        text-align: center;
        touch-action: manipulation;
        vertical-align: middle;
        white-space: nowrap;
    }

    .btn {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        position: relative;
        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        overflow-wrap: break-word;
    }

        .btn:hover {
            background-color: #f7f7f7;
            border-color: #4285f4;
            text-decoration: none;
        }

            .btn:hover::after {
                opacity: 0.5;
            }

        .btn.active, .btn:active, .btn:focus {
            background-color: #e6e6e6;
            border-color: #4285f4;
            color: #fff;
            outline: 0 none;
            text-decoration: none;
        }

        .btn::after {
            box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.2), 0 5px 10px 5px rgba(0, 0, 0, 0.18);
            content: "";
            font-family: "Roboto Condensed",sans-serif;
            height: 100%;
            left: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            width: 100%;
            z-index: -1;
        }

        .btn.active, .btn:active, .btn:focus, .btn:hover {
            background-color: transparent;
            box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.18), 0 4px 10px 0 rgba(0, 0, 0, 0.15);
        }





    .btn-sm {
        font-size: 0.65rem;
        padding: 0.4rem 1.3rem;
    }

    .btn-md {
        font-size: 0.75rem;
        padding: 0.7rem 1.6rem;
    }

    .btn-lg {
        font-size: 1rem;
        padding: 1rem 2.2rem;
    }


    .btn-outline-primary {
        background-color: transparent;
        border: 1px solid #8c8c8c;
        color: #777;
        font-family: "Roboto Condensed",sans-serif;
        background-color: transparent;
        /*background-color: magenta!important;*/
        background-image: none;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    }

    a.btn-outline-primary:hover {
        background-color: #f7f7f7;
        border-color: #4285f4;
        color: #666;
        box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    }

    .btn-outline-primary:active, .btn-outline-primary:active:focus, .btn-outline-primary:focus {
        background-color: #f7f7f7;
        border-color: #4285f4;
        color: #4285f4 !important;
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        box-shadow: 0 0 0 1px rgba(2, 117, 216, 0.5);
    }

    .btn-outline-primary-lt {
        background-color: transparent;
        /*background-color: magenta!important;*/
        border: 1px solid #bdbcb9;
        color: #fff !important;
        font-family: "Roboto Condensed",sans-serif;
        background-color: transparent;
        background-image: none;
    }

        .btn-outline-primary-lt:active, .btn-outline-primary-lt:active:focus, .btn-outline-primary-lt:focus, a.btn-outline-primary-lt:hover {
            background-color: rgba(62, 69, 81, 0.7);
            border-color: #ccc;
            color: #e5e5e6 !important;
        }

    .btn-secondary, a.btn-secondary {
        color: #fff;
        background: #892035;
    }

        .btn-secondary, .btn-secondary:active, .btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover, .btn-secondary:hover::after {
            background-color: #ba3b54;
            color: #fff !important;
            border-color: #ba3b54;
        }



    .main-btns a.list-group-item {
        background-color: #892035;
        color: #fff;
        letter-spacing: -.01rem;
    }

        .main-btns a.list-group-item:hover {
            color: #ddd;
        }






/* Extra small devices (portrait phones, less than 576px)*/
/* No media query since this is the default in Bootstrap*/

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

    /*Logo Header*/
    .navbar-brand img {
        position: relative;
        top: 0;
        width: 24.38rem;
    }

    /*Search and Menu Icons - Mobile*/
    .navbar.navbar-dark .navbar-toggler.navbar-toggler-custom, .navbar.navbar-dark .navbar-toggler.navbar-toggler-menu {
        top: 1.5rem;
    }

    .navbar.navbar-dark .navbar-toggler.navbar-toggler-custom {
        right: 4.5rem;
    }

    .navbar.navbar-dark .navbar-toggler.navbar-toggler-menu {
        right: 1.5rem;
    }


    .ad-container .text-minute {
        display: block;
    }
}

/*//////////////////////////////
Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

    /*.img-hdr {
                max-width: 26.88rem;
            }*/

    /*Leaderboard*/
    .top-banner img {
        padding-bottom: 3px;
        width: auto;
        height: 5.625rem;
    }


    /*Microsite Layout*/

    .j-side {
        margin-top: 2rem;
    }

    /* Vertical Separators */

    div[class^="col-"].left-rule {
        border-left: 1px solid #ccc;
    }

    .row.vertical-divider > div[class^="col-"] {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-right: none;
        padding-top: .25rem;
    }

    .magazine-section .row.vertical-divider > div[class^="col-"]:first-child {
        padding-right: 3rem;
    }

    .magazine-section .row.vertical-divider > div[class^="col-"]:last-child {
        padding-left: 3rem;
        padding-right: 1rem;
    }

    .row.vertical-divider div[class^="col-"]:first-child {
        border-left: none;
    }

    .row.vertical-divider div[class^="col-"]:last-child {
        border-right: none;
    }

    .row.vertical-divider div[class^="col-"] {
        border-top: none;
    }

    .magazine-section .single-news img {
        border: 1px solid #333;
        margin-bottom: 0;
    }

}


/* //////////////////////////
    Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {

    /*Logo*/
    .navbar-brand {
        padding-left: 1rem;
    }

    /*Icon Box Wrapper - Tablet/Desktop*/
    #navbarNav {
        margin-top: 2.5rem;
        padding-right: 1rem;
    }

        /* Top Navigation /*Main Text Links*/
        #navbarNav > .navbar-nav > li {
            border: none;
            font-size: .8rem;
            line-height: 1.6rem;
            padding: 0;
            width: auto;
        }

            #navbarNav > .navbar-nav > li > a {
                line-height: 1.6rem;
                padding: .4rem .6rem;
                width: 100%;
            }

            #navbarNav > .navbar-nav > li:first-child > a, #navbarNav > .navbar-nav > li > a {
                border: none;
            }

    .navbar-toggleable-md .navbar-collapse {
        display: flex;
    }


    /* Top Navigation / Account / Cart Icons*/
    .icon-box {
        padding: 0;
        padding-top: .5rem;
        position: absolute;
        top: 0;
        right: 1rem;
    }

        .icon-box .nav-item span {
            display: none;
        }

        .icon-box .navbar-nav {
            width: auto;
        }

        .icon-box li {
            border-bottom: none;
            line-height: 2.3rem;
            padding: 0;
        }

        .icon-box a i {
            color: #cbbca8;
            font-size: 1.5rem;
            line-height: 0;
        }


    /*Journal Navigation - Nav Links & Flyouts */
    #jNav {
        padding-top: 0;
    }

        /*Journal Navigation*/
        #jNav li {
            border-bottom: none;
        }

            #jNav li:first-child {
                background-color: #333;
                color: #fff;
            }

                #jNav li:first-child span {
                    display: none;
                }

        #jNav .navbar-nav .dropdown-menu {
            width: initial;
        }



        #jNav li.contentHome {
            background-color: #c9c6c3;
            margin-right: 1.8rem;
        }

            #jNav li.contentHome a span {
                color: #333;
                font-family: 'roboto';
                font-weight: 700;
                display: block;
                letter-spacing: 0;
                margin-left: 1.5em;
            }

            #jNav li.contentHome a .fa {
                display: none;
            }

        #jNav li.contentHome {
            background-color: #c9c6c3;
            margin-right: 1.8rem;
        }

            #jNav li.contentHome a span {
                color: #333;
                font-family: 'roboto';
                font-weight: 700;
                display: block;
                letter-spacing: 0;
                margin-left: 1.5em;
            }

            #jNav li.contentHome a .fa {
                display: none;
            }


    /*Recommended Publications Grid - Control Count*/
    .card-columns {
        column-count: 3;
    }
}

/*//////////////////////////////
Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {



}

/*Collection Pages Cards*/

.media-left {
    display: table-cell;
    vertical-align: top;
}

.media-body p {
    font-size: .95rem;
    margin-bottom: 1.1rem;
}

.vert > div[class^="col-"] {
     border-bottom: 1px dotted #CCC
}

img.media-object {
    height: auto;
    max-width: 7rem;
    display: block;
    border: 1px solid #666;
}

@media (min-width: 768px) {

    .vert > div[class^="col-"] {
        border-left: 1px dotted #CCC;
        border-right: 1px dotted #CCC;
    }

    .vert > div[class^="col-"]:nth-child(odd) {
        border: none;
        border-bottom: 1px dotted #CCC;           
     }

     .vert > div[class^="col-"]:nth-child(even) {
         border-right: none; border-bottom: 1px dotted #CCC
      }

      .vert > div[class^="col-"]:nth-last-child(2):nth-child(odd) {
         border-right: 1px dotted #CCC;
         border-bottom: none;
      }

      .vert > div[class^="col-"]:last-child {
          border-bottom: none;
          border-left: none;
        }

      img.media-object {
         max-width: 11.5rem;
      }
}

