.menu-lang {
    margin-right: auto;
    position: relative;
    padding-left: 0.75rem;
}

.navbar__menu--lang .navbar__menu-dropdown {
    max-width: 100%;
}

.page__featured-image-item {
    max-height: 40.25em !important;
}

.entry p:not(.text-style) span[style*=background] {
    background-color: transparent !important;
}

@media (max-width: 700px) {
    .is-loaded .hero:not(.hero--cover) {
        height: auto !important;
    }
}

.list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none
}

.list__item + .list__item {
    margin-top: .5rem
}

.list__item-icon {
    transition: color .3s cubic-bezier(.4, 0, .2, 1);
    font-size: 1.25rem;
    margin-right: .5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.list__item-icon:not(.list__item-icon--current) {
    color: #06b35b
}

.list__item-link {
    color: #0a071b
}

.list .list {
    padding-left: 1rem;
    border-left: 1px solid #ededed;
    margin-left: .1875rem;
    margin-top: .3125rem;
    padding-top: .125rem;
    padding-bottom: .125rem
}

.list--dotted .list__item {
    position: relative;
    padding-left: 1.25rem;
    line-height: 1.5rem
}

.list--dotted .list__item::before {
    content: '';
    width: .375rem;
    height: .375rem;
    border-radius: 50%;
    position: absolute;
    top: .5625rem;
    line-height: 1;
    left: 0;
    background-color: #311a79
}

.list--dotted .list__item + .list__item {
    margin-top: .75rem
}

.list--dotted.list--special .list__item {
    padding-left: 1.5rem
}

.list--dotted.list--special .list__item::before {
    background-color: #fff;
    width: .8125rem;
    height: .8125rem;
    top: .5625rem;
    border: .25rem solid #06b35b
}

.list--icon {
    line-height: 1.5rem;
    font-size: 1rem
}

.list--icon .list__item, .list--icon .list__item-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 767px) {
    .list--icon .list__item, .list--icon .list__item-link {
        -ms-flex-align: start;
        align-items: flex-start
    }
    .mt-sm-3{
        margin-top: 2em;
    }
}

.list--icon .list__item a:not(:hover) {
    color: inherit
}

.list--icon .list__item-icon {
    margin-right: .5rem;
    font-size: 1.5rem
}

.list--icon .list__item-icon:not(.list__item-icon--current) {
    color: #06b35b
}

.list--icon .list__item + .list__item {
    margin-top: .75rem
}

.list--icon.list--small {
    font-size: .75rem;
    line-height: 1rem
}

.list--icon.list--small .list__item-icon {
    font-size: 1rem;
    margin-right: .5rem
}

.list--icon.list--small .list__item + .list__item {
    margin-top: .5rem
}

.list--inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -.375rem -.5rem
}

.list--inline .list__item {
    padding: .375rem .5rem;
    margin: 0 !important
}

.list--inline.list--dotted .list__item {
    padding-left: 2rem
}

.list--inline.list--dotted .list__item::before {
    top: .75rem;
    left: .5rem
}


.list--small {
    font-size: .875rem
}

.list--xsmall {
    font-size: .75rem;
    letter-spacing: -.01em
}

.list--contact {
    font-weight: 500;
    color: #3c3754
}

.list--contact.list--icon .list__item-icon {
    color: #06b35b;
    margin-right: .5rem
}

.list--contact a:hover {
    color: #06b35b !important
}

.list--nav .list__item + .list__item {
    border-top: 1px solid #ededed
}

.list--nav .list__item-link {
    display: -ms-flexbox;
    display: flex;
    padding: .5rem 10px
}

.list--nav .list__item-link:hover {
    color: #06b35b
}

.list--nav .list__item-link.is-active {
    font-weight: 500;
    color: #06b35b
}

.list--nav .list__item-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: .5rem
}

