@charset "UTF-8";
/******************************************
Skin AD
********************************************/
.skin-ad {
    width: 1890px;
    height: 1200px;
    position: absolute;
    top: 385px; /* After the COVID-19 is removed please change back to 308px*/
    right: 0;
    left: 50%;
    margin-left: -945px;
}
.skin-ad a {
    display: block;
    cursor: pointer;
    width: 1890px;
    height: 1200px;
}
@media (max-width:1850px){
    .skin-ad {
        display: none;
    }
}
/*** SPonsor Box ***/
.sponsor-box{
    position:relative;
    max-height:50px;
}
.sponsor-box img.sponsor-img, .header-box-right img.sponsor-img {
    max-height: 50px;
}
/******************************************
Bootstrap 4 elements
******************************************/
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

/*** Spcaing ***/
.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

/*******************************************
Fonts
********************************************/
body {
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    overflow: auto !important;
}
.sans-serif{
	font-family:'Open Sans', helvetica, arial, sans-serif !important;
}
h1,h2,h3,h4,h5{
	font-family: 'Roboto Condensed', helvetica, arial, sans-serif;
	margin-top:0;
	margin-bottom:20px;
	font-weight:bold;
}
h1{
	font-size:32px;
}
h4{
	margin-bottom:0; /*** Category Name ***/
}

ul, ol {
    font-size: 17px;
    margin-bottom: 1.5em;
    -moz-padding-start: 40px;
    -webkit-padding-start: 40px;
    -khtml-padding-start: 40px;
    -o-padding-start: 40px;
    padding-start: 40px;
    padding-left: 40px;
}

li {
    line-height: 1.5em;  
}
.article-body li {
    padding-bottom: .5em;
}

/*** Byline ***/
.byline{
    display:inline-block;
}
.addthis-customize{
    display:inline-block;
    margin-top:10px;
}
.addthis-left-side{
    float:none !important;
}
.addthis-left-side img{
    margin-bottom:0 !important;
}
@media (min-width:480px){
    .byline .p-16-gray {
        float: left;
    }

    .addthis-customize {
        display:inherit;
        float: left;
        margin-left: 10px;
        margin-top:0;
    }
}

.no-underline {
    text-decoration: none !important;
    border-bottom: none !important;
}
.text-white {
    color: #fff !important;
}
.title-72{
	font-size:72px;
}
.title-46{
    font-size:32px;
}
.title-36{
	font-size:22px;
}
.title-32{
	font-size:30px;
}
.title-30{
	font-size:22px;
	line-height:1.3em;
}
.title-24{
	font-size:24px;
}
.title-22{
	font-size:22px;
	line-height:1.3em;
}
.title-20{
	font-size:20px;
	line-height:1.2em;
}
.title-20-opensans{
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	font-size:20px;
	font-weight:600;
	line-height:28px;
}
.title-16-semi-bold {
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
}
.title-17-semi-bold {
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4em;
}
.title-18{
	font-size:18px;
	line-height:25px;
}
.title-18-regular{
	font-family:'Open Sans', helvetica, arial, sans-serif;
	font-size:18px;
	font-weight:normal;
	line-height:1.4em;
}
.title-18-semi-bold{
	font-family:'Open Sans', helvetica, arial, sans-serif;
	font-size:18px;
	font-weight:600;
	line-height:1.4em;
}
.title-18-bold{
	font-family:'Open Sans', helvetica, arial, sans-serif;
	font-size:18px;
}
.title-16{
	font-size:16px;;
	line-height:1.3em;
}
.title-16-opensans{
	font-family:'Open Sans', helvetica, arial, sans-serif;
	font-size:16px;
	font-weight:normal;
	line-height:1.5em;
}
.title-16-light-blue{
	font-family:'Open Sans', helvetica, arial, sans-serif;
	font-size:16px;
	color:#c7c8ca;
}
.title-16-white-uppercase{
	font-family: 'Roboto Condensed', helvetica, arial, sans-serif;
	font-size:16px;
	color:#ffffff;
	text-transform:uppercase;
}
p{
	font-size:17px;
	color:#333333;
    line-height: 1.7em;
	margin:0;
}
.p-13-gray{
	font-size:13px !important;
	color:#777777;
}
.p-13-gray-uppercase{
	font-size:13px;
	color:#999999;
	text-transform:uppercase;
}
.p-14-gray{
	font-size:14px;
	color:#777777;
}
.p-14-black{
	font-size:14px;
	color:#000000;
	line-height:22px;
}
.p-15-gray{
	font-size:15px;
	color:#777777;
}
.p-15 {
    font-size: 15px;
}
.p-16{
	font-size:16px;
	color:#555555;
}
.p-16-bold-white{
	font-size:16px;
	font-weight:500;
	color:#ffffff;
}
.p-16-gray{
	font-size:16px;
	color:#777777;
}
.p-16-light-gray{
	font-size:16px;
	color:#cccccc;
}
.p-16-gray{
	font-size:16px;
	color:#777777;
}
.p-18-gray{
	font-size:18px;
	color:#555555;
    line-height: 29px;
	margin-bottom:15px;
}
.p-18-black{
	font-size:18px;
	color:#000000;
    line-height: 29px;
	margin:0;
}
.caption{
	font-size:15px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.category-label{
	font-size:13px;
	color:#25346C;
	text-transform:uppercase;
	text-decoration:none;
	font-weight: normal;
	font-family:'Open Sans', helvetica, arial, sans-serif;
	display:inline-block;
	margin-bottom:3px;
}
.category-label:hover{
	color:#25346C;
	text-decoration:underline;
}
.read-time {
    display:inline-block;
    font-size: 13px;
    color: #777777;
    padding-left:5px;
}
.read-time span:first-child{
    color:#cccccc;
}
    .read-time span:last-child {
        letter-spacing: -.25px;
    }
.advertisement-label {
    font-size: 9px;
    color: #999999;
    text-decoration: none;
    margin-top: 5px;
    text-transform: uppercase;
}
.tag-label{
	font-size:14px;
	color:#FF4A31;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.color-white{
	color:#ffffff !important;
}
.color-white a:hover{
	color:#eeeeee !important;
}
.color-orange{
	color:#FF4A31;
}
.color-gray{
	color:#999999 !important;
}
.color-blue{
	color:#11357b;
}
.color-blue:hover{
	color:#000000 !important;
}
.darker-bg{
	background:#3F4145;
}
.lighter-bg{
	background:#ffffff;
}
.light-gray-bg{
	background:#f4f4f4;
}
.text-underline{
	text-decoration:underline;
}
.clear {
    clear: both;
}

/*******************************************
Links
********************************************/
a {
  color: #11357b;
  cursor:pointer;
  text-decoration:none;
}
.title-72 a,
.title-36 a,
.title-32 a,
.title-30 a,
.title-24 a,
.title-22 a,
.title-20 a,
.title-18 a,
.title-20-opensans,
.title-20-opensans-regular a,
.title-18-regular a,
.title-18-semi-bold a,
.title-18-bold a,
.title-16-opensans a,
.section-title a{
	color:#000000;
}
.title-18-semi-bold.popular-title a{
	display:block;
}

.title-72 a:hover,
.title-36 a:hover,
.title-32 a:hover,
.title-30 a:hover,
.title-24 a:hover,
.title-22 a:hover,
.title-20 a:hover,
.title-18 a:hover,
.title-20-opensans a:hover,
.title-20-opensans-regular a:hover,
.title-18-regular a:hover,
.title-18-semi-bold a:hover,
.title-18-bold a:hover,
.title-16-opensans a:hover,
.section-title a:hover{
	color:#555555;
	text-decoration:none;
}
.title-72 a:visited,
.title-36 a:visited,
.title-32 a:visited,
.title-30 a:visited,
.title-24 a:visited,
.title-22 a:visited,
.title-20 a:visited,
.title-18 a:visited,
.title-20-opensans a:visited,
.title-20-opensans-regular a:visited,
.title-18-regular a:visited,
.title-18-semi-bold a:visited,
.title-18-bold a:visited,
.title-16-opensans a:visited,
.section-title a:visited{
	color:#000000;
	text-decoration:none;
}
.title-72 a:focus,
.title-36 a:focus,
.title-32 a:focus,
.title-30 a:focus,
.title-24 a:focus,
.title-22 a:focus,
.title-20 a:focus,
.title-18 a:focus,
.title-20-opensans a:focus,
.title-20-opensans-regular a:focus,
.title-18-regular a:focus,
.title-18-semi-bold a:focus,
.title-18-bold a:focus,
.title-16-opensans a:focus{
    color:#555555;
    text-decoration:none;
}
.link-white-to-grey{
	color:#ffffff !important;
}
.link-white-to-grey:hover{
	color:#dddddd !important;
	text-decoration:none !important;
}
.link-light-gray-underline{
	color:#cccccc;
	text-decoration:underline;
}
.link-light-gray-underline:hover{
	color:#ffffff;
}
.link-light-gray2-underline{
	color:#777777;
	text-decoration:underline;
	font-size:16px;
}
.link-light-gray2-underline:hover{
	color:#000000;
}
.link-12-light-gray{
	color:#999999;
	font-size:12px;
	text-decoration:underline;
	font-weight:normal;
}
.link-14-light-gray-underline{
	color:#777777;
	text-decoration:underline;
	font-size:14px;
}
.link-14-light-gray-underline:hover{
	color:#000000;
}
.link-16{
	font-size:16px;
}
.link-16-white-underline{
	color:#ffffff;
	text-decoration:underline;
	font-size:16px;
}
.link-16-white-underline:visited{
	color:#ffffff;
}
.link-16-white-underline:hover{
	color:#dddddd;
}
.link-16-white-underline:active, a:focus{
	color:#dddddd;
}
.link-16-light-gray2-nounderline{
	color:#777777;
	text-decoration:none;
	font-size:16px;
}
.link-16-black-nounderline{
	color:#000000;
	font-size:16px;
	display:inline-block;
}
.link-16-black-nounderline:hover{
	color:#777777;
	text-decoration:none;
}
.link-16-light-gray2-nounderline:hover{
	color:#000000;
    text-decoration:none;
}
.link-16-light-gray-underline{
	color:#888888;
	text-decoration:underline;
	font-size:16px;
}
.link-16-light-gray-underline:hover{
	color:#000000;
}
.link-light-graydarker-underline{
	color:#444444;
	text-decoration:underline;
	font-size:16px;
}
.link-light-graydarker-underline:hover{
	color:#000000;
}
.link-16-black-underline{
	color:#000000;
	text-decoration:underline;
	font-size:16px;
	cursor:pointer;
}
.link-16-black-underline:hover{
	color:#777777;
}
.link-18-black-underline{
	color:#000000;
	font-size:18px;
	display:inline-block;
}
.link-18-black-underline:hover{
	color:#777777;
	text-decoration:underline;
}
.link-grey-to-white{
	color:#dddddd !important;
}
.link-grey-to-white:hover{
	color:#ffffff !important;
	text-decoration:none;
}
.link-underline {
    text-decoration: underline;
}
/*******************************************
Form
********************************************/
label{
	font-weight:normal;
	color:#555555;
}
.has-error .form-control {
    border-color: #de0000;
}

/*******************************************
Buttons
********************************************/
.btn{
	text-transform:uppercase;
}
.btn-primary {
  color: #fff;
  background-color: #25346c;
  border-color: #25346c;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #3b539d;
  border-color: #3b539d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #25346c;
  border-color: #25346c;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-load-more {
	margin-bottom:80px;
}
.btn-load-more a{
	font-size:16px;
	color:#ffffff;
}
.btn-load-more a:hover{
	text-decoration:none;
}
.btn-md {
    font-size: 16px;
    padding: 10px 60px;
}
.btn-arrow-down:after {
    content: '\f175';
    font-family: 'Font Awesome 5 Pro';
}
/*******************************************
Drop Down Menu
********************************************/
.dropdown-w-90{
	width:89%;
	background:#eeeeee;
	font-size:18px;
	border-radius: 0;
	text-transform: none;
}
.dropdown-toggle{
	width:10%;
	font-size:18px;
	background:#d6d6d6;
	border-radius: 0;
}
.dropdown-items{
	width:99%;
	font-size:18px;
	margin-top:-1px;
}
.btn .caret {
    width: 9px;
}
.dropdown-w-90-white{
	background:#ffffff;	
	text-align:left;
	border-top-left-radius:5px !important;
	border-bottom-left-radius:5px !important;
}
.dropdown-w-90-white:hover{
	background:#ffffff !important;
}
.dropdown-toggle-white{
    background:#ffffff;
	border-top-right-radius:5px !important;
	border-bottom-right-radius:5px !important;
}
.dropdown-w-500-box{
	width:90%;
}
.dropdown-bg-gray{
	font-size: 18px;
    background: #eeeeee;
	box-shadow:none !important;
	color:#333333;
	border-radius:0;
}
.styled-select {
    border-radius: 5px;
    height: 40px;
    overflow: hidden;
}
.styled-select.drop-down select {
    -moz-appearance: none;
	-webkit-appearance:none;
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #000000;
    font-size: 18px !important;
    height: 38px;
    line-height: 1;
    width: 100%;
	padding-bottom: 6px;
}
.styled-select.drop-down-white select {
    -moz-appearance: none;
	-webkit-appearance:none;
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #555555;
    font-size: 18px !important;
    height: 38px;
    width: 100%;
	padding-bottom: 6px;
}
.styled-select.drop-down-dgray select {
	-webkit-appearance:none;
	-moz-appearance: none;
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 4px;
    color: #999999;
    font-size: 18px !important;
    height: 38px;
    width: 100%;
	padding-bottom: 6px;
}
.styled-select.drop-down {
    background: #ffffff url("../img/down-arrow-select-bg.gif") no-repeat right center;
    border: 1px solid #dddddd;
	border-radius:0;
    color: #999999;
    height: 40px;
    overflow: hidden;
}
.styled-select.drop-down-white {
    background: #ffffff url("../img/down-arrow-select.gif") no-repeat right center;
    border: 1px solid #dddddd;
	border-radius:0;
    color: #999999;
    height: 40px;
    overflow: hidden;
}
.styled-select.drop-down-dgray {
    background: #ffffff url("../img/down-arrow-select-dgray-bg.gif") no-repeat right center;
    border:1px solid #333333;
	border-radius:4px;
    height: 40px;
    overflow: hidden;
	width:100%;
	margin:0 auto;
}
.styled-select.drop-down select.field.select.medium {
    height: 40px;
    padding-left: 10px;
}
.dropdown-w-box {
    width: 250px;
	margin:0 auto;
}
.col-center{
	margin:0 auto;
	float:none;
}

/*******************************************
Checkbox
********************************************/
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: -20px;
	margin-top:0;
	margin-right:15px;
    height: 20px;
    width: 20px;
}
.radio-label-box.radio-inline input[type=radio] {
    margin-left: -25px;
}

