:root {
    --colorPrimary: #ff7f46;
    --colorBlue: #4582ff;
    --colorGreen: #00d6d3;
    --colorBlack: #0f2239;
    --paraColor: #636363;
    --ratingColor: #f1cc38;
    --colorWhite: #ffffff;
    --paraFont: 'Rubik', sans-serif;
    --headingFont: 'Montserrat', sans-serif;
    --box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.title-ratingColor hr.title-section-line,.title-purble hr.title-section-small-line {
    background: var(--ratingColor);
}
#campus-life{
    position:relative;
    background: linear-gradient(rgb(0 173 255 / 80%),rgb(152 201 255 / 12%)),url(https://www.sivas.edu.tr/media/uploads/images/Tanitim/sivasback.jpg);    background-attachment:fixed;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    margin-bottom:40px;
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}
#campus-life span{
 color:#FFF;
}
#campus-life .title-section-mobile{
   color:#FFF;
}

hr.hr-shadow {
    border: none;
    height: 20px;
    margin-left:5px;
    margin-right:5px;
}
hr.hr-shadow {
    margin-top: 40px;
    margin-bottom: 40px;
    border-top-color: #000000;
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    -webkit-opacity: 0.2;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.hr-shadowhr.transparent {
    border-top-color: transparent;
}
hr.hr-shadow.small {
    margin: 18px 0;
}
.sbtu-hr,hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    text-align: inherit;
    margin: 0 0 20px 0;
    border: 0;
    border-top: 1px solid #e5e5e5
}

*+.sbtu-hr,*+hr {
    margin-top: 20px
}

.sbtu-heading-divider {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5
}

.sbtu-heading-bullet {
    position: relative
}

.sbtu-heading-bullet::before {
    content: "";
    display: inline-block;
    position: relative;
    top: calc(-.1 * 1em);
    vertical-align: middle;
    height: .9em;
    margin-right: 10px;
    border-left: 5px solid #e5e5e5
}

.sbtu-heading-line {
    overflow: hidden
}

.sbtu-heading-line>* {
    display: inline-block;
    position: relative
}

.sbtu-heading-line>::after,.sbtu-heading-line>::before {
    content: "";
    position: absolute;
    top: calc(50% - (1px / 2));
    width: 2000px;
    border-bottom: 1px solid #e5e5e5
}

.sbtu-heading-line>::before {
    right: 100%;
    margin-right: .6em
}

.sbtu-heading-line>::after {
    left: 100%;
    margin-left: .6em
}

[class*=sbtu-divider] {
    border: none;
    margin-bottom: 20px
}

*+[class*=sbtu-divider] {
    margin-top: 20px
}

.sbtu-divider-icon {
    position: relative;
    height: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.sbtu-divider-icon::after,.sbtu-divider-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    max-width: calc(50% - (50px / 2));
    border-bottom: 1px solid #e5e5e5
}

.sbtu-divider-icon::before {
    right: calc(50% + (50px / 2));
    width: 100%
}

.sbtu-divider-icon::after {
    left: calc(50% + (50px / 2));
    width: 100%
}

.sbtu-divider-small {
    height: 1px
}

.sbtu-divider-small::after {
    content: "";
    display: inline-block;
    width: 100px;
    max-width: 100%;
    border-top: 1px solid #e5e5e5;
    vertical-align: top
}

.sbtu-divider-vertical {
    width: 1px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #e5e5e5
}

.sbtu-list {
    padding: 0;
    list-style: none
}

.sbtu-list>li::after,.sbtu-list>li::before {
    content: "";
    display: table
}

.sbtu-list>li::after {
    clear: both
}

.sbtu-list>li>:last-child {
    margin-bottom: 0
}

.sbtu-list ul {
    margin: 0;
    padding-left: 30px;
    list-style: none
}

.sbtu-list>li:nth-child(n+2),.sbtu-list>li>ul {
    margin-top: 10px
}

.sbtu-list-divider>li:nth-child(n+2) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5
}

.sbtu-list-striped>li {
    padding: 10px 10px
}

.sbtu-list-striped>li:nth-of-type(odd) {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.sbtu-list-striped>li:nth-of-type(odd) {
    background: #f8f8f8
}

.sbtu-list-striped>li:nth-child(n+2) {
    margin-top: 0
}

.sbtu-list-bullet>li {
    position: relative;
    padding-left: calc(1.5em + 10px)
}

.sbtu-list-bullet>li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block
}

.sbtu-list-large>li:nth-child(n+2),.sbtu-list-large>li>ul {
    margin-top: 20px
}

.sbtu-list-large.sbtu-list-divider>li:nth-child(n+2) {
    margin-top: 20px;
    padding-top: 20px
}

.sbtu-list-large.sbtu-list-striped>li {
    padding: 20px 10px
}

.sbtu-list-large.sbtu-list-striped>li:nth-of-type(odd) {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.sbtu-list-large.sbtu-list-striped>li:nth-child(n+2) {
    margin-top: 0
}

.sbtu-description-list>dt {
    color: #333;
    font-size: .875rem;
    font-weight: 400;
    text-transform: uppercase
}

.sbtu-description-list>dt:nth-child(n+2) {
    margin-top: 20px
}

.sbtu-description-list-divider>dt:nth-child(n+2) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5
}

.sbtu-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 20px
}

*+.sbtu-table {
    margin-top: 20px
}

.sbtu-table th {
    padding: 16px 12px;
    text-align: left;
    vertical-align: bottom;
    font-size: .875rem;
    font-weight: 400;
    color: #999;
    text-transform: uppercase
}

.sbtu-table td {
    padding: 16px 12px;
    vertical-align: top
}

.sbtu-table td>:last-child {
    margin-bottom: 0
}

.sbtu-table tfoot {
    font-size: .875rem
}

.sbtu-table caption {
    font-size: .875rem;
    text-align: left;
    color: #999
}

.sbtu-table-middle,.sbtu-table-middle td {
    vertical-align: middle!important
}

.sbtu-table-divider>:first-child>tr:not(:first-child),.sbtu-table-divider>:not(:first-child)>tr,.sbtu-table-divider>tr:not(:first-child) {
    border-top: 1px solid #e5e5e5
}

.sbtu-table-striped tbody tr:nth-of-type(odd),.sbtu-table-striped>tr:nth-of-type(odd) {
    background: #f8f8f8;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.sbtu-table-hover tbody tr:hover,.sbtu-table-hover>tr:hover {
    background: #ffd
}

.sbtu-table tbody tr.sbtu-active,.sbtu-table>tr.sbtu-active {
    background: #ffd
}

.sbtu-table-small td,.sbtu-table-small th {
    padding: 10px 12px
}

.sbtu-table-large td,.sbtu-table-large th {
    padding: 22px 12px
}

.sbtu-table-justify td:first-child,.sbtu-table-justify th:first-child {
    padding-left: 0
}

.sbtu-table-justify td:last-child,.sbtu-table-justify th:last-child {
    padding-right: 0
}

.sbtu-table-shrink {
    width: 1px
}

.sbtu-table-expand {
    min-width: 150px
}

.sbtu-table-link {
    padding: 0!important
}

.sbtu-table-link>a {
    display: block;
    padding: 16px 12px
}

.sbtu-table-small .sbtu-table-link>a {
    padding: 10px 12px
}

@media (max-width: 959px) {
    .sbtu-table-responsive,.sbtu-table-responsive tbody,.sbtu-table-responsive td,.sbtu-table-responsive th,.sbtu-table-responsive tr {
        display:block
    }

    .sbtu-table-responsive thead {
        display: none
    }

    .sbtu-table-responsive td,.sbtu-table-responsive th {
        width: auto!important;
        max-width: none!important;
        min-width: 0!important;
        overflow: visible!important;
        white-space: normal!important
    }

    .sbtu-table-responsive .sbtu-table-link:not(:first-child)>a,.sbtu-table-responsive td:not(:first-child):not(.sbtu-table-link),.sbtu-table-responsive th:not(:first-child):not(.sbtu-table-link) {
        padding-top: 5px!important
    }

    .sbtu-table-responsive .sbtu-table-link:not(:last-child)>a,.sbtu-table-responsive td:not(:last-child):not(.sbtu-table-link),.sbtu-table-responsive th:not(:last-child):not(.sbtu-table-link) {
        padding-bottom: 5px!important
    }

    .sbtu-table-justify.sbtu-table-responsive td,.sbtu-table-justify.sbtu-table-responsive th {
        padding-left: 0;
        padding-right: 0
    }
}

.sbtu-table tbody tr {
    transition: background-color .1s linear
}

.sbtu-icon {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    fill: currentcolor;
    line-height: 0
}

button.sbtu-icon:not(:disabled) {
    cursor: pointer
}

.sbtu-icon::-moz-focus-inner {
    border: 0;
    padding: 0
}

.sbtu-icon:not(.sbtu-preserve) [fill*='#']:not(.sbtu-preserve) {
    fill: currentcolor
}

.sbtu-icon:not(.sbtu-preserve) [stroke*='#']:not(.sbtu-preserve) {
    stroke: currentcolor
}

.sbtu-icon>* {
    transform: translate(0,0)
}

.sbtu-icon-image {
    width: 20px;
    height: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle
}

.sbtu-icon-link {
    color: #999
}

.sbtu-icon-link:focus,.sbtu-icon-link:hover {
    color: #666;
    outline: 0
}

.sbtu-active>.sbtu-icon-link,.sbtu-icon-link:active {
    color: #595959
}

.sbtu-icon-button {
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border-radius: 500px;
    background: #f8f8f8;
    color: #999;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .1s ease-in-out;
    transition-property: color,background-color
}

.sbtu-icon-button:focus,.sbtu-icon-button:hover {
    background-color: #ebebeb;
    color: #666;
    outline: 0
}

.sbtu-active>.sbtu-icon-button,.sbtu-icon-button:active {
    background-color: #dfdfdf;
    color: #666
}

.sbtu-range {
    box-sizing: border-box;
    margin: 0;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    -webkit-appearance: none;
    background: 0 0;
    padding: 0
}

.sbtu-range:focus {
    outline: 0
}

.sbtu-range::-moz-focus-outer {
    border: none
}

.sbtu-range::-ms-track {
    height: 15px;
    background: 0 0;
    border-color: transparent;
    color: transparent
}

.sbtu-range:not(:disabled)::-webkit-slider-thumb {
    cursor: pointer
}

.sbtu-range:not(:disabled)::-moz-range-thumb {
    cursor: pointer
}

.sbtu-range:not(:disabled)::-ms-thumb {
    cursor: pointer
}

.sbtu-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    margin-top: -7px;
    height: 15px;
    width: 15px;
    border-radius: 500px;
    background: #fff;
    border: 1px solid #ccc
}

.sbtu-range::-moz-range-thumb {
    border: none;
    height: 15px;
    width: 15px;
    border-radius: 500px;
    background: #fff;
    border: 1px solid #ccc
}

.sbtu-range::-ms-thumb {
    margin-top: 0
}

.sbtu-range::-ms-thumb {
    border: none;
    height: 15px;
    width: 15px;
    border-radius: 500px;
    background: #fff;
    border: 1px solid #ccc
}

.sbtu-range::-ms-tooltip {
    display: none
}

.sbtu-range::-webkit-slider-runnable-track {
    height: 3px;
    background: #ebebeb;
    border-radius: 500px
}

.sbtu-range:active::-webkit-slider-runnable-track,.sbtu-range:focus::-webkit-slider-runnable-track {
    background: #d2d2d2
}

.sbtu-range::-moz-range-track {
    height: 3px;
    background: #ebebeb;
    border-radius: 500px
}

.sbtu-range:focus::-moz-range-track {
    background: #d2d2d2
}

.sbtu-range::-ms-fill-lower,.sbtu-range::-ms-fill-upper {
    height: 3px;
    background: #ebebeb;
    border-radius: 500px
}

.sbtu-range:focus::-ms-fill-lower,.sbtu-range:focus::-ms-fill-upper {
    background: #d2d2d2
}

.sbtu-checkbox,.sbtu-input,.sbtu-radio,.sbtu-select,.sbtu-textarea {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit
}

.sbtu-input {
    overflow: visible
}

.sbtu-select {
    text-transform: none
}

.sbtu-select optgroup {
    font: inherit;
    font-weight: 700
}

.sbtu-textarea {
    overflow: auto
}

.sbtu-input[type=search]::-webkit-search-cancel-button,.sbtu-input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.sbtu-input[type=number]::-webkit-inner-spin-button,.sbtu-input[type=number]::-webkit-outer-spin-button {
    height: auto
}

.sbtu-input::-moz-placeholder,.sbtu-textarea::-moz-placeholder {
    opacity: 1
}

.sbtu-checkbox:not(:disabled),.sbtu-radio:not(:disabled) {
    cursor: pointer
}

.sbtu-fieldset {
    border: none;
    margin: 0;
    padding: 0
}

.sbtu-input,.sbtu-textarea {
    -webkit-appearance: none
}

.sbtu-input,.sbtu-select,.sbtu-textarea {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    transition: .2s ease-in-out;
    transition-property: color,background-color,border
}

.sbtu-input,.sbtu-select:not([multiple]):not([size]) {
    height: 40px;
    vertical-align: middle;
    display: inline-block
}

.sbtu-input:not(input),.sbtu-select:not(select) {
    line-height: 38px
}

.sbtu-select[multiple],.sbtu-select[size],.sbtu-textarea {
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: top
}

.sbtu-input:focus,.sbtu-select:focus,.sbtu-textarea:focus {
    outline: 0;
    background-color: #fff;
    color: #666;
    border-color: #1e87f0
}

.sbtu-input:disabled,.sbtu-select:disabled,.sbtu-textarea:disabled {
    background-color: #f8f8f8;
    color: #999;
    border-color: #e5e5e5
}

.sbtu-input::-ms-input-placeholder {
    color: #999!important
}

.sbtu-input::placeholder {
    color: #999
}

.sbtu-textarea::-ms-input-placeholder {
    color: #999!important
}

.sbtu-textarea::placeholder {
    color: #999
}

.sbtu-form-small {
    font-size: .875rem
}

.sbtu-form-small:not(textarea):not([multiple]):not([size]) {
    height: 30px;
    padding-left: 8px;
    padding-right: 8px
}

.sbtu-form-small:not(select):not(input):not(textarea) {
    line-height: 28px
}

.sbtu-form-large {
    font-size: 1.25rem
}

.sbtu-form-large:not(textarea):not([multiple]):not([size]) {
    height: 55px;
    padding-left: 12px;
    padding-right: 12px
}

.sbtu-form-large:not(select):not(input):not(textarea) {
    line-height: 53px
}

.sbtu-form-danger,.sbtu-form-danger:focus {
    color: #f0506e;
    border-color: #f0506e
}

.sbtu-form-success,.sbtu-form-success:focus {
    color: #32d296;
    border-color: #32d296
}

.sbtu-form-blank {
    background: 0 0;
    border-color: transparent
}

.sbtu-form-blank:focus {
    border-color: #e5e5e5;
    border-style: dashed
}

input.sbtu-form-width-xsmall {
    width: 50px
}

select.sbtu-form-width-xsmall {
    width: 75px
}

.sbtu-form-width-small {
    width: 130px
}

.sbtu-form-width-medium {
    width: 200px
}

.sbtu-form-width-large {
    width: 500px
}

.sbtu-select:not([multiple]):not([size]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
    background-position: 100% 50%
}

.sbtu-select:not([multiple]):not([size])::-ms-expand {
    display: none
}

.sbtu-select:not([multiple]):not([size]) option {
    color: #444
}

