* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
/*    font-family: "Noto Sans", sans-serif;*/

    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
}

body {
    backgr//ound-color: rgb(244, 244, 242);
    ma//rgin-top: 60px;
}
a {

    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#header {
    height: 100px;
    width: 100%;
    posi//tion: fixed;
    top: 0px;
    z-index: 12000;
    background: #7b45a2;
    min-width: 1000px;
    ove//rflow: hidden;
    float: left;
}
@media (min-width: 1421px){
    #header-content {
       
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 5px;
    }

    #midbar1, #details-midbar1{
        max-width: 1270px;
        width: 100%;
        margin: auto
    }
}

#header-content {
    max-width: 1280px;
margin: 0 auto;
padding: 0 5px;
}

a{
    text-decoration: none;
}
#logo-wrap {
    float: left;

    padding: 5px;
   

}

#logo-ta {
    float: left;
    padding-left: 10px;
    pa //dding-top: 5px;
}

#header-content nav {
    display: block;
    float: left;
    padd//ing-left: 100px;
}

#header-content nav ul {
    list-style: none;
}

#header-content nav ul li {
    float: left;
    bor//der-left: 1px solid rgba(255, 255, 255, 0.2);
}

#header-content nav ul li a {
    display: block;
    color: #fff;
    background: none;
    text-decoration: none;
    white-space: nowrap;
    font-size: 90%;
    list-style-type: none;
    line//-height: 2.27em;
    padding: 5px 10px 0px 10px;

    box-sizing: border-box;
    border-bottom: solid 4px #7b45a2;
    transition: all .2s;
/*    font-weight: bold;*/
}

#header-content nav ul li a:hover {
    border-bottom: solid 4px #fff;
}

#header-content nav ul li a.active {
    border-bottom: solid 4px #fff;
}


/*--*/


#bars {
    display: block;
}

#wrap {
    background: #fff;
    margin: -40px auto 0 auto;
    width: 100%;
    position: relative;
    padding: 10px;
    float: left;
}

#wrap ul {
    float: left;
}

#wrap ul li {
    width: 33%;
    float: left;
    list-style-type: none;
    padding: 5px 0px 0 0px;
    position: relative;
}

#wrap ul li div img {
    width: 100%;
}

#banner-VD {
    position: absolute;
    top: 400px;
    text-align: left;
    margin-left: auto;
    word-wrap: break-word;
    width: 570px;
    color: #ffffff;
    padding: 10px;
}

#main-VD {
    position: absolute;
    top: 230px;
    text-align: left;
    margin-left: auto;
    word-wrap: break-word;
    width: 570px;
    color: #ffffff;
    padding: 10px;
}

#prime-VD {
    position: absolute;
    top: 130px;
    text-align: left;
    margin-left: auto;
    word-wrap: break-word;
    width: 290px;
    color: #ffffff;
    padding: 5px;
}

#caption {
    top: 170px;
    text-align: left;
    color: #080808;
    padding: 5px;
}

.caption {
    background: #fff;
    top: 170px;
    text-align: left;
    color: #080808;
    padding: 5px;
}

#body-thumbs li {
    width: 100%;
    margin: 3px 1px;
    cursor: pointer;
}

#footer {
    height: 50px;
    width: 100%;
    margin: top: 50px;
    clear: both;
    background: #cfcfcf;
    padding: 10px;
    text-align: center;
}

#basefooter {
    padding: 25px;
    float: left;
    width: 100%;
    background: #222;
    text-align: left;
    color: #999;
}

#basefooter .col a {
    line-height: 35px;
    color: #999;
    text-decoration: none;
}

#basefooter p {
    font-size: 90%;
}

#basefooter .col h3 {
    color: #ffffff;
}

#basefooter .base .col {
    float: left;
    width: 100%;
    padding-left: 7px;
    padding-right: 7px;
}

#clearfix {
    clear: both;
}

#mask {
    position: fixed;
    top: 50px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: none;
}

#menu {
    position: fixed;
    top: 45px;
    right: -251px;
    width: 250px;
    height: 100%;
    background: #fff;
    transition: right .3s;
    z-index: 11000;
}

.menu-item a {
    padding: 10px 10px;
    display: block;
    text-decoration: none;
    color: #a31d20;
    border-bottom: solid 1px #efefef
}

.menu-item a:hover {
    background: #a31d20;
    color: #fff;
}

#body-thumbs li div:first-child {
    position: relative;
}

#body-thumbs li div {
    background: #fff;
}

.pi {
    background: #a31d20 !important;
    color: #fff;
    position: absolute;
    bottom: 4px;
    left: 0;
}

.pi i {
    padding: 10px 15px;
}