.list--nav .list__item-label {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.center-image {
    max-height: 30rem !important;
    width: 100%;
}

.mh-400px {
    min-height: 400px;
}

.w-70 {
    width: 70% !important;
}

.w-30 {
    width: 30% !important;
}

.w-75 {
    width: 75% !important;
}

.form__error-label {
    position: relative !important;
}

.form_padding {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group .form__label {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

.input {
    padding: 5px 12px;
    height: 38px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.slider-content.slide-out {
    transform: translateX(100%);
}

.slider-content.slide-in {
    transform: translateX(0);
}

.w-50 {
    width: 50% !important;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.br-0 {
    border-radius: 0px !important;
}

.card--category .card__image-item {
    height: 6rem !important;
}

.card--category .card__image-item {
    height: 6rem !important;
}

.card--overlay .card__content {
    border-radius: 0px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
    border: 1px solid #ced4da !important;
    border-radius: 4px !important;
    padding: 6px 12px !important;
    box-shadow: none !important;
}

.select2-container--default .select2-selection--single:focus {
    border-color: #80bdff !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

.select2-container .select2-selection--single .select2-selection__placeholder {
    color: #6c757d !important;
    font-size: 14px !important;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
    right: 10px !important;
    top: 1px !important;
}

.select2-container--default .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px) !important;
    padding: 5px 2px !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}

.select2-container--default .select2-selection--multiple {
    height: auto !important;
    padding: 5px 2px !important;
    font-size: 1rem !important;
    color: #495057 !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #fff !important;
    background-color: #007bff !important;
    border: 1px solid #007bff !important;
    border-radius: 0.25rem !important;
    margin: 2px !important;
    padding: 2px 8px !important;
    font-size: 0.875rem !important;
}

.select2-selection__choice__remove {
    top: 0 !important;
    padding: 5px !important;
    background-color: white !important;
    color: red !important;
}

.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: auto !important;
    padding-left: 8px !important;
    font-size: 1rem !important;
    color: #495057 !important;
    border: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 14px !important;
}

.select2-container--default .select2-selection--multiple:hover {
    border-color: #80bdff !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #80bdff !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

.select2-container--default .select2-selection--single:hover {
    border-color: #80bdff !important;
}

.select2-dropdown {
    border-radius: 0.25rem !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}

.teams th, .teams td {
    border: 1px solid rgba(237, 237, 237, .5);
    border-right: 1px solid rgba(237, 237, 237, .5);
    padding: 10px;
}

.teams th {
    background: #f5f4fb;
}

@media screen and (min-width: 75rem) {
    .box {
        padding: 1.5rem !important;
    }
}

.form__label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    display: inline-block;
    color: #333;
}

.checkbox {
    width: 25px;
    height: 25px;
}

.cursor-pointer {
    cursor: pointer;
}

.text-primary {
    color: #009ef7;
}

.text-bold {
    font-weight: bold;
}

.text-danger {
    color: #f1416c;
}

@media (min-width: 62rem) {
    .navbar__menu--primary {
        left: 45% !important;
    }
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

.post-footer {
    overflow: hidden;
    border-bottom: 1px solid #ecf7ff;
    border-top: 1px solid #ecf7ff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.post-footer ul.share {
    float: right;
    padding-right: 30px;
}

.post-footer ul.share li a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #06b35b;
}

.share {
    list-style: none;
}

.post-footer ul.share li {
    float: left;
    margin-left: 15px;
}

.fs-25 {
    font-size: 20px;
}

.base-colour {
    color: #06b35b !important;
}

@media screen and (min-width: 75rem) {
    .card__icon-wrapper .card__icon {
        font-size: 2.5rem !important;
    }

    .text-style--jumbo {
        font-size: 2rem !important;
    }

    .fs-35 {
        font-size: 3.5rem !important;
    }
}

.section__title-highlight::before {
    height: 30%;
    left: -0.5%;
}

.mb-1-5 {
    margin-bottom: 1.5rem;
}

.text-style--jumbo {
    font-size: 1.5rem;
}

.fs-35 {
    font-size: 2rem;
}

.navbar__menu-item:hover .navbar__menu-dropdown {
    min-width: 150px !important;
}

.text-justify {
    text-align: justify;
}

.button--link {
    text-decoration: none !important;
}

.statistics-title {
    text-align: center;
    margin-bottom: 28px;
    font-size: 1.8em;
}

.blog-detail-info {
    display: inline-block;
    padding: 0 5px;
}

.op-bottom{
    object-position: bottom;
}
.share-stars{
    display: inline-block;
    float: right;
    padding-right: 30px;
}
.stars {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.star {
    color: darkgrey;
    font-size: 20px;
    align-items: center;
    justify-content: space-evenly;
    padding-right: 5px;
    cursor: pointer;
}
.active-star {
    color: #06b35b !important;
    transform: scale(1.2) !important;
}

.w-100{
    width: 100%;
}
.section--hero::after {
    opacity: .3 !important;
}
@media screen and (min-width: 75rem) and (min-width: 75rem) {
    .navbar__menu {
        margin-left: -6rem !important;
    }
}
.file__label{
    min-height: 38px !important;
    max-height: 38px !important;
}
.file__preview{
    min-height: 38px !important;
    max-height: 38px !important;
    padding: .5rem 1rem !important;
}
.btn_registration{
    width: 200px !important;
    margin: 0 auto;
}
.form__seperator{
    padding: 15px 0 !important;
}
.section--hero .section__background {
    -o-object-position: 50% 0;
    object-position: 50% 50% !important;
}
@media screen and (min-width: 75rem) {
    .navbar__logo-img {
        height: 3.25rem !important;
    }
    .section--hero {
        min-height: 47.5rem !important;
    }
}
@media screen and (max-width: 75rem) {
    .navbar__logo-img {
        height: 2.5rem !important;
        width: auto;
    }
}