.sbtu-select:not([multiple]):not([size]):disabled {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.sbtu-checkbox,.sbtu-radio {
    display: inline-block;
    height: 16px;
    width: 16px;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #ccc;
    transition: .2s ease-in-out;
    transition-property: background-color,border
}

.sbtu-radio {
    border-radius: 50%
}

.sbtu-checkbox:focus,.sbtu-radio:focus {
    outline: 0;
    border-color: #1e87f0
}

.sbtu-checkbox:checked,.sbtu-checkbox:indeterminate,.sbtu-radio:checked {
    background-color: #1e87f0;
    border-color: transparent
}

.sbtu-checkbox:checked:focus,.sbtu-checkbox:indeterminate:focus,.sbtu-radio:checked:focus {
    background-color: #0e6dcd
}

.sbtu-radio:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.sbtu-checkbox:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.sbtu-checkbox:indeterminate {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.sbtu-checkbox:disabled,.sbtu-radio:disabled {
    background-color: #f8f8f8;
    border-color: #e5e5e5
}

.sbtu-radio:disabled:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.sbtu-checkbox:disabled:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.sbtu-checkbox:disabled:indeterminate {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.sbtu-legend {
    width: 100%;
    color: inherit;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.4
}

.sbtu-form-custom {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle
}

.sbtu-form-custom input[type=file],.sbtu-form-custom select {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-appearance: none;
    opacity: 0;
    cursor: pointer
}

.sbtu-form-custom input[type=file] {
    font-size: 500px;
    overflow: hidden
}

.sbtu-form-label {
    color: #333;
    font-size: .875rem
}

.sbtu-form-stacked .sbtu-form-label {
    display: block;
    margin-bottom: 5px
}

@media (max-width: 959px) {
    .sbtu-form-horizontal .sbtu-form-label {
        display:block;
        margin-bottom: 5px
    }
}

@media (min-width: 960px) {
    .sbtu-form-horizontal .sbtu-form-label {
        width:200px;
        margin-top: 7px;
        float: left
    }

    .sbtu-form-horizontal .sbtu-form-controls {
        margin-left: 215px
    }

    .sbtu-form-horizontal .sbtu-form-controls-text {
        padding-top: 7px
    }
}

.sbtu-form-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #999
}

.sbtu-form-icon:hover {
    color: #666
}

.sbtu-form-icon:not(a):not(button):not(input) {
    pointer-events: none
}

.sbtu-form-icon:not(.sbtu-form-icon-flip)~.sbtu-input {
    padding-left: 40px!important
}

.sbtu-form-icon-flip {
    right: 0;
    left: auto
}

.sbtu-form-icon-flip~.sbtu-input {
    padding-right: 40px!important
}

.sbtu-button {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: .875rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color,background-color,border-color
}

.sbtu-button:not(:disabled) {
    cursor: pointer
}

.sbtu-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.sbtu-button:hover {
    text-decoration: none
}

.sbtu-button:focus {
    outline: 0
}

.sbtu-button-default {
    background-color: transparent;
    color: #333;
    border: 1px solid #e5e5e5
}

.sbtu-button-default:focus,.sbtu-button-default:hover {
    background-color: transparent;
    color: #333;
    border-color: #b2b2b2
}

.sbtu-button-default.sbtu-active,.sbtu-button-default:active {
    background-color: transparent;
    color: #333;
    border-color: #999
}

.sbtu-button-primary {
    background-color: #1e87f0;
    color: #fff;
    border: 1px solid transparent
}

.sbtu-button-primary:focus,.sbtu-button-primary:hover {
    background-color: #0f7ae5;
    color: #fff
}

.sbtu-button-primary.sbtu-active,.sbtu-button-primary:active {
    background-color: #0e6dcd;
    color: #fff
}

.sbtu-button-secondary {
    background-color: #222;
    color: #fff;
    border: 1px solid transparent
}

.sbtu-button-secondary:focus,.sbtu-button-secondary:hover {
    background-color: #151515;
    color: #fff
}

.sbtu-button-secondary.sbtu-active,.sbtu-button-secondary:active {
    background-color: #080808;
    color: #fff
}

.sbtu-button-danger {
    background-color: #f0506e;
    color: #fff;
    border: 1px solid transparent
}

.sbtu-button-danger:focus,.sbtu-button-danger:hover {
    background-color: #ee395b;
    color: #fff
}

.sbtu-button-danger.sbtu-active,.sbtu-button-danger:active {
    background-color: #ec2147;
    color: #fff
}

.sbtu-button-danger:disabled,.sbtu-button-default:disabled,.sbtu-button-primary:disabled,.sbtu-button-secondary:disabled {
    background-color: transparent;
    color: #999;
    border-color: #e5e5e5
}

.sbtu-button-small {
    padding: 0 15px;
    line-height: 28px;
    font-size: .875rem
}

.sbtu-button-large {
    padding: 0 40px;
    line-height: 53px;
    font-size: .875rem
}

.sbtu-button-text {
    padding: 0;
    line-height: 1.5;
    background: 0 0;
    color: #333;
    position: relative
}

.sbtu-button-text::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    border-bottom: 1px solid #333;
    transition: right .3s ease-out
}

.sbtu-button-text:focus,.sbtu-button-text:hover {
    color: #333
}

.sbtu-button-text:focus::before,.sbtu-button-text:hover::before {
    right: 0
}

.sbtu-button-text:disabled {
    color: #999
}

.sbtu-button-text:disabled::before {
    display: none
}

.sbtu-button-link {
    padding: 0;
    line-height: 1.5;
    background: 0 0;
    color: #1e87f0
}

.sbtu-button-link:focus,.sbtu-button-link:hover {
    color: #0f6ecd;
    text-decoration: underline
}

.sbtu-button-link:disabled {
    color: #999;
    text-decoration: none
}

.sbtu-button-group {
    display: inline-flex;
    vertical-align: middle;
    position: relative
}

.sbtu-button-group>.sbtu-button:nth-child(n+2),.sbtu-button-group>div:nth-child(n+2) .sbtu-button {
    margin-left: -1px
}

.sbtu-button-group .sbtu-button.sbtu-active,.sbtu-button-group .sbtu-button:active,.sbtu-button-group .sbtu-button:focus,.sbtu-button-group .sbtu-button:hover {
    position: relative;
    z-index: 1
}

.sbtu-section {
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width: 960px) {
    .sbtu-section {
        padding-top:70px;
        padding-bottom: 70px
    }
}

.sbtu-section::after,.sbtu-section::before {
    content: "";
    display: table
}

.sbtu-section::after {
    clear: both
}

.sbtu-section>:last-child {
    margin-bottom: 0
}

.sbtu-section-xsmall {
    padding-top: 20px;
    padding-bottom: 20px
}

.sbtu-section-small {
    padding-top: 40px;
    padding-bottom: 40px
}

.sbtu-section-large {
    padding-top: 70px;
    padding-bottom: 70px
}

@media (min-width: 960px) {
    .sbtu-section-large {
        padding-top:140px;
        padding-bottom: 140px
    }
}

.sbtu-section-xlarge {
    padding-top: 140px;
    padding-bottom: 140px
}

@media (min-width: 960px) {
    .sbtu-section-xlarge {
        padding-top:210px;
        padding-bottom: 210px
    }
}

.sbtu-section-default {
    background: #fff
}

.sbtu-section-muted {
    background: #f8f8f8
}

.sbtu-section-primary {
    background: #1e87f0
}

.sbtu-section-secondary {
    background: #222
}

.sbtu-container {
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 640px) {
    .sbtu-container {
        padding-left:30px;
        padding-right: 30px
    }
}

@media (min-width: 960px) {
    .sbtu-container {
        padding-left:40px;
        padding-right: 40px
    }
}

.sbtu-container::after,.sbtu-container::before {
    content: "";
    display: table
}

.sbtu-container::after {
    clear: both
}

.sbtu-container>:last-child {
    margin-bottom: 0
}

.sbtu-container .sbtu-container {
    padding-left: 0;
    padding-right: 0
}

.sbtu-container-xsmall {
    max-width: 750px
}

.sbtu-container-small {
    max-width: 900px
}

.sbtu-container-large {
    max-width: 1625px
}

.sbtu-container-expand {
    max-width: none
}

.sbtu-container-expand-left {
    margin-left: 0
}

.sbtu-container-expand-right {
    margin-right: 0
}

@media (min-width: 640px) {
    .sbtu-container-expand-left.sbtu-container-xsmall,.sbtu-container-expand-right.sbtu-container-xsmall {
        max-width:calc(50% + (750px / 2) - 30px)
    }

    .sbtu-container-expand-left.sbtu-container-small,.sbtu-container-expand-right.sbtu-container-small {
        max-width: calc(50% + (900px / 2) - 30px)
    }
}

@media (min-width: 960px) {
    .sbtu-container-expand-left,.sbtu-container-expand-right {
        max-width:calc(50% + (1200px / 2) - 40px)
    }

    .sbtu-container-expand-left.sbtu-container-xsmall,.sbtu-container-expand-right.sbtu-container-xsmall {
        max-width: calc(50% + (750px / 2) - 40px)
    }

    .sbtu-container-expand-left.sbtu-container-small,.sbtu-container-expand-right.sbtu-container-small {
        max-width: calc(50% + (900px / 2) - 40px)
    }

    .sbtu-container-expand-left.sbtu-container-large,.sbtu-container-expand-right.sbtu-container-large {
        max-width: calc(50% + (1600px / 2) - 40px)
    }
}

.sbtu-container-item-padding-remove-left,.sbtu-container-item-padding-remove-right {
    width: calc(100% + 15px)
}

.sbtu-container-item-padding-remove-left {
    margin-left: -15px
}

.sbtu-container-item-padding-remove-right {
    margin-right: -15px
}

@media (min-width: 640px) {
    .sbtu-container-item-padding-remove-left,.sbtu-container-item-padding-remove-right {
        width:calc(100% + 30px)
    }

    .sbtu-container-item-padding-remove-left {
        margin-left: -30px
    }

    .sbtu-container-item-padding-remove-right {
        margin-right: -30px
    }
}

@media (min-width: 960px) {
    .sbtu-container-item-padding-remove-left,.sbtu-container-item-padding-remove-right {
        width:calc(100% + 40px)
    }

    .sbtu-container-item-padding-remove-left {
        margin-left: -40px
    }

    .sbtu-container-item-padding-remove-right {
        margin-right: -40px
    }
}

.sbtu-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none
}

.sbtu-grid>* {
    margin: 0
}

.sbtu-grid>*>:last-child {
    margin-bottom: 5px
}

.sbtu-grid {
    margin-left: -30px
}

.sbtu-grid>* {
    padding-left: 30px
}

*+.sbtu-grid-margin,.sbtu-grid+.sbtu-grid,.sbtu-grid>.sbtu-grid-margin {
    margin-top: 30px
}

@media (min-width: 1200px) {
    .sbtu-grid {
        margin-left:-40px
    }

    .sbtu-grid>* {
        padding-left: 40px
    }

    *+.sbtu-grid-margin,.sbtu-grid+.sbtu-grid,.sbtu-grid>.sbtu-grid-margin {
        margin-top: 40px
    }
}

.sbtu-grid-small {
    margin-left: -15px
}

.sbtu-grid-small>* {
    padding-left: 15px
}

*+.sbtu-grid-margin-small,.sbtu-grid+.sbtu-grid-small,.sbtu-grid-small>.sbtu-grid-margin {
    margin-top: 15px
}

.sbtu-grid-medium {
    margin-left: -30px
}

.sbtu-grid-medium>* {
    padding-left: 30px
}

*+.sbtu-grid-margin-medium,.sbtu-grid+.sbtu-grid-medium,.sbtu-grid-medium>.sbtu-grid-margin {
    margin-top: 30px
}

.sbtu-grid-large {
    margin-left: -40px
}

.sbtu-grid-large>* {
    padding-left: 40px
}

*+.sbtu-grid-margin-large,.sbtu-grid+.sbtu-grid-large,.sbtu-grid-large>.sbtu-grid-margin {
    margin-top: 40px
}

@media (min-width: 1200px) {
    .sbtu-grid-large {
        margin-left:-70px
    }

    .sbtu-grid-large>* {
        padding-left: 70px
    }

    *+.sbtu-grid-margin-large,.sbtu-grid+.sbtu-grid-large,.sbtu-grid-large>.sbtu-grid-margin {
        margin-top: 70px
    }
}

.sbtu-grid-collapse {
    margin-left: 0
}

.sbtu-grid-collapse>* {
    padding-left: 0
}

.sbtu-grid+.sbtu-grid-collapse,.sbtu-grid-collapse>.sbtu-grid-margin {
    margin-top: 0
}

.sbtu-grid-divider>* {
    position: relative
}

.sbtu-grid-divider>:not(.sbtu-first-column)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid #e5e5e5
}

.sbtu-grid-divider.sbtu-grid-stack>.sbtu-grid-margin::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid #e5e5e5
}

.sbtu-grid-divider {
    margin-left: -60px
}

.sbtu-grid-divider>* {
    padding-left: 60px
}

.sbtu-grid-divider>:not(.sbtu-first-column)::before {
    left: 30px
}

.sbtu-grid-divider.sbtu-grid-stack>.sbtu-grid-margin {
    margin-top: 60px
}

.sbtu-grid-divider.sbtu-grid-stack>.sbtu-grid-margin::before {
    top: -30px;
    left: 60px
}

@media (min-width: 1200px) {
    .sbtu-grid-divider {
        margin-left:-80px
    }

    .sbtu-grid-divider>* {
        padding-left: 80px
    }

    .sbtu-grid-divider>:not(.sbtu-first-column)::before {
        left: 40px
    }

    .sbtu-grid-divider.sbtu-grid-stack>.sbtu-grid-margin {
        margin-top: 80px
    }

    .sbtu-grid-divider.sbtu-grid-stack>.sbtu-grid-margin::before {
        top: -40px;
        left: 80px
    }
}

.sbtu-grid-divider.sbtu-grid-small {
    margin-left: -30px
}

.sbtu-grid-divider.sbtu-grid-small>* {
    padding-left: 30px
}

.sbtu-grid-divider.sbtu-grid-small>:not(.sbtu-first-column)::before {
    left: 15px
}

.sbtu-grid-divider.sbtu-grid-small.sbtu-grid-stack>.sbtu-grid-margin {
    margin-top: 30px
}

.sbtu-grid-divider.sbtu-grid-small.sbtu-grid-stack>.sbtu-grid-margin::before {
    top: -15px;
    left: 30px
}

.sbtu-grid-divider.sbtu-grid-medium {
    margin-left: -60px
}

.sbtu-grid-divider.sbtu-grid-medium>* {
    padding-left: 60px
}

.sbtu-grid-divider.sbtu-grid-medium>:not(.sbtu-first-column)::before {
    left: 30px
}

.sbtu-grid-divider.sbtu-grid-medium.sbtu-grid-stack>.sbtu-grid-margin {
    margin-top: 60px
}

.sbtu-grid-divider.sbtu-grid-medium.sbtu-grid-stack>.sbtu-grid-margin::before {
    top: -30px;
    left: 60px
}

.sbtu-grid-divider.sbtu-grid-large {
    margin-left: -80px
}

.sbtu-grid-divider.sbtu-grid-large>* {
    padding-left: 80px
}

.sbtu-grid-divider.sbtu-grid-large>:not(.sbtu-first-column)::before {
    left: 40px
}

.sbtu-grid-divider.sbtu-grid-large.sbtu-grid-stack>.sbtu-grid-margin {
    margin-top: 80px
}

.sbtu-grid-divider.sbtu-grid-large.sbtu-grid-stack>.sbtu-grid-margin::before {
    top: -40px;
    left: 80px
}