#main-video {
    position: absolute;
    top: 50px;
    le //ft: -2000px;
    display: none;
    width: 100%;
    background: #000
}

#secondhead {
    top: 78px;
    position: absolute;
    height: 46px;
}

#secondhead seclogo {
    background: #a31d20;
    position: absolute;
}

#thirdhead {
    position: absolute;
    top: 45px;
    width: 100%;
}

#thirdhead nav {
    display: none;
    float: left;
    width: 75%;
    background: rgba(51, 51, 51, 0.8);
    border-bottom: solid 2px #064473;
}

#thirdhead nav ul {
    list-style: none;
}

#thirdhead nav ul li {
    float: left;
    border-left: 1px solid rgba(255, 255, 255, .3);
}

#thirdhead nav ul li a {
    display: block;
    color: #fff;
    background: rgba(51, 51, 51, 0.8);
    ;
    text-decoration: none;
    white-space: nowrap;
    font-size: 90%;
    list-style-type: none;
    line-height: 2.27em;
    padding: .462em 12px .308em;
    box-sizing: border-box;
    transition: all .2s;
}

#thirdhead nav ul li a:hover {
    color: #000;
    background: #fff;
}

.caption {
    padding: 5px;
}

.caption p {
    position: relative;
    font-size: 12px;
    co //lor: #a31d20;
}

.caption h3 {
    font-weight: normal;
    margin-top: 15px;
}

/*
.caption p::after {
content: '';
width: 32px;
height: 2px;
background: #a31d20;
position: absolute;
left: 0;
bottom: -10px;
top: inherit;
}
*/

#midbar {
    float: left;
    width: 100%;
}

#midbar1, #details-midbar1 {
    width: 100%;
    padding: 5px;
    clear: both;
    margin: auto;
    marg //in-top: -2.5em;
    backgr//ound-color: rgb(244, 244, 242);
}

.cards-left {
    width: 100%;
    float: left;
}

.card-left-col {
    width: 100%;
    float: left;
}

.cards-right {
    width: 100%;
    float: left;
}

.card {
    width: 50%;
    float: left;
    padding: 5px;
    cursor: pointer;
}

.card .img {
    position: relative;
}

.card .img img {
    width: 100%;
}

.card-big {
    width: 100%;
    float: left;
    padding: 5px;
}

.card-big .img {
    position: relative;
    overflow: hidden;
}

.card-big .img img {
    width: 100%;
}

.card-long {
    padding: 5px;
}

.card-long .img {
    position: relative;
}

.card-long .img img {
    width: 100%;
}

.card-long h2 {
    clear: both;
    padding: 10px 0;
}

.card-long .img a {
    display: block;
    position: relative
}

.card-long .img ol {
    mar/ gin-top: -3em;
    background: #a31d20;
    float: left;
}

.card-long .img ol li {
    width: 100%;
    list-style-type: none;
    float: left;
    border-bottom: solid 1px rgba(255, 255, 255, .2);
    font-weight: bold
}

.card-long .img ol li a {
    width: 100%;
    display: block;
    float: left;
    padding: 8px 16px;
    color: #fff;
    background: #a31d20;
    transition: background .3s;
    text-decoration: none;
}

.card-long .img ol li a:hover {
    background: #cc0000;
}

.card-long .lt {
    width: 80%;
    hei //ght: 62px;
    float: left;
    font-size: 1em;
    padding-top: 5px;
}

.card-long .ln {
    float: left;
    width: 20%;
    height: 62px;
    font-weight: 700;
    font-size: 2em;
    text-align: right;
}

#cover {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    background: -webkit-linear-gradient(bottom, #a31d20 0%, rgba(163, 29, 32, 0) 100%);
}

#main-title h1 {
    padding: 10px;
    max-width: 880px;
    clear: both;
    font-size: .9em;
}

#main-title p {
    padding: 10px;
    max-width: 880px;
    clear: both;
    font-size: 10px;
}

#hero-img {
    width: 100%;
    position: absolute;
    height: 239px;
    overflow: hidden;
    z-index: -1;
}

.caption h3 {
    font-size: .8em;
}

