﻿.outer-wrapper {
    background-color: #892035;
    border-bottom: 1px solid #333;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
  
}

.container-fixed {
    width: 970px;
    margin: 0 auto;
    padding-top: 0;
}

/* /////////////////////////////////////////////////////
                 Non-responsive Nav
///////////////////////////////////////////////////// */

.navbar {
    margin: 0 auto;
    width: 1000px;
    border-bottom: none;
    box-shadow: none;
}
.navbar-brand {
    padding-left: 1rem;
    top: .3rem;
}

.navbar-brand img {
    width: 24.38rem!important;
    height: 98px;
}

.navbar-collapse.collapse {
    display: none !important;
}

.navbar-nav > li, .navbar-nav {
    float: left !important;
    border: 1px solid green;
}

    .navbar-nav.navbar-right:last-child {
        margin-right: -15px !important;
    }

.navbar-right {
    float: right !important;
}

.navbar.navbar-dark .navbar-toggler.navbar-toggler-custom {
    background: #892035;
    outline: none;
    right: 2rem;
    top: 2.25rem;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

    .navbar.navbar-dark .navbar-toggler.navbar-toggler-custom:hover {
        color: #fbf3e9;
    }


/* /////////////////////////////////////////////////////
                 Non-responsive Footer
///////////////////////////////////////////////////// */

.page-footer { min-width: 1024px; }


.page-footer .col-md-2 {
    width: 15.00%;
}
    footer.page-footer h5.title {
        padding: 0;
    }

        footer.page-footer h5.title a:hover, .page-footer li a:hover {
            color: #000;
            text-decoration: none;
        }
        .page-footer li a:hover {
            font-size: .8rem;
        }
    .page-footer .col-md-2 li::after, .page-footer .col-md-2 li::before {
        -webkit-box-sizing: initial;
        box-sizing: initial;
    }

@media screen {
    .page-footer .container {
        width: 970px;
    }

    .page-footer .list-unstyled.hidden-sm-down {
        display: block !important;
    }
   
}
/* Portrait view iPad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

    .text-md-right.footer-contact {
        text-align: left !important;
    }

    .legacy-content {padding-left: 27px;}
}

/* /////////////////////////////////////////////////////
Reset Bootstrap + Custom CSS back to legacy MALv2 CSS
///////////////////////////////////////////////////// */

body {
    background: url(../images/main/main_grd.jpg) repeat-x top;
    font-family: 13px Verdana, Geneva, sans-serif !important;
}

.legacy-bkgrd {
    background: url('../images/main/main_bkgd.jpg') top center no-repeat;
    position: relative;
    z-index: 120;
  
}
/* Portrait view iPad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .legacy-bkgrd {
        max-width: 1024px;
    }
    }
    .legacy-bkgrd > div {
        margin: -12px auto 0;
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: Verdana, Geneva, sans-serif;
    }

    h1 {
        font-weight: bold;
        font-size: 22px;
    }

    ul {
        list-style: none;
        padding: 0;
    }

    p {
        margin: 12pt 0;
    }

    * a {
        -webkit-border-radius: 8px !important;
        -moz-border-radius: 8px !important;
        border-radius: 8px !important;
    }

    a {
        color: #892035;
    }

    .legacy-content * {
        box-sizing: initial !important;
    }

 
   /**, ::after, ::before { box-sizing: initial!important; }*/


    span {
        display: inline-block;
    }

    td {
        line-height: 1.1;
    }

    .floatLeft {
        float: left;
    }

    .floatRight {
        float: right;
    }


    .pubBkgrd {
        background: url(../images/main/pubBkrdGrad.jpg) no-repeat top;
    }

    .contentContainer {
        width: 970px;
        font-family: Verdana, Arial, sans-serif;
        font-size: 11px;
        margin: 0 auto;
        clear: both;
        text-align: center;
        min-height: 500px;
        position: relative;
    }

    .infoWrap {
        float: right;
        width: 620px;
        margin: 22px 0 12px 0;
        padding: 55px 65px 0 25px;
        border-left: 2px dotted #ccc;
    }

    .arial {
        font-family: Arial, Helvetica, sans-serif;
    }

    .lgGrayBtn a {
        background: url(../images/main/lgGrayBtn.jpg) 0 0;
        display: block;
        text-align: center;
        padding-top: 21px;
        margin-left: 4px;
        font-family: Arial, Helvetica, sans-serif;
        letter-spacing: -1px;
        font-size: 18px;
        font-weight: bold;
        height: 45px;
        text-decoration: none;
        width: 178px;
        color: #892035;
        border: none;
        border-radius: initial !important;
    }

    .lgGrayBtn:hover a {
        background-position: 0 -65px;
        color: #bb1233;
        cursor: pointer;
        text-decoration: none;
    }

    /*----------------------------LANDING PAGE MODS-------------------------------------*/
    #ten-resources .tabs {
        position: relative;
        min-height: 800px; /* This part sucks */ /* This can be modified from within the Admin.*/
        clear: both;
        margin: 35px 0 25px;
        background: white;
    }

    #ten-resources .tab {
        float: left;
    }

        #ten-resources .tab label {
            background: #eee;
            padding: 10px 16px;
            border: 1px solid #ccc;
            border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            -webkit-border-radius: 5px 5px 0 0;
            color: #9c9c9c;
            font-family: arial, Arial, Helvetica, sans-serif;
            font-weight: bold;
            font-size: 16px;
            line-height: 16px;
            letter-spacing: -.02em;
            margin-left: -1px;
            position: relative;
            left: 1px;
            top: -29px;
            -webkit-transition: background-color .17s linear;
        }

        #ten-resources .tab [type=radio] {
            display: none;
        }

    #ten-resources .resource-content {
        position: absolute;
        top: 7px;
        left: 0;
        background: white;
        right: 0;
        bottom: 0;
        width: 865px;
        padding: 20px;
        border: 1px solid #ccc;
        -webkit-transition: opacity .6s linear;
        opacity: 0;
    }

    #ten-resources [type=radio]:checked ~ label {
        background: white;
        border-bottom: 1px solid white;
        color: #dd6300;
        z-index: 2;
    }

        #ten-resources [type=radio]:checked ~ label ~ .resource-content {
            z-index: 1;
            opacity: 1;
        } 