@media (min-width: 1200px) {
    .sbtu-grid-divider.sbtu-grid-large {
        margin-left:-140px
    }

    .sbtu-grid-divider.sbtu-grid-large>* {
        padding-left: 140px
    }

    .sbtu-grid-divider.sbtu-grid-large>:not(.sbtu-first-column)::before {
        left: 70px
    }

    .sbtu-grid-divider.sbtu-grid-large.sbtu-grid-stack>.sbtu-grid-margin {
        margin-top: 140px
    }

    .sbtu-grid-divider.sbtu-grid-large.sbtu-grid-stack>.sbtu-grid-margin::before {
        top: -70px;
        left: 140px
    }
}

.sbtu-grid-item-match,.sbtu-grid-match>* {
    display: flex;
    flex-wrap: wrap
}

.sbtu-grid-item-match>:not([class*=sbtu-width]),.sbtu-grid-match>*>:not([class*=sbtu-width]) {
    box-sizing: border-box;
    width: 100%;
    flex: auto
}

.sbtu-tile {
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width: 640px) {
    .sbtu-tile {
        padding-left:30px;
        padding-right: 30px
    }
}

@media (min-width: 960px) {
    .sbtu-tile {
        padding-left:40px;
        padding-right: 40px;
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.sbtu-tile::after,.sbtu-tile::before {
    content: "";
    display: table
}

.sbtu-tile::after {
    clear: both
}

.sbtu-tile>:last-child {
    margin-bottom: 0
}

.sbtu-tile-xsmall {
    padding-top: 20px;
    padding-bottom: 20px
}

.sbtu-tile-small {
    padding-top: 40px;
    padding-bottom: 40px
}

.sbtu-tile-large {
    padding-top: 70px;
    padding-bottom: 70px
}

@media (min-width: 960px) {
    .sbtu-tile-large {
        padding-top:140px;
        padding-bottom: 140px
    }
}

.sbtu-tile-xlarge {
    padding-top: 140px;
    padding-bottom: 140px
}

@media (min-width: 960px) {
    .sbtu-tile-xlarge {
        padding-top:210px;
        padding-bottom: 210px
    }
}

.sbtu-tile-default {
    background: #fff
}

.sbtu-tile-muted {
    background: #f8f8f8
}

.sbtu-tile-primary {
    background: #1e87f0
}

.sbtu-tile-secondary {
    background: #222
}

.sbtu-card {
    position: relative;
    box-sizing: border-box;
    transition: box-shadow .1s ease-in-out
}

.sbtu-card-body {
    padding: 30px 30px
}

.sbtu-card-header {
    padding: 15px 30px
}

.sbtu-card-footer {
    padding: 15px 30px
}

@media (min-width: 1200px) {
    .sbtu-card-body {
        padding:40px 40px
    }

    .sbtu-card-header {
        padding: 20px 40px
    }

    .sbtu-card-footer {
        padding: 20px 40px
    }
}

.sbtu-card-body::after,.sbtu-card-body::before,.sbtu-card-footer::after,.sbtu-card-footer::before,.sbtu-card-header::after,.sbtu-card-header::before {
    content: "";
    display: table
}

.sbtu-card-body::after,.sbtu-card-footer::after,.sbtu-card-header::after {
    clear: both
}

.sbtu-card-body>:last-child,.sbtu-card-footer>:last-child,.sbtu-card-header>:last-child {
    margin-bottom: 0
}

.sbtu-card-title {
    font-size: 1.5rem;
    line-height: 1.4
}

.sbtu-card-badge {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1
}

.sbtu-card-badge:first-child+* {
    margin-top: 0
}

.sbtu-card-hover:not(.sbtu-card-default):not(.sbtu-card-primary):not(.sbtu-card-secondary):hover {
    background: #fff;
    box-shadow: 0 14px 25px rgba(0,0,0,.16)
}

.sbtu-card-default {
    background: #fff;
    color: #666;
    box-shadow: 0 5px 15px rgba(0,0,0,.08)
}

.sbtu-card-default .sbtu-card-title {
    color: #333
}

.sbtu-card-default.sbtu-card-hover:hover {
    background-color: #fff;
    box-shadow: 0 14px 25px rgba(0,0,0,.16)
}

.sbtu-card-default .sbtu-card-header {
    border-bottom: 1px solid #e5e5e5
}

.sbtu-card-default .sbtu-card-footer {
    border-top: 1px solid #e5e5e5
}

.sbtu-card-primary {
    background: #1e87f0;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.08)
}

.sbtu-card-primary .sbtu-card-title {
    color: #fff
}

.sbtu-card-primary.sbtu-card-hover:hover {
    background-color: #1e87f0;
    box-shadow: 0 14px 25px rgba(0,0,0,.16)
}

.sbtu-card-secondary {
    background: #222;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.08)
}

.sbtu-card-secondary .sbtu-card-title {
    color: #fff
}

.sbtu-card-secondary.sbtu-card-hover:hover {
    background-color: #222;
    box-shadow: 0 14px 25px rgba(0,0,0,.16)
}

.sbtu-card-small .sbtu-card-body,.sbtu-card-small.sbtu-card-body {
    padding: 20px 20px
}

.sbtu-card-small .sbtu-card-header {
    padding: 13px 20px
}

.sbtu-card-small .sbtu-card-footer {
    padding: 13px 20px
}

@media (min-width: 1200px) {
    .sbtu-card-large .sbtu-card-body,.sbtu-card-large.sbtu-card-body {
        padding:70px 70px
    }

    .sbtu-card-large .sbtu-card-header {
        padding: 35px 70px
    }

    .sbtu-card-large .sbtu-card-footer {
        padding: 35px 70px
    }
}

.sbtu-card-body>.sbtu-nav-default {
    margin-left: -30px;
    margin-right: -30px
}

.sbtu-card-body>.sbtu-nav-default:only-child {
    margin-top: -15px;
    margin-bottom: -15px
}

.sbtu-card-body .sbtu-nav-default .sbtu-nav-divider,.sbtu-card-body .sbtu-nav-default .sbtu-nav-header,.sbtu-card-body .sbtu-nav-default>li>a {
    padding-left: 30px;
    padding-right: 30px
}

.sbtu-card-body .sbtu-nav-default .sbtu-nav-sub {
    padding-left: 45px
}

@media (min-width: 1200px) {
    .sbtu-card-body>.sbtu-nav-default {
        margin-left:-40px;
        margin-right: -40px
    }

    .sbtu-card-body>.sbtu-nav-default:only-child {
        margin-top: -25px;
        margin-bottom: -25px
    }

    .sbtu-card-body .sbtu-nav-default .sbtu-nav-divider,.sbtu-card-body .sbtu-nav-default .sbtu-nav-header,.sbtu-card-body .sbtu-nav-default>li>a {
        padding-left: 40px;
        padding-right: 40px
    }

    .sbtu-card-body .sbtu-nav-default .sbtu-nav-sub {
        padding-left: 55px
    }
}

.sbtu-card-small>.sbtu-nav-default {
    margin-left: -20px;
    margin-right: -20px
}

.sbtu-card-small>.sbtu-nav-default:only-child {
    margin-top: -5px;
    margin-bottom: -5px
}

.sbtu-card-small .sbtu-nav-default .sbtu-nav-divider,.sbtu-card-small .sbtu-nav-default .sbtu-nav-header,.sbtu-card-small .sbtu-nav-default>li>a {
    padding-left: 20px;
    padding-right: 20px
}

.sbtu-card-small .sbtu-nav-default .sbtu-nav-sub {
    padding-left: 35px
}

@media (min-width: 1200px) {
    .sbtu-card-large>.sbtu-nav-default {
        margin:0
    }

    .sbtu-card-large>.sbtu-nav-default:only-child {
        margin: 0
    }

    .sbtu-card-large .sbtu-nav-default .sbtu-nav-divider,.sbtu-card-large .sbtu-nav-default .sbtu-nav-header,.sbtu-card-large .sbtu-nav-default>li>a {
        padding-left: 0;
        padding-right: 0
    }

    .sbtu-card-large .sbtu-nav-default .sbtu-nav-sub {
        padding-left: 15px
    }
}

.sbtu-label {
    display: inline-block;
    padding: 0 10px;
    background: #1e87f0;
    line-height: 1.5;
    font-size: .875rem;
    color: #fff;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 2px;
    text-transform: uppercase
}

.sbtu-label-success {
    background-color: #32d296;
    color: #fff
}

.sbtu-label-warning {
    background-color: #faa05a;
    color: #fff
}

.sbtu-label-danger {
    background-color: #f0506e;
    color: #fff
}

.sbtu-overlay {
    padding: 30px 30px
}

.sbtu-overlay>:last-child {
    margin-bottom: 0
}

.sbtu-overlay-default {
    background: rgba(255,255,255,.8)
}

.sbtu-overlay-primary {
    background: rgba(34,34,34,.8)
}

.sbtu-article::after,.sbtu-article::before {
    content: "";
    display: table
}

.sbtu-article::after {
    clear: both
}

.sbtu-article>:last-child {
    margin-bottom: 0
}

.sbtu-article+.sbtu-article {
    margin-top: 70px
}

.sbtu-article-title {
    font-size: 2.23125rem;
    line-height: 1.2
}

@media (min-width: 960px) {
    .sbtu-article-title {
        font-size:2.625rem
    }
}

.sbtu-article-meta {
    font-size: .875rem;
    line-height: 1.4;
    color: #999
}

.sbtu-article-meta a {
    color: #999
}

.sbtu-article-meta a:hover {
    color: #666;
    text-decoration: none
}

.sbtu-tab {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    padding: 0;
    list-style: none;
    position: relative
}

.sbtu-tab::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 0;
    border-bottom: 1px solid #e5e5e5
}

.sbtu-tab>* {
    flex: none;
    padding-left: 20px;
    position: relative
}

.sbtu-tab>*>a {
    display: block;
    text-align: center;
    padding: 5px 10px;
    color: #999;
    border-bottom: 1px solid transparent;
    font-size: .875rem;
    text-transform: uppercase;
    transition: color .1s ease-in-out
}

.sbtu-tab>*>a:focus,.sbtu-tab>*>a:hover {
    color: #666;
    text-decoration: none
}

.sbtu-tab>.sbtu-active>a {
    color: #333;
    border-color: #1e87f0
}

.sbtu-tab>.sbtu-disabled>a {
    color: #999
}

.sbtu-tab-bottom::before {
    top: 0;
    bottom: auto
}

.sbtu-tab-bottom>*>a {
    border-top: 1px solid transparent;
    border-bottom: none
}

.sbtu-tab-left,.sbtu-tab-right {
    flex-direction: column;
    margin-left: 0
}

.sbtu-tab-left>*,.sbtu-tab-right>* {
    padding-left: 0
}

.sbtu-tab-left::before {
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    border-left: 1px solid #e5e5e5;
    border-bottom: none
}

.sbtu-tab-right::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    border-left: 1px solid #e5e5e5;
    border-bottom: none
}

.sbtu-tab-left>*>a {
    text-align: left;
    border-right: 1px solid transparent;
    border-bottom: none
}

.sbtu-tab-right>*>a {
    text-align: left;
    border-left: 1px solid transparent;
    border-bottom: none
}

.sbtu-tab .sbtu-dropdown {
    margin-left: 30px
}

.sbtu-slidenav {
    padding: 5px 10px;
    color: rgba(102,102,102,.5);
    transition: color .1s ease-in-out
}

.sbtu-slidenav:focus,.sbtu-slidenav:hover {
    color: rgba(102,102,102,.9);
    outline: 0
}

.sbtu-slidenav:active {
    color: rgba(102,102,102,.5)
}

.sbtu-slidenav-large {
    padding: 10px 10px
}

.sbtu-slidenav-container {
    display: flex
}

.sbtu-dotnav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -12px
}

.sbtu-dotnav>* {
    flex: none;
    padding-left: 12px
}

.sbtu-dotnav>*>* {
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: 0 0;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid rgba(102,102,102,.4);
    transition: .2s ease-in-out;
    transition-property: background-color,border-color
}

.sbtu-dotnav>*>:focus,.sbtu-dotnav>*>:hover {
    background-color: rgba(102,102,102,.6);
    outline: 0;
    border-color: transparent
}

.sbtu-dotnav>*>:active {
    background-color: rgba(102,102,102,.2);
    border-color: transparent
}

.sbtu-dotnav>.sbtu-active>* {
    background-color: rgba(102,102,102,.6);
    border-color: transparent
}

.sbtu-dotnav-vertical {
    flex-direction: column;
    margin-left: 0;
    margin-top: -12px
}

.sbtu-dotnav-vertical>* {
    padding-left: 0;
    padding-top: 12px
}

.sbtu-thumbnav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -15px
}

.sbtu-thumbnav>* {
    padding-left: 15px
}

.sbtu-thumbnav>*>* {
    display: inline-block;
    position: relative
}

.sbtu-thumbnav>*>::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,.4);
    transition: background-color .1s ease-in-out
}

.sbtu-thumbnav>*>:focus,.sbtu-thumbnav>*>:hover {
    outline: 0
}

.sbtu-thumbnav>*>:focus::after,.sbtu-thumbnav>*>:hover::after {
    background-color: transparent
}

.sbtu-thumbnav>.sbtu-active>::after {
    background-color: transparent
}

.sbtu-thumbnav-vertical {
    flex-direction: column;
    margin-left: 0;
    margin-top: -15px
}

.sbtu-thumbnav-vertical>* {
    padding-left: 0;
    padding-top: 15px
}

:root {
    --sbtu-leader-fill-content: .
}

.sbtu-iconnav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -10px
}

.sbtu-iconnav>* {
    padding-left: 10px
}

.sbtu-iconnav>*>a {
    display: block;
    color: #999
}

.sbtu-iconnav>*>a:focus,.sbtu-iconnav>*>a:hover {
    color: #666;
    outline: 0
}

.sbtu-iconnav>.sbtu-active>a {
    color: #666
}

.sbtu-iconnav-vertical {
    flex-direction: column;
    margin-left: 0;
    margin-top: -10px
}

.sbtu-iconnav-vertical>* {
    padding-left: 0;
    padding-top: 10px
}

.sbtu-notification {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1040;
    box-sizing: border-box;
    width: 350px
}

.sbtu-notification-bottom-right,.sbtu-notification-top-right {
    left: auto;
    right: 10px
}

.sbtu-notification-bottom-center,.sbtu-notification-top-center {
    left: 50%;
    margin-left: -175px
}

.sbtu-notification-bottom-center,.sbtu-notification-bottom-left,.sbtu-notification-bottom-right {
    top: auto;
    bottom: 10px
}

@media (max-width: 639px) {
    .sbtu-notification {
        left:10px;
        right: 10px;
        width: auto;
        margin: 0
    }
}

.sbtu-notification-message {
    position: relative;
    padding: 15px;
    background: #f8f8f8;
    color: #666;
    font-size: 1.25rem;
    line-height: 1.4;
    cursor: pointer
}

*+.sbtu-notification-message {
    margin-top: 10px
}

.sbtu-notification-close {
    display: none;
    position: absolute;
    top: 20px;
    right: 15px
}

.sbtu-notification-message:hover .sbtu-notification-close {
    display: block
}

.sbtu-notification-message-primary {
    color: #1e87f0
}

.sbtu-notification-message-success {
    color: #32d296
}

.sbtu-notification-message-warning {
    color: #faa05a
}

.sbtu-notification-message-danger {
    color: #f0506e
}

.sbtu-tooltip {
    display: none;
    position: absolute;
    z-index: 1030;
    box-sizing: border-box;
    max-width: 200px;
    padding: 3px 6px;
    background: #666;
    border-radius: 2px;
    color: #fff;
    font-size: 12px
}

.sbtu-tooltip.sbtu-active {
    display: block
}

[class*=sbtu-tooltip-top] {
    margin-top: -10px
}

[class*=sbtu-tooltip-bottom] {
    margin-top: 10px
}

[class*=sbtu-tooltip-left] {
    margin-left: -10px
}

[class*=sbtu-tooltip-right] {
    margin-left: 10px
}

