body {
    font-family: "Arial";
}
.header-topmenu li {
    background: white;
}
.header-topmenu {
    background: white;
    border-top: 0;
    height: 100%;
}
.header-topmenu a {
    color: black;
    font-family: "Arial";
}
.header-topmenu li:hover a span, .header-topmenu li.menu-selected a span {
    /*background: #ed0678;*/
    color: #ed0678;
}
/*.header-topmenu a:hover, .header-topmenu li.menu-selected a {
    color: white;
}*/
.header-topmenu .li-logo:hover {
    background-color: white;
}
.li-menu {
    line-height: 45px;
}
.banner-div {
    position: relative;
/*    margin-bottom: 3%;*/
}
.search-bar {
    position: absolute;
    right: 18%;
    top: 15px;
    margin-left:auto;
    margin-right:auto;
}

.user-bar {
    position: absolute;
    right: 5%;
    top: 15px;
    margin-left:auto;
    margin-right:auto;
}

.search-input {
    position: relative;
}
.search-ico {
    position: absolute;
    top: 28%;
    right: 2%;
    cursor: pointer;
}
.head-title {
    position: absolute;
    position:absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    top: 55px;
    text-align: center;
}
.title-one {
    font-size: 18px;
    margin-bottom: 8px;
}
.title-two {
    color: #ed0678;
    font-size: 45px;
}
.video-carousel .i-slide {
    width: 18%;
}
.video-carousel .art-slide {
    width: 100%;
}
.content .article-list .item .ml-0 {
    margin-left: 0;
}
.flex-show {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
/*.item-flex {
    width: 90px;
    height: 130px;
    margin: 12px;
}*/
.item-flex {
    width: 150px;
    height: 130px;
    margin: 12px;
    text-align: center;
}
.w-100 {
    width: 100%;
}
.short-tabs > ul li a {
    font-weight: bold;
}
.short-tabs > ul li.active a {
    color: #ed0678;
}
.short-tabs > ul li.active .tab-foot {
    color: #0289c1;
}
.accordion > div {
    background-color: #ed0678;
}
.accordion > div > a {
    color: white;
}
.accordion > div > div {
    color: white;
}
.button:hover {
    background-color: #ed0678;
}
.gov-div {
    margin-top: 10px;
    margin-bottom: 15px;
}
.ul-restyle {
    list-style: disc;
}
.li-restyle {
    margin-bottom: 4%;
}
.ul-restyle .li-restyle::before {
    content: "\2022";
    color: #0289c1;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}
.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.text-center {
    text-align: center;
}
.col-3 {
    /*width: 276px;*/
    margin-top: 1%;
}
/*.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: bold;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}*/
.vote-btn {
    background-color: #58585a;
}
.flex-foot {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: .5rem .5rem 0 .5rem;
}
.flex-foot-align {
    display: flex;
    align-items: center;
}
.bot-text {
    margin-bottom: 6px;
    color: white;
    font-size: 14px;
}
.content .panel > .p-title h2 {
    background: #ed0678;
}
#sidebar .widget > .w-title h3 {
    background: #ed0678;
}
body .toggle-menu:hover {
    color: black;
}
@media only screen and (max-width: 621px) {
    .col-3 {
        width: 100%;
        margin: 1%;
    }
    .header-topmenu .li-logo {
        display: none;
    }
}
.portlet-column-content.empty {
    padding: 0;
}
.col-1, .col-xs-1, .col-2, .col-xs-2, .col-3, .col-xs-3, .col-4, .col-xs-4, .col-5, .col-xs-5, .col-6, .col-xs-6, .col-7, .col-xs-7, .col-8, .col-xs-8, .col-9, .col-xs-9, .col-10, .col-xs-10, .col-11, .col-xs-11, .col-12, .col-xs-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 0;
    padding-left: 0;
}