/*******************************************
Search Results
********************************************/
.search-box-lg::-webkit-input-placeholder {
    color: #dcdcdc;
    /*text-transform: uppercase;
    font-family:'Roboto Condensed', helvetica, arial, sans-serif;*/
    font-weight: bold;
    font-size: 29.4px;
    padding: 10px 10px 20px 10px;
}

.search-box-lg:-moz-placeholder {
    color: #dcdcdc;
    /*text-transform: uppercase;
    font-family:'Roboto Condensed', helvetica, arial, sans-serif;*/
    font-weight: bold;
    font-size: 31px;
    padding: 10px;
}

.search-box-lg::-moz-placeholder {
    color: #dcdcdc;
    /*text-transform: uppercase;
    font-family:'Roboto Condensed', helvetica, arial, sans-serif;*/
    font-weight: bold;
    font-size: 31px;
    padding: 10px;
}

.search-box-lg:-ms-input-placeholder {
    color: #dcdcdc;
    /*text-transform: uppercase;
    font-family:'Roboto Condensed', helvetica, arial, sans-serif;*/
    font-weight: bold;
    font-size: 31px;
    padding: 10px;
}

.input-x-lg {
    font-size: 29.4px;
    line-height: 0.83333333;
    font-weight: bold;
}

.form-search-horizontal {
    margin-bottom: 10px;
    position: relative;
}

.form-search-horizontal input {
    width: 100%;
    border-radius: 5px;
    border-bottom-color: #cccccc;
    border: 1px solid #cccccc;
    vertical-align: inherit;
    font-size:18px;
    padding:.3em;
    font-weight: bold;
}

.form-search-horizontal input:focus {
    color: #484848;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
}

.icon-mag {
    display: block;
    position: absolute;
    top: 3px;
    font-size: 18px;
    padding: 3px 5px 0 0 !important;
    right: 3px;
    font-weight: 300;
    color: #858585;
    padding: 0 5px;
    background: #ffffff !important;
}

.icon-mag:active {
    box-shadow: none;
}
.icon-mag .fa{
    font-weight:500;
}
.md-thumbnail {
    float: left;
}

.search-results .article-thumbnail img {
    /* Need default height set for sticky right bar height calculation 
       because getting the section height usually happens before all images load in a list. */
    max-width: 286px;
    height: 143px;
}

.search-list {
    float: left;
}

.search-list h3 {
    margin-bottom: 10px;
}

.search-list h3 a {
    color: #000000 !important;
}

.search-list p {
    padding-bottom: 10px !important;
}

.search-results{
    min-height:100px;
}

.color-light-gray {
    color: #777777;
}

.color-light-gray:hover {
    color: #000000;
}

.sm-heading {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 0;
    letter-spacing: 0.042em;
}

.results {
    padding-bottom: 0 !important;
}

/*** Notification ***/
.article-main-headline {
    background: #f4f4f4;
    overflow: hidden;
    padding-top: 30px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}

/*******************************************
Global Fleet
********************************************/
.right-column-posts {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height:1.4em;
}
.right-column-posts a{
    color:#000000;
}
/*******************************************
Search Resutls Vertical Drop Down Menu
********************************************/
nav.sidebar, .main {
    -webkit-transition: margin 200ms ease-out;
    -moz-transition: margin 200ms ease-out;
    -o-transition: margin 200ms ease-out;
    transition: margin 200ms ease-out;
}

.navbar-nav.vertical {
    float: none;
    margin: 0;
    white-space: nowrap;
    overflow: auto;
    border-bottom: 1px solid #dddddd;
}

.w-100 {
    width: 100% !important;
    font-size: 18px;
    letter-spacing: 0.025em;
    font-family: 'Roboto Condensed', helvetica, arial, sans-serif;
    color: #000000 !important;
}

.w-100 .fa-caret-down {
    font-size: 20px;
    color: #999999;
    float: left;
    margin-right: 5px;
    line-height: inherit;
}
.w-100 .fa-caret-right {
    font-size: 20px;
    color: #999999;
    float: left;
    margin-right: 5px;
    line-height: inherit;
}

.navbar-default.sidebar {
    background-color: inherit;
    border-color: #ffffff;
}

nav.sidebar .navbar-nav .dropdown-items {
    display: none;
}
nav.sidebar .navbar-nav .open .dropdown-items {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: inherit;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover {
    background-color: inherit;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 0;
}

nav.sidebar a {
    padding-left: 30px;
    padding-left: 10px;
    background-color: transparent;
    color: #000000;
}

.dropdown-items {
    font-size: 16px;
    list-style: none;
    padding: 5px 0 5px 20px;
}
.dropdown-items > li > a {
    color: #555555;
    margin-left: 7px;
    font-size: 16px;
    font-weight: 600;
    padding: 2px 20px;
}
.dropdown-items > li > a:focus,
.dropdown-items > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

span.number-items {
    color: #777777;
    font-size: 13px;
    margin-left: 5px;
}

.filter {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}
.filter > li {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.filter > li > a {
    display: block;
    font-size: 16px;
    color: #262626;
    background-color: #f5f5f5;
    font-weight: 600;
    padding: 5px 15px;
    border: 1px solid #cccccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.filter > li > a:focus,
.filter > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}


#search-mobile-nav {
    display: none;
}
#search-mobile-nav .side-widget-post {
    border-bottom: 1px solid #aaaaaa;
}
#search-mobile-nav .navbar-default {
    border: 0;
}
#search-mobile-nav .navbar-nav.vertical {
    border: 0;
}
#search-mobile-nav .navbar-nav > li {
    display: block;
}
#search-mobile-nav .navbar-default .navbar-nav > .dropdown > a,
#search-mobile-nav .navbar-default .navbar-nav > .dropdown > a:focus,
#search-mobile-nav .navbar-default .navbar-nav > .dropdown > a:hover {
    color: #ffffff !important;
    border: 0;
}
#search-mobile-nav .side-widget-post .search-narrow-expand-all {
    color: #ffffff;
}
#search-mobile-nav .w-100 .fa-caret-down,
#search-mobile-nav .w-100 .fa-caret-right {
    color: #ffffff;
}
#search-mobile-nav .dropdown-items > li > a {
    color: #999999;
}
#search-mobile-nav .dropdown-items > li > a:focus,
#search-mobile-nav .dropdown-items > li > a:hover {
    color: #ffffff;
    background: none;
}
#search-mobile-nav .dropdown-items > li > a span.number-items {
    color: #999999;
}
#search-mobile-nav .dropdown-items > li > a:focus span.number-items,
#search-mobile-nav .dropdown-items > li > a:hover span.number-items {
    color: #ffffff;
}
#search-mobile-nav .filter {
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #aaaaaa;
}


/*******************************************
Search Results Tabs
********************************************/
.gray-tabs {
    overflow: hidden;
    border-bottom: 3px #818181 solid;
    background: #bebebf;
    margin-bottom: 20px;
}

.gray-tabs a {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    background: #bebebf;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 3px #ffffff solid;
    text-transform:uppercase;
}
.gray-tabs a:hover,
.gray-tabs a:visited,
.gray-tabs a:active{
    color:#ffffff;
    text-decoration:none;
}
.gray-tabs a:nth-of-type(2) {
    border-right: none;
}

.gray-tabs .selected {
    background: #818181;
}

/*******************************************
Banners
********************************************/
.advertisement-wrapper-grey-bg{
	/*margin-right: 50px;**/
    background: #f4f4f4;
    padding-top: 20px;
    padding-bottom: 30px;
	margin-left:-15px;
	margin-right:-15px;
}
.advertisement-wrapper{
	text-align:center;
}
.advertisement-wrapper img{
	margin-bottom:5px !important;
}
.top-banner {
    background: #000000;
    border-bottom: 1px solid #333333;
    padding: 5px;
}
.top-banner img {
    max-width: 100%;
}
.banner-right-3-desktop{
	display:none;
}
.banner-right-4-desktop{
	display:none;
}
.leaderboard-banner img{
	max-width:100%;
	margin-bottom:30px !important;
}
.expandable-banner{
	margin-top:20px;
    position:relative;
}
.expandable-banner img{
	max-width:100%;
}
.banner-right-3-mobile{
	margin-left:-30px;
	margin-right:-30px;
}
.banner-right-4-mobile{
	margin-left:-30px;
	margin-right:-30px;
}
.banner-advertisment-wrapper{
	background:#eeeeee;
	padding: 25px 0;
	margin-bottom:45px !important;
}
.video-series .banner-advertisment-wrapper-2{
    padding-top:0 !important;
}
.banner-advertisment-wrapper-2 {
    background: #eeeeee;
    margin-bottom: 0px !important;
    padding-top: 25px;
    padding-bottom: 30px;
}

.banner-im {
    margin: 0 40px 25px 0;
    line-height: 0;
    font-size: 0px;
    display: block;
}

.banner-im-300 {
    float: left;
    width: 300px;
    height: 265px;
    margin: 0;
    padding: 0 20px 0 0;
    line-height: 0;
    font-size: 0px;
    display: block;
}

.incontent02Ad {
    margin: 0;
    line-height: 0;
    font-size: 0px;
    display: block;
}

.incontent02Ad .rmpPlayer {
    margin-top: 10px;
    margin-bottom: 20px;
}
    /*******************************************
Spacing
********************************************/
.no-side-padding{
    padding-left:0;
    padding-right:0;
}
.side-margin-20{
	margin-left:20px;
	margin-right:20px;
}
.no-bottom-margin{
	margin-bottom:0;
}