.sbtu-placeholder {
    margin-bottom: 20px;
    padding: 30px 30px;
    background: 0 0;
    border: 1px dashed #e5e5e5
}

*+.sbtu-placeholder {
    margin-top: 20px
}

.sbtu-placeholder>:last-child {
    margin-bottom: 0
}

.sbtu-progress {
    vertical-align: baseline;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    border: 0;
    background-color: #f8f8f8;
    margin-bottom: 20px;
    height: 15px;
    border-radius: 500px;
    overflow: hidden
}

*+.sbtu-progress {
    margin-top: 20px
}

.sbtu-progress:indeterminate {
    color: transparent
}

.sbtu-progress::-webkit-progress-bar {
    background-color: #f8f8f8;
    border-radius: 500px;
    overflow: hidden
}

.sbtu-progress:indeterminate::-moz-progress-bar {
    width: 0
}

.sbtu-progress::-webkit-progress-value {
    background-color: #1e87f0;
    transition: width .6s ease
}

.sbtu-progress::-moz-progress-bar {
    background-color: #1e87f0
}

.sbtu-progress::-ms-fill {
    background-color: #1e87f0;
    transition: width .6s ease;
    border: 0
}

.sbtu-sortable {
    position: relative
}

.sbtu-sortable svg {
    pointer-events: none
}

.sbtu-sortable>:last-child {
    margin-bottom: 0
}

.sbtu-sortable-drag {
    position: absolute!important;
    z-index: 1050!important;
    pointer-events: none
}

.sbtu-sortable-placeholder {
    opacity: 0
}

.sbtu-sortable-empty {
    min-height: 50px
}

.sbtu-sortable-handle:hover {
    cursor: move
}

.sbtu-countdown-number,.sbtu-countdown-separator {
    line-height: 70px
}

.sbtu-countdown-number {
    font-size: 2rem
}

@media (min-width: 640px) {
    .sbtu-countdown-number {
        font-size:4rem
    }
}

@media (min-width: 960px) {
    .sbtu-countdown-number {
        font-size:6rem
    }
}

.sbtu-countdown-separator {
    font-size: 1rem
}

@media (min-width: 640px) {
    .sbtu-countdown-separator {
        font-size:2rem
    }
}

@media (min-width: 960px) {
    .sbtu-countdown-separator {
        font-size:3rem
    }
}

[class*=sbtu-animation-] {
    animation-duration: .5s;
    animation-timing-function: ease-out;
    animation-fill-mode: both
}

.sbtu-animation-reverse {
    animation-direction: reverse;
    animation-timing-function: ease-in
}

.sbtu-animation-toggle:not(:hover):not(:focus) [class*=sbtu-animation-] {
    animation-name: none
}

.sbtu-animation-toggle {
    -webkit-tap-highlight-color: transparent
}

.sbtu-animation-toggle:focus {
    outline: 0
}

.sbtu-animation-fade {
    animation-name: sbtu-fade;
    animation-duration: .8s;
    animation-timing-function: linear
}

.sbtu-animation-scale-up {
    animation-name: sbtu-fade-scale-02
}

.sbtu-animation-scale-down {
    animation-name: sbtu-fade-scale-18
}

.sbtu-animation-slide-top {
    animation-name: sbtu-fade-top
}

.sbtu-animation-slide-bottom {
    animation-name: sbtu-fade-bottom
}

.sbtu-animation-slide-left {
    animation-name: sbtu-fade-left
}

.sbtu-animation-slide-right {
    animation-name: sbtu-fade-right
}

.sbtu-animation-slide-top-small {
    animation-name: sbtu-fade-top-small
}

.sbtu-animation-slide-bottom-small {
    animation-name: sbtu-fade-bottom-small
}

.sbtu-animation-slide-left-small {
    animation-name: sbtu-fade-left-small
}

.sbtu-animation-slide-right-small {
    animation-name: sbtu-fade-right-small
}

.sbtu-animation-slide-top-medium {
    animation-name: sbtu-fade-top-medium
}

.sbtu-animation-slide-bottom-medium {
    animation-name: sbtu-fade-bottom-medium
}

.sbtu-animation-slide-left-medium {
    animation-name: sbtu-fade-left-medium
}

.sbtu-animation-slide-right-medium {
    animation-name: sbtu-fade-right-medium
}

.sbtu-animation-kenburns {
    animation-name: sbtu-scale-kenburns;
    animation-duration: 15s
}

.sbtu-animation-shake {
    animation-name: sbtu-shake
}

.sbtu-animation-fast {
    animation-duration: .1s
}