@media only screen and (min-width: 768px) {
    #midbar1 {
        padding: 10px;
    }
    #details-midbar1 {
        padding: 10px;
    }
    .caption {
        padding: 20px 20px 0 20px;
    }
    .caption h3 {
        font-size: 1.01em;
    }
    .card {
        width: 50%;
        background-color: #fff;
        margin-bottom: 1px;
        box-sizing: border-box;
        border-right: solid 1px rgb(244, 244, 242);
    }
    #main-title p {
        font-size: 12px;
    }

    #hero-img {
        height: 550px;
    }
    #basefooter .base .col {
        width: 25%;
    }

    #thirdhead {
        position: absolute;
        top: 234px;
        width: 100%;
    }
    #thirdhead nav {
        display: block;
    }
    #body-thumbs li {
        width: 33%;
        margin: 3px 1px;
    }

    .cards-left {
        width: 75%;
        max-width: 50rem;
    }
    .card-left-col {
        width: 100%;
    }
    .cards-right {
        width: 25%;
    }

    #search {
        display: block;
        position: relative;
        font-size: 18px;
        padding-top: 5px;
        margin: 0px auto 0;
        float: right;
    }
    #search label {
        position: absolute;
        top: 9px;
        font-size: 14px;
        left: 7px;
    }
    #search #search-input,
    #search .hint {
        border-radius: 10px;
        height: 10px;
        padding: 10px 20px;
        font-size: 14px;
        line-height: 1.3333333;
        width: 190px;
    }
    #search #search-clear {
        text-decoration: none;
        position: absolute;
        right: 4px;
        top: 9px;
        color: #b3b3b3
    }
    #mast-head-content {
        width: 992px;
        margin: auto;
        position: relative;
    }
    #basefooter .base {
        width: 992px;
        margin: auto;
    }
    #bars {
        display: none;
    }
    #main-title h1 {
        font-size: 2.2em;
    }
}

.caption {
    min //-height: 153px;
}

.cards-left {
    padd//ing-left: 15px;
    padding-right: 15px;
}

.copy{
    font-size: 16px;
    line-height: 22px;
}

.cards-left p,
.cards-left ul,
.cards-left ol {
    font-size: 14px;
    line-height: 1.7;
    color: #424242;
    padding-bottom: 5px;
}
.cards-left p
{


}


.cards-left ul,
.cards-left ol {
    padd//ing-left: 15px;
}

#midbar1 {
    background-color: rgb(244, 244, 242);
}
#midbar1 h1 {
    font-size: 32px;
}
#midbar1 h2 {

/*    font-weight: normal;*/
    margin-top: 10px;
}
#main-title h1 {
    padding-bottom: 0;
}

.card-social ul li {
    float: left;
    list-style-type: none;
}

.card-social ul li a {
    border-radius: 50%;
    color: #c00;
    font-size: 30px;
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    text-align: center;
}
.card-social ul li a:hover {
    color: #fff;
    background: #c00;
}

.video-thumb {
    border-top: 1px solid #ddd;
    padding: 3px;
    font-size: 12px;
    cursor: pointer;
    line-height: 1.5
}

.video-thumb:last-of-type {
    border-bottom: 1px solid #ddd;
}

.author {
    font-weight: bold;
    font-style: italic;
    color: #666;
}
.body-text {
    line-height: 1.375;
}

.body-text p img {
    width: 100% !important;
    height: auto !important;
}

.accordion_titile {
    color: #fff
}


/*----*/

.thumb-list {
    padding: 5px;
}

.thumb-list .img {
    position: relative;
}

.thumb-list .img img {
    width: 100%;
}

.thumb-list h2 {
    clear: both;
    padding: 10px 0;
}

.thumb-list .img a {
    display: block;
    position: relative
}

.thumb-list .img ol {
    mar/ gin-top: -3em;
    float: left;
}

.thumb-list .img ol li {
    width: 100%;
    list-style-type: none;
    float: left;
    margin-bottom: 5px;
}

.thumb-list .img ol li a {
    width: 100%;
    display: block;
    float: left;
    padding: 0px 0px;
    color: #333;
    back//ground: #fff;
    padding: 10px;
    transition: background .3s;
    text-decoration: none;
}

.thumb-list .img ol li a:hover {
    bac//kground: #eee;
}

.thumb-list .lt {
    width: 64%;
    float: right;
}

.thumb-list .ln {
    float: left;
    width: 34%;
}

.thumb-list .ln img {
    display: block;
}


/*----*/

#subscribe_email {
    display: block;
    float: left;
    width: 60%;
    padding: 10px;
    font-size: 14px;
}

#subscribe-btn {
    display: block;
    float: left;
    width: 40%;
    padding: 3px;
    text-align: center;
    background: #a31d20;
    color: #fff !important;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

h3 span{
    font-size: 12px;
    color: #888;
    font-style: italic;
}
h1 span{
    display: none;
}
svg{
    dis//play:none !important;
}
.pagination li{
    list-style-type: none;
    float: left;
    margin: 3px
}
.pagination li a{
    padding: 5px 10px;
    background: #ddd;
    color: #000;
    text-decoration: none
}
li.disabled a{
    cursor:none;
}
/*            @import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap');*/
.link{
    cur//sor: pointer;
}
.breaking-wrap {
    width: 100%;
    height: auto;
    margin-top: 20px;;

}
.breaking-outer {
    display: block;
    margin: 0 auto;
    height: auto;
    background-color: #cc0000;
    padding: 6px 10px 6px 20px;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    border-radius: 20px;
    margin-left: 0;
    width: 1050px;
    margin: 0 auto
}
.breaking-inner {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 30px);
    padding-right: 15px;
}

