﻿body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: none;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

h2 {
    font-size: 32px;
}

strong {
    font-size: 16px;
}

p {
    font-size: 15px;
}

.btn {
    font-size: 15px;
}

    .btn.border {
        border: 2px solid #b5121b;
        font-weight: 600;
        color: #b5121b;
        background-color: rgba(255,255,255,.85);
        text-transform: uppercase;
        padding: 10px 20px;
    }

        .btn.border:hover {
            background-color: #b5121b;
            color: #fff;
        }

#RadToolBar1 {
    background: none;
}

.RadMenu a.rmLink {
    /*color: white;*/
    font-size: 13px;
}

#RadWindowWrapper_ctl00_RadWindowsAppealPA, #RadWindowWrapper_ctl00_RadWindowsStatementReceived, #RadWindowWrapper_ctl00_RadWindowUC {
    z-index: 100001 !important;
}

.RadMenu_Silk .rmRootGroup {
    border-width: 0px !important;
    border-style: none !important;
    border-color: none !important;
    background: #d6d5d4 url(WebResource.axd?d=izLpXnGq8KQRiOjrnMjiKQBs7u-Yy8SvnaAp28NDX5Yn1akcBq8RdEV54…nt52wQABf6PFIrYpDbnto34aGul05I9HX58NsjoMHDG5JzDWH5Jk0&t=637213371105934981) 0 0 repeat-x;
    background-image: linear-gradient(#fff,#d6d5d4) !important;
    box-shadow: 0 0px 0px #e3e2e2 !important;
}

.RadMenu_Silk .rmRootLink .rmText {
    padding: 0;
    padding: 9px 15px;
    display: block;
}

.RadMenu_Silk .rmRootLink:hover {
    margin-top: -1px;
    padding-top: 6px;
    border-top: 4px solid #ff7979; /*2dabc1*/
    color: #dc5050;
    background: #bdbdbd url(WebResource.axd?d=izLpXnGq8KQRiOjrnMjiKQBs7u-Yy8SvnaAp28NDX5Yn1akcBq8RdEV54…nt52wQABf6PFIrYpDbnto34aGul05I9HX58NsjoMHDG5JzDWH5Jk0&t=637213371105934981) 0 0 repeat-x;
    background-image: linear-gradient(#e5e5e5,#bdbdbd);
}

#HeaderTbl tr {
    border-color: #c9c9c9;
    background-color: #d6d5d4;
    background-image: linear-gradient(#fff,#d6d5d4);
}

.HtmlBanner {
    max-width: 100%;
    height: 361px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto;
}

.HtmlNotification {
    width: 100%;
    min-height: 200px;
}

.hero-basic .hero-img:before, .home-tabs {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=0);
}

.HtmlInfoOne {
    width: 100%;
    min-height: 100px;
}

.HtmlInfoTwo {
    width: 100%;
    min-height: 100px;
}

.HtmlInfoThree {
    width: 100%;
    min-height: 100px;
}

.HtmlCorporateInfo {
    width: 100%;
    min-height: 100px;
}



.container {
    width: 100%;
    max-width: 1300px;
    /*border: solid 1px #000000;*/
    height: auto;
    margin: 0 auto;
    transition: max-width .2s ease-in-out;
}

.cf {
    clear: both;
}

    .cf:after {
        height: 0px;
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
    }


.footer-container {
    width: 75%;
    /*border: solid 1px #000000;*/
    height: auto;
    margin: 0 auto;
    transition: max-width .2s ease-in-out;
}


.vertical-middle {
    display: table;
    width: 100%;
    height: 100%;
}

.vertical-centered {
    display: table-cell;
    vertical-align: middle;
}

.home-tabs {
    width: 100%;
    height: 145px;
    background: linear-gradient(to bottom,#60080d 0,#b5121b 90%);
}

    .home-tabs .tab-item:last-child {
        border-bottom: 0;
    }

    .home-tabs .tab-item a {
        position: relative;
        color: #fff;
        display: block;
        font-weight: 400;
        padding: 15px 0;
        height: auto;
        /*border-bottom: 1px solid #52080c;*/
    }

        .home-tabs .tab-item a h2 {
            font-weight: 700;
            font-size: 14px;
            font-size: 1rem;
            text-transform: uppercase;
            color: #FFF;
        }

        .home-tabs .tab-item a p {
            padding-top: 6px;
            width: 80%;
            margin: 0 auto;
            height: 0;
            opacity: 0;
        }

        .home-tabs .tab-item a p {
            font-size: .75rem;
            line-height: 1.125rem;
            transition: all .4s ease-in-out;
        }

        .home-tabs .tab-item a .ico.arrow {
            position: relative;
            right: 0;
        }

        .home-tabs .tab-item a:hover {
            background-color: #6b0e13;
            line-height:24px;
        }

            .home-tabs .tab-item a:hover p {
                opacity: 1;
                height: 50%;
                padding-top: 0;
                padding-bottom: 10px;
                text-transform: uppercase;
            }

.ico {
    display: inline-block;
    border-radius: 100%;
    transition: all .3s ease-in-out;
}

    .ico.arrow:before {
        
    }

    /*.ico.arrow:before {
    }*/

.col-third {
    float: left;
    width: 33.333333333%;
}

.home-tabs .tab-item a .ico.arrow {
    /*background-color: #6b0e13;*/
    
}

*, :hover {
    transition: color .4s,background-color .4s ease-in-out;
}

.SearchPanel {
    position: relative;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background-color: #FFF;
    border: solid 1px #E6E9ED;
    opacity: 1;
    transition: all .2s ease;
    width: 97%;
}

.Pg_Title {
    border-bottom: solid 2px #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 10px;
}

    .Pg_Title h4 {
        margin: 5px 0px 6px;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #73879C;
    }

#maindiv {
    /*padding-right: 0.50rem;
    padding-left: 0.50rem;*/
    margin-left: auto;
    margin-right: auto;
    min-width: 1200px;
}

#footer {
    text-align: left;
    padding: 0;
    margin: 0;
    background-color: #f6f5f4;
    overflow: hidden;
    display: block;
    font-family: Montserrat,Helvetica,Arial,sans-serif;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    line-height: 1.875em;
    color: #2b2b2b;
}

    #footer .footer-top {
        padding: 60px 0;
        color: #908e8e;
    }

    #footer .logo {
        margin: 0 0 20px;
        width: 202px;
        height: 51px;
        text-align: center;
        display: block;
        background-image: url(../images/logos/logo-footer.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
    }