@keyframes sbtu-fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes sbtu-fade-top {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes sbtu-fade-bottom {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes sbtu-fade-left {
    0% {
        opacity: 0;
        transform: translateX(-100%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes sbtu-fade-right {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes sbtu-fade-top-small {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes sbtu-fade-bottom-small {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes sbtu-fade-left-small {
    0% {
        opacity: 0;
        transform: translateX(-10px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes sbtu-fade-right-small {
    0% {
        opacity: 0;
        transform: translateX(10px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes sbtu-fade-top-medium {
    0% {
        opacity: 0;
        transform: translateY(-50px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes sbtu-fade-bottom-medium {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes sbtu-fade-left-medium {
    0% {
        opacity: 0;
        transform: translateX(-50px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes sbtu-fade-right-medium {
    0% {
        opacity: 0;
        transform: translateX(50px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes sbtu-fade-scale-02 {
    0% {
        opacity: 0;
        transform: scale(.2)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes sbtu-fade-scale-18 {
    0% {
        opacity: 0;
        transform: scale(1.8)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes sbtu-scale-kenburns {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2)
    }
}

@keyframes sbtu-shake {
    0%,100% {
        transform: translateX(0)
    }

    10% {
        transform: translateX(-9px)
    }

    20% {
        transform: translateX(8px)
    }

    30% {
        transform: translateX(-7px)
    }

    40% {
        transform: translateX(6px)
    }

    50% {
        transform: translateX(-5px)
    }

    60% {
        transform: translateX(4px)
    }

    70% {
        transform: translateX(-3px)
    }

    80% {
        transform: translateX(2px)
    }

    90% {
        transform: translateX(-1px)
    }
}

[class*=sbtu-child-width]>* {
    box-sizing: border-box;
    width: 100%
}

.sbtu-child-width-1-2>* {
    width: 50%
}

.sbtu-child-width-1-3>* {
    width: calc(100% * 1 / 3.001)
}

.sbtu-child-width-1-4>* {
    width: 25%
}

.sbtu-child-width-1-5>* {
    width: 20%
}

.sbtu-child-width-1-6>* {
    width: calc(100% * 1 / 6.001)
}

.sbtu-child-width-auto>* {
    width: auto
}

.sbtu-child-width-expand>:not([class*=sbtu-width]) {
    flex: 1;
    min-width: 1px
}

@media (min-width: 640px) {
    .sbtu-child-width-1-1\@s>* {
        width:100%
    }

    .sbtu-child-width-1-2\@s>* {
        width: 50%
    }

    .sbtu-child-width-1-3\@s>* {
        width: calc(100% * 1 / 3.001)
    }

    .sbtu-child-width-1-4\@s>* {
        width: 25%
    }

    .sbtu-child-width-1-5\@s>* {
        width: 20%
    }

    .sbtu-child-width-1-6\@s>* {
        width: calc(100% * 1 / 6.001)
    }

    .sbtu-child-width-auto\@s>* {
        width: auto
    }

    .sbtu-child-width-expand\@s>:not([class*=sbtu-width]) {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 960px) {
    .sbtu-child-width-1-1\@m>* {
        width:100%
    }

    .sbtu-child-width-1-2\@m>* {
        width: 50%
    }

    .sbtu-child-width-1-3\@m>* {
        width: calc(100% * 1 / 3.001)
    }

    .sbtu-child-width-1-4\@m>* {
        width: 25%
    }
    .sbtu-child-width-1-5\@m>* {
        width: 25%
    }

    .sbtu-child-width-1-5\@m>* {
        width: 20%
    }

    .sbtu-child-width-1-6\@m>* {
        width: calc(100% * 1 / 6.001)
    }

    .sbtu-child-width-auto\@m>* {
        width: auto
    }

    .sbtu-child-width-expand\@m>:not([class*=sbtu-width]) {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 1200px) {
    .sbtu-child-width-1-1\@l>* {
        width:100%
    }

    .sbtu-child-width-1-2\@l>* {
        width: 50%
    }

    .sbtu-child-width-1-3\@l>* {
        width: calc(100% * 1 / 3.001)
    }

    .sbtu-child-width-1-4\@l>* {
        width: 25%
    }

    .sbtu-child-width-1-5\@l>* {
        width: 20%
    }

    .sbtu-child-width-1-6\@l>* {
        width: calc(100% * 1 / 6.001)
    }

    .sbtu-child-width-auto\@l>* {
        width: auto
    }

    .sbtu-child-width-expand\@l>:not([class*=sbtu-width]) {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 1600px) {
    .sbtu-child-width-1-1\@xl>* {
        width:100%
    }

    .sbtu-child-width-1-2\@xl>* {
        width: 50%
    }

    .sbtu-child-width-1-3\@xl>* {
        width: calc(100% * 1 / 3.001)
    }

    .sbtu-child-width-1-4\@xl>* {
        width: 25%
    }

    .sbtu-child-width-1-5\@xl>* {
        width: 20%
    }

    .sbtu-child-width-1-6\@xl>* {
        width: calc(100% * 1 / 6.001)
    }

    .sbtu-child-width-auto\@xl>* {
        width: auto
    }

    .sbtu-child-width-expand\@xl>:not([class*=sbtu-width]) {
        flex: 1;
        min-width: 1px
    }
}

[class*=sbtu-width] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%
}

.sbtu-width-1-2 {
    width: 50%
}

.sbtu-width-1-3 {
    width: calc(100% * 1 / 3.001)
}

.sbtu-width-2-3 {
    width: calc(100% * 2 / 3.001)
}

.sbtu-width-1-4 {
    width: 25%
}

.sbtu-width-3-4 {
    width: 75%
}

.sbtu-width-1-5 {
    width: 20%
}

.sbtu-width-2-5 {
    width: 40%
}

.sbtu-width-3-5 {
    width: 60%
}

.sbtu-width-4-5 {
    width: 80%
}

.sbtu-width-1-6 {
    width: calc(100% * 1 / 6.001)
}

.sbtu-width-5-6 {
    width: calc(100% * 5 / 6.001)
}

.sbtu-width-small {
    width: 150px
}

.sbtu-width-medium {
    width: 300px
}

.sbtu-width-large {
    width: 450px
}

.sbtu-width-xlarge {
    width: 600px
}

.sbtu-width-xxlarge {
    width: 750px
}

.sbtu-width-auto {
    width: auto
}

.sbtu-width-expand {
    flex: 1;
    min-width: 1px
}

@media (min-width: 640px) {
    .sbtu-width-1-1\@s {
        width:100%
    }

    .sbtu-width-1-2\@s {
        width: 50%
    }

    .sbtu-width-1-3\@s {
        width: calc(100% * 1 / 3.001)
    }

    .sbtu-width-2-3\@s {
        width: calc(100% * 2 / 3.001)
    }

    .sbtu-width-1-4\@s {
        width: 25%
    }

    .sbtu-width-3-4\@s {
        width: 75%
    }

    .sbtu-width-1-5\@s {
        width: 20%
    }

    .sbtu-width-2-5\@s {
        width: 40%
    }

    .sbtu-width-3-5\@s {
        width: 60%
    }

    .sbtu-width-4-5\@s {
        width: 80%
    }

    .sbtu-width-1-6\@s {
        width: calc(100% * 1 / 6.001)
    }

    .sbtu-width-5-6\@s {
        width: calc(100% * 5 / 6.001)
    }

    .sbtu-width-small\@s {
        width: 150px
    }

    .sbtu-width-medium\@s {
        width: 300px
    }

    .sbtu-width-large\@s {
        width: 450px
    }

    .sbtu-width-xlarge\@s {
        width: 600px
    }

    .sbtu-width-xxlarge\@s {
        width: 750px
    }

    .sbtu-width-auto\@s {
        width: auto
    }

    .sbtu-width-expand\@s {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 960px) {
    .sbtu-width-1-1\@m {
        width:100%
    }

    .sbtu-width-1-2\@m {
        width: 50%
    }

    .sbtu-width-1-3\@m {
        width: calc(100% * 1 / 3.001)
    }

    .sbtu-width-2-3\@m {
        width: calc(100% * 2 / 3.001)
    }

    .sbtu-width-1-4\@m {
        width: 25%
    }

    .sbtu-width-3-4\@m {
        width: 75%
    }

    .sbtu-width-1-5\@m {
        width: 20%
    }

    .sbtu-width-2-5\@m {
        width: 40%
    }

    .sbtu-width-3-5\@m {
        width: 60%
    }

    .sbtu-width-4-5\@m {
        width: 80%
    }

    .sbtu-width-1-6\@m {
        width: calc(100% * 1 / 6.001)
    }

    .sbtu-width-5-6\@m {
        width: calc(100% * 5 / 6.001)
    }

    .sbtu-width-small\@m {
        width: 150px
    }

    .sbtu-width-medium\@m {
        width: 300px
    }

    .sbtu-width-large\@m {
        width: 450px
    }

    .sbtu-width-xlarge\@m {
        width: 600px
    }

    .sbtu-width-xxlarge\@m {
        width: 750px
    }

    .sbtu-width-auto\@m {
        width: auto
    }

    .sbtu-width-expand\@m {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 1200px) {
    .sbtu-width-1-1\@l {
        width:100%
    }

    .sbtu-width-1-2\@l {
        width: 50%
    }

    .sbtu-width-1-3\@l {
        width: calc(100% * 1 / 3.001)
    }

    .sbtu-width-2-3\@l {
        width: calc(100% * 2 / 3.001)
    }

    .sbtu-width-1-4\@l {
        width: 25%
    }

    .sbtu-width-3-4\@l {
        width: 75%
    }

    .sbtu-width-1-5\@l {
        width: 20%
    }

    .sbtu-width-2-5\@l {
        width: 40%
    }

    .sbtu-width-3-5\@l {
        width: 60%
    }

    .sbtu-width-4-5\@l {
        width: 80%
    }

    .sbtu-width-1-6\@l {
        width: calc(100% * 1 / 6.001)
    }

    .sbtu-width-5-6\@l {
        width: calc(100% * 5 / 6.001)
    }

    .sbtu-width-small\@l {
        width: 150px
    }

    .sbtu-width-medium\@l {
        width: 300px
    }

    .sbtu-width-large\@l {
        width: 450px
    }

    .sbtu-width-xlarge\@l {
        width: 600px
    }

    .sbtu-width-xxlarge\@l {
        width: 750px
    }

    .sbtu-width-auto\@l {
        width: auto
    }

    .sbtu-width-expand\@l {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 1600px) {
    .sbtu-width-1-1\@xl {
        width:100%
    }

    .sbtu-width-1-2\@xl {
        width: 50%
    }

    .sbtu-width-1-3\@xl {
        width: calc(100% * 1 / 3.001)
    }

    .sbtu-width-2-3\@xl {
        width: calc(100% * 2 / 3.001)
    }

    .sbtu-width-1-4\@xl {
        width: 25%
    }

    .sbtu-width-3-4\@xl {
        width: 75%
    }

    .sbtu-width-1-5\@xl {
        width: 20%
    }

    .sbtu-width-2-5\@xl {
        width: 40%
    }

    .sbtu-width-3-5\@xl {
        width: 60%
    }

    .sbtu-width-4-5\@xl {
        width: 80%
    }

    .sbtu-width-1-6\@xl {
        width: calc(100% * 1 / 6.001)
    }

    .sbtu-width-5-6\@xl {
        width: calc(100% * 5 / 6.001)
    }

    .sbtu-width-small\@xl {
        width: 150px
    }

    .sbtu-width-medium\@xl {
        width: 300px
    }

    .sbtu-width-large\@xl {
        width: 450px
    }

    .sbtu-width-xlarge\@xl {
        width: 600px
    }

    .sbtu-width-xxlarge\@xl {
        width: 750px
    }

    .sbtu-width-auto\@xl {
        width: auto
    }

    .sbtu-width-expand\@xl {
        flex: 1;
        min-width: 1px
    }
}

[class*=sbtu-height] {
    box-sizing: border-box
}

.sbtu-height-1-1 {
    height: 100%
}

.sbtu-height-viewport {
    min-height: 100vh
}

.sbtu-height-small {
    height: 150px
}

.sbtu-height-medium {
    height: 300px
}

.sbtu-height-large {
    height: 450px
}

.sbtu-height-max-small {
    max-height: 150px
}

.sbtu-height-max-medium {
    max-height: 300px
}

.sbtu-height-max-large {
    max-height: 450px
}

.sbtu-text-lead {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #333
}

.sbtu-text-meta {
    font-size: .875rem;
    line-height: 1.4;
    color: #999
}

.sbtu-text-meta a {
    color: #999
}

.sbtu-text-meta a:hover {
    color: #666;
    text-decoration: none
}

.sbtu-text-small {
    font-size: .875rem;
    line-height: 1.5
}

.sbtu-text-large {
    font-size: 1.5rem;
    line-height: 1.5
}

.sbtu-text-bold {
    font-weight: bolder
}

.sbtu-text-uppercase {
    text-transform: uppercase!important
}

.sbtu-text-capitalize {
    text-transform: capitalize!important
}

.sbtu-text-lowercase {
    text-transform: lowercase!important
}

.sbtu-text-muted {
    color: #999!important
}

.sbtu-text-emphasis {
    color: #333!important
}

.sbtu-text-primary {
    color: #1e87f0!important
}

.sbtu-text-success {
    color: #32d296!important
}

.sbtu-text-warning {
    color: #faa05a!important
}

.sbtu-text-danger {
    color: #f0506e!important
}

.sbtu-text-background {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    color: #1e87f0!important
}

@supports (-webkit-background-clip: text) {
    .sbtu-text-background {
        background-color:#1e87f0
    }
}

.sbtu-text-left {
    text-align: left!important
}

.sbtu-text-right {
    text-align: right!important
}

.sbtu-text-center {
    text-align: center!important
}

.sbtu-text-justify {
    text-align: justify!important
}

@media (min-width: 640px) {
    .sbtu-text-left\@s {
        text-align:left!important
    }

    .sbtu-text-right\@s {
        text-align: right!important
    }

    .sbtu-text-center\@s {
        text-align: center!important
    }
}

@media (min-width: 960px) {
    .sbtu-text-left\@m {
        text-align:left!important
    }

    .sbtu-text-right\@m {
        text-align: right!important
    }

    .sbtu-text-center\@m {
        text-align: center!important
    }
}

@media (min-width: 1200px) {
    .sbtu-text-left\@l {
        text-align:left!important
    }

    .sbtu-text-right\@l {
        text-align: right!important
    }

    .sbtu-text-center\@l {
        text-align: center!important
    }
}

@media (min-width: 1600px) {
    .sbtu-text-left\@xl {
        text-align:left!important
    }

    .sbtu-text-right\@xl {
        text-align: right!important
    }

    .sbtu-text-center\@xl {
        text-align: center!important
    }
}

.sbtu-text-top {
    vertical-align: top!important
}

.sbtu-text-middle {
    vertical-align: middle!important
}

.sbtu-text-bottom {
    vertical-align: bottom!important
}

.sbtu-text-baseline {
    vertical-align: baseline!important
}

.sbtu-text-nowrap {
    white-space: nowrap
}

.sbtu-text-truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

td.sbtu-text-truncate,th.sbtu-text-truncate {
    max-width: 0
}

.sbtu-text-break {
    overflow-wrap: break-word;
    word-wrap: break-word
}

td.sbtu-text-break,th.sbtu-text-break {
    word-break: break-all
}

[class*=sbtu-column-] {
    column-gap: 30px
}

@media (min-width: 1200px) {
    [class*=sbtu-column-] {
        column-gap:40px
    }
}

[class*=sbtu-column-] img {
    transform: translate3d(0,0,0)
}

.sbtu-column-divider {
    column-rule: 1px solid #e5e5e5;
    column-gap: 60px
}

@media (min-width: 1200px) {
    .sbtu-column-divider {
        column-gap:80px
    }
}

.sbtu-column-1-2 {
    column-count: 2
}

.sbtu-column-1-3 {
    column-count: 3
}

.sbtu-column-1-4 {
    column-count: 4
}

.sbtu-column-1-5 {
    column-count: 5
}

.sbtu-column-1-6 {
    column-count: 6
}

@media (min-width: 640px) {
    .sbtu-column-1-2\@s {
        column-count:2
    }

    .sbtu-column-1-3\@s {
        column-count: 3
    }

    .sbtu-column-1-4\@s {
        column-count: 4
    }

    .sbtu-column-1-5\@s {
        column-count: 5
    }

    .sbtu-column-1-6\@s {
        column-count: 6
    }
}

@media (min-width: 960px) {
    .sbtu-column-1-2\@m {
        column-count:2
    }

    .sbtu-column-1-3\@m {
        column-count: 3
    }

    .sbtu-column-1-4\@m {
        column-count: 4
    }

    .sbtu-column-1-5\@m {
        column-count: 5
    }

    .sbtu-column-1-6\@m {
        column-count: 6
    }
}

@media (min-width: 1200px) {
    .sbtu-column-1-2\@l {
        column-count:2
    }

    .sbtu-column-1-3\@l {
        column-count: 3
    }

    .sbtu-column-1-4\@l {
        column-count: 4
    }

    .sbtu-column-1-5\@l {
        column-count: 5
    }

    .sbtu-column-1-6\@l {
        column-count: 6
    }
}

@media (min-width: 1600px) {
    .sbtu-column-1-2\@xl {
        column-count:2
    }

    .sbtu-column-1-3\@xl {
        column-count: 3
    }

    .sbtu-column-1-4\@xl {
        column-count: 4
    }

    .sbtu-column-1-5\@xl {
        column-count: 5
    }

    .sbtu-column-1-6\@xl {
        column-count: 6
    }
}

.sbtu-column-span {
    column-span: all
}

.sbtu-cover {
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

iframe.sbtu-cover {
    pointer-events: none
}

.sbtu-cover-container {
    overflow: hidden;
    position: relative
}

.sbtu-background-default {
    background-color: #fff
}

.sbtu-background-muted {
    background-color: #f8f8f8
}

.sbtu-background-primary {
    background-color: #1e87f0
}

.sbtu-background-secondary {
    background-color: #222
}

.sbtu-background-contain,.sbtu-background-cover {
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.sbtu-background-cover {
    background-size: cover
}

.sbtu-background-contain {
    background-size: contain
}

.sbtu-background-top-left {
    background-position: 0 0
}

.sbtu-background-top-center {
    background-position: 50% 0
}

.sbtu-background-top-right {
    background-position: 100% 0
}

.sbtu-background-center-left {
    background-position: 0 50%
}

.sbtu-background-center-center {
    background-position: 50% 50%
}

.sbtu-background-center-right {
    background-position: 100% 50%
}

.sbtu-background-bottom-left {
    background-position: 0 100%
}

.sbtu-background-bottom-center {
    background-position: 50% 100%
}

.sbtu-background-bottom-right {
    background-position: 100% 100%
}

.sbtu-background-norepeat {
    background-repeat: no-repeat
}

.sbtu-background-fixed {
    background-attachment: fixed;
    backface-visibility: hidden
}

@media (pointer: coarse) {
    .sbtu-background-fixed {
        background-attachment:scroll
    }
}

@media (max-width: 639px) {
    .sbtu-background-image\@s {
        background-image:none!important
    }
}

@media (max-width: 959px) {
    .sbtu-background-image\@m {
        background-image:none!important
    }
}

@media (max-width: 1199px) {
    .sbtu-background-image\@l {
        background-image:none!important
    }
}

@media (max-width: 1599px) {
    .sbtu-background-image\@xl {
        background-image:none!important
    }
}

.sbtu-background-blend-multiply {
    background-blend-mode: multiply
}

.sbtu-background-blend-screen {
    background-blend-mode: screen
}

.sbtu-background-blend-overlay {
    background-blend-mode: overlay
}

.sbtu-background-blend-darken {
    background-blend-mode: darken
}

.sbtu-background-blend-lighten {
    background-blend-mode: lighten
}

.sbtu-background-blend-color-dodge {
    background-blend-mode: color-dodge
}

.sbtu-background-blend-color-burn {
    background-blend-mode: color-burn
}

.sbtu-background-blend-hard-light {
    background-blend-mode: hard-light
}

.sbtu-background-blend-soft-light {
    background-blend-mode: soft-light
}

.sbtu-background-blend-difference {
    background-blend-mode: difference
}

.sbtu-background-blend-exclusion {
    background-blend-mode: exclusion
}

.sbtu-background-blend-hue {
    background-blend-mode: hue
}

.sbtu-background-blend-saturation {
    background-blend-mode: saturation
}

.sbtu-background-blend-color {
    background-blend-mode: color
}

.sbtu-background-blend-luminosity {
    background-blend-mode: luminosity
}

[class*=sbtu-align] {
    display: block;
    margin-bottom: 30px
}

*+[class*=sbtu-align] {
    margin-top: 30px
}

.sbtu-align-center {
    margin-left: auto;
    margin-right: auto
}

.sbtu-align-left {
    margin-top: 0;
    margin-right: 30px;
    float: left
}

.sbtu-align-right {
    margin-top: 0;
    margin-left: 30px;
    float: right
}

@media (min-width: 640px) {
    .sbtu-align-left\@s {
        margin-top:0;
        margin-right: 30px;
        float: left
    }

    .sbtu-align-right\@s {
        margin-top: 0;
        margin-left: 30px;
        float: right
    }
}

@media (min-width: 960px) {
    .sbtu-align-left\@m {
        margin-top:0;
        margin-right: 30px;
        float: left
    }

    .sbtu-align-right\@m {
        margin-top: 0;
        margin-left: 30px;
        float: right
    }
}

@media (min-width: 1200px) {
    .sbtu-align-left\@l {
        margin-top:0;
        float: left
    }

    .sbtu-align-right\@l {
        margin-top: 0;
        float: right
    }

    .sbtu-align-left,.sbtu-align-left\@l,.sbtu-align-left\@m,.sbtu-align-left\@s {
        margin-right: 40px
    }

    .sbtu-align-right,.sbtu-align-right\@l,.sbtu-align-right\@m,.sbtu-align-right\@s {
        margin-left: 40px
    }
}

@media (min-width: 1600px) {
    .sbtu-align-left\@xl {
        margin-top:0;
        margin-right: 40px;
        float: left
    }

    .sbtu-align-right\@xl {
        margin-top: 0;
        margin-left: 40px;
        float: right
    }
}

.sbtu-svg,.sbtu-svg:not(.sbtu-preserve) [fill*='#']:not(.sbtu-preserve) {
    fill: currentcolor
}

.sbtu-svg:not(.sbtu-preserve) [stroke*='#']:not(.sbtu-preserve) {
    stroke: currentcolor
}

.sbtu-svg {
    transform: translate(0,0)
}

.sbtu-panel {
    position: relative;
    box-sizing: border-box
}

.sbtu-panel::after,.sbtu-panel::before {
    content: "";
    display: table
}

.sbtu-panel::after {
    clear: both
}

.sbtu-panel>:last-child {
    margin-bottom: 0
}

.sbtu-panel-scrollable {
    height: 170px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    resize: both
}

.sbtu-clearfix::before {
    content: "";
    display: table-cell
}

.sbtu-clearfix::after {
    content: "";
    display: table;
    clear: both
}

.sbtu-float-left {
    float: left
}

.sbtu-float-right {
    float: right
}

[class*=sbtu-float-] {
    max-width: 100%
}

.sbtu-overflow-hidden {
    overflow: hidden
}

.sbtu-overflow-auto {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.sbtu-overflow-auto>:last-child {
    margin-bottom: 0
}

.sbtu-resize {
    resize: both
}

.sbtu-resize-vertical {
    resize: vertical
}

.sbtu-display-block {
    display: block!important
}

.sbtu-display-inline {
    display: inline!important
}

.sbtu-display-inline-block {
    display: inline-block!important
}

[class*=sbtu-inline] {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    -webkit-backface-visibility: hidden
}

.sbtu-inline-clip {
    overflow: hidden
}

.sbtu-preserve-width,.sbtu-preserve-width canvas,.sbtu-preserve-width img,.sbtu-preserve-width svg,.sbtu-preserve-width video {
    max-width: none
}

.sbtu-responsive-height,.sbtu-responsive-width {
    box-sizing: border-box
}

.sbtu-responsive-width {
    max-width: 100%!important;
    height: auto
}

.sbtu-responsive-height {
    max-height: 100%;
    width: auto;
    max-width: none
}

.sbtu-border-circle {
    border-radius: 50%
}

.sbtu-border-pill {
    border-radius: 500px
}

.sbtu-border-rounded {
    border-radius: 5px
}

.sbtu-inline-clip[class*=sbtu-border-] {
    -webkit-transform: translateZ(0)
}

.sbtu-box-shadow-small {
    box-shadow: 0 2px 8px rgba(0,0,0,.08)
}

.sbtu-box-shadow-medium {
    box-shadow: 0 5px 15px rgba(0,0,0,.08)
}

.sbtu-box-shadow-large {
    box-shadow: 0 14px 25px rgba(0,0,0,.16)
}

.sbtu-box-shadow-xlarge {
    box-shadow: 0 28px 50px rgba(0,0,0,.16)
}

[class*=sbtu-box-shadow-hover] {
    transition: box-shadow .1s ease-in-out
}

.sbtu-box-shadow-hover-small:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,.08)
}

.sbtu-box-shadow-hover-medium:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,.08)
}

.sbtu-box-shadow-hover-large:hover {
    box-shadow: 0 14px 25px rgba(0,0,0,.16)
}

.sbtu-box-shadow-hover-xlarge:hover {
    box-shadow: 0 28px 50px rgba(0,0,0,.16)
}

@supports (filter: blur(0)) {
    .sbtu-box-shadow-bottom {
        display:inline-block;
        position: relative;
        max-width: 100%;
        vertical-align: middle
    }

    .sbtu-box-shadow-bottom::before {
        content: '';
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
        height: 30px;
        border-radius: 100%;
        background: #444;
        filter: blur(20px)
    }

    .sbtu-box-shadow-bottom>* {
        position: relative
    }
}

.sbtu-dropcap::first-letter,.sbtu-dropcap>p:first-of-type::first-letter {
    display: block;
    margin-right: 10px;
    float: left;
    font-size: 4.5em;
    line-height: 1;
    margin-bottom: -2px
}

@-moz-document url-prefix() {
    .sbtu-dropcap::first-letter,.sbtu-dropcap>p:first-of-type::first-letter {
        margin-top: 1.1%
    }
}

@supports (-ms-ime-align:auto) {
    .sbtu-dropcap>p:first-of-type::first-letter {
        font-size: 1em
    }
}


.sbtu-transform-center {
    transform: translate(-50%,-50%)
}

.sbtu-transform-origin-top-left {
    transform-origin: 0 0
}

.sbtu-transform-origin-top-center {
    transform-origin: 50% 0
}

.sbtu-transform-origin-top-right {
    transform-origin: 100% 0
}

.sbtu-transform-origin-center-left {
    transform-origin: 0 50%
}

.sbtu-transform-origin-center-right {
    transform-origin: 100% 50%
}

.sbtu-transform-origin-bottom-left {
    transform-origin: 0 100%
}

.sbtu-transform-origin-bottom-center {
    transform-origin: 50% 100%
}

.sbtu-transform-origin-bottom-right {
    transform-origin: 100% 100%
}

.sbtu-flex {
    display: flex
}

.sbtu-flex-inline {
    display: inline-flex
}

.sbtu-flex-inline::after,.sbtu-flex-inline::before,.sbtu-flex::after,.sbtu-flex::before {
    display: none
}

.sbtu-flex-left {
    justify-content: flex-start
}

.sbtu-flex-center {
    justify-content: center
}

.sbtu-flex-right {
    justify-content: flex-end
}

.sbtu-flex-between {
    justify-content: space-between
}

.sbtu-flex-around {
    justify-content: space-around
}

@media (min-width: 640px) {
    .sbtu-flex-left\@s {
        justify-content:flex-start
    }

    .sbtu-flex-center\@s {
        justify-content: center
    }

    .sbtu-flex-right\@s {
        justify-content: flex-end
    }

    .sbtu-flex-between\@s {
        justify-content: space-between
    }

    .sbtu-flex-around\@s {
        justify-content: space-around
    }
}

@media (min-width: 960px) {
    .sbtu-flex-left\@m {
        justify-content:flex-start
    }

    .sbtu-flex-center\@m {
        justify-content: center
    }

    .sbtu-flex-right\@m {
        justify-content: flex-end
    }

    .sbtu-flex-between\@m {
        justify-content: space-between
    }

    .sbtu-flex-around\@m {
        justify-content: space-around
    }
}

@media (min-width: 1200px) {
    .sbtu-flex-left\@l {
        justify-content:flex-start
    }

    .sbtu-flex-center\@l {
        justify-content: center
    }

    .sbtu-flex-right\@l {
        justify-content: flex-end
    }

    .sbtu-flex-between\@l {
        justify-content: space-between
    }

    .sbtu-flex-around\@l {
        justify-content: space-around
    }
}

@media (min-width: 1600px) {
    .sbtu-flex-left\@xl {
        justify-content:flex-start
    }

    .sbtu-flex-center\@xl {
        justify-content: center
    }

    .sbtu-flex-right\@xl {
        justify-content: flex-end
    }

    .sbtu-flex-between\@xl {
        justify-content: space-between
    }

    .sbtu-flex-around\@xl {
        justify-content: space-around
    }
}

.sbtu-flex-stretch {
    align-items: stretch
}

.sbtu-flex-top {
    align-items: flex-start
}

.sbtu-flex-middle {
    align-items: center
}

.sbtu-flex-bottom {
    align-items: flex-end
}

.sbtu-flex-row {
    flex-direction: row
}

.sbtu-flex-row-reverse {
    flex-direction: row-reverse
}

.sbtu-flex-column {
    flex-direction: column
}

.sbtu-flex-column-reverse {
    flex-direction: column-reverse
}

.sbtu-flex-nowrap {
    flex-wrap: nowrap
}

.sbtu-flex-wrap {
    flex-wrap: wrap
}

.sbtu-flex-wrap-reverse {
    flex-wrap: wrap-reverse
}

.sbtu-flex-wrap-stretch {
    align-content: stretch
}

.sbtu-flex-wrap-top {
    align-content: flex-start
}

.sbtu-flex-wrap-middle {
    align-content: center
}

.sbtu-flex-wrap-bottom {
    align-content: flex-end
}

.sbtu-flex-wrap-between {
    align-content: space-between
}

.sbtu-flex-wrap-around {
    align-content: space-around
}

.sbtu-flex-first {
    order: -1
}

.sbtu-flex-last {
    order: 99
}

@media (min-width: 640px) {
    .sbtu-flex-first\@s {
        order:-1
    }

    .sbtu-flex-last\@s {
        order: 99
    }
}

@media (min-width: 960px) {
    .sbtu-flex-first\@m {
        order:-1
    }

    .sbtu-flex-last\@m {
        order: 99
    }
}

@media (min-width: 1200px) {
    .sbtu-flex-first\@l {
        order:-1
    }

    .sbtu-flex-last\@l {
        order: 99
    }
}

@media (min-width: 1600px) {
    .sbtu-flex-first\@xl {
        order:-1
    }

    .sbtu-flex-last\@xl {
        order: 99
    }
}

.sbtu-flex-none {
    flex: none
}

.sbtu-flex-auto {
    flex: auto
}

.sbtu-flex-1 {
    flex: 1
}

.sbtu-margin {
    margin-bottom: 20px
}

*+.sbtu-margin {
    margin-top: 20px!important
}

.sbtu-margin-top {
    margin-top: 20px!important
}

.sbtu-margin-bottom {
    margin-bottom: 20px!important
}

.sbtu-margin-left {
    margin-left: 20px!important
}

.sbtu-margin-right {
    margin-right: 20px!important
}

.sbtu-margin-small {
    margin-bottom: 10px
}

*+.sbtu-margin-small {
    margin-top: 10px!important
}

.sbtu-margin-small-top {
    margin-top: 10px!important
}

.sbtu-margin-small-bottom {
    margin-bottom: 10px!important
}

.sbtu-margin-small-left {
    margin-left: 10px!important
}

.sbtu-margin-small-right {
    margin-right: 10px!important
}

.sbtu-margin-medium {
    margin-bottom: 40px
}

*+.sbtu-margin-medium {
    margin-top: 40px!important
}

.sbtu-margin-medium-top {
    margin-top: 40px!important
}

.sbtu-margin-medium-bottom {
    margin-bottom: 40px!important
}

.sbtu-margin-medium-left {
    margin-left: 40px!important
}

.sbtu-margin-medium-right {
    margin-right: 40px!important
}

.sbtu-margin-large {
    margin-bottom: 40px
}

*+.sbtu-margin-large {
    margin-top: 40px!important
}

.sbtu-margin-large-top {
    margin-top: 40px!important
}

.sbtu-margin-large-bottom {
    margin-bottom: 40px!important
}

.sbtu-margin-large-left {
    margin-left: 40px!important
}

.sbtu-margin-large-right {
    margin-right: 40px!important
}

@media (min-width: 1200px) {
    .sbtu-margin-large {
        margin-bottom:70px
    }

    *+.sbtu-margin-large {
        margin-top: 70px!important
    }

    .sbtu-margin-large-top {
        margin-top: 70px!important
    }

    .sbtu-margin-large-bottom {
        margin-bottom: 70px!important
    }

    .sbtu-margin-large-left {
        margin-left: 70px!important
    }

    .sbtu-margin-large-right {
        margin-right: 70px!important
    }
}

.sbtu-margin-xlarge {
    margin-bottom: 70px
}

*+.sbtu-margin-xlarge {
    margin-top: 70px!important
}

.sbtu-margin-xlarge-top {
    margin-top: 70px!important
}

.sbtu-margin-xlarge-bottom {
    margin-bottom: 70px!important
}

.sbtu-margin-xlarge-left {
    margin-left: 70px!important
}

.sbtu-margin-xlarge-right {
    margin-right: 70px!important
}

@media (min-width: 1200px) {
    .sbtu-margin-xlarge {
        margin-bottom:140px
    }

    *+.sbtu-margin-xlarge {
        margin-top: 140px!important
    }

    .sbtu-margin-xlarge-top {
        margin-top: 140px!important
    }

    .sbtu-margin-xlarge-bottom {
        margin-bottom: 140px!important
    }

    .sbtu-margin-xlarge-left {
        margin-left: 140px!important
    }

    .sbtu-margin-xlarge-right {
        margin-right: 140px!important
    }
}

.sbtu-margin-remove {
    margin: 0!important
}

.sbtu-margin-remove-top {
    margin-top: 0!important
}

.sbtu-margin-remove-bottom {
    margin-bottom: 0!important
}

.sbtu-margin-remove-left {
    margin-left: 0!important
}

.sbtu-margin-remove-right {
    margin-right: 0!important
}

.sbtu-margin-remove-vertical {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.sbtu-margin-remove-adjacent+* {
    margin-top: 0!important
}

.sbtu-margin-auto {
    margin-left: auto!important;
    margin-right: auto!important
}

.sbtu-margin-auto-top {
    margin-top: auto!important
}

.sbtu-margin-auto-bottom {
    margin-bottom: auto!important
}

.sbtu-margin-auto-left {
    margin-left: auto!important
}

.sbtu-margin-auto-right {
    margin-right: auto!important
}

.sbtu-margin-auto-vertical {
    margin-top: auto!important;
    margin-bottom: auto!important
}

.sbtu-padding {
    padding: 30px
}

@media (min-width: 1200px) {
    .sbtu-padding {
        padding:40px
    }
}

.sbtu-padding-small {
    padding: 15px
}

.sbtu-padding-large {
    padding: 30px
}

@media (min-width: 1200px) {
    .sbtu-padding-large {
        /*padding:70px */
    }
}

.sbtu-padding-remove {
    padding: 0!important
}

.sbtu-padding-remove-top {
    padding-top: 0!important
}

.sbtu-padding-remove-bottom {
    padding-bottom: 0!important
}

.sbtu-padding-remove-left {
    padding-left: 0!important
}

.sbtu-padding-remove-right {
    padding-right: 0!important
}

.sbtu-padding-remove-vertical {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.sbtu-padding-remove-horizontal {
    padding-left: 0!important;
    padding-right: 0!important
}

[class*=sbtu-position-bottom],[class*=sbtu-position-center],[class*=sbtu-position-left],[class*=sbtu-position-right],[class*=sbtu-position-top] {
    position: absolute!important
}

.sbtu-position-top {
    top: 0;
    left: 0;
    right: 0
}

.sbtu-position-bottom {
    bottom: 0;
    left: 0;
    right: 0
}

.sbtu-position-left {
    top: 0;
    bottom: 0;
    left: 0
}

.sbtu-position-right {
    top: 0;
    bottom: 0;
    right: 0
}

.sbtu-position-top-left {
    top: 0;
    left: 0
}

.sbtu-position-top-right {
    top: 0;
    right: 0
}

.sbtu-position-bottom-left {
    bottom: 0;
    left: 0
}

.sbtu-position-bottom-right {
    bottom: 0;
    right: 0
}

.sbtu-position-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    box-sizing: border-box
}

[class*=sbtu-position-center-left],[class*=sbtu-position-center-right] {
    top: 50%;
    transform: translateY(-50%)
}

.sbtu-position-center-left {
    left: 0
}

.sbtu-position-center-right {
    right: 0
}

.sbtu-position-center-left-out {
    right: 100%;
    width: -moz-max-content;
    width: max-content
}

.sbtu-position-center-right-out {
    left: 100%;
    width: -moz-max-content;
    width: max-content
}

.sbtu-position-bottom-center,.sbtu-position-top-center {
    left: 50%;
    transform: translateX(-50%);
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    box-sizing: border-box
}

.sbtu-position-top-center {
    top: 0
}

.sbtu-position-bottom-center {
    bottom: 0
}

.sbtu-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.sbtu-position-relative {
    position: relative!important;
    z-index:9999 !important;
}

.sbtu-position-absolute {
    position: absolute!important
}

.sbtu-position-fixed {
    position: fixed!important
}

.sbtu-position-z-index {
    z-index: 1
}

.sbtu-position-small {
    max-width: calc(100% - (15px * 2));
    margin: 15px
}

.sbtu-position-small.sbtu-position-center {
    transform: translate(-50%,-50%) translate(-15px,-15px)
}

.sbtu-position-small[class*=sbtu-position-center-left],.sbtu-position-small[class*=sbtu-position-center-right] {
    transform: translateY(-50%) translateY(-15px)
}

.sbtu-position-small.sbtu-position-bottom-center,.sbtu-position-small.sbtu-position-top-center {
    transform: translateX(-50%) translateX(-15px)
}

.sbtu-position-medium {
    max-width: calc(100% - (30px * 2));
    margin: 30px
}

.sbtu-position-medium.sbtu-position-center {
    transform: translate(-50%,-50%) translate(-30px,-30px)
}

.sbtu-position-medium[class*=sbtu-position-center-left],.sbtu-position-medium[class*=sbtu-position-center-right] {
    transform: translateY(-50%) translateY(-30px)
}

.sbtu-position-medium.sbtu-position-bottom-center,.sbtu-position-medium.sbtu-position-top-center {
    transform: translateX(-50%) translateX(-30px)
}

.sbtu-position-large {
    max-width: calc(100% - (30px * 2));
    margin: 30px
}

.sbtu-position-large.sbtu-position-center {
    transform: translate(-50%,-50%) translate(-30px,-30px)
}

.sbtu-position-large[class*=sbtu-position-center-left],.sbtu-position-large[class*=sbtu-position-center-right] {
    transform: translateY(-50%) translateY(60px)
}

.sbtu-position-large.sbtu-position-bottom-center,.sbtu-position-large.sbtu-position-top-center {
    transform: translateX(-50%) translateX(-30px)
}

@media (min-width: 1200px) {
    .sbtu-position-large {
        max-width:calc(100% - (40px * 2));
        margin: 300px
    }

    .sbtu-position-large.sbtu-position-center {
        transform: translate(-50%,-50%) translate(-40px,-40px)
    }

    .sbtu-position-large[class*=sbtu-position-center-left],.sbtu-position-large[class*=sbtu-position-center-right] {
        transform: translateY(-50%) translateY(222px)
    }

    .sbtu-position-large.sbtu-position-bottom-center,.sbtu-position-large.sbtu-position-top-center {
        transform: translateX(-50%) translateX(-40px)
    }
}

.sbtu-transition-toggle {
    -webkit-tap-highlight-color: transparent
}

.sbtu-transition-toggle:focus {
    outline: 0
}

.sbtu-transition-fade,.sbtu-transition-stroke,[class*=sbtu-transition-scale],[class*=sbtu-transition-slide] {
    transition: .3s ease-out;
    transition-property: opacity,transform,filter,stroke-dashoffset;
    opacity: 0
}

.sbtu-transition-active.sbtu-active .sbtu-transition-fade,.sbtu-transition-toggle:focus .sbtu-transition-fade,.sbtu-transition-toggle:hover .sbtu-transition-fade {
    opacity: 1
}

.sbtu-transition-scale-up {
    transform: scale3d(1,1,1)
}

.sbtu-transition-scale-down {
    transform: scale3d(1.1,1.1,1)
}

.sbtu-transition-active.sbtu-active .sbtu-transition-scale-up,.sbtu-transition-toggle:focus .sbtu-transition-scale-up,.sbtu-transition-toggle:hover .sbtu-transition-scale-up {
    opacity: 1;
    transform: scale3d(1.1,1.1,1)
}

.sbtu-transition-active.sbtu-active .sbtu-transition-scale-down,.sbtu-transition-toggle:focus .sbtu-transition-scale-down,.sbtu-transition-toggle:hover .sbtu-transition-scale-down {
    opacity: 1;
    transform: scale3d(1,1,1)
}

.sbtu-transition-slide-top {
    transform: translateY(-100%)
}

.sbtu-transition-slide-bottom {
    transform: translateY(100%)
}

.sbtu-transition-slide-left {
    transform: translateX(-100%)
}

.sbtu-transition-slide-right {
    transform: translateX(100%)
}

.sbtu-transition-slide-top-small {
    transform: translateY(-10px)
}

.sbtu-transition-slide-bottom-small {
    transform: translateY(10px)
}

.sbtu-transition-slide-left-small {
    transform: translateX(-10px)
}

.sbtu-transition-slide-right-small {
    transform: translateX(10px)
}

.sbtu-transition-slide-top-medium {
    transform: translateY(-50px)
}

.sbtu-transition-slide-bottom-medium {
    transform: translateY(50px)
}

.sbtu-transition-slide-left-medium {
    transform: translateX(-50px)
}

.sbtu-transition-slide-right-medium {
    transform: translateX(50px)
}

.sbtu-transition-active.sbtu-active [class*=sbtu-transition-slide],.sbtu-transition-toggle:focus [class*=sbtu-transition-slide],.sbtu-transition-toggle:hover [class*=sbtu-transition-slide] {
    opacity: 1;
    transform: translate(0,0)
}

.sbtu-transition-stroke {
    transition-duration: 3s
}

.sbtu-transition-stroke.sbtu-transition-active,.sbtu-transition-stroke:focus,.sbtu-transition-stroke:hover {
    opacity: 1;
    stroke-dashoffset: 0!important
}

.sbtu-transition-opaque {
    opacity: 1
}

.sbtu-transition-slow {
    transition-duration: .7s
}

.sbtu-hidden,[hidden] {
    display: none!important
}

@media (min-width: 640px) {
    .sbtu-hidden\@s {
        display:none!important
    }
}

@media (min-width: 960px) {
    .sbtu-hidden\@m {
        display:none!important
    }
}

@media (min-width: 1200px) {
    .sbtu-hidden\@l {
        display:none!important
    }
}

@media (min-width: 1600px) {
    .sbtu-hidden\@xl {
        display:none!important
    }
}

@media (max-width: 639px) {
    .sbtu-visible\@s {
        display:none!important
    }
}

@media (max-width: 959px) {
    .sbtu-visible\@m {
        display:none!important
    }
}

@media (max-width: 1199px) {
    .sbtu-visible\@l {
        display:none!important
    }
}

@media (max-width: 1599px) {
    .sbtu-visible\@xl {
        display:none!important
    }
}

.sbtu-invisible {
    visibility: hidden!important
}

.sbtu-visible-toggle:not(:hover):not(:focus) .sbtu-hidden-hover:not(:focus-within) {
    position: absolute!important;
    width: 0!important;
    height: 0!important;
    padding: 0!important;
    margin: 0!important;
    overflow: hidden!important
}

.sbtu-visible-toggle:not(:hover):not(:focus) .sbtu-invisible-hover:not(:focus-within) {
    opacity: 0!important
}

.sbtu-visible-toggle {
    -webkit-tap-highlight-color: transparent
}

.sbtu-visible-toggle:focus {
    outline: 0
}

@media (pointer: coarse) {
    .sbtu-hidden-touch {
        display:none!important
    }
}

.sbtu-hidden-notouch {
    display: none!important
}

@media (pointer: coarse) {
    .sbtu-hidden-notouch {
        display:block!important
    }
}

.sbtu-card-primary.sbtu-card-body,.sbtu-card-primary>:not([class*=sbtu-card-media]),.sbtu-card-secondary.sbtu-card-body,.sbtu-card-secondary>:not([class*=sbtu-card-media]),.sbtu-light,.sbtu-offcanvas-bar,.sbtu-overlay-primary,.sbtu-section-primary:not(.sbtu-preserve-color),.sbtu-section-secondary:not(.sbtu-preserve-color),.sbtu-tile-primary:not(.sbtu-preserve-color),.sbtu-tile-secondary:not(.sbtu-preserve-color) {
    color: rgba(255,255,255,.7)
}

.sbtu-card-primary.sbtu-card-body .sbtu-link,.sbtu-card-primary.sbtu-card-body a,.sbtu-card-primary>:not([class*=sbtu-card-media]) .sbtu-link,.sbtu-card-primary>:not([class*=sbtu-card-media]) a,.sbtu-card-secondary.sbtu-card-body .sbtu-link,.sbtu-card-secondary.sbtu-card-body a,.sbtu-card-secondary>:not([class*=sbtu-card-media]) .sbtu-link,.sbtu-card-secondary>:not([class*=sbtu-card-media]) a,.sbtu-light .sbtu-link,.sbtu-light a,.sbtu-offcanvas-bar .sbtu-link,.sbtu-offcanvas-bar a,.sbtu-overlay-primary .sbtu-link,.sbtu-overlay-primary a,.sbtu-section-primary:not(.sbtu-preserve-color) .sbtu-link,.sbtu-section-primary:not(.sbtu-preserve-color) a,.sbtu-section-secondary:not(.sbtu-preserve-color) .sbtu-link,.sbtu-section-secondary:not(.sbtu-preserve-color) a,.sbtu-tile-primary:not(.sbtu-preserve-color) .sbtu-link,.sbtu-tile-primary:not(.sbtu-preserve-color) a,.sbtu-tile-secondary:not(.sbtu-preserve-color) .sbtu-link,.sbtu-tile-secondary:not(.sbtu-preserve-color) a {
    color: #fff
}

.sbtu-card-primary.sbtu-card-body .sbtu-link:hover,.sbtu-card-primary.sbtu-card-body a:hover,.sbtu-card-primary>:not([class*=sbtu-card-media]) .sbtu-link:hover,.sbtu-card-primary>:not([class*=sbtu-card-media]) a:hover,.sbtu-card-secondary.sbtu-card-body .sbtu-link:hover,.sbtu-card-secondary.sbtu-card-body a:hover,.sbtu-card-secondary>:not([class*=sbtu-card-media]) .sbtu-link:hover,.sbtu-card-secondary>:not([class*=sbtu-card-media]) a:hover,.sbtu-light .sbtu-link:hover,.sbtu-light a:hover,.sbtu-offcanvas-bar .sbtu-link:hover,.sbtu-offcanvas-bar a:hover,.sbtu-overlay-primary .sbtu-link:hover,.sbtu-overlay-primary a:hover,.sbtu-section-primary:not(.sbtu-preserve-color) .sbtu-link:hover,.sbtu-section-primary:not(.sbtu-preserve-color) a:hover,.sbtu-section-secondary:not(.sbtu-preserve-color) .sbtu-link:hover,.sbtu-section-secondary:not(.sbtu-preserve-color) a:hover,.sbtu-tile-primary:not(.sbtu-preserve-color) .sbtu-link:hover,.sbtu-tile-primary:not(.sbtu-preserve-color) a:hover,.sbtu-tile-secondary:not(.sbtu-preserve-color) .sbtu-link:hover,.sbtu-tile-secondary:not(.sbtu-preserve-color) a:hover {
    color: #fff
}

@media print {
    *,::after,::before {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    blockquote,pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100%!important
    }

    @page {
        margin: .5cm
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }
}


.sbtu-link,a {
    color: #000;
}

.mb-2 {
    margin-bottom: 13px !important;
    display: block;
    line-height: 21px !important;
}

.sbtu-link:hover,a:hover {
    color: #000;
}

.more-button {
    background: #FCC936;
    color: #333 !important;
    font-weight: bold;
    border: 1px solid #fff;
}

.slogan {
    font-size: 85px;
    font-family: "museo" !important;
    color: #fff;
    line-height: 1.1;
    text-shadow: 3px 3px 5px rgba(0,0,0,0.16);
}

.slogan span {
    display: block;
    font-size: 42px;
}

.sbtu-button-danger {
    background: #EA1835;
}

.sbtu-button-outline-danger {
    background: #fff;
    color: #ee395b !important;
    margin-left: 20px;
}

.sbtu-button-outline-danger:hover {
    color: #fff !important;
}

.letter-spacing-small {
    letter-spacing: 3px;
}

.icon-rounded {
    background: rgba(255,255,255,0.5);
    border-radius: 20px;
}

.divider {
    width: 132px;
    height: 9px;
    background:#FF0000;
}

.divider.custom-divider {
    position: relative;
    top: -15px;
}

.alert-block {
    margin-top: 10px;
}

#alumni .sbtu-divider-small::after,#alumni-ncc .sbtu-divider-small::after {
    border-top: 3px solid #FF0000;
}

.divider-warning::after {
    border-top: 3px solid #FCC936 !important;
}

.divider-success::after {
    border-top: 3px solid #69c70280 !important;
}

.sbtu-card-warning .divider-warning::after,.divider-light::after {
    border-top: 3px solid #fff !important;
}

.sbtu-divider-small {
    margin: 0px 0px;
    padding: 0px;
}

.sbtu-card-body > .sbtu-card-title {
    margin-bottom: 30px;
    font-family: "museo" !important;
}

.sbtu-card-body .sbtu-divider-small ~ p {
    margin-top: 10px;
}

.title-section span {
    color:#000;
    font-size: 28px;
}

hr.title-section-line {
    width: 8.6%;
    height: 7px;
    background: #EA1835;
    bottom: 10px !important;
    margin-top: 5px;
    margin-bottom: 25px;
}

.title-section-mobile {
    font-size: 26px;
    font-weight: bold;

}

hr.title-section-small-line {
    width: 100%;
    height: 9px;
    background: #EA1835;
    bottom: 5px;
    margin-top: 5px;
}

.grid-square {
    height: 377px;
}

.grid-rect {
}

.grid-fix-height {
    height: 420px;
}

.campus-tab .sbtu-grid > * {
    padding-left: 30px;
}

.campus-tab .sbtu-grid {
    margin-left: -30px;
}

#news-events .sbtu-card-body {
    font-size: 16px;
}

#news-events .sbtu-card-title {
    font-size: 24px;
    line-height: 31px;
}

#alumni .sbtu-slider-items .sbtu-card-white .sbtu-card-title,#alumni-ncc .sbtu-slider-items .sbtu-card-white .sbtu-card-title {
    font-size: 24px;
    line-height: 31px;
}

#alumni .sbtu-slider-items .sbtu-card-white,#alumni-ncc .sbtu-slider-items .sbtu-card-white {
    font-size: 16px;
    line-height: 26px;
}

#alumni .sbtu-card-media-top img,#alumni-ncc .sbtu-card-media-top img {
    border-radius: 20px;
}

#news-events .sbtu-card-media-top.sbtu-padding-small,#research .sbtu-card-media-top.sbtu-padding-small {
    padding: 25px;
}

.sbtu-card-body {
    padding: 0px 30px 30px 30px;
}

#welcome .sbtu-card-body {
    padding: 30px 30px 30px 30px;
}

.title-warning hr.title-section-line,.title-warning hr.title-section-small-line {
    background: #FCC936;
}

.title-success hr.title-section-line,.title-success hr.title-section-small-line {
    background: #69c70280;
}

.title-nature hr.title-section-line,.title-nature hr.title-section-small-line {
    background: #576fe6;
}

.title-info hr.title-section-line,.title-info hr.title-section-small-line {
    background: #0CA8E2;
}
.title-purble hr.title-section-line,.title-purble hr.title-section-small-line {
    background: var(--purple);
}

.title-subpage {
    left: -75px !important;
}

.sbtu-card-danger {
    background: #EA1835;
    color: #fff;
}

.title-section {
    left: -6px;
}

.sbtu-card {
    font-size: 18px;
    line-height: 24px;
}

.sbtu-card .sbtu-link-text {
    font-size: 19px;
    line-height: 35px;
}

.sbtu-card .sbtu-link-text.sbtu-text-small {
    font-size: 16px;
    line-height: 26px;
}

.sbtu-card-light {
    background: #FAFAFA;
}

.sbtu-card-white {
    background: #fff;
}

.sbtu-card-title {
    font-size: 26px;
    line-height: 33px;
}

.sbtu-card-title-large {
    font-size: 40px;
    line-height: 46px;
    color:#fff
}

.sbtu-card-title-small {
    font-size: 25px;
    line-height: 35px;
    color:#fff;
    margin-top: 0 !important;
}

.sbtu-divider-small::after {
    border-top: 2px solid #2F2F2F;
    width: 130px;
}

.sbtu-card-warning {
    background: #FCC936;
}

.sbtu-card-warning a {
}

.sbtu-card-small.sbtu-card-body {
    padding: 45px 30px;
}

.sbtu-card-info {
    background: #0CA8E2;
}
.sbtu-card-purble {
    background: var(--purple);
}
.sbtu-card-success {
    background: #69c70280;
}

.research {
    background-color: #FFFFFF;
}

.research:hover {
    background-color: #69c70280;
    color:#FFF
}


.sbtu-card-nature {
    background: #576fe6;
}

#research,#research-ncc #news-events,#news-events-ncc,#alumni,#alumni-ncc,#media,#media-ncc {
    background: #FAFAFA;
}

.sbtu-card-white {
    background: #fff;
}

.sbtu-text-white {
    color: #fff;
}


.sbtu-text-semibold {
    font-weight: 500;
}

.one-line-middle {
    padding-top: 10px;
    margin-bottom: 10px;
}

#alumni-ncc .sbtu-slider-items .sbtu-text-muted {
    display: none;
}

img[width~="810"] {
    width: 100%;
}

.sbtu-card-warning .sbtu-link {
    color: #fff;
}

span[href] {
    cursor: pointer;
}


@media only screen and (max-width: 600px) {
   .slogan {
        font-size:40px;
        margin-top:400px
    }
    .title-info span {
        border-left: inherit;
    }

    .sbtu-overlay.sbtu-position-center.sbtu-text-white {
        font-size: 1.2rem;
    }

    .sbtu-overlay .sbtu-icon svg {
        width: 26px;
    }
}

@media (min-width: 1200px) {
    .sbtu-card-danger .sbtu-position-small,.sbtu-card-info .sbtu-position-small {
        padding-bottom:37px;
    }

    .bg-link-list {
        line-height: 31px;
    }
}

@media (max-width: 1199px) {
    .sbtu-button-outline-danger {
        margin-left:0px;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 1630px) {
    ul.sub-menu {
        padding:10px 0px !important;
        float: none !important;
    }

    ul.sub-menu li {
        padding-left: 0px !important;
    }

    .campus li {
        padding: 3px 30px 0px 30px;
    }
}

@media only screen and (max-width: 1366px) {
    .sbtu-card-small.sbtu-card-body {
        padding:20px 20px;
    }

    .sbtu-card {
        font-size: 16px;
        line-height: 24px;
    }

    .sbtu-card-title {
        font-size: 26px;
        line-height: 33px;
    }

    .sbtu-card-title-large {
        font-size: 36px;
        line-height: 42px;
    }

    .sbtu-card .sbtu-link-text {
        font-size: 16px;
        line-height: 28px;
    }

    .grid-square {
        height: inherit;
    }

    .grid-fix-height {
        height: inherit;
    }
}

@media only screen and (max-width: 1023px) {
    .sbtu-card-small.sbtu-card-body {
        padding:20px 20px;
    }

    .grid-square {
        height: inherit;
        min-height: auto !important;
    }

    .sbtu-card-body.sbtu-light {
        min-height: 200px !important;
    }

    .grid-rect {
    }

    .grid-fix-height {
        height: inherit;
    }

    .title-section {
        left: -26px;
    }

    .bg-link-list {
        bottom: inherit;
        left: inherit;
        position: relative !important;
        margin: 0px;
        padding: 0px;
    }

    .sub-menu {
        height: auto !important;
    }
}

@media only screen and (max-width: 767px) {
    .campus {
        margin:0px 30px;
        margin-top: 10px;
    }

    .campus li {
        padding: 6px 30px;
    }

    .campus .is-active-trail {
        padding: 6px 30px;
    }

    .campus-ncc {
        margin-top: 15px;
    }

    .title-section {
        left: -32px;
    }

    .sbtu-card-title-large {
        font-size: 28px;
        line-height: 32px;
    }

    .sbtu-card {
        font-size: 16px;
        line-height: 22px;
    }

    .title-section span {
        font-size: 22px;
    }
}
/* Youtube*/
.thumb-youtube-player {position: relative;padding-bottom: 55%;height: 0;max-width: 100%;background: #000;/*margin: 5px;*/border: 0px solid;}
.thumb-youtube-player-large {position: relative;padding-bottom: 100%;height: 0;overflow: hidden;max-width: 100%;background: #000;border: 0px solid;}

.thumb-youtube-player-large img{
    width: 100%;
    height: 439px;
    object-fit: cover;
}
/* ==============================================================
     # Video Button Play
=================================================================== */
.video-play-button {
  color: #FF1949;
  font-size: 30px;
  left: 50%;
  padding-left: 7px;
  position: absolute;
  top: 50%;
  opacity: 0.50;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button.theme:before,
.video-play-button.theme:after {
  background: #FF1949 repeat scroll 0 0;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  opacity: 0.50;
  background: #ffffff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-button i {
  position: relative;
  z-index: 3;
  color: #FF1949;
}

.video-play-button.theme i {
  color: #ffffff;
}

.video-play-button.relative {
  position: relative;
  display: inline-block;
  left: 30px;
  height: 68px;
  width: 68px;
  line-height: 68px;
  text-align: center;
  margin-top: 0 !important;
  top: 40px;
  margin-left: 10px;
}

.video-play-button.relative::before,
.video-play-button.relative::after {
  height: 68px;
  width: 68px;
  line-height: 68px;
}

.video-play-button.relative i {
  line-height: 70px;
  font-size: 25px;
}
.thumb-box {
  position: relative;
}

/*-----CATEGORIES START-----*/
.tf__single_category {
    position: relative;
    margin-top: 25px;
}
.tf__single_category_icon2 {
    width: 60px;
    height: 60px;
    background: var(--colorBlue);
    line-height: 100px;
    text-align: center;
    color: var(--colorWhite);
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transition: all linear .3s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.tf__single_category_icon {
    width: 100px;
    height: 100px;
    background: var(--colorBlue);
    line-height: 100px;
    text-align: center;
    color: var(--colorWhite);
    font-size: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transition: all linear .3s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.tf__single_category_textband {
    background: url(/app/themes/edu/img/erasmus-zemin.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px;
    margin-left: 40px;
    padding-left: 40px;
    height: 150px;
    position: relative;
    border-radius: 5px;
    border-left: 3px solid var(--colorBlue);
    overflow: hidden;
    transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.tf__single_category_textband::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #f3f7fb;
    top: 0;
    left: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.tf__single_category_textband p {
    position: relative;
    z-index: 1;
    padding-left: 8px;
    transition: all linear .3s;
    transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.tf__single_category_textband h3 {
    position: relative;
    z-index: 1;
    font-size: 22px;
    margin-bottom: 10px;
    transition: all linear .3s;
    transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.tf__single_category_text {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px;
    margin-left: 40px;
    padding-left: 80px;
    position: relative;
    border-radius: 5px;
    border-left: 3px solid var(--colorBlue);
    overflow: hidden;
    transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.tf__single_category_text::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #f3f7fb;
    top: 0;
    left: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__single_category_text h3 {
    position: relative;
    z-index: 1;
    font-size: 22px;
    margin-bottom: 10px;
    transition: all linear .3s;
    transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__single_category_text p {
    position: relative;
    z-index: 1;
    padding-left: 8px;
    transition: all linear .3s;
    transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.tf__single_category_text p a:hover {
    color:#FFF;
}


.tf__single_category:hover .tf__single_category_text::after {
    opacity: .85;
}
.tf__single_category:hover .tf__single_category_textband::after {
    opacity: .60;
}

.tf__single_category:hover .tf__single_category_icon {
    background: var(--colorWhite) !important;
}
.tf__single_category:hover .tf__single_category_icon2 {
    background: var(--colorWhite) !important;
}
.tf__single_categoryband:hover h3,
.tf__single_category:hover h3,
.tf__single_category:hover p {
    color: var(--colorWhite);
}


.tf__single_category.light_blue .tf__single_category_icon {
    background: #8e56ff;
}

.tf__single_category.light_blue .tf__single_category_text {
    border-color: #8e56ff;
}

.tf__single_category.light_blue:hover .tf__single_category_text::after {
    background: #8e56ff;
}

.tf__single_category.light_blue:hover .tf__single_category_icon {
    color: #8e56ff;
}

.tf__single_category.light_blue .tf__single_category_icon2 {
    background: #8e56ff;
}

.tf__single_category.light_blue .tf__single_category_textband {
    border-color: #8e56ff;
}

.tf__single_category.light_blue:hover .tf__single_category_textband::after {
    background: #8e56ff;
}

.tf__single_category.light_blue:hover .tf__single_category_icon2 {
    color: #8e56ff;
}

.tf__single_category.blue .tf__single_category_icon {
    background: #4582ff;
}

.tf__single_category.blue .tf__single_category_text {
    border-color: #4582ff;
}

.tf__single_category.blue:hover .tf__single_category_text::after {
    background: #4582ff;
}

.tf__single_category.blue:hover .tf__single_category_icon {
    color: #4582ff;
}

.tf__single_category.blue .tf__single_category_icon2 {
    background: #4582ff;
}

.tf__single_category.blue .tf__single_category_textabnd {
    border-color: #4582ff;
}

.tf__single_category.blue:hover .tf__single_category_textband::after {
    background: #4582ff;
}

.tf__single_category.blue:hover .tf__single_category_icon2 {
    color: #4582ff;
}


.tf__single_category.green .tf__single_category_icon {
    background: #1ab69d;
}

.tf__single_category.green .tf__single_category_text {
    border-color: #1ab69d;
}

.tf__single_category.green:hover .tf__single_category_text::after {
    background: #1ab69d;
}

.tf__single_category.green:hover .tf__single_category_icon {
    color: #1ab69d;
}

.tf__single_category.green .tf__single_category_icon2 {
    background: #1ab69d;
}

.tf__single_category.green .tf__single_category_textband {
    border-color: #1ab69d;
}

.tf__single_category.green:hover .tf__single_category_textband::after {
    background: #1ab69d;
}

.tf__single_category.green:hover .tf__single_category_icon2 {
    color: #1ab69d;
}


.tf__single_category.gray .tf__single_category_icon {
    background: #ada729;
}

.tf__single_category.gray .tf__single_category_text {
    border-color: #ada729;
}

.tf__single_category.gray:hover .tf__single_category_text::after {
    background: #ada729;
}

.tf__single_category.gray:hover .tf__single_category_icon {
    color: #ada729;
}

.tf__single_category.gray .tf__single_category_icon2 {
    background: #ada729;
}

.tf__single_category.gray .tf__single_category_textband {
    border-color: #ada729;
}

.tf__single_category.gray:hover .tf__single_category_textband::after {
    background: #ada729;
}

.tf__single_category.gray:hover .tf__single_category_icon2 {
    color: #ada729;
}


.tf__single_category.orange .tf__single_category_icon {
    background: #ff7f46;
}

.tf__single_category.orange .tf__single_category_text {
    border-color: #ff7f46;
}

.tf__single_category.orange:hover .tf__single_category_text::after {
    background: #ff7f46;
}

.tf__single_category.orange:hover .tf__single_category_icon {
    color: #ff7f46;
}

.tf__single_category.orange .tf__single_category_icon2 {
    background: #ff7f46;
}

.tf__single_category.orange .tf__single_category_textband {
    border-color: #ff7f46;
}

.tf__single_category.orange:hover .tf__single_category_textband::after {
    background: #ff7f46;
}

.tf__single_category.orange:hover .tf__single_category_icon2 {
    color: #ff7f46;
}


.tf__single_category.red .tf__single_category_icon {
    background: #ff5b5c;
}

.tf__single_category.red .tf__single_category_text {
    border-color: #ff5b5c;
}

.tf__single_category.red:hover .tf__single_category_text::after {
    background: #ff5b5c;
}

.tf__single_category.red:hover .tf__single_category_icon {
    color: #ff5b5c;
}

.tf__single_category.red .tf__single_category_icon2 {
    background: #ff5b5c;
}

.tf__single_category.red .tf__single_category_textband {
    border-color: #ff5b5c;
}

.tf__single_category.red:hover .tf__single_category_textband::after {
    background: #ff5b5c;
}

.tf__single_category.red:hover .tf__single_category_icon2 {
    color: #ff5b5c;
}

.tf__single_category.Green .tf__single_category_icon {
    background: #33CC33;
}

.tf__single_category.Green .tf__single_category_text {
    border-color: #33CC33;
}

.tf__single_category.Green:hover .tf__single_category_text::after {
    background: #33CC33;
}

.tf__single_category.Green:hover .tf__single_category_icon {
    color: #33CC33;
}

.tf__single_category.Green .tf__single_category_icon2 {
    background: #33CC33;
}

.tf__single_category.Green .tf__single_category_textband {
    border-color: #33CC33;
}

.tf__single_category.Green:hover .tf__single_category_textband::after {
    background: #33CC33;
}

.tf__single_category.Green:hover .tf__single_category_icon2 {
    color: #33CC33;
}

.tf__single_category.Brown .tf__single_category_icon {
    background: #a52a2a;
}

.tf__single_category.Brown .tf__single_category_text {
    border-color: #a52a2a;
}

.tf__single_category.Brown:hover .tf__single_category_text::after {
    background: #a52a2a;
}

.tf__single_category.Brown:hover .tf__single_category_icon {
    color: #a52a2a;
}

.tf__single_category.Brown .tf__single_category_icon2 {
    background: #a52a2a;
}

.tf__single_category.Brown .tf__single_category_textband {
    border-color: #a52a2a;
}

.tf__single_category.Brown:hover .tf__single_category_textband::after {
    background: #a52a2a;
}

.tf__single_category.Brown:hover .tf__single_category_icon2 {
    color: #a52a2a;
}

.tf__single_category.Beige .tf__single_category_icon {
    background: #F5F5DC;
}

.tf__single_category.Beige .tf__single_category_text {
    border-color: #F5F5DC;
}

.tf__single_category.Beige:hover .tf__single_category_text::after {
    background: #F5F5DC;
}

.tf__single_category.Beige:hover .tf__single_category_icon {
    color: #F5F5DC;
}

.tf__single_category.Violet .tf__single_category_icon {
    background: #ee82ee;
}

.tf__single_category.Violet .tf__single_category_text {
    border-color: #ee82ee;
}

.tf__single_category.Violet:hover .tf__single_category_text::after {
    background: #ee82ee;
}

.tf__single_category.Violet:hover .tf__single_category_icon {
    color: #ee82ee;
}

.tf__single_category.Violet .tf__single_category_icon2 {
    background: #ee82ee;
}

.tf__single_category.Violet .tf__single_category_textband {
    border-color: #ee82ee;
}

.tf__single_category.Violet:hover .tf__single_category_textband::after {
    background: #ee82ee;
}

.tf__single_category.Violet:hover .tf__single_category_icon2 {
    color: #ee82ee;
}

.tf__single_category.grayish .tf__single_category_icon {
    background: var(--very-dark-grayish-blue);
}

.tf__single_category.grayish .tf__single_category_text {
    border-color: var(--very-dark-grayish-blue);
}

.tf__single_category.grayish:hover .tf__single_category_text::after {
    background: var(--very-dark-grayish-blue);
}

.tf__single_category.grayish:hover .tf__single_category_icon {
    color: var(--very-dark-grayish-blue);
}

/*-----CATEGORIES END-----*/
#tf__categories .mix {
    display: none;
}

a.carousel-arrow {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -25px;
    background: transparent;
    color: transparent;
    font-size: 32px;
    font-weight: 300;
    cursor: pointer;
    -webkit-transition: background 300ms, color 300ms;
    -o-transition: background 300ms, color 300ms;
    transition: background 300ms, color 300ms;
}
.carousel:hover a.carousel-arrow {
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
}
.carousel:hover a.carousel-arrow:hover,
.carousel:hover a.carousel-arrow:active {
    background: rgba(0, 0, 0, 0.7);
    text-decoration: none;
}
a.carousel-arrow-prev {
    left: 10px;
    right: auto;
    padding-right: 5px;
}
a.carousel-arrow-next {
    right: 10px;
    left: auto;
    padding-left: 5px;
}

/* section heading css start */
.tf__heading_area {
    text-align: center;
}

.tf__heading_area h5 {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--colorBlue);
    font-family: var(--paraFont);
    position: relative;
    display: inline-block;
}

.tf__heading_area h5::after,
.tf__heading_area h5::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: var(--colorBlue);
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.tf__heading_area h5::before {
    left: auto;
    right: -20px;
}

.tf__heading_area h2 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 15px;
    text-transform: capitalize;
}

.tf__heading_area_left {
    text-align: left;
}

.tf__heading_area_left h5 {
    margin-left: 20px;
}

.tf__heading_area_left h5::before {
    display: none;
}

/* section heading css end */

#videoBox {
    position: fixed;
    transition: 0.5s;
    max-width: 500px;
    max-height: 500px;
    vertical-align: bottom;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    animation: an 0.5s;
}
#close {
    float: right;
    display: inline-block;
    padding: 5px 5px;
    background: #000;
    color:#FFF;
    font-size: 28px;
    margin-top: -10px;
    margin-right: 5px;
}
#close:hover {
float: right;
    display: inline-block;
    padding: 5px 5px;
    background: #000;
    color:#F00;
    margin-top: -10px;
    margin-right: 5px;
}
.yukari_ok {
width: 0;
height: 0;
border-style: solid;
border-width: 8px 8px 0 8px;
border-color: #FFF transparent transparent transparent;
}
.yukari_ok:hover {
width: 0;
height: 0;
border-style: solid;
border-width: 8px 8px 0 8px;
border-color: #f00 transparent transparent transparent;
}
.asagi_ok {
width: 0;
height: 0;
border-style: solid;
border-width: 0 8px 8px 8px;
border-color: transparent transparent #fff transparent;
}
.asagi_ok:hover {
width: 0;
height: 0;
border-style: solid;
border-width: 0 8px 8px 8px;
border-color: transparent transparent #f00 transparent;
}


/* Table Styles */

.table-wrapper{
    margin: 10px 70px 70px;
    box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
}

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    /*white-space: nowrap;*/
    background-color: white;
}

.fl-table td, .fl-table th {
    padding: 8px;
}

.fl-table td {
    font-size: 14px;
    color:#000;
}

.fl-table thead th {
    color: #ffffff;
    background: #4FC3A1;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #324960;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

/* Responsive */

@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child{
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}

.video-background-controls{
 z-index: 9999 !important;
}

.video-background-controls button {
    font-size: 32px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    height: 32px;
    width: 32px;
    border-radius: 16px;
    line-height: 32px;
    border: none;
    background: none;
    -webkit-appearance: none;
    color: white;
    filter: drop-shadow(0px 0px 1px black);
    cursor: pointer;
    opacity: 1;
    transition: all 250ms ease-in-out;
    margin-left: 10px;
}

.video-background-controls button:hover {
    opacity: 0.5;
}
.text-wrapper{
position: absolute; top: 9px; right: 95px; z-index: 9999;
}
.text-wrapper  a {
    position: relative;
    display: block;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 30px;
    background: #333;
    border-radius: 50%;
    font-size: 36px;
    color: #fff;
    transition: .5s;
}
.text-wrapper a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #00CC33;
    transition: .5s;
    transform: scale(.9);
    z-index: -1;
}

.text-wrapper a:hover {
    color: #00CC33;
    background: #FFF;
}

.blink {
    animation: blink 1s steps(1, end) infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.text-block {
    position: absolute;
    bottom: 178px;
    font-weight: 600;
    font-size:15px;
    right: 20px;
    color: white;
    padding-left: 20px;
    padding-right: 85px;
}
.text-block a{
    color:#fff;
}
.lang{
    position: absolute;top: 13px;right: 145px;z-index: 9999;color:#FFF;
}
.lang a{
    color:#fff;
}
.quick-access-spacer {
    display: block;
    width: 100%;
    height: 30px;
    background: #e8e8e8;
}

#quick-access {
    position: relative;
    z-index: 5;
    background: #fff;
    padding-top: 22px !important;
}