/*** Margin ***/
.margin-0{
    margin:0;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-20{
	margin-top:20px;
}
.margin-top-30{
	margin-top:30px;
}
.margin-bottom-5{
	margin-bottom:5px;
}
.margin-bottom-0{
	margin-bottom:0;
}
.margin-bottom-10{
	margin-bottom:10px;
}
.margin-bottom-20{
	margin-bottom:20px;
}
.margin-bottom-30{
	margin-bottom:30px;
}
.margin-bottom-40{
	margin-bottom:40px;
}

/*** Padding ***/
.padding-top-10 {
    padding-top: 10px;
}
.padding-top-20{
	padding-top:20px;
}
.padding-top-30{
    padding-top:30px;
}
.padding-top-40{
	padding-top:40px;
}
.padding-top-bottom-50{
	padding-top:50px;
	padding-bottom:50px;
}
.padding-bottom-5{
	padding-bottom:5px !important;
}
.padding-bottom-10{
	padding-bottom:10px;
}
.padding-bottom-20{
	padding-bottom:20px;
}
.padding-bottom-30{
	padding-bottom:30px;
}
.padding-left-5{
	padding-left:5px;
}
.padding-left-30{
	padding-left:30px;
}
.padding-right-5{
	padding-right:5px;
}
.padding-left-15{
    padding-left:15px;
}
.padding-right-15{
    padding-right:15px;
}
/*******************************************
Preheader (Desktop)
********************************************/
.preheader{
	display:none;
	background:#000000;
	overflow:hidden;
	padding-left:0;
	padding-right:0;
}
.preheader .container{
	padding-left:0;
	padding-right:0;
}
.preheader .nav a{
	color:#b8b8b8;
	text-decoration:none;
	font-size:14px;
}
.preheader .nav>li>a:active,
.preheader .nav>li>a:focus,
.preheader .nav>li>a:hover,
.preheader .nav .active {
    background-color: #333333;
	color:#ffffff;
}
.social-media-header{
	margin-top:10px;
	padding:0;
}
.btn-social-icon.btn-sm:visited {
    color: #ffffff;
}
.btn-social-icon.btn-twitter:hover {
    color: #000;
}
.social-media-header .bobitconnect, .social-media .bobitconnect {
    background: url(/Content/img/icons/bc-icon.svg) no-repeat top left;
    background-size: contain;
}
.social-media-mobile dt,
.social-media dt {
    display: inline-block;
}
 .social-media{
        margin-bottom: 0;
    }
/*******************************************
Header
********************************************/
.header {
    padding: 15px 0;
}
.tagline{
	display:none;
	color:#888888;
	font-size:10px;
	margin-left:10px;
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
}
.search-menu{
	margin-top:5px;
}
.search-menu a:first-child{
	margin-right:25px;
}
.search-menu a:hover,
.search-menu a span:hover{
	text-decoration:none;
}
.search-menu i{
	font-size:1.7em;
}
.search-menu span{
	display:none;
}
.search{
	display:none;
}
.content-box {
    float: none;
    margin: 0 auto;
    max-width: 595px;
}

/*******************************************
Main Nav
********************************************/
.main-nav{
	padding-left:0;
	padding-right:0;
	background-image:url(../img/mobile-nav-left.png), url(../img/mobile-nav-right.png),linear-gradient(to right, rgba(55, 69, 120, 1), rgba(55, 69, 120, 1));;
	background-repeat: repeat-y, repeat-y, repeat;
	background-position: left top, right top, top center;
}
.navbar-nav>li{
	display:inline-block;
    vertical-align: top;
}
.main-nav .container .nav a{
	color:#ffffff;
	font-size:15px;
}
.main-nav .nav>li>a:focus, 
.nav>li>a:hover,
.main-nav .nav .active {
    background-color: #3c539d;
}
.main-nav .navbar-nav {
    width: 100%;
    margin: 0;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: scroll;
}
.main-nav .navbar-nav::-webkit-scrollbar {
    display:none;
}
.main-nav .nav > li > a {
    padding: 15px 8px 14px 8px;
    font-size: 14px;
}
.nav .nav-home{
	display:none;
}

/*******************************************
Mobile Menu
*******************************************/
.overlay-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(64,65,70,0.99);
    z-index: 9999999;
    opacity: 1;
    overflow-x: hidden;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

/*** Top Nav ***/
.mobile-top-nav{
	position:relative;
	background:#2a2b31;
	border-bottom:1px solid #404146;
}
.mobile-top-nav ul{
	margin:0 25px 0 0;
	padding:0;
}
.mobile-top-nav .select a{
	color:#ffffff;
	font-weight:bold;
	border-bottom:3px solid #ff4a31;
}
.mobile-top-nav a{
	font-size:14px;
	color:#999999;
	text-transform:uppercase;
	padding:15px 5px 10px 5px;
	cursor:pointer;
	display:block;
}
.mobile-top-nav a:hover{
	color:#ffffff;
	text-decoration:none;
}
.mobile-top-nav li{
	display:inline-block;
}
.mobile-top-nav .close{
	position:absolute;
	top:15px;
	right:15px;
	background:url(../img/close.png) no-repeat center center;
	background-size:18px;
	width:24px;
	height:24px;
	opacity:.5;
	text-indent:-9999px;
}
.mobile-top-nav .close:hover{
	opacity:1
}

/*** Inner Nav ***/
.mobile-inner-nav{
	text-align:center;
	margin:20px 0;
	padding:0 15px;
    overflow: hidden;
}
.mobile-inner-nav li{
	float:left;
	margin:5px 0;
	list-style:none;
	width:50%;
	text-align:left;
}
.mobile-inner-nav a{
	color:#ffffff;
	cursor:pointer;
	padding:10px;
	display:block;
}
.mobile-inner-nav a:hover{
	text-decoration:none;
	background:#2a2b31;
}
.mobile-inner-nav li ul{
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.mobile-inner-nav li ul li{
    width: 100%;
}

/*** Social Media ***/
.social-media-mobile-menu{
	margin-bottom:75px;
}

/*******************************************
Mobile Search
*******************************************/
.overlay-search {
    position: fixed;
    width: 0;
    height: 100%;
    top: 63px;
    left: 0;
    background: rgba(0,0,0,0.60);
    z-index: 1;
    opacity: 1;
    overflow-x: hidden;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
#closesearch{
	background:url(/content/img/sprite-main.png) -125px -125px no-repeat;
	background-size:250px;
	width:17px;
	height:17px;
	font-size:0;
	float: left;
    margin: 3px 0 0 50%;
	display:none;
}
.overlay-search .container-fluid{
	background:#eeeeee;
	border-top:1px solid #dddddd;
	padding-top:18px;
	padding-bottom:18px;
}
.overlay-search .form-group{
	float:left;
	width:100%;
	margin-bottom:0;
}
.overlay-search input[type=text]{
	border:0;
	padding-right:90px;
}
.overlay-search button{
	float:left;
	margin-left:-81px;
	-webkit-border-top-left-radius:0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	 border-top-left-radius: 0;
	 border-bottom-left-radius: 0;
}
/*******************************************
Article List Group (Homepage, Channel, Article, Comments)
********************************************/
.spacing{
	margin-bottom:15px;
}
.horizontal-widget{
	margin-bottom:30px;
    position:relative;
}
.article-header{
	margin-bottom:15px;
}

.one-section-title {
    margin-top: 5px !important;
}
.divider-block{
	border-bottom:1px solid #dddddd;
	display: block;
	position:relative;
	height:0px;
}

#rotate-x .panel {
    -webkit-transform: rotateX( -55deg );
    -moz-transform: rotateX( -55deg );
    -o-transform: rotateX( -55deg );
    transform: rotateX( -55deg );
	border-radius: 0;
}
.panel {
    width: 100%;
    height: 100%;
    position: absolute;
    color: white;
    background: red;
    margin-bottom: 0 !important;
}
.article-headline h1{
	margin-bottom: 12px;
	color:#000000;
	font-weight:bold;
    line-height:1.3em;
}
.article-headline{
	margin-bottom: 25px;
}
.article-list{
	margin-bottom:30px;
	border-bottom:1px solid #dddddd;
    padding-bottom:10px;
}
.article-list.border-bottom-none{
	border-bottom:none;
}
.article-list img, 
.article-thumbnail img{
	max-width:100%;
	margin-bottom:20px;
}

.article-thumbnail{
	position:relative;
}
.article-thumbnail-default a{
    background-color: #f4f4f4;
    position: relative;
    width: 100%;
    padding-top: 56%;
    margin-bottom: 20px;
    display: block;
}
.photo-icon {
    position: absolute;
    background: url(/content/img/sprite-main.png) no-repeat -100px 0;
    background-size: 250px;
    width: 50px;
    height: 50px;
    bottom: 20px;
}
.video-icon {
    position: absolute;
    background: url(/content/img/sprite-main.png) no-repeat 0 0;
    background-size: 250px;
    width: 50px;
    height: 50px;
    bottom: 20px;
}
.homepage-col-1 .photo-icon,
.homepage-col-1 .video-icon{
	bottom:18px;
}
.homepage-col-2 .photo-icon,
.homepage-col-2 .video-icon{
	bottom:10px;
}
/**.article-body > .row{
    margin-left:-40px;
    margin-right:-40px;
}**/
.article-list p{
	margin-bottom:1.5em;
}
.article-body p {
    font-size:16px;
}
.advertisement-wrapper{
	margin-bottom:30px;
}
.article-body{
	border-bottom:0;	
}
.more-articles-header .section-title{
	margin: 0px auto 25px;
}
.more-articles-header .p-16-gray{
    padding-top: 20px;
}
.more-articles-header .header-box-right{
	margin-top:31px;
}

.container-fluid.darker-bg{
	padding-top:30px;
    margin-top:30px;
}

.comment-placeholder:focus::-webkit-input-placeholder {
    color: transparent;
}

.comment-placeholder:focus::-moz-placeholder {
    color: transparent;
}

.comment-placeholder:-moz-placeholder {
    color: transparent;
}

ul .comments {
    margin-left: 0;
    margin-left: 0;
    min-width: 400px;
}

.comment p {
    font-size: 16px !important;
    color: #777777 !important;
    margin-left: 20px;
    white-space: pre-wrap;
}

.comment-time p {
    font-size: 13px !important;
    color: #777777 !important;
    padding-bottom: 0;
    margin-left: 20px;
}

.comment-name {
    font-size: 16px;
    font-weight: bold;
}

.visuallyhidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.comments-form-group {
    padding-right: 10px;
}

    .comments-form-group .errorMsg {
        max-width: 200px;
    }

.see-all-comments {
    display: inline-block;
    margin-bottom: 20px;
    text-decoration: underline !important;
    color: #777777 !important;
}

    .see-all-comments:hover {
        color: #000000 !important;
    }

.comment-button {
    margin: 0 !important;
}
.faq-logo-right-column{
    max-width:150px;
    max-height:50px;
}

/*******************************************
Video Responsive
********************************************/
#detailTab .p-16-light-gray ul li {
    font-size: 16px !important;
    margin-bottom: .5em !important;
}
#detailTab .p-16-light-gray p {
    margin-bottom: 1em !important;
}
#detailTab .p-16-light-gray ul li p {
    margin-bottom: 0 !important;
}
.content-body {
    font-size:17px;
    line-height:1.7em;
}
.content-body p {
    margin-bottom:1.2em;
}
.content-body iframe {
    max-width: 100%;
}
@media (max-width:769px) {
    .content-body iframe:not([id^=google_ads_]) {
        max-height: 334px;
    }
}
@media (max-width:620px) {
    .content-body iframe:not([id^=google_ads_]) {
        max-height: 300px;
        max-width: 97%;
    }
}
@media (max-width:500px) {
    .content-body iframe:not([id^=google_ads_]) {
        max-height: 271px;
    }
}
@media (max-width:380px) {
    .content-body iframe:not([id^=google_ads_]) {
        max-height: 173px;
    }
}


/*******************************************
Widgets (Horizontal)
********************************************/
.horizontal-widget {
    background: #42454e;
    padding-top: 40px;
    padding-bottom: 40px;
}
.horizontal-widget .section-title{
	color:#ffffff;
}
.horizontal-widget .nav{
	padding-left:5px;
	padding-right:5px;
}
.circle{
	border:1px solid #a1a2a7;
	width:40px;
	height:40px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	padding-top:10px;
	padding-left:10px;
    cursor:pointer;
}
.circle:hover{
	border:1px solid #ffffff;
}
.circle .fa{
	font-size:18px;
}

/*** Whitepapers ***/
.whitepapers{
	margin-top:20px;
}
.whitepapers img{
	max-width:100%;
	margin-bottom:18px;
}
.horizontal-widget h4{
	margin-bottom:20px;
}


/*** Channels ***/
.channels {
    padding-top: 20px;
}
.channels .header{
	border-top:1px solid #6c6e74;
	padding-top:5px;
	padding-bottom:10px;
	margin-bottom:5px;
	overflow:hidden;
}
.channels .title-16-white-uppercase{
	padding-top:28px;
	display:block;
}
.channels .title-16-white-uppercase:hover{
	color:#dddddd;
	text-decoration:none;
}
.channels-post img{
	max-width:100%;
}
.channels h3{
	margin-top:10px;
}
.sd-channel {
    background: #f4f4f4;
    border-bottom: 1px solid #dddddd;
    padding: 30px 10px 10px 10px;
    margin-top: -15px;
    text-align: center;
    margin-bottom: 30px;
}

    .sd-channel h2 {
        font-size: 18px;
    }

    .sd-channel figure {
        max-width: 50px;
        max-height: 50px;
        width: 50px;
        height: 50px;
        margin-right: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        float: left;
        border: 1px solid #dddddd;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        float: left;
    }

        .sd-channel figure img {
            margin-top: auto;
            margin-bottom: auto;
            max-width: 100%;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            background: #eeeeee;
        }

    .sd-channel .sd-card {
        display: inline-block;
        background: #ffffff;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.25);
        box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.25);
        overflow: hidden;
        padding: 15px 10px;
        margin-bottom: 10px;
        margin-right: 10px;
    }
        .sd-card.sd-card-clickable {
            cursor: pointer !important;
        }
    .sd-channel p {
        font-size: 16px;
        font-weight: bold;
    }

.sd-company {
    text-align: left;
    float: left;
}
    .sd-company div {
        color: #777777;
        font-size: 14px;
    }

        .sd-company div:after {
            content: '\f178';
            font-family: 'Font Awesome 5 Pro';
            margin-left: 5px;
            color: #777777;
        }

@media(min-width:728px) {
    .sd-channel {
        margin-top: -40px;
    }
}

@media(min-width:1280px) {
    .sd-channel {
        width: 100%
    }
}

/*** Photo Gallery Widget ***/
.photo-gallery-widget img{
	max-width:100%;
}
.photo-gallery-widget h3 {
	margin-top:10px;
}
.photo-gallery-widget h2 {
   text-align:center;
}
.photo-gallery-widget a.title-16-light-blue{
	text-decoration:underline;
}
.photo-gallery-info-desktop{
	display:none;
}


