input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: none !important;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

strong {
    font-weight: 700;
}

.site-content {
    overflow-wrap: break-word;
}

.alignleft,
.alignright {
    margin: 20px 0 20px 0;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

u {
    color: inherit;
}

.read-more {
    white-space: nowrap;
    word-break: keep-all;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    padding-left: 3px;
}

.content-block a,
.content-block a {
    color: inherit;
}

.post-content ul,
.single-page-content  ul {
    list-style: disc;
    margin: 15px 0 15px 20px;
    line-height: 1.66;
}

.post-content ol,
.single-page-content ol {
    list-style-type: decimal;
    margin: 15px 0 15px 40px;
    line-height: 1.66;
}


/*Change text in autofill textbox*/
input:-webkit-autofill {
    -webkit-text-fill-color: #0a0000 !important;
}

.page-title {
    font-size: 24px;
    font-weight: 700;
    padding: 20px 0;

}

.no-results {
    padding: 10% 0;
    text-align: center;
}

.no-results-button-holder {
    padding: 35px 0;
}

.contact-row {
    margin: 16px 0 25px;
}

.contact-title {
    font-size: 14px;
    line-height: 1.44;
    font-weight: 700;
    margin-bottom: 24px;
}

.contact-item {
    margin: 16px 0;
    display: block;
    color: #0a0000;
    text-decoration: none;
}

.contact-item i {
    margin-right: 8px;
}

.contact-item a {
    text-decoration: none;
    color: #0a0000;
}

.single-page {
    background-color: #f3f3f7;
}

.single-page-content {
    padding: 40px 0 56px 0;
}

.single-page-content > *:first-child {
    margin-top: 0;
}

.page-banner__inner {
    min-height: 333px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-banner__title {
    font-size: 24px;
    line-height: 1.33;
    padding: 15px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    max-width: 620px;
}

.page-banner__title-top {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    display: block;
    text-align: center;
}

.page-banner__title-small {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 4px;
    text-align: center;
    display: block;
}

/* top information */

.top-inf__header {
    padding: 14px 20px;
    text-align: center;
    border-bottom: none;
    cursor: pointer;
    background-color: #FF6D3C;
    -webkit-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in;
}

.top-inf__header-text i {
    color: #fff;
    margin-right: 8px;
    font-size: 16px;
}

.top-inf__header-text span {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.top-inf__body {
    padding: 15px 0;
    display: none;
    background-color: #ffffff;
}

.last-information {
    text-align: center;

}

.last-information__title {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 15px;
}

.last-information__date {
    font-size: 12px;
    margin-bottom: 15px;
}

.last-information__sub-title {
    font-size: 12px;
    margin-bottom: 20px;
}

.last-information__sub-title a {
    color: #0a0000;
    display: inline-block;
    margin-right: 10px;
}

.last-information table {
    margin-bottom: 45px;
    font-size: 13px;
    line-height: 18px;
    max-width: 1015px;
}

.last-information table thead {
    font-size: 9px;
    font-weight: 700;
}

.last-information thead + tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

/* Statistic slider */

.statistic {
    position: absolute;
    right: 0;
    top: 8px;
    width: 380px;

}

.statistic__inner {
    position: relative;
}

.statistic-slider__item {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;*/
    white-space: nowrap;
    font-size: 12px;
    line-height: 25px;
}

.statistic-slider__item-text {
    //display: -webkit-box;
    //display: -ms-flexbox;
    display: inline-block;
    //-ms-flex-wrap: wrap;
    //flex-wrap: wrap;
    //-webkit-box-align: center;
    //-ms-flex-align: center;
    //align-items: center;
}

.white .statistic-slider__item {
    color: #ffffff;
}

.statistic-slider__item-val {
    min-width: 115px;
    text-align: right;
    display: inline-block;
}

.statistic-slider__item-val .abbr {
    text-transform: uppercase;
    display: inline-block;
}


.statistic-slider__item-val .val {
    width: 46px;
    display: inline-block;
}

.statistic_icon,
.statistic_icon svg {
    display: inline-block;
    width: 32px;
    height: 15px;
}

.white svg {
    fill: #ffffff;
}

.statistic_icon {
    //margin-right: 8px;
}

.statistic-slider {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.statistic-slider.slick-initialized {
    opacity: 1;
}


.statistic-slider__container {
    overflow: hidden;
}

.statistic-slider__item {
    white-space: nowrap;
}



/* contact form */

.contact-us {
    max-width: 482px;
}

.contact-us__select {
    position: relative;
    border: solid 1px #e9e9e9;
    margin-bottom: 24px;
    height: 40px;
    background-color: #ffffff;
}

.contact-us__select .wpcf7-form-control-wrap {
    position: static;
}

.contact-us__checkboxes {
    margin: 5px 0;
}

.contact-us__checkboxes span {
    display: inline-block;
    margin: 0;
}

.contact-us__checkboxes .span.wpcf7-list-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-us__checkboxes .wpcf7-list-item {
    margin-right: 15px;
}

.subscription .wpcf7-list-item {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.contact-us__radio  [type="radio"],
.contact-us__item [type="checkbox"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.contact-us__radio  .wpcf7-radio{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0 0 0;
}


.contact-us__radio  span.wpcf7-list-item {
    margin: 0 15px 0 0;
}


.contact-us__select select {
    display: block;
    font-size: 15px;
    font-weight: normal;
    width: 100%;
    visibility: hidden;
}


.select {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    font-size: 15px;
    color: #0a0000;
}

.styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    font-weight: bold;
}

.styledSelect:after {
    display: inline-block;
    font: normal normal normal 16px fontello;
    line-height: 24px;
    content: '\e803';
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(50% - 12px);
    right: 8px;
}

.styledSelect.active:after {
    content: '\e805';
}

.contact-us .options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #e9e9e9;
    background-color: #ffffff;
    box-shadow: -1px 14px 13px -8px rgba(228, 225, 225, 1);
}

.contact-us  .options li {
    margin: 0;
    padding: 4px 15px;
    font-size: 15px;
    line-height: 1.66;
}

.contact-us  .options li:not(:last-child) {
    border-bottom: 1px solid #e9e9e9;
}

.contact-us  .options li:hover {
    font-weight: 700;
}

.contact-us__item {
    margin-bottom: 24px;
}

.contact-us__item label {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.66;
}


.contact-us__item textarea,
.contact-us__item input {
    display: block;
    border: solid 1px #e9e9e9;
    width: 100%;
    font-size: 15px;
    line-height: 1.6;
    padding: 7px 15px;
    outline: none;
}

.flag-container  {
    border: none;
}

.intl-tel-input.allow-dropdown input[type=text]{
    width: 100%;
    font-size: 15px;
    line-height: 1.6;
    padding: 7px 15px 7px 46px;
    border: none;
}

.intl-tel-input.allow-dropdown input[type=text],
.contact-us__item input:focus,
.contact-us__item textarea:focus {
    outline: none;
}

.contact-us__item textarea {
    height: 124px;
}

.contact-us__textarea {
    min-height: 10px;
    margin-bottom: 14px;
}

.contact-us__textarea textarea {
    display: none;
}

.contact-us__submit {
    text-align: center;
}
.content-block .btn,
.btn,
.contact-us__submit input[type="submit"] {
    line-height: 1.6;
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    background-color: #0063a5;
    border: none;
    outline: none;
    font-weight: 500;
    padding: 8px 22px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 0;
}

@media (min-width: 992px) {

    .page-banner__inner {
        min-height: 400px;
    }

    .contact-us__submit {
        text-align: left;
    }

}


/* table */


table {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px auto;
}

/* Table */

.table-responsive {
    max-width: 100%;
    overflow-x: auto;
}

thead td,
tbody td {
    border: 1px solid #dddddd;
}

thead td,
tbody td {
    padding: 10px 15px;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}

tr:nth-child(odd) {
    background-color: #fff;
}

tr:nth-child(even) {
    background-color: #ededed;
}

thead + tbody tr:nth-child(even) {
    background-color: #fff;
}

thead + tbody tr:nth-child(odd) {
    background-color: #ededed;
}

table tbody tr td {
    background-color: inherit;
}


@media (min-width: 768px) {

    .alignleft {
        display: inline;
        float: left;
        margin: 0 20px 20px 0;
        max-width: 400px;
    }

    .alignright {
        display: inline;
        float: right;
        margin: 20px 0 20px 20px;
    }



    .single-page-content {
        padding: 40px 0 72px 0;
    }

    .page-banner__title-small {
        font-size: 16px;
    }

}

@media (min-width: 992px) {

    .statistic-slider__item-val {
        width: 125px;
    }

    .statistic-slider__item-val .val {
        width: 53px;
    }

    .single-page-content {
        padding: 66px 0 88px 0;
    }

    .page-banner__title {
        font-size: 52px;
        line-height: 1.38;

    }

    .page-banner__title-top {
        font-size: 92px;
        letter-spacing: 0;
        line-height: 0.75;
    }

    .page-banner__title-small {
        font-size: 18px;
        line-height: 42px;
        font-weight: 700;
        letter-spacing: 7px;
    }

    .contact-row {
        margin: 48px 0 0 0;
    }

    .statistic-slider__item {
        font-size: 15px;
    }

}

.table-lower-case {
	display: block;
    font-size: 80%;
    text-transform: uppercase;
}

/* article#post-719 .single-page-content .content-block .row .col-md-6:first-child p, */
article#post-206 .single-page-content .content-block .row .col-md-6:first-child p{
/* 	display: none; */
}

.chart-info-wrap {
	margin-top: -20px;
	margin-bottom: 20px;
}
