@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

body {
    padding: 0;
    box-sizing: border-box;
    max-width: 500px;
    font-family: 'Lato', sans-serif;
    margin: 0 auto;
}


body * {
    box-sizing: border-box;
}

.splash-wrapper-overlay {
    background: #478ECC;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .4;
}

.splash-wrapper img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: 300px;
}

.header {
    background: #174F79;
    display: flex;
    width: 100%;
    height: 70px;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    padding: 0 30px;
    align-items: center;
    position: relative;
}

.header-icon {
    position: absolute;
}

.header-icon img {
    width: 35px;
}

.header h2 {
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 26px;
}

ul.nav.nav-tabs li.active {
    border-bottom: 3px solid #174F79;
}

ul.nav.nav-tabs {
    border: none;
    margin: 15px 0 30px;
    position: relative
}

ul.nav.nav-tabs li a {
    border: none !important;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

li.toggle {
    position: absolute;
    right: 0px;
    width: 20px !important;
    top: 7px;
}

button.toggleMenu {
    background: transparent;
    border: none;
}

ul.nav.nav-tabs li {
    width: 30%;
    text-align: center;
}

.news-wrap {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.news-img {
    width: 40%;
    float: left;
}

.news-img img {
    width: 100%;
    border-radius: 9px;
}

.news-content {
    float: left;
    width: 60%;
}

.news-content p {
   font-weight: 900;
    font-size: 14px;
    /* padding-left: 20px; */
    line-height: 24px;
    margin: 0;
    margin-left: -13px;
}

.new-detail-wrapper {
    padding: 0 15px;
}

.news-list {
    float: left;
    width: 100%;
    padding: 0 10px;
    border-bottom: 1px solid lightgray;
}

.news-details {
    padding: 20px 15px;
}

button.site-nav-link {
    width: 30px;
    height: 22px;
    border-bottom: 4px solid #000;
    position: relative;
    background: transparent;
    border-right: none;
    border-top: none;
    border-left: none;
}

button.site-nav-link:after,
button.site-nav-link:before {
    position: absolute;
    content: "";
    background-color: #000;
    width: 100%;
    height: 2px;
    left: 0;
}

button.site-nav-link:before {
    top: 0;
    height: 4px;
}

.flogo img {
    width: 35px;
}

button.site-nav-link:after {
    height: 4px;
    top: 9px;
}

.main-menu {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
}

.play-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
}

.play-icon img {
    margin-right: 5px;
}

.tags-wrapper {
    display: flex;
    align-items: center;
    background-color: #00a7e3;
    margin: 10px -15px;
    padding: 7px 10px;
}

.tags-wrapper img {
    width: 15px;
    height: 16px;
    color: #fff;
    opacity: .5;
}

.tags-wrapper .badge {
    padding: 2px 8px;
    background-color: hsla(0, 0%, 100%, .3);
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 5px;
    display: inline-block;
    color: #fff;
}

.news-title h3 {
    font-size: 21px;
    font-weight: 800;
}

.social-share {
    display: flex;
}

.social-share a img {
    width: 35px;
}

.social-share a {
    margin-right: 10px;
}

.pub-date {
    margin: 10px 0 0;
    color: #9a9a9a;
    font-size: 14px;
}

.d-news-img img {
    width: 100%;
    margin: 10px 0;
}

.news-para p {
    margin: 10px 0 0;
    color: #5f5f5f;
    font-size: 14px;
}

.tax-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.tax-wrapper .tax-para {
    color: #9a9a9a;
    font-size: 14px;
}

.fran-wrap {
    color: #00a7e3;
    font-weight: 600;
    font-size: 14px;
}

.t-button {
    display: flex;
}

.t-button img {
    width: 24px;
    margin-right: 5px;
}

.flags-wrapper .flag-inner {
    position: relative;
    float: left;
    width: 50%;
    padding: 0 20px;
    margin-bottom: 25px;
}

.flags-wrapper .flag-inner img {
    width: 100%;
}

.flags-wrapper {
    margin: 15px -20px 0;
}

.main-wrapper {
    padding-bottom: 30px;
    float: left;
    width: 100%;
}

.flags-wrapper .flag-inner h3 {
    position: absolute;
    background: #ccccccd4;
    color: #000;
    bottom: 0;
    margin: 0;
    left: 20px;
    right: 20px;
    text-align: center;
    font-size: 20px;
    padding: 2px 0;
}

.back-wrapper a {
    color: #000;
    margin: 20px 0;
    display: block;
}

.search-wrapper {
    display: flex;
    margin: 10px 0 30px;
}

.search-wrapper input {
    border: 1px solid #b8b9ba;
    border-radius: 40px;
    height: 50px;
    width: 100%;
    padding: 0 15px;
    margin-left: 15px;
}

.tier-wrapper h4 {
    margin: 50px 0 60px;
    text-align: center;
    font-size: 24px;
    color: #000;
}

.images-wrapper {
    text-align: center;
}

.images-wrapper img {
    width: 50%;
    float: left;
    padding: 15px;
}

.sidebar {
    position: fixed;
    background: #fff;
    top: 190px;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    display: none;
    z-index: 9;
}

.sidebar.showSidebar {
    display: block;
}

.side-header h4 {
    background: #F7941D;
    text-align: center;
    padding: 6px 0;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}

.sidebar-list a {
    display: flex;
    color: #000;
    font-size: 16px;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 20px;
}

.sidebar-list a img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    margin-right: 10px;
}

.sidebar-list {
    margin: 20px 0;
}