.textFooterH1 {
    font-size: 3.75rem;
    line-height: 4.125rem;
    font-family: "Roboto Slab",Arial,serif;
    font-weight: 300;
    display: block;
    margin: 0;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.textFooterTitle {
    font-size: 1rem;
    line-height: 1.125rem;
    font-family: Montserrat,Helvetica,Arial,sans-serif;
    font-weight: bold;
    display: block;
    margin: 0;
}

.fa {
    padding: 10px;
    font-size: 10px;
    width: 13px;
    height: 13px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

    .fa:hover {
        opacity: 0.7;
    }

.fa-facebook {
    background: #b5121b;
    color: white !important;
}

.fa-twitter {
    background: #b5121b;
    color: white !important;
}

.fa-linkedin {
    background: #b5121b;
    color: white !important;
}

div .footer-block {
    line-height: 1.5em;
    font-family: Montserrat,Helvetica,Arial,sans-serif;
    font-size: 0.9rem;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    text-align: left;
    color: #908e8e;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    margin: 0;
    box-sizing: border-box;
    transition: color .4s,background-color .4s ease-in-out;
}

    div .footer-block title {
        font-weight: 900;
    }

    div .footer-block items {
        font-size: .75rem;
        font-weight: lighter;
        line-height: 1.375rem;
        display: block;
        width: 150px;
    }

    div .footer-block .column-separator {
        width: 30px;
    }


    div .footer-block a {
        text-decoration: none;
        cursor: pointer;
        color: #908e8e;
    }


        div .footer-block a:hover {
            color: #b5121b;
        }

div .column-separator-100 {
    width: 50px;
}

div .top-right {
    position: absolute;
    top: 10px;
    right: 300px;
}

div .footer-bottom {
    padding: 15px 0;
    background-color: #000;
    color: #757374;
    font-size: 13px;
    font-size: .8125rem;
    position: relative;
}

    div .footer-bottom ul {
        text-align: right;
        line-height: 1.875rem;
        display: block;
        list-style-type: disc;
        font-size: .8125rem;
        list-style: none !important;
    }


    div .footer-bottom li {
        display: inline !important;
    }

        div .footer-bottom li a:link, a:visited {
            color: #757374;
        }

        div .footer-bottom li a:hover {
            color: #fff;
        }


div .footer-address {
    padding: 15px 0;
    background-color: #262626 !important;
    color: #fff;
    font-size: 13px;
    font-size: .8125rem;
    position: relative;
    width:100%;
}

    div .footer-address ul {
        text-align: right;
        line-height: 1.875rem;
        display: block;
        list-style-type: disc;
        font-size: .8125rem;
        list-style: none !important;
    }


    div .footer-address li {
        display: inline !important;
    }

        div .footer-address li a:link, a:visited {
            color: #757374;
        }

        div .footer-address li a:hover {
            color: #fff;
        }

#social {
    width: 250px;
}
#social ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#social li {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
}

.home-callouts .cb-item {
    padding: 0 40px;
}

.home-callouts .cb-item {
    padding: 0 20px;
    height: 250px;
    background-repeat: no-repeat;
    background-position: top right;
}

.col-half {
    float: left;
    width: 50%;
}

.HtmlInfoOne p {
    line-height: 1.625rem;
    margin: 0 auto;
    width: 58%;
}

.HtmlInfoOne h2 {
    color: #b5121b;
    font-family: 'Roboto Slab', Arial, serif;
    font-weight: 300;
}

.divfooter {
    padding: 0px;
    margin: 0px;
    background-color: #f6f5f4;
}

.divfootertop {
    padding: 60px 0;
    color: #908e8e;
}

div {
    font-size: 12px;
}