.breaking-main {
    width: 100%;
    height: auto;
    margin-top: 0;

}


.breaking-left {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    fo//nt-style: italic;
    color: #fff;
    border-right: 2px solid #e86666;
    margin-right: 15px;
    width: 140px;
    padding-right: 15px;
}
.breaking-text {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    width: calc(100% - 225px);
}
.breaking-text a {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    width: calc(100% - 225px);
    text-decoration: none;
}
.breaking-wrap .close {

    width: 30px;
    text-align: center;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    
}
#feature-desc{
    float:left; width: 300px
}
#feature-desc h3{
    font-weight:normal; margin-top: 20px; font-size: 16px; line-height:1.5
}
#feature-img{
    float:right; width:calc(100% - 300px); padding: 0 10px;
}
.card-left-col{background:#fff; padding:20px; border-radius:5px}
#midbar1{padding:10px 0}
.feature-img{
    float: left;
}
.feature-img img{
    width:100%; border-radius:3px; overflow:hidden
}
.feature-desc-sm{
    padding: 10px;
}
.detail-content{
/*    width: calc(100% - 250px); */
    float:left  
}
.detail-title {
    font-family: ReithSerif,Helvetica,Arial,freesans,sans-serif;
    font-weight: 500;
    font-feature-settings: '';
    font-size: 2rem;
    line-height: 1.125;
    margin: 0;
    margin-top: 2.5rem;
    padding-bottom: 1rem;
    color: #141414;
}



#details-midbar1 {
    background-color: #fff;

}
#details-midbar1 h1 {
    font-size: 44px;
}
#details-midbar1 h2 {
    
    font-weight: bold;
    margin-top: 10px;
}

#details-midbar1{padding:10px 0}
#details-midbar1{
    ma//rgin-top: 100px; 
}
#details-midbar1 .cards-left{
    margin-top:20px
}
#body-text{
    padding:10px;
}


#states{
    position: relative;
    z-index: 2;
    margin-bottom: 40px !important;
    border-bottom: solid 1px #dfdfdf;
    font-size: 12px;
    float: left;
    width: 100%;


}
#states nav.state-list{
    margin-top: -1px; 
    text-align: center;
    float: left;
}
#states nav.user{
    padd//ing-bottom: 1rem;
    margin-top: -1px;
    text-align: center;
    float: right;           
}

#states nav a{
    display: inline-block;

    padding: 5px 10px 5px 10px;
}
body{
    background: #fff;
}
@media (min-width: 1270px){


}
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 5px;
    
}
.row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0;
}
.left-content{
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 320px);
    flex: 0 0 calc(100% - 320px);
    max-width: calc(100% - 320px);
    padding: 0;
    margin-right: 20px;
}
.right-content{
    width: 100%;
    min-height: 600px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
    padding: 0;
}
.index-hero{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 20px;
}
.index-hero .left-col{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
    max-width: 360px;
}
.index-hero .left-col h1{
    font-size: 25px;
    margin-bottom: 10px;
}
.index-hero .left-col h2{
    font-size: 20px;
}
.index-hero .left-col h3{
    font-weight: normal;
    font-size: 16px
}
.index-hero .mid-col{
    width: 100%;
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 500px);
    flex: 0 0 calc(100% - 600px);
    max-width: calc(100% - 600px);
    margin-right: 20px;
    margin-left: 20px;
} 
.index-hero .mid-col h3{
    font-size: 16px;
    font-weight:bold !important; 
    float:left; 
    width:calc(100% - 120px)
} 
.index-hero .right-col{
    width: 100%;
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
}
.index-hero .right-col h3{
    font-size: 16px;
    font-weight:normal!important; 
    float:left; 


}

    .quotes {
                display: none;

            }
            .cards-left h1 a{
                color: #000;
            }
            .topdown{
                max-height: 110px;
                overflow: hidden;
                border-radius: 5px;
            }
            #header-content nav ul li a:hover{
                bor//der-bottom: solid 8px #cc0000 !important;
                back//ground:  #cc0000 !important;

            }
            .sticky {
/*
  position: fixed;
  top: 0;
*/
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}
         .sticky   #logo-wrap {
   
     margin-top: 0px; 
             animation: margin-top .25s;
}

            #myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #c00;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
