/* <council> */
.council .bluee {
    color: #273F80;
}

.council h3 {
    font-size: 27px;
}

.council, .council a {
    color: #000;
    font-size: 16px;
}

.council h5 {
    font-size: 18px;
    margin-bottom: 10px !important;
    margin-top: 10px;
}

.council ul {
    padding-bottom: 15px !important;
    border-bottom: 2px dashed #B7B7B7 !important;
    margin-left: 0 !important;
    padding-left: 15px !important;
    margin-bottom: 30px !important;
}

.council ul li {
    margin-bottom: 5px !important;
}


/* <tab-sub-menu> */
.tabs-sub-menu {
    display: flex !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    margin-bottom: 40px !important;
    flex-wrap: wrap !important;
}

.tabs-sub-menu a {
    background: #009BEB !important;
    color: #fff !important;
    box-shadow: 0px 3px 6px #00000029 !important;
    font-size: 18px;
    text-decoration: none;
    min-width: 180px;
    padding: 7px 15px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 15px;
}

.tabs-sub-menu a:last-of-type {
    margin-right: 0;
}

.tabs-sub-menu a.current {
    background: #273F80 !important;
}

/* </tab-sub-menu> */

div.wstep {
    background: none;
    border: 0;
    border-bottom: 2px dashed #B7B7B7;
    padding: 16px 0;
    margin-bottom: 120px !important;
}

div.wstep .bluee {
    color: #273F80;
}

div.wstep .bluee:first-of-type {
    font-size: 27px;
}
div.wstep .bluee:last-of-type {
    font-size: 18px;
}

.content-main div.wstep h3.bluee {
    font-size: 27px;
}

div.wstep ul {
    padding-left: 16px;
    margin-left: 0;
    border-bottom: 2px dashed #B7B7B7;
    padding-bottom: 15px;
    margin-bottom: 30px !important;
}

/* <badges> */

.badge-link {
    background: #FCFCFC;
    box-shadow: 0px 5px 15px #00000029;
    position: relative;
    padding: 15px;
    color: #273F80;
    font-size: 27px;
    margin: 10px 0 20px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

.badge-link:hover {
    text-decoration: none;
}

.badge-link i.material-icons {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #273F80;
    font-size: 40px;
    cursor: pointer;
}

/* </badges> */

/* <page-law> */

.law-content h3 {
    color: #273F80 !important;
    font-size: 27px !important;
    margin-bottom: 20px !important;
}

.law-content p a {
    color: #00A0EB !important;
}

.law-content .links-content {
    margin-top: 30px !important;
}

/* </page-law> */

/* </container> */

/* <links> */
.links-content a {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: row;
    align-items: center;
    width: 100%;
    min-height: 51px;
    background: #009BEB;
    box-shadow: 0px 3px 6px #00000029;
    font-weight: bold;
    font-size: 18px;
    color: #fff !important;
    margin-bottom: 15px;
    text-decoration: none !important;
    padding-left: 15px;
    padding-right: 30px;
    box-sizing: border-box;
    position: relative;
}

.links-content p {
    margin: 0;
}

.links-content a .material-icons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 40px;
}

/* </links> */