/*** Added for Blog Widget ***/
.blog-widget {
    margin-top: 20px;
}
.blog-widget h3 {
    text-align: center;
}
.blog-widget img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0px auto 18px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
/*** Added for Sponsored Blog Widget ***/
.blog-title {
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 14px;
    margin-bottom: 0px;
}
.dotted-rule {
    line-height: 1;
    margin: 20px 0 5px 0;
}
.dotted-rule:after {
    color: #999999;
    content: '.....';
    display: block;
    letter-spacing: 6px;
}
.sponsored-blog-header {
    text-transform: uppercase;
    font-family: 'Oswald', helvetica, arial, sans-serif;
    font-weight: 300;
    text-decoration: none;
    letter-spacing: .05em;
    display: inline-block;
    padding-top: 10px;
}
.sponsored-blog-header a:focus, 
.sponsred-blog-header a:hover {
    color: #ffffff !important;
    text-decoration: none;
}
.gradient {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,0.7) 70%, rgba(0,0,0,0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(30%,rgba(0,0,0,0.3)), color-stop(70%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 30%,rgba(0,0,0,0.7) 70%,rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 30%,rgba(0,0,0,0.7) 70%,rgba(0,0,0,0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 30%,rgba(0,0,0,0.7) 70%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 30%,rgba(0,0,0,0.7) 70%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 125px;
}
.sponsored-blog-block {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: left;
    color: #ffffff;
    max-width: 580px;
    max-height: 200px;
    margin-bottom: 20px;
}
.sponsored-blog-block.img-rounded a:hover img {
    opacity: .5;
}
.blog-boost-blog-name {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-weight: 300;
    background-color: #ff4a31;
    border-radius: 25px;
    color: #ffffff;
    display: inline;
    padding: 5px 15px;
}
/*******************************************
Custom Content
********************************************/
.col-center.custom-content img {
    max-width: 100%;
    height: auto !important;
    margin-bottom: 15px;
} 



/*******************************************
Widgets (Side Bar)
********************************************/
.side-widget-wrapper{
	padding-right:0;
	padding-left:0;
}
.side-widget{
    padding-bottom:30px;
}
.side-widget-post{
	border-bottom:1px solid #dddddd;
	padding:10px 0;
    overflow:hidden;
}
.side-widget-post h3,
.side-widget-post p{
	margin-bottom:5px;
}
.side-widget-post .search-narrow-expand-all {
    color: #777777;
}

.side-widget figure img {
    max-width: 100%;
}
.side-widget figure.img-fill img {
    width: 100%;
}
.side-widget h2.section-title {
    display: inline;
    line-height: 1.4em;
    border-bottom: 2px solid #F04B2B;
}

.number-box{
	padding-right:15px;
	vertical-align: top;
    display: inline-block;
	margin-top: -2px;
}
.popular-title{
	width:85%;
	display: inline-block;
}


/** Got Questions Right Sidebar **/
.thumbnail-sm {
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding-top: 1px;
    margin-left: 10px;
}

    .thumbnail-sm img {
        border-radius: 50%;
        width: 62px;
        height: 62px;
        margin: -1px 0 0 0;
        vertical-align: top;
    }

.color-black {
    color: #000000 !important;
}

    .color-black:hover {
        color: #555555 !important;
    }

.border-dotted-bottom {
    border-bottom: 1px dotted #cdcdcd;
    width: 70%;
    margin: -6px auto 15px;
}

.author-content-sm {
    margin-top: 5px;
}

.title-16-bold {
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.p-12-gray.sponsor-text {
    font-size: 12px;
    color: #777777;
    margin-right:5px;
}

.headshot-box {
    margin: 0 auto 20px;
}
@media (min-width: 768px) {
    /** Got Questions Right Sidebar**/
    .title-description {
        text-align: left;
        padding-right: 10px;
    }
}

@media (min-width: 996px) {
    /** Got Questions Right Sidebar**/

    .title-description {
        padding-right: 0;
    }
}
/*******************************************
Featured Block
********************************************/
.featured-block > div {
    min-height: 250px;
    margin-bottom: 20px;
}

.featured-block p {
    font-size: 15px;
    color: #777777;
    line-height: 140%;
}

.featured-block .video-icon {
    background-size: 125px;
    width: 25px;
    height: 25px;
}

.featured-block .photo-icon {
    background: url(/content/img/sprite-main.png) no-repeat -50px 0;
    background-size: 125px;
    width: 25px;
    height: 25px;
}

.side-widget-wrapper .video-icon,
.side-widget-wrapper .photo-icon {
    bottom: 10px;
}

.side-widget-wrapper .featured-block {
    margin-bottom: 40px;
}

    .side-widget-wrapper .featured-block > div {
        width: 100%;
        min-height: auto;
    }

    .side-widget-wrapper .featured-block img {
        margin-bottom: 10px;
    }

    .side-widget-wrapper .featured-block h4 {
        font-size: 16px;
    }

    .side-widget-wrapper .featured-block a {
        color: #000000;
    }

@media (max-width:1200px) {
    .featured-block div:nth-child(3n+1) {
        clear: left;
    }
}

@media (max-width:991px) {
    .side-widget-wrapper .featured-block > div {
        width: 50%;
    }

    .side-widget-wrapper .featured-block img {
        max-width: 100%;
    }

    .article-thumbnail img {
        /* Undo default height when there is no right bar */
        height: auto;
    }
    .whitepapers .col-xs-6.col-md-2{
        margin-bottom:1.5em;
    }
    .whitepapers .col-xs-6.col-md-2:nth-of-type(2n+1) {
        clear: both;
    }
}


/***** Magazine Side Bar *********/
.side-widget-center {
    text-align: center;
}
.side-widget-italic {
    font-style: italic;
}
.side-widget-magazine-container {
    width: 350px;
    margin: 0 auto;
}
.side-widget-magazine {
    float: left;
    margin-top: -20px;
}
.side-widget-magazine img {
    width: 130px;
    height: 180px;
    margin-right: 35px;
    margin-bottom:40px;
}
.side-widget-bullets {
    margin: 40px 0 0 0;
}
.side-widget-bullets li {
    line-height: 35px;
    color: #ff4a31;
}

/*******************************************
Sticky Right Bar
********************************************/
.right-bar-column {
    position: relative;
}
    .right-bar-column .right-bar-section{
        overflow:hidden;
    }
    .right-bar-column .right-bar-section.stuck {
        width: 300px;
        position: fixed;
        bottom: 0;
        background: #ffffff;
    }
    .right-bar-column .right-bar-section.unstuck {
        width: 300px;
        position: absolute;
        bottom: 0;
        background: #ffffff;
    }

/*******************************************
Stories - Grid
********************************************/
.stories-item{
    min-height: 230px;
}
.stories-item:nth-of-type(2n+1) {
    clear:both;
}
@media (min-width:992px) {
    .stories-item {
        min-height: 250px;
    }
    .stories-item:nth-of-type(2n+1) {
        clear: inherit;
    }
    .stories-item:nth-of-type(3n+1) {
        clear: both;
    }
      
}


/*******************************************
General Mobile Hide Elements
********************************************/
.mobile-hide-element {
    display: none;
}
.mobile-minitablet-hide-element{
	display:none;
}
.mobile-minitablet-smdesktop-hide-element{
	display:none;
}

/*******************************************
Footer
********************************************/
/*** Largest Fleet (Mobile) ***/
.largest-fleet-mobile h5{
	color:#ffffff;
	font-size:15px;
	font-family:'Open Sans', helvetica, arial, sans-serif;
}
.largest-fleet-mobile .col-sm-8{
	float:none;
	margin:0 auto;
}

/*** Largest Fleet (Desktop) ***/
.largest-fleet{
	display:none;
	overflow:hidden;
	background:#f4f4f4;
	padding:60px 20px 30px 20px;
}
.largest-fleet .row{
	padding-bottom:30px;
}
.largest-fleet h4{
	font-size:30px;
}
.largest-fleet img{
	padding-bottom:5px;
}
.largest-fleet p{
	font-size:12px;
	color:#000000;
}

/*** Newsletter Sign Up (Mobile) ***/
.newsletter{
  	overflow:hidden;
	background:#333333;
	color:#ffffff;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
	padding:25px 0;
}
    .newsletter-title {
        font-size: 20px;
        background-size: 32px;
        margin-bottom: 20px;
    }
.newsletter .form-group{
	float:left;
	width:95%;
	margin-bottom:0;
	padding:0;
    padding-left:5%;
}
.newsletter .form-inline{
	margin-top:10px;
	width:100%;
}
.newsletter .newsletter-textbox{
	width:103.5%;
	height:40px;
}
.newsletter button{
	width:auto;
	margin:3px 0 0 -72px;
}
.newsletter-copy {
    display:inline-block;
    color:#ffffff;
    font-weight:bold;
    text-transform: capitalize; 
}

.right-bar-section .newsletter {
    margin-bottom: 30px;
}

/*** Newsletter Links ***/
.newsletter-links {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
    color: #ffffff;
    font-size: 14px;
}

    .newsletter-links li {
        display: inline-block;
        padding-right: 5px;
    }

        .newsletter-links li:last-child {
            padding-right: 0;
        }

    .newsletter-links a {
        color: #dddddd;
        text-decoration: underline;
    }

        .newsletter-links a:hover,
        .newsletter-links a:visited,
        .newsletter-links a:focus,
        .newsletter-links a:active {
            color: #ffffff !important;
        }

@media (min-width: 992px) {
    .newsletter-links {
        font-size: 15px;
    }

        .newsletter-links li {
            padding-right: 8px;
        }

    .homepage-col-3 .newsletter-links,
    .side-wdiget-wrapper .newsletter-links {
        font-size: 14px;
    }

        .homepage-col-3 .newsletter-links li,
        .side-wdiget-wrapper .newsletter-links li {
            padding-right: 5px;
        }
}

/* Right Side */
.homepage-col-3 .newsletter .col-xs-12.col-md-9,
.side-widget-wrapper .newsletter .col-xs-12.col-md-9,
.homepage-col-3 .newsletter .form-inline,
.side-widget-wrapper .newsletter .form-inline {
    width: 100%;
}

/*Newsletter with b2forms*/

/*** Newsletter Rightbar ***/
.newsletter-rightbar.dark label,
.newsletter-rightbar.dark p {
    color: #ffffff !important;
}

.newsletter-rightbar.dark .disclaimer p {
    color: #777777 !important;
}

.newsletter-rightbar .bbmform .newsletter-title {
    margin-bottom: 0 !important;
}

.newsletter-rightbar .bbmform .field {
    padding-bottom: 15px;
}

    .newsletter-rightbar .bbmform .field input {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .newsletter-rightbar .bbmform .field input[type="checkbox"] {
        padding: 0;
    }

.newsletter-rightbar .bbmform .disclaimer p {
    font-size: 12px !important;
    color: #777777;
}

.newsletter-rightbar .bbmform .padding-bottom-30 {
    padding-bottom: 5px !important;
}

.newsletter-rightbar .bbmform .disclaimer a {
    font-size: 12px;
    color: #777777 !important;
}
.newsletter-rightbar .bbmform .field.ConsentCheckbox .column p {
    font-size: 12px;
}
.bbmform .disclaimer p {
    font-size: 12px !important;
}

.bbmform .field.SectionDivider .column p {
    padding: 0px !important;
    margin: 0;
}

.newsletter-rightbar .instructionText {
    display: none;
}

.bbmform .padding-bottom-30 {
    padding-bottom: 0px !important;
}

.newsletter-rightbar .step {
    margin-top: -20px;
    padding-bottom: 0 !important;
}

.newsletter-rightbar .bbmform {
    padding-top: 0;
    padding-bottom: 0 !important;
}

.newsletter-rightbar .buttons {
    margin-bottom: 0 !important;
}

.bbmform label {
    font-size: 15px !important;
    font-weight: normal;
}

.content-offers .newsletter {
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
    /*** Footer Newsletter ***/
    .content-offers .newsletter .SingleLineEmailAddress,
    .content-offers .newsletter .DropdownMenu,
    .newsletter-footer .SingleLineEmailAddress,
    .newsletter-footer .DropdownMenu {
        float: left;
        max-width: 50% !important;
    }

@media (max-width: 620px) {
    .content-offers .newsletter .SingleLineEmailAddress,
    .content-offers .newsletter .DropdownMenu,
    .newsletter-footer .SingleLineEmailAddress,
    .newsletter-footer .DropdownMenu {
        float: none;
        max-width: 100% !important;
    }
}

@media (max-width:1280px) {
    .content-offers .newsletter {
        margin-left: 15px;
        margin-right: 15px;
    }
}

/*** Footer Nav (Desktop) ***/
.footer-nav{
	display:none;
	background:#000000;
	overflow:hidden;
	padding:50px 20px;
	color:#ffffff;
	border-bottom:1px solid #333333;
}
.footer-nav strong{
	font-size:24px;
	padding-bottom:5px;
}
.footer-nav a,
.footer-nav a:visited{
	color:#cccccc;
	font-size:16px;
	font-weight:normal;
}
.footer-nav a:hover{
	color:#ffffff;
	text-decoration:none;
}
.footer-nav dl{
	padding-left:0;
}
.footer-nav dt{
	line-height:2.2em;
}

/*** Footer Social Media (Mobile) ***/
.footer .social-media-mobile,
.footer-nav-mobile,
.largest-fleet-mobile
{
	background:#000000;
	text-align:center;
	padding:20px 0;
	border-bottom:1px solid #333333;
	
}
.footer .social-media-mobile{
	margin-bottom:0;
}
.footer .social-media-mobile dl{
	margin-bottom:0;
}
.footer .social-media-mobile dt,
.footer .social-media dt{
	display:inline-block;
}

.footer .social-media a,
.footer .social-media a:visited{
    font-size: 14px;
    color: #ffffff;
}
    .footer .social-media .btn-twitter:hover {
        color: #000;
    }

/*** Footer Search & Menu (Mobile) ***/
.footer-nav-mobile .col-xs-6{
	text-align:center;
}
.footer-nav-mobile .col-xs-6:first-child{
	border-right:1px solid #333333;
}
.footer-nav-mobile i{
	font-size:1.3em;
}
.footer-nav-mobile a{
	color:#ffffff;
	font-size:16px;
}
.footer-nav-mobile a:hover{
	color:#cccccc;
	text-decoration:none;
}
.other-brands {
    min-height:150px;
}

.header-box-right {
    margin-top:15px;
}
/*****************************************
Copyright
******************************************/
.copyright {
    background: #222222;
    padding-top: 19px;
    padding-bottom: 19px;
    color: #999999;
    font-size: 15px;
}

.copyright .reserved {
    float: left;
    margin-top: 3px;
    margin-right: 15px;
}

.copyright ul {
    padding: 0;
    margin-bottom: 0;
}

.copyright ul li {
    display: inline-block;
    margin-right: 10px;
    line-height: 0;
}

.copyright ul li:last-child {
    margin-right: 0;
}

.copyright ul li a {
    font-size: 14px;
    color: #999999;
    text-decoration: underline;
}

.copyright ul li a:hover {
    color: #ffffff;
}

/******************************************
Static Pages
*******************************************/
/*** Intro ***/
.static-intro {
    margin-top: 30px;
    margin-bottom: 50px;
    overflow: hidden;
}

/*** Sales Rep ***/
.sales-rep .row:first-child {
    margin-bottom: 50px;
}

.sales-rep-wrapper {
    overflow: hidden;
    background: #f4f4f4;
    padding: 20px;
}

    .sales-rep-wrapper p {
        font-size: 15px;
        color: #444444;
        line-height: 1.8em;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    .sales-rep-wrapper a {
        text-decoration: underline;
    }

.sales-headshot {
    width: 100px;
    margin-bottom: 10px;
}

.sales-name {
    font-weight: bold;
    font-size: 17px;
    color: #000000;
}

.sales-bar {
    margin: 10px auto;
    width: 65px;
    height: 6px;
}

.sales-map {
    max-width: 100%;
    margin-bottom: 40px;
}

/*** Links ***/
.static-links {
    margin-top: 50px;
    margin-bottom: 50px;
}

.static-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.static-links li {
    padding-bottom: 10px;
}

.static-links li:nth-of-type(2) {
    padding-bottom: 30px;
}

.static-links a {
    font-size: 17px;
    text-decoration: underline;
    color: #000000;
    font-weight: 600;
}

.static-links p {
    font-size: 15px;
    color: #444444;
}


@media (min-width:650px) {
    .sales-rep-wrapper {
        padding: 50px;
    }
}

/*** Contact ***/
.contact-list figure img {
    border-radius: 50%;
    width: 100px;
    margin-bottom: 10px;
}
.contact-list .text-center {
    margin-bottom: 50px;
}

    .contact-list .text-center:nth-of-type(3n+1) {
        clear: both;
    }

@media (max-width:1200px) {
    .contact-list .text-center:nth-of-type(3n+1) {
        clear: none;
    }

    .contact-list .text-center:nth-of-type(odd) {
        clear: both;
    }
}

.general-info-bottom {
    border-top: 1px solid #dddddd;
    margin-top: 30px;
    padding-top: 30px;
}
.general-info-top {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.contact-list p {
    font-size: 15px;
}

.contact-list p a {
    word-break: break-all;
}

/*** Subscription ***/
.subscription-title {
    font-weight: normal;
    font-size: 32px;
    line-height: 1.3em;
    margin-top: 40px;
}

.subscription-title span {
    font-weight: bold;
}

.subscription-links {
    list-style: none;
    margin: 50px 0 30px 0;
    padding: 0;
}

.subscription-links a {
    font-size: 15px;
    color: #555555;
}

.customer-service-wrapper {
    font-size: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
    line-height: 1.6em;
}

.customer-service-wrapper a {
    text-decoration: underline;
}

.customer-service-wrapper span {
    text-transform: uppercase;
}

.customer-service {
    font-family: "Open Sans", helvetica, arial, sans-serif;
    font-size: 17px;
    margin-left: 15px;
}
.rounded-headshot{
    width:100px;
    border-radius:50%;
    moz-border-radius:50%;
    webkit-border-radius:50%;
}

.print-digital {
    max-width: 100%;
}

/*******************************************
404 Page Not Found
********************************************/
.not-found-box .fa-cogs {
    position: absolute;
    top: -25px;
    left: 50%;
    right: 50%;
    margin-left: -22px;
    border: 5px solid #ffffff;
    background: #ffffff;
    color: #11357b;
    font-size: 44px;
}

.not-found-box .p-18-gray {
    font-size: 16px;
}

input.input-search {
    font-size: 15px;
    width: 98%;
    text-align: left;
    padding: .75em 1em;
    border-radius: 5px;
    border: 1px solid #999999;
}

.icon-mag-light {
    /*@include icon-mag-light;*/
}

.article-col-two .article-col {
    margin-bottom: 50px;
}

.fa-search:hover {
    color: #ffffff;
}

@keyframes infinite-blink {
    to {
        opacity: 0.9;
        -webkit-transform: scale(1);
    }

    from {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }
}

@media (min-width: 560px) {
    .not-found-box {
        padding: 3.0em 2em;
    }
}

@media (min-width: 728px) {
    .not-found-box {
        margin: 90px auto;
    }

    .not-found-box .fa-cogs {
        position: absolute;
        top: -25px;
        font-size: 46px;
    }

    .article-col-two .article-col:nth-of-type(2n) {
        margin-right: 0;
    }

    .article-col-two .article-col:nth-of-type(2n+1) {
        clear: left;
    }

    .article-col-two .article-col {
        margin-bottom: 70px;
    }

    input.input-search {
        text-align: center;
    }
}

@media (min-width:768px) {
    .article-col-two .article-col {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (min-width:920px) {
    input.input-search {
        font-size: 20px;
        text-align: center;
    }

    .icon-mag-light {
        height: 48px;
        margin-left: -90px;
        width: 85px;
        margin-top: 0.3em;
        font-size: 15px;
    }

    .not-found-box {
        padding: 3.5em 1em;
    }
}

/*******************************************
GeoTab - Telematics Channel
********************************************/
.geotab {
    background: #ffffff !important;
    border: 1px solid #001e56;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
}

    .geotab .row {
        margin-left: 50px;
        margin-right: 50px
    }

    /*** Header ***/
    .geotab .logo img {
        width: 130px;
    }

    .geotab .header {
        border-bottom: 1px solid #dddddd;
    }

    .geotab .logo:before {
        content: 'Sponsored by';
        text-transform: uppercase;
        font-size: 12px;
        color: #999999;
        display: block;
        margin-bottom: 5px;
    }

    .geotab figure img {
        margin-bottom: 10px;
    }

.geotab-blogpost-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .geotab-blogpost-list li {
        line-height: 1.5em;
        padding-bottom: 20px;
    }

    .geotab-blogpost-list a {
        font-size: 15px;
    }
@media (min-width:1280px){
    .geotab {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media (max-width:1200px) {
    .geotab .row {
        margin-left: 0;
        margin-right: 0;
    }

        .geotab .row .col-xs-6:nth-of-type(4n) {
            clear: both;
        }
}

@media (max-width:768px) {
    .geotab .row .col-xs-6:nth-of-type(4n) {
        clear: none;
    }

    .geotab .row .col-xs-6:nth-of-type(2n+1) {
        clear: both;
    }
}

@media (max-width:480px) {
    .geotab figure img {
        max-width: 100%;
    }
}

/*******************************************
Merchants - Leasing Channel
********************************************/
.merchants {
    background: #000000;
    padding-left: 30px;
    padding-right: 30px;
}

    .merchants .logo {
        margin-left: auto;
        margin-right: auto;
    }

        .merchants .logo img {
            width: 180px;
        }

        .merchants .logo::before {
            content: "Sponsored by";
            text-transform: uppercase;
            font-size: 11px;
            color: #777777;
            text-align:center;
            margin:0 auto;
        }

    .merchants h4 {
        font-size: 26px;
        text-transform: uppercase;
        margin-top: 20px;
    }

.merchants-list {
    list-style: none;
}

    .merchants-list li {
        background: #dddddd;
        padding: 10px;
        margin-bottom: 3px;
        font-size: 15px;
    }

    .merchants-list a {
        color: #000000;
        padding-left: 10px;
        vertical-align: top;
    }

        .merchants-list a:hover,
        .merchants-list a:visited,
        .merchants-list a:focus,
        .merchants-list a:active {
            color: #000000;
            text-decoration: underline;
        }

        .merchants-list a::after {
            content: "";
            color: #555555;
            font-size: 18px;
            float: right;
            padding-right: 10px;
        }

.merchants-1::before {
    content: '';
    background-image: url("https://fleetcms.bobitstudios.com/upload/automotive-fleet/icon-car.png");
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.merchants-2::before {
    content: '';
    background-image: url("https://fleetcms.bobitstudios.com/upload/automotive-fleet/icon-refresh.png");
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.merchants-3::before {
    content: '';
    background-image: url("https://fleetcms.bobitstudios.com/upload/automotive-fleet/icon-power.png");
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.merchants-4::before {
    content: '';
    background-image: url("https://fleetcms.bobitstudios.com/upload/automotive-fleet/icon-money.png");
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.merchants-5::before {
    content: '';
    background-image: url("https://fleetcms.bobitstudios.com/upload/automotive-fleet/icon-card.png");
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.merchants-6::before {
    content: '';
    background-image: url("https://fleetcms.bobitstudios.com/upload/automotive-fleet/icon-drop.png");
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.merchants-7::before {
    content: '';
    background-image: url("https://fleetcms.bobitstudios.com/upload/automotive-fleet/icon-key.png");
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.merchants-8::before {
    content: '';
    background-image: url("https://fleetcms.bobitstudios.com/upload/automotive-fleet/icon-thumb-up.png");
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.merchants-9::before {
    content: '';
    background-image: url("https://fleetcms.bobitstudios.com/upload/automotive-fleet/icon-paper.png");
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.merchants-10::before {
    content: '';
    background-image: url("https://fleetcms.bobitstudios.com/upload/automotive-fleet/icon-graph.png");
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.merchants-2::before {
    content: '';
    background-image: url("https://fleetcms.bobitstudios.com/upload/automotive-fleet/icon-earth.png");
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.merchants-11::before {
    content: '';
    background-image: url("https://fleetcms.bobitstudios.com/upload/automotive-fleet/icon-cloud.png");
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.merchants-12::before {
    content: '';
    background-image: url("https://fleetcms.bobitstudios.com/upload/automotive-fleet/icon-guide.png");
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.merchants-13::before {
    content: '';
    background-image: url("https://fleetcms.bobitstudios.com/upload/automotive-fleet/icon-refresh.png");
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
}

@media (max-width: 991px) {
    .merchants-list {
        padding: 0;
        margin: 0;
    }
}


/*******************************************
FleetShare Block
********************************************/
#fleetshare_widget {
    border: 5px solid #ccc;
    padding: 5px 10px 10px 10px;
    margin: 0 0 20px 0;
}

#fleetshare_widget #fleetshare_widget_logo {
    display: block;
    padding: 0;
    margin: 0 0 5px 0;
    border: 0;
}

#fleetshare_widget #fleetshare_widget_logo a {
    display: block;
    width: 184px; /*215px;*/
    height: 60px; /*70px;*/
    background-image: url("/content/img/logo-fleetshare.gif");
    background-repeat: no-repeat;
    background-size: 184px 60px;
    background-position: left top;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

#fleetshare_widget h3 {
    padding: 10px 0 0 0;
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    border-top: 2px solid #eee;
}

#fleetshare_widget .fleetshare_post {
    padding: 0;
    margin: 0 0 10px 0;
}

#fleetshare_widget .fleetshare_post p {
    font-size: 13px;
    font-weight: normal;
    line-height: 140%;
    color: #000;
    padding: 0;
    margin: 0 0 5px 0;
}

#fleetshare_widget .fleetshare_post p a {
    font-size: 13px;
    font-weight: normal;
}

#fleetshare_widget .fleetshare_post p a:link,
#fleetshare_widget .fleetshare_post p a:visited {
    color: #79080A;
    text-decoration: underline;
}

#fleetshare_widget .fleetshare_post p a:hover,
#fleetshare_widget .fleetshare_post p a:active {
    color: #de0e0e;
    text-decoration: none;
}

#fleetshare_widget h4 {
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-size: 13px;
    color: #000;
}

#fleetshare_widget h4 a {
    font-size: 13px;
    font-weight: normal;
    line-height: 140%;
}

#fleetshare_widget h4 a:link,
#fleetshare_widget h4 a:visited {
    color: #79080A;
    text-decoration: underline;
}

#fleetshare_widget h4 a:hover,
#fleetshare_widget h4 a:active {
    color: #de0e0e;
    text-decoration: none;
}

#fleetshare_popular_subjects {
    padding: 0;
    margin: 0 0 10px 0;
}

#fleetshare_popular_subjects p {
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 140%;
}

#fleetshare_popular_subjects a {
    font-size: 13px;
    font-weight: normal;
    line-height: 140%;
    text-transform: capitalize;
}

#fleetshare_popular_subjects a:link,
#fleetshare_popular_subjects a:visited {
    color: #79080A;
    text-decoration: underline;
}

#fleetshare_popular_subjects a:hover,
#fleetshare_popular_subjects a:active {
    color: #de0e0e;
    text-decoration: none;
}

#fleetshare_popular_subjects .delimiter:last-child {
    display: none;
}



/*******************************************
Media Query
********************************************/
@media (min-width: 310px) {
	.dropdown-w-box{
		width:100%;
	}
	/** .advertisement-wrapper img{
		max-width:100%;
	} **/
	/*** Overlay Mobile Search ***/
	.overlay-search {
		top: 124px !important;
	}

    /*****Comment Form******/
    .comments-center {
        margin: 0 auto;
    }

    .comments-label {
        width: 100%;
        padding-right: 0px;
    }

    .main-form .comments-label input[type=email] {
        width: 100%;
        padding-right: 0px;
    }

    /*****Sponsored Blog Widget*****/
    .sponsored-blog-textblock {
        position: absolute;
        top: 50px;
        left: 20px;
        right: 25px;
    }
    .blog-boost-blog-title {
        font-size: 18px;
        font-family: 'Open Sans', helvetica, arial, sans-serif;
        font-weight: 200;
        color: #ffffff;
        padding: 15px 0px;
        line-height: 25px;
    }
    .sponsored-blog-block {
        position: relative;
        float: left;
        overflow: hidden;
        text-align: left;
        color: #ffffff;
        max-width: 580px;
        min-height: 175px;
        margin-bottom: 20px;
    }
    .blog-headline {
        font-size: 18px;
        font-family: 'Open Sans', helvetica, arial, sans-serif;
        font-weight: 200;
        color: #ffffff;
        padding: 15px 0px;
    }

    /*****Search Results Filter*****/
	.form-search-horizontal {
		width: 85%;
		margin-bottom: 10px;
		margin-top: 1px;
		float: left;
}
	.search-filter {
		float: left;
        margin-left:1%;
		display: inline-block;
		border-radius: 5px;
		border: 1px solid #cccccc;
		vertical-align: inherit;
        text-align:center;
        width:14%;
        padding-top:4px;
        padding-bottom:4px;
        font-size:20px;
    }
    .search-filter:hover{
        background:#f4f4f4;
    }

	
    .search-filter span{
        display:none;
    }
    @media (min-width:728px){
        .search-filter {
            padding-top: 15px;
            padding-bottom: 15px;
        }
    }
    .search-result-number {
        margin: 0 0 20px 0;
    }

    /*** Side Widget ***/
    .side-widget {
        background: #eeeeee;
    }
}
@media (min-width: 480px) {
	.styled-select.drop-down-dgray {
		max-width:350px;
	}
	/*** Header ***/
	.search-menu{
		margin-top:8px;
	}
	.search-menu a:first-child{
		margin-right:10px;
	}
	.search-menu i{
		font-size:1.7em;
	}
	.search-menu span{
		display:inherit;
	}
	/*** Overlay Mobile Search ***/
	.overlay-search {
		top: 128px !important;
	}
	/*** Horizontal Widgets ***/
	.channels-post{
		text-align:center;
	}

    /*** Comments***/
    .comments-center {
        margin: 0;
    }

    .comments-label {
        width: inherit;
        padding-right: 10px;
    }

    /*** Article ***/
    .article-list p {
        font-size:17px;
    }

	/*** Mobile Menu ***/
	.mobile-top-nav ul{
		text-align:center;
	}

    /*** Search Results Tabs ***/
    .gray-tabs a {
        font-size: 18px;
    }
}
@media (max-width: 480px) {
	.mobile-inner-nav li{
		width:100%;
		text-align:center;
	}
}
@media (min-width: 560px) {
	.channels .col-xs-12{
		width:50%;
	}
	
	/*** Fonts ***/
	.title-36{
		font-size:36px;
	}
	.title-32{
		font-size:32px;
	}
	.title-30{
		font-size:30px;
	}
	.link-section-title,
	.section-title{
		font-size:24px !important;
	}
}
/*** Article Header ***/
.article-header .section-title {
    margin: 10px auto 20px;
    padding-bottom:0;
}
/** Sponsor Box ***/
.header-box-right.sponsor-box {
    max-width: 300px;
    margin: 5px auto 0;
    position:inherit !important;
}
@media (min-width: 728px) {
    .title-46{
        font-size:46px;
    }
	.spacing{
		margin-bottom:25px;
	}
    .form-search-horizontal input{
        font-size:24px;
        padding: .5em;
    }
    .icon-mag {
        font-size: 26px;
        padding: 7px 10px 5px 10px !important;
    }
	/*** Fonts ***/
	h1{
		font-size:46px;
	}

	/*** Banners ***/
	.expandable-banner{
		display:inherit;
        position:relative;
	}
	
	/*** Article Header ***/
	.article-header .section-title{
		margin:10px auto 20px;
	}
	.one-section-title {
		margin-top: 10px !important;
	}
	.article-header {
		position:relative;
		margin-bottom:40px;
	}
	.header-box-left{
		position:absolute;
		bottom: 15px;
		left: 15px;
	}
    .header-box-right {
        position:absolute;
		bottom: 10px;
		right:15px;
    }
    /** Sponsor Box ***/
    .header-box-right.sponsor-box {
        margin: 10px auto 0;
    }
 
	/*** Drop Down Menu ***/
	.dropdown-w-box{
		width:250px;
	}
	.dropdown-w-500-box{
		width:500px;
	}

    /*** Search Results ***/
    .search-box-lg::-webkit-input-placeholder {
        font-size: 41px;
    }

    .search-box-lg:-moz-placeholder {
        font-size: 41px;
    }

    .search-box-lg::-moz-placeholder {
        font-size: 41px;
    }

    .search-box-lg:-ms-input-placeholder {
        font-size: 41px;
    }

    .input-x-lg {
        font-size: 41px;
    }

    .form-search-horizontal {
        margin-bottom: 20px;
    }

    .search-list {
        float: none;
    }

    .md-thumbnail {
        margin-left: 20px;
        float: right;
    }

    .results {
        padding-bottom: 15px !important;
    }
    /*** Search Results Tabs ***/
    .gray-tabs {
        margin-bottom: 40px;
    }

    .mobile-padding-lr-0 {
        padding-right: inherit;
        padding-left: inherit;
    }

    /*** Search Results Vertical Drop Down Menu ***/
    .w-100 .fa-caret-down {
        font-size: 22px;
        margin-right: 8px;
    }
    .w-100 .fa-caret-right {
        font-size: 22px;
        margin-right: 8px;
    }

    .main {
        position: absolute;
        width: calc(100% - 40px);
        margin-left: 40px;
        float: right;
    }

    nav.sidebar:hover + .main {
        /*margin-left: 200px;*/
    }

    nav.sidebar.navbar.sidebar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0px;
    }

    nav.sidebar a {
        padding-right: 13px;
        background-color: transparent;
    }

    nav.sidebar .navbar-collapse, nav.sidebar .container-fluid {
        padding: 0 0px 0 0px;
        margin-left: 0;
    }

    .navbar-inverse .navbar-nav .open .dropdown-items > li > a {
        color: #777;
    }

    nav.sidebar {
        height: 100%;
        width: 100%;
    }

    nav.sidebar:hover {
        margin-left: 0px;
    }

    /*****Comment Form******/
    .comments-center {
        margin: 0;
    }

    
	/*** Mobile Menu ***/
	.mobile-inner-nav li{
		width:33%;
		text-align:center;
	}
}
@media (min-width: 768px) {
     .container {
    	width: 100%;
     }
	
	/*** Overlay Mobile Search ***/
	.overlay-search {
		top: 207px !important;
	}
	.overlay-search input[type=text]{
		width:100%;
	}
	
	 /*** Main Nav ***/
	 .navbar-nav>li{
	 	float:none;
	 }
	 /*** Header ***/
    .header {
        height: 106px !important;
        padding-top: 25px;
    }
	.search-menu{
		margin-top:15px;
	}
	
	/*** General Element Hide ***/
	.mobile-minitablet-hide-element{
		display:inherit;
	}
	
	/*** Article Group ***/
	.article-group .title-22{
		font-size:30px;
		line-height:38px;
	}
	.homepage-col-1 .photo-icon,
	.homepage-col-1 .video-icon{
		left:20px;
	}
	
	/*** Newsletter Sign Up ***/
	.newsletter .form-inline {
		width:58.33333333%;
		margin-top:10px;
	}
	
	/*** Article ***/
	.leaderboard-banner img{
		max-width:728px;
	}
	
	/*** General Desktop Hide Elements ***/
	.desktop-tablet-hide-element{
		display:none;
	}

    /*****Sponsored Blog Side Bar*****/
    .sponsored-blog-wrapper-sidebar {
        margin: 0 auto;
        width: 650px;
    }

    .sponsored-blog-block-sidebar {
        position: relative;
        float: left;
        overflow: hidden;
        text-align: left;
        color: #ffffff;
        max-width: 300px;
        max-height: 150px;
        margin-bottom: 20px;
    }
    /*** Sponsored Blog Widget ***/
    .sponsored-blog-wrapper {
        margin: 0 auto;
        max-width: 1200px;
    }

    .sponsored-blog-textblock {
        top: 80px;
        left: 25px;
    }
}

@media (min-width: 992px) {
	/*** Preheader ***/
	.preheader{
		display:inherit;
	}
	.preheader .navbar-nav>li>a{
		padding-left:8px;
		padding-right:8px;
	}
	.search-results{
        min-height:1200px;
	}
	/*** Overlay Mobile Search ***/
	.overlay-search{
		display:none;
	}
	
	/*** Banners ***/
	.banner-right-3-mobile{
		display:none;
	}
	.banner-right-3-desktop{
		display:inherit;
	}
	.banner-right-4-mobile{
		display:none;
	}
	.banner-right-4-desktop{
		display:inherit;
	}
	

	/*** Header ***/
    .search {
        display: inherit;
        margin-top: 12px;
    }
	.search-menu{
		display:none;
	}

    .search .form-group {
        float: left;
        width: calc(100% - 260px);
    }
	.search .form-control{
		width:100%;
		padding-right:90px;
	}
	.search button{
		float:left;
	}
	.search .btn-primary{
		-moz-border-radius:0 4px 4px 0;
		-webkit-border-radius:0 4px 4px 0;
		border-radius:0 4px 4px 0;
		margin-left:-81px;
	}

	/*** Article ***/
	.article-group{
		margin-bottom:20px;
	}
    .article-list .article-thumbnail img {
        /* Need default height set for sticky right bar height calculation 
       because getting the section height usually happens before all images load in a list. */
        height: 300px;
    }
    .article-headline {
        margin-bottom: 45px;
    }
	
	/*** Horizontal Widgets ***/
	.horizontal-widget{
		margin-bottom:50px;
	}
	.channels .col-xs-12{
		width:25%;
	}
	.channels-post{
		text-align:left;
	}
	.photo-gallery-info-desktop{
		display:inherit;
	}
	.photo-gallery-info-mobile{
		display:none;
	}
	.photo-gallery-widget .col-md-5{
		text-align:left;
		padding-top:40px;
	}

    /*** Sponsored Blog Widget ***/
    .blog-headline {
        font-size: 20px;
    }
    .sponsored-blog-textblock {
        top: 90px;
        left: 25px;
    }
    .blog-boost-blog-title {
        font-size: 22px;
        line-height: 29px;
    }
    
	/*** Side Widgets ***/
	.side-widget-wrapper{
		width: 315px;
	    float: right;
	    padding-right: 15px;
	}
    /*****Sponsored Blog Side Bar*****/
    .sponsored-blog-wrapper-sidebar {
        width: inherit;
    }
    /*** Newsletter Right Block ***/
    .side-widget-wrapper .newsletter-rightbar,
    .homepage-col-3 .newsletter-rightbar,
    .video-right-side .newsletter-rightbar{
        width: 300px;
        clear: both;
    }
    .video-right-side .newsletter{
        box-shadow:none;
    }
    .video-right-side .banner-advertisment-wrapper-2 {
        padding-top: 0;
    }
    .video-right-side .newsletter .form-inline {
        width: 100%;
    }
    .video-right-side form{
        margin-bottom:30px !important;
    }
    .side-widget-wrapper .newsletter-rightbar .col-md-9,
    .homepage-col-3 .newsletter-rightbar .col-md-9,
    .lighter-bg .newsletter-rightbar .col-md-9{
        width: 100%;
    }
    .side-widget-wrapper .newsletter-rightbar .newsletter-title,
    .homepage-col-3 .newsletter-rightbar .newsletter-title,
    .lighter-bg .newsletter-rightbar .newsletter-title{
        width: 100%;
    }
    .side-widget-wrapper .newsletter-rightbar .form-inline,
    .homepage-col-3 .newsletter-rightbar .form-inline,
    .lighter-bg .newsletter-rightbar .form-inline{
        width: 100%;
        margin: 10px 0;
    }
    .side-widget-wrapper .newsletter-rightbar .newsletter-textbox,
    .homepage-col-3 .newsletter-rightbar .newsletter-textbox,
    .lighter-bg .newsletter-rightbar .newsletter-textbox{
        padding-right: 95px
    }
    .side-widget-wrapper .newsletter,
    .homepage-col-3 .newsletter,
    .lighter-bg .newsletter{
        margin-bottom: 40px !important;
        clear: both;
    }
	
	/*** Newsletter Sign Up ***/
	.newsletter .form-inline {
		width:50%;
		margin-top:0;
	}

	.newsletter .col-md-9{
		float:none;
		margin:0 auto;
	}
	
	/*** Banner Advertisement Background***/
	.banner-advertisment-wrapper-2{
		background:none;
	}
	
	/*** General Desktop Hide Elements ***/
	.desktop-hide-element{
		display:none;
	}
	.mobile-hide-element{
		display:inherit;
	}
	.mobile-minitablet-smdesktop-hide-element{
		display:inherit;
	}

    /*** Search Results ***/
    .desktop-hide-element {
        display: none;
    }
    nav.sidebar li {
        width: 100%;
    }
    nav.sidebar .navbar-nav > li {
        border-bottom: 1px solid #dddddd;
    }
    .navbar-nav.vertical {
        border-bottom: inherit;
        white-space: inherit;
        overflow: inherit;
    }
    .dropdown-items > li > a {
        margin-left: 12px;
    }
    .form-search-horizontal {
        width: 100%;
    }
	/*** Footer ***/
	.footer .social-media-mobile,
	.footer-nav-mobile,
	.largest-fleet-mobile{
		display:none;
	}
	.largest-fleet,
	.footer-nav{
		display:inherit;
	}
    

    /*** Side Widget ***/
    .side-widget {
        background: none;
    }
}

@media (min-width: 1024px) {
	
	/*** Main Nav ***/
	.main-nav .nav>li>a{
		padding-left:13px;
		padding-right:13px;
	 }
		
}
@media (max-width:1200px){
    .homepage-col-3 .mobile-hide-element{
        display:none;
    }
}
@media (min-width: 1200px) {
	/*** Main Nav ***/
	.main-nav{
		background: #374578;
	}
	.main-nav .fa-home{
		font-size:1.3em;
	}
	.nav-home{
		display:inherit !important;
	}
	.navbar-nav>li{
	 	float:left;
	 }
	 
	/*** Preheader ***/
	.preheader .navbar-nav>li>a{
		padding-left:15px;
		padding-right:15px;
	}
	
	/*** Newsletter ***/
	.newsletter .form-inline{
		width:58.33333333%;
	}

}

@media (min-width: 1280px){
	.container {
   		 width: 1250px;
	}
	
	/*** Main Nav ***/
	.main-nav .nav>li>a{
		padding-left:14px;
		padding-right:15px;
	 }
	 
	 /*** Article Group ***/
	.article-group{
		padding-left:0;
        position:relative;
	}
	.article-list{
		padding-left:50px;
		padding-right:50px;
	}
	.homepage-col-1 .photo-icon,
	.homepage-col-1 .video-icon{
		left:0;
	}
	
	/*** Side Widgets ***/
	.side-widget-wrapper{
		width:300px;
		padding-right:0;
		margin-right:50px;
	}
	
	/*** Advertisement ***/
	.advertisement-wrapper-grey-bg{
		margin-right: 50px;
	}

}

/*******************************************
COVID-19 Resource & Survey
********************************************/
h2.section-title.right-column {
    font-size: 20px !important;
}

.side-widget-post .download,
.side-widget-post .video,
.side-widget-post .external,
.side-widget-post .chart {
    font-size: 17px;
}

.side-widget {
    background: none !important;
}

.side-widget-post .download a:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f358';
    float: right;
    color: #2270d1;
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 20px;
}

.side-widget-post .video a:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f144';
    float: right;
    color: #fe1a20;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
}

.side-widget-post .external a:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f08e';
    float: right;
    color: #fe1a20;
    position: absolute;
    right: 0;
    top: 18px;
    font-size: 20px;
}

.side-widget-post .chart a:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f080';
    float: right;
    color: #fe1a20;
    position: absolute;
    right: 0;
    top: 18px;
    font-size: 20px;
}

.covid-19-survey .sponsor p {
    font-size: 12px;
    font-style: italic;
    color: #999999;
}

.covid-19-header {
    text-align: center;
}

    .covid-19-header h4 {
        font-size: 20px !important;
        text-transform: uppercase;
        border-bottom: 2px solid #F04B2B;
        display: inline-block;
    }

.covid-19-survey-header {
    margin-bottom: 0;
}

.card.medium .btn {
    width: 250px;
}

.covid-19-survey {
    background: #eeeeee;
    margin-bottom: 2em;
}

    .covid-19-survey header {
        padding: 40px 0;
    }

        .covid-19-survey header h2 {
            font-size: 20px;
            text-transform: uppercase;
            display: inline-block;
            border-bottom: 3px solid #FF4824;
            margin-bottom: 10px;
        }

        .covid-19-survey header p {
            font-size: 15px;
            color: #555555;
        }

@media (min-width: 992px) {
    .covid-19-survey header .sponsor {
        text-align: right;
    }

    .covid-19-survey {
        margin-bottom: 5em;
    }
}

.covid-19-survey .card {
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 20px;
}

    .covid-19-survey .card:hover {
        cursor: pointer;
        margin-top: -3px;
        opacity: .95;
    }

    .covid-19-survey .card.large {
        padding: 50px 40px;
        background: #ffffff;
        transition: 0;
    }

        .covid-19-survey .card.large:hover {
            cursor: default;
        }

        .covid-19-survey .card.large h2 a:hover {
            text-decoration: none;
        }

        .covid-19-survey .card.large img {
            max-width: 100%;
        }

    .covid-19-survey .card.medium {
        padding: 40px 40px;
        background: #ffffff;
    }

        .covid-19-survey .card.medium img {
            max-width: 100%;
        }

        .covid-19-survey .card.medium h2 {
            margin-bottom: 10px;
        }

    .covid-19-survey .card.small {
        padding: 30px 20px;
    }

        .covid-19-survey .card.small h2 {
            color: #ffffff;
            font-size: 19px;
            line-height: 1.25em;
            margin-bottom: 2em;
        }

        .covid-19-survey .card.small p {
            font-size: 16px;
            margin: 0;
            color: #ffffff;
            border-bottom: 1px solid #ffffff;
            display: inline-block;
        }

    .covid-19-survey .card.more-survey {
        background: #11357b;
        text-align: center;
        text-transform: uppercase;
        padding: 3px 0;
    }

        .covid-19-survey .card.more-survey p {
            color: #ffffff;
            font-size: 15px;
            font-weight: 500;
            padding: 0;
        }

    .covid-19-survey .card .category-label {
        color: #777777;
        margin-bottom: 5px;
    }

    .covid-19-survey .card h2 {
        font-size: 24px;
        line-height: 1.3em;
    }

    .covid-19-survey .card .center {
        text-align: center;
    }

.covid-19-survye .btn:hover {
    opacity: .85;
}

.edge--bottom {
    position: relative;
    z-index: 0;
}

    .edge--bottom:after {
        background: inherit;
        content: '';
        display: block;
        height: 90%;
        left: 0;
        position: absolute;
        right: 0;
        z-index: -1;
        -webkit-backface-visibility: hidden;
    }

    .edge--bottom:after {
        bottom: 0;
        -webkit-transform: skewY(-3deg);
        transform: skewY(-3deg);
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

.edge--bottom--reverse {
    position: relative;
    z-index: 1;
}

    .edge--bottom--reverse:after {
        background: inherit;
        content: '';
        display: block;
        height: 50%;
        left: 0;
        position: absolute;
        right: 0;
        z-index: -1;
        -webkit-backface-visibility: hidden;
    }

    .edge--bottom--reverse:after {
        bottom: 0;
        -webkit-transform: skewY(3deg);
        transform: skewY(3deg);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
    }

.edge--top {
    position: relative;
    z-index: 1;
}

    .edge--top:before {
        background: inherit;
        content: '';
        display: block;
        height: 50%;
        left: 0;
        position: absolute;
        right: 0;
        z-index: -1;
        -webkit-backface-visibility: hidden;
    }

    .edge--top:before {
        top: 0;
        -webkit-transform: skewY(3deg);
        transform: skewY(3deg);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

.edge--top--reverse {
    position: relative;
    z-index: 1;
}

    .edge--top--reverse:before {
        background: inherit;
        content: '';
        display: block;
        height: 50%;
        left: 0;
        position: absolute;
        right: 0;
        z-index: -1;
        -webkit-backface-visibility: hidden;
    }

    .edge--top--reverse:before {
        top: 0;
        -webkit-transform: skewY(-3deg);
        transform: skewY(-3deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

.edge--both {
    position: relative;
    z-index: 1;
}

    .edge--both:before, .edge--both:after {
        background: inherit;
        content: '';
        display: block;
        height: 50%;
        left: 0;
        position: absolute;
        right: 0;
        z-index: -1;
        -webkit-backface-visibility: hidden;
    }

    .edge--both:before {
        top: 0;
        -webkit-transform: skewY(3deg);
        transform: skewY(3deg);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .edge--both:after {
        bottom: 0;
        -webkit-transform: skewY(-3deg);
        transform: skewY(-3deg);
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

.edge--both--reverse {
    position: relative;
    z-index: 1;
}

    .edge--both--reverse:before, .edge--both--reverse:after {
        background: inherit;
        content: '';
        display: block;
        height: 50%;
        left: 0;
        position: absolute;
        right: 0;
        z-index: -1;
        -webkit-backface-visibility: hidden;
    }

    .edge--both--reverse:before {
        top: 0;
        -webkit-transform: skewY(-3deg);
        transform: skewY(-3deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .edge--both--reverse:after {
        bottom: 0;
        -webkit-transform: skewY(3deg);
        transform: skewY(3deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

/*** Updated with CMS ***/
/* Card */
.cards h5 {
    color: #ffffff;
    opacity: .75;
    font-weight: normal;
    margin-bottom: 0;
}

.cards .title-18 {
    font-family: "Roboto Condensed", helvetica, arial, sans-serif;
}

.see-more-bottom {
    padding-left: 0;
    padding-right: 0;
}

/* Side Widget Left Column */
.article-group .col-md-8 .side-widget-post {
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.article-group .col-md-8 .side-widget h5 {
    margin-right: 10px;
    color: #777777;
    margin-bottom: 2px;
    font-family: "Open Sans", helvetica, arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
}

.article-group .col-md-8 .see-more-bottom {
    margin-top: -19px;
    padding: 5px 15px;
    font-size: 14px
}

.article-group .col-md-8 .see-more-bottom a {
    font-size: 14px;
}

/* Side Widget Right Column */
.side-widget-wrapper .side-widget-post .col-md-12 h5 {
    color: #777777;
    margin-bottom: 2px;
    font-family: "Open Sans", helvetica, arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
}

.side-widget-wrapper .side-widget-post {
    margin-bottom: 10px;
}

.side-widget-wrapper .side-widget-post .col-md-12 h4 {
    margin-bottom: 10px;
}

.side-widget-post .col-md-12 .see-more {
    font-size: 14px;
    text-decoration: underline;
    color: #444444;
    margin-bottom: 10px;
}

.covid-19-survey .cards {
    margin-top: -20px;
}

.covid-19-survey .cards .link-item .side-widget-post {
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 20px;
    border: 0;
    padding: 20px 5px;
}

.covid-19-survey .cards .link-item .side-widget-post:hover {
    cursor: pointer;
    margin-top: -3px;
}

.covid-19-survey .cards .link-item:nth-child(3n+0) .side-widget-post {
    background: #FDBA44; /*yellow*/
}

.covid-19-survey .cards .link-item:nth-child(3n+1) .side-widget-post {
    background: #FF3C3C; /*red*/
}

.covid-19-survey .cards .link-item:nth-child(3n+2) .side-widget-post {
    background: #6E6DD5; /*purple*/
}

.covid-19-survey .cards .side-widget-post h4 a {
    color: #ffffff;
    font-size: 20px;
}

.covid-19-survey .cards .side-widget-post .see-more {
    display: inline-block;
    margin-top: 2em;
}

.covid-19-survey .cards .side-widget-post .see-more a {
    color: #ffffff;
    font-size: 16px;
    text-decoration: underline;
}

.covid-19-survey .cards .see-more-bottom p {
    background: #11357b;
    text-align: center;
    text-transform: uppercase;
    padding: 3px 0;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 20px;
}

.covid-19-survey .cards .see-more-bottom p a {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
}

.article-group .col-md-4 .see-more-bottom {
    margin-top: -19px;
    padding: 5px 15px;
    font-size: 14px
}

.article-group .col-md-4 .see-more-bottom a {
    font-size: 14px;
}

.author {
    margin-bottom: 20px;
    background: #eeeeee;
    padding: 25px 30px;
}
  .author .row{
      margin-left:0 !important;
      margin-right:0 !important;
      display:flex;
  }
  .author .follow-me{
      padding-left:0;
  }
  .author figure{
      margin-right:15px;
  }
    .author figure img {
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        margin-bottom: 0;
        max-width: 100px;
    }
  .author h4{
      font-family:'Open Sans', helvetica, arial, sans-serif;
      font-size:18px;
      margin-bottom:3px;
  }
  .author h4 a, .author h4 a:visited {
      color: #000000;
      border-bottom:1px solid #777777;
  }
  .author .job-title{
      font-size:15px;
      margin-bottom:5px;
      line-height:1.5em;
  }
  .author .follow-me{
      list-style:none;
      margin-bottom:5px;
  }
  .author .follow-me li{
      display:inline-block;
      text-align:center;
      padding: 0;
  }
  .author h4 a:hover, .author li a:hover {
      text-decoration: none !important;
  }
  .author li a:before {
      color: #fff;
      width: 25px;
      height: 25px;
      display: block;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      font-size: 15px;
      padding-left: 15px;
      padding-right: 30px;
      text-align: center;
  }
  .author .facebook a:before{
      content:'\f39e';
      font-family:'Font Awesome 6 Brands';
      background:#4267b2;
  }
    .author .twitter a:before {
        content: '\e61b';
        font-family: 'Font Awesome 6 Brands';
        background: #000;
    }
  .author .linkedin a:before{
      content:'\f0e1';
      font-family:'Font Awesome 6 Brands';
      background:#0d65c2;
  }
  .author .youtube a:before{
      content:'\f167';
      font-family:'Font Awesome 6 Brands';
      background:#ff0000;
  }
  .author .bio{
      margin:0;
      font-size:14px;
      color:#555555;
      line-height:1.5em;
  }
  .author .btn{
      margin-top:5px;
      padding-left:25px;
      padding-right:25px;
  }
    .author .about-the-author {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 15px;
        margin-bottom: 10px;
    }
  @media (max-width:578px){
    .author .bio {
        display: none;
    }
  }
/*********************************************
Sponsor Image
**********************************************/
.article-headline .sponsor-image {
    max-width: 150px;
    max-height: 70px;
    margin-left: 10px;
}
/*********************************************
Sponsor Image Supplier Directory link
**********************************************/
.article-headline .sponsor-image-link {
    max-width: 150px;
    max-height: 70px;
    margin-left: 10px;
    cursor: pointer;
}
/*********************************************
x-twitter
**********************************************/

.social-media .btn-twitter {
    color: #fff;
    background-color: #000;
    border-color: rgba(255,255,255,0.7)
}

    .social-media .btn-twitter:focus, .social-media .btn-twitter.focus {
        color: #fff;
        background-color: #000;
        border-color: #fff
    }

    .social-media .btn-twitter:hover {
        color: #000;
        background-color: #fff;
        border-color: rgba(0,0,0,0.2)
    }

    .social-media .btn-twitter:active, .social-media .btn-twitter.active, .social-media .open > .dropdown-toggle.btn-twitter {
        color: #000;
        background-color: #fff;
        border-color: rgba(0,0,0,0.2)
    }

    .social-media .btn-twitter:active:hover, .social-media .btn-twitter.active:hover, .social-media .open > .dropdown-toggle.btn-twitter:hover, .social-media .btn-twitter:active:focus, .social-media .btn-twitter.active:focus, .social-media .open > .dropdown-toggle.btn-twitter:focus, .social-media .btn-twitter:active.focus, .social-media .btn-twitter.active.focus, .social-media .open > .dropdown-toggle.btn-twitter.focus {
        color: #fff;
        background-color: #000;
        border-color: rgba(255,255,255,0.7)
    }

    .social-media .btn-twitter:active, .social-media .btn-twitter.active, .social-media .open > .dropdown-toggle.btn-twitter {
        background-image: none
    }

    .social-media .btn-twitter.disabled:hover, .social-media .btn-twitter[disabled]:hover, .social-media fieldset[disabled] .btn-twitter:hover, .social-media .btn-twitter.disabled:focus, .social-media .btn-twitter[disabled]:focus, .social-media fieldset[disabled] .btn-twitter:focus, .social-media .btn-twitter.disabled.focus, .social-media .btn-twitter[disabled].focus, .social-media fieldset[disabled] .btn-twitter.focus {
        background-color: #000;
        border-color: #fff
    }

    .social-media .btn-twitter .badge {
        color: #000;
        background-color: #fff
    }



/*** Update it on the current CSS files ***/
.top-banner {
    background: #333333;
}

.header-text-ad {
    background: #000000;
    text-align: center;
    padding: 3px 20px;
    font-size: 13px;
    font-weight: bold;
}
    .header-text-ad.advertisement-wrapper{
        margin:0;
    }

.header-text-ad .container a {
    color: #ffffff;
}

    .header-text-ad .container img {
        max-height: 12px;
    }

/*************************************
Header 
**************************************/

.hide-overflow {
    overflow: hidden !important;
}
.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 74px;
    border-bottom: 1px solid #dddddd;
}
/*** Header Left ***/
.header-left {
    display: flex;
    width: 100%;
    padding-left: 20px;
}

    .header-left nav ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .header-left nav ul li {
            display: inline;
            font-size: 13px;
            text-transform: uppercase;
            font-weight: 700;
            margin-right: 15px;
        }

            .header-left nav ul li a,
            .header-left nav ul li a:visited {
                color: #333333;
                text-decoration: none;
            }

            .header-left nav ul li a:hover,
            .header-left nav ul li a:active {
                text-decoration: none;
                opacity: .8;
            }

            .header-left nav ul li:last-child {
                margin-right: 0;
            }

                .header-left nav ul li:last-child a:after {
                    content: '\f0d7';
                    font-family: 'Font Awesome 6 Pro';
                    margin-left: 3px;
                }

    .header-left .menu-icon::before {
        content: '\f0c9';
        font-family: 'Font Awesome 6 Pro';
        font-size: 24px;
        font-weight: 300;
        text-indent: 0;
        display: inline-block;
        vertical-align: middle;
    }

    .header-left .menu-icon.active::before {
        content: '\f00d';
    }

    .header-left .menu-icon::after {
        content: '\f00d';
        font-family: 'Font Awesome 6 Pro';
        font-size: 24px;
        font-weight: 300;
        text-indent: 0;
        display: none; /* Initially hide the :after pseudo-element */
        vertical-align: middle;
    }

    .header-left .search-icon a:after {
        content: '\f002';
        font-family: 'Font Awesome 6 Pro';
        font-size: 24px;
        font-weight: 300;
        text-indent: 0;
        display: inline-block;
        vertical-align: middle;
    }

    .header-left .search-icon.active a::after {
        content: '\f00d';
    }

/*** Header Center ***/
.header-center {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

    .header-center img {
        width: 200px;
    }

/*** Header Right ***/
.header-right {
    display: flex;
    padding-right: 20px;
    min-width: 40%;
    justify-content: right;
    align-items: center;
}

    .header-right ul {
        margin-left: 0;
    }

.social-media-links {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-right: 25px;
    padding-bottom: 0;
    width: 110px;
    padding-top: 5px;
}

    .social-media-links li {
        display: inline;
        margin-right: 10px;
    }

        .social-media-links li:last-child {
            margin-right: 0;
        }

    .social-media-links a,
    .social-media-links a:hover,
    .social-media-links a:active,
    .social-media-links a:visited {
        font-size: 18px;
        text-decoration: none;
    }

    .social-media-links .facebook a:before {
        content: '\f39e';
        font-family: 'Font Awesome 6 Brands';
    }

    .social-media-links .linkedin a:before {
        content: '\f0e1';
        font-family: 'Font Awesome 6 Brands';
    }
    .social-media-links .twitter a:before {
        content: '\e61b';
        font-family: 'Font Awesome 6 Brands';
    }

    .social-media-links .youtube a:before {
        content: '\f167';
        font-family: 'Font Awesome 6 Brands';
    }

.btn-newsletter {
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 15px;
    border-radius: 3px;
}

    .btn-newsletter:hover,
    .btn-newsletter:active,
    .btn-newsletter:visited {
        color: #ffffff;
        text-decoration: none;
    }

    .btn-newsletter::before {
        content: '\f0e0';
        font-family: 'Font Awesome 6 Pro';
        margin-right: 5px;
        font-size: 16px;
    }

    .btn-newsletter::after {
        content: 'Newsletter';
    }

/*** Pushdown Leaderboard ***/
.pushdown-leaderboard {
    margin: 15px 0;
    padding: 0 15px;
    text-align: center;
}

    .pushdown-leaderboard img {
        max-width: 100%;
    }

/*** Dropdown Nav ***/
.close-icon:after {
    content: '\e59b';
    font-family: 'Font Awesome 6 Pro'
}

.dropdown-nav {
    background: #eeeeee;
    overflow: hidden;
    padding: 25px 20px;
    width: 0;
    top: 74px;
    left: -40px;
    position: absolute;
    z-index: 99999;
}

    .dropdown-nav h3 {
        font-size: 16px;
        text-transform: uppercase;
        border-bottom: 1px solid #aaaaaa;
        font-weight: 500;
        padding-bottom: 10px;
    }

    .dropdown-nav .nav-items ul {
        display: flex;
        flex-wrap: wrap;
        list-style-type: none;
        padding-left: 0;
    }

    .dropdown-nav .nav-items ul li {
        line-height: 225%;
        font-weight: bold;
    }

    .dropdown-nav .nav-items.nav-full ul li {
        width: 100%;
    }
    .dropdown-nav .nav-items.nav-half li {
        width: 50%;
    }
    .dropdown-nav .btn-newsletter{
        display:none;
    }
    /*** Social Media ***/
    .connect-wrapper {
        background: #222222;
        border-radius: 5px;
        padding: 25px;
        margin-bottom:30px;
    }

    .connect-wrapper h3 {
        border: none;
        color: #ffffff;
        text-align: center;
        margin-bottom: 5px;
    }

    .connect-wrapper .social-media-links {
        margin: 0 auto;
        text-align: center;
        width: unset;
    }

        .connect-wrapper .social-media-links li a {
            background: #ffffff;
            border-radius: 50px;
            padding-top: 12px;
            width: 50px;
            height: 50px;
            display: inline-block;
        }

            .connect-wrapper .social-media-links li a:hover {
                opacity: .9;
            }

/*** Dropdown Search ***/
.dropdown-search {
    background: #eeeeee;
    padding: 25px 0;
    position: absolute;
    top: 74px;
    width: 100%;
    z-index: 9999;
    display: none;
}

    .dropdown-search .search-wrapper {
        position: relative;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .search-wrapper input{
        width: 100%;
        border: 1px solid #cccccc;
        border-radius: 5px;
        font-size: 18px;
        font-weight: bold;
        padding: 20px 20px 20px 60px;
    }

    .search-wrapper span{
        position: absolute;
        margin-top: 12px;
        margin-left: 20px;
        cursor: pointer;
    }

        .search-wrapper span:before {
            content: '\f002';
            font-family: 'Font Awesome 6 Pro';
            font-size: 30px;
            font-weight: 100;
        }

    .dropdown-search .popular-topics h3 {
        font-size: 16px;
        text-transform: uppercase;
        border-bottom: 1px solid #aaaaaa;
        font-weight: 600;
        padding-bottom: 10px;
    }

    .dropdown-search .popular-topics ul {
        padding-left: 0;
        list-style: none;
    }

        .dropdown-search .popular-topics ul li {
            margin-bottom: 15px;
        }

            .dropdown-search .popular-topics ul li a:before {
                content: '\f178';
                font-family: 'Font Awesome 6 Pro';
                font-weight: 300;
                margin-right: 12px;
            }

.header-mobile {
    display: none;
}
/*************************************
Media Query
**************************************/
@media (max-width:1500px) {
    .header-left nav li:nth-child(n+3) {
        display: none;
    }
}

@media (max-width:870px) {
    .header-right .social-media-links {
        display: none;
    }
}

@media (max-width:992px) {

    .dropdown-nav {
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        left: -40px;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 8;
    }
    .dropdown-nav .header-mobile {
        display: block;
    }
    .dropdown-nav .header-mobile .search-wrapper {
        margin-bottom: 15px;
    }
        .dropdown-nav .header-mobile .search-wrapper input{
            width:90%;
        }
        .dropdown-nav .header-mobile .connect-wrapper {
            margin-bottom: 30px;
            margin-top: 15px;
        }

        .dropdown-nav .header-mobile .promotion-wrapper {
            margin-bottom: 15px;
            margin-top: 15px;
            display: flex;
            justify-content: center;
        }

        .dropdown-nav .header-mobile .promotion-wrapper .promotion-nav {
            float: none;
        }

        .dropdown-nav .close-icon.header-desktop {
            display: none;
        }

    .dropdown-nav .close-icon.header-mobile,
    #mobile-nav.dropdown-nav .close-icon {
        display: block;
        position: absolute;
        top: 40px;
        right: 30px;
        font-size: 24px;
        font-weight: 200;
    }

    .dropdown-nav.open .btn-newsletter {
        display: inline-block;
        position: fixed;
        bottom: 25px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 240px;
        z-index: 9;
    }

    .dropdown-nav.open .btn-newsletter:after {
        content: 'Sign Up for Newsletter';
        filter: drop-shadow(0px 5px 15px #000000);
    }

    .dropdown-nav .container > .row {
        z-index: -2;
    }

    .header-right {
        padding-right: 10px;
    }

    .btn-newsletter {
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

@media(max-width:728px) {
    .search-wrapper input[type="text"] {
        padding: 10px 5px 10px 50px;
        margin-top: 5px
    }

    #mobile-search-btn:before {
        font-size: 22px;
    }

    #search-btn:before {
        font-size: 22px;
    }
}

@media (max-width:576px) {
    .main-header {
        height: 60px;
    }

    .header-center img {
        max-width: 125px;
    }

    .header-right .btn-newsletter:after {
        content: 'Email';
    }

    .dropdown-search{
        top:60px;
    }
}