  ﻿.text-brandblue,
.text-primary {
    color: #0065BD !important;
}

.gowrapper hr {
    margin-top: 24px;
    margin-bottom: 48px;
    border: none;
    border-bottom: 1px solid #eeeeee;
}

.bg-lightgrey {
    background: #EEEEEE !important;
}

.ehcol-container [class*="sys_column"]+[class*="sys_column"]:last-child,
.gowrapper [class*="sys_column"]+[class*="sys_column"]:last-child {
    float: left;
}

a:focus {
    outline: 3px solid #0065bd;
}

.mb-48 {
    margin-bottom: 48px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-6 {
    margin-top: 6px !important;
}


/* BREADCRUMBS */

.goheader {
    margin-top: 24px;
}

.goheader .serviceselection {
    margin-bottom: 6px;
    font-family: 'font-semibold', Fallback, sans-serif;
}

.goheader .serviceselection a {
    text-decoration: underline;
    font-family: 'font-regular', Fallback, sans-serif;
}

.goheader h1 {
    color: black;
    margin-top: 0px;
    margin-bottom: 6px !important;
}

.goheader h2 {
    color: black;
    margin-top: 0px;
    margin-bottom: 0px;
}

.gowrapper p {
    font-size: 18px;
    font-family: 'font-regular', Fallback, sans-serif;
    margin-bottom: 12px;
    color: black;
}

.gowrapper li {
    font-size: 18px;
    font-family: 'font-regular', Fallback, sans-serif;
    margin-bottom: 12px;
    color: black;
}

.gowrapper h1 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 42px;
    font-family: 'font-semibold', Fallback, sans-serif;
    color: black;
}

.gowrapper h2 {
    color: black;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 12px;
    margin-top: 0px;
    font-family: 'font-semibold', Fallback, sans-serif;
}

.gowrapper h3 {
    font-size: 22px;
    line-height: 32px;
    font-family: 'font-semibold', Fallback, sans-serif;
}

.gowrapper h4 {
    font-size: 18px;
    line-height: 24px;
    font-family: 'font-semibold', Fallback, sans-serif;
}

.gowrapper b,
.gowrapper strong {
    font-family: 'font-semibold', Fallback, sans-serif;
}

.gowrapper h3 {
    font-size: 22px;
    line-height: 32px;
}

.gowrapper nav {
    z-index: 0 !important;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0rem 0rem;
    margin-top: 0px;
    margin-bottom: 12px;
    list-style: none;
    background-color: #FFFFFF;
    border-radius: 0rem;
    z-index: 0;
    font-size: 18px;
    color: black;
    font-family: 'font-regular', Fallback, sans-serif;
}

.breadcrumb a,
.breadcrumb a:visited {
    color: #000000;
}

.breadcrumb-item {
    margin-bottom: 0px;
}

.breadcrumb-item.active {
    color: #626A6E;
}

.breadcrumb-item+.breadcrumb-item::before {
    margin-right: 6px;
    margin-left: 6px;
    padding-right: 0px;
    color: #626A6E;
    content: '\004b';
    display: inline-block;
    font-family: 'kohera-icons';
    font-style: normal;
    font-weight: normal;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    position: relative;
}

ol.breadcrumb li {
    font-size: inherit;
    margin-bottom: 0px;
    line-height: inherit;
}


/**/

.ehcol-container .sys_columns .card {
    min-height: 200px;
    margin-bottom: 18px;
}

.ehcol-container img {
    vertical-align: middle;
    border-style: none;
}

@media only screen and (max-width:600px) {
    .gotabs .tabs-list {
        border-bottom: none !important;
        border-left: 1px solid #B1B4B6;
    }
    .go-header-flex {
        display: block !important;
    }
    .go-search-form {
        min-width: auto !important;
    }
    .go-search-form .form-control {
        margin-bottom: 12px;
    }
    .gotabs .tabs-list li {
        display: block !important;
        margin: 0px 0px !important;
        padding: 12px 12px 6px 12px!important;
        line-height: 18px;
        border-bottom: none !important;
        border-left: 4px solid white !important;
        text-align: left !important;
    }
    .gotabs .tabs-list li:hover {
        cursor: pointer;
        border-left: 4px solid #0065BD !important;
        border-bottom: none !important;
    }
    .gotabs .tabs-list li.active {
        cursor: pointer;
        color: #0065BD;
        border-left: 4px solid #0065BD !important;
        border-bottom: none !important;
    }
    .gotabs .tabs-list li.active a {
        color: #0065BD;
    }
    .gotabs .tabs-list li a {
        text-decoration: none;
        color: black;
    }
}

@media only screen and (max-width: 850px) {
    .ehcol-container {
        grid-template-columns: repeat(1, 1fr) !important;
        max-width: 400px;
    }
}

.ehcol-container {
    margin: 0 auto;
    display: inline-grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    margin-bottom: 30px;
    margin-top: 18px;
    width: 100%;

}

.ehcol-container h2 {
    margin: 0px;
    margin-bottom: 30px;
}

.ehcol-container h3 {
    margin: 0px;
    margin-bottom: 30px;
}

.ehcol-container p {
    margin: 0px;
}

.ehcol-container .card {
    height: 100%;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
}

.ehcol-container .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.ehcol-container .card-body p {
    color: black;
}

.ehcol-container .card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.ehcol-container .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.ehcol-container .p-4 {
    padding: 1.5rem!important;
}

.ehcol-container .card {
    border-radius: 0px;
}

.ehcol-container .card-body {
    padding-top: 36px;
    padding-bottom: 36px;
    padding-right: 30px;
    padding-left: 30px;
}

.ehcol-container .card-img-top {
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
}

.ehcol-container .p-4 {
    padding: 18px!important;
}


/* Hide the browser's default radio button */

.form-check-input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 32px;
    width: 32px;
    z-index: 15;
    margin-top: 0px;
    margin-left: -35px;
}


/* Create a custom radio button */

.checkmark-radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #626A6E;
}


/* On mouse-over, add a grey background color */

.form-check:hover input~.checkmark-radio {
    background: #EEEEEE;
}


/* When the checkbox is checked, add a blue background */

.form-check input:checked~.checkmark-radio {
    background-color: #ffffff;
    border: 1px solid 626A6E;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.form-check input:checked~.checkmark-radio:after {
    display: block;
}


/* Style the checkmark/indicator */

.form-check .checkmark-radio:after {
    top: 6px;
    left: 6px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #626A6E;
}

.form-check-input.is-invalid~.checkmark-radio {
    background-color: #ba0c2f10;
    border: 1px solid #BA0C2F;
}

.form-check {
    margin-bottom: 16px !important;
    padding-left: 35px;
    cursor: pointer;
    position: relative;
    display: block;
    min-height: 32px;
}

.form-check-label {
    position: relative;
    margin-top: 6px;
    margin-left: 8px;
    vertical-align: middle;
    line-height: 32px;
}

label {
    font-family: 'font-semibold', Fallback, sans-serif;
    font-size: 18px;
    line-height: 24px;
}

label .sub {
    font-family: 'font-regular', Fallback, sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-left: 8px;
    display: inline-block;
}

.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 12px 20px 8px 20px;
    border-radius: 4px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration: none;
}

.btn-brandblue,
.btn-primary {
    color: #ffffff !important;
    background-color: #0065BD;
    border-color: #0065BD;
}

.btn-brandblue:hover,
.btn-primary:hover {
    color: #fff;
    background-color: #00328A;
    border-color: #00328A;
}

.btn-brandblue.disabled,
.btn-brandblue:disabled,
.btn-primary.disabled,
.btn-rimary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-brandblue:not(:disabled):not(.disabled):active,
.btn-brandblue:not(:disabled):not(.disabled).active,
.show>.btn-brandblue.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #0B0C0C;
    background-color: #fff;
    border-color: #B1B4B6;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.button-label,
.btn {
    font-family: 'font-medium', Fallback, sans-serif;
    font-size: 18px;
    line-height: 24px;
}

.kohera-dropdown.govideo {
    width: 100%;
    display: inline-block;
    background: #EEEEEE;
    padding: 12px 12px;
}

.kohera-dropdown.govideo .tab-content p:first-of-type {
    padding-top: 12px;
    margin-bottom: 0px
}

.kohera-dropdown {
    overflow: hidden;
}

.kohera-dropdown input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.kohera-dropdown .tab {
    width: 100%;
    overflow: hidden;
    /* display: contents; */
}

.kohera-dropdown .tab-label {
    display: flex;
    cursor: pointer;
    color: #0065BD;
    font-family: 'font-regular';
}

.kohera-dropdown .tab-label::before {
    content: "\0047";
    font-family: kohera-icons;
    margin-right: 6px;
    top: -2px;
    position: relative;
}

.kohera-dropdown .tab-content {
    height: 0;
}

.kohera-dropdown .tab-close {
    display: flex;
    cursor: pointer;
}

.kohera-dropdown input:checked+.tab-label::before {
    transform: rotate(180deg);
    top: -4px;
}

.kohera-dropdown input:checked~.tab-content {
    height: auto;
    display: contents;
}

.gotabs .tabs-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-right: 5px;
    font-family: 'font-medium' !important;
    font-size: 18px;
    margin-top: 42px;
    margin-bottom: 0px;
    border-bottom: 1px solid #B1B4B6;
    width: max-content;
}

.gotabs .tabs-list li {
    display: inline-block;
    margin: 0px;
    margin-right: -5px;
    padding: 0px 12px;
    border-bottom: 4px solid white;
    text-align: center;
}

.gotabs .tabs-list li:hover {
    cursor: pointer;
    border-bottom: 4px solid #0065BD;
}

.gotabs .tabs-list li.active {
    cursor: pointer;
    color: #0065BD;
    border-bottom: 4px solid #0065BD;
}

.gotabs .tabs-list li.active a {
    color: #0065BD;
    ;
}

.gotabs .tabs-list li a {
    text-decoration: none;
    color: black;
    font-family: 'font-medium' !important;
}

.kohera-list {
    list-style-type: square;
    font-family: 'font-regular';
    font-size: 18px;
    margin-bottom: 18px;
    color: black;
}

.kohera-list a {text-decoration:underline;}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-duration {
    padding: 12px 12px 0px 12px;
    display: block;
    background: #EEEEEE;
}

p.video-duration {
    margin-bottom: 0px !important;
}

.go-reccomendation-list li, .cqcfocus-list li {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 12px;
    margin-bottom: 18px;
}

.list-tick,
.list-document,
.list-download {
    list-style: none;
}

.list-tick li:before {
    content: "\004e";
    font-family: 'kohera-icons';
    display: inline-block;
    margin-left: -30px;
    width: 30px;
}

.list-download li:before {
    content: "\0048";
    font-family: 'kohera-icons';
    display: inline-block;
    margin-left: -30px;
    width: 30px;
}

.list-document li:before {
    content: "\0046";
    font-family: 'kohera-icons';
    display: inline-block;
    margin-left: -30px;
    width: 30px;
}

.list-tick span span:after {
    content: ', ';
}

.list-tick span span:last-of-type:after {
    content: '.';
}

ul.filterlist-go,
ul.filterlist-format {
    display: inline-block;
    padding-left: 0px;
    margin-top: 6px;
    margin-bottom: 18px;
}

ul.filterlist-format li,
ul.filterlist-go li {
    color: #0065BD;
    text-align: left;
    font-family: 'font-semibold';
    font-size: 18px;
    margin-right: 6px;
    border-radius: 3px;
    border: none!important;
    margin-bottom: 12px;
    display: inline-block;

}

ul.filterlist-go li a,
ul.filterlist-format li a {
    padding: 6px 12px 0px 12px;
    background-color: #fff;
    background: #eeeeee;
    border-radius: 3px;
    display: inline-block;
 
}

ul.filterlist-go li.filterlist-go-active,
ul.filterlist-format li.filterlist-format-active a {
    background: #626A6E !important;
    color: #fff !important;
}

ul.filterlist-go li.filterlist-go-active a,
ul.filterlist-go li a:hover,
ul.filterlist-go li.filterlist-format-active a,
ul.filterlist-format li a:hover {
    color: #fff !important;
    text-decoration: none;
    background: #626a6e;
}

p.filter-title {
    font-family: 'font-semibold';
    font-size: 18px;
    margin-bottom: 0px;
}

#btn-service-submit {
    margin-bottom: 42px;
}

.go-resource h3 {
    margin-bottom: 12px;
}

.go-resource-creator {
    margin-bottom: 0px;
}

.filt-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eeeeee;
}

.go-header-flex {
    display: flex;
    justify-content: space-between;
}

.filt-rule {
    margin-top: 0px !important;
    margin-bottom: 30px;
}

.filt-right .tab-content p:first-of-type {
    margin-top: 12px;
}

.goresource-list {
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.goresource-list li {
    display: inline-block;
    margin-bottom: 0px;
    padding: 8px 12px 4px 12px;
    background-color: #eeeeee;
    color: #000;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
    margin-right: 6px;
}

.go-resource li,
.tab-content ul li,
.go-resource-item ul li {
    list-style: square;
}

.go-resource-publishdate,
.goresource-list {
    display: inline-block;
    margin-top: 12px;
}

.go-search-form svg {
    overflow: hidden;
    vertical-align: middle;
}

.go-search-form button:focus {
    outline: 1px dotted;
}

.go-search-form button,
.go-search-form input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.go-search-form button,
.go-search-form input {
    overflow: visible;
}

.go-search-form .form-control {
    display: block;
    width: 100%;
    font-size: 18px;
    padding-top: 4px;
    padding-left: 12px;
    color: #000;
    font-family: 'font-regular';
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px 0px 0px 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.go-search-form.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.go-search-form.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.go-search-form.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.go-search-form.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.go-search-form.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.go-search-form.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.go-search-form.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.go-search-form.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.go-search-form.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.go-search-form .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.go-search-form .btn:hover {
    color: #212529;
    text-decoration: none;
}

.go-search-form .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.go-search-form .btn:disabled {
    opacity: .65;
}

.go-search-form .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.go-search-form .input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.go-search-form .input-group>.form-control:focus {
    z-index: 3;
}

.go-search-form .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.go-search-form .input-group-append {
    display: -ms-flexbox;
    /* display:flex; */
    /* justify-content: flex-end; */
}

.go-search-form {
    display: -ms-flexbox;
    display: flex;
    min-width: 300px;
}

.go-search-form .input-group-append .btn {
    position: relative;
    z-index: 2;
}

.go-search-form .input-group-append .btn:focus {
    z-index: 3;
}

.go-search-form .input-group-append {
    margin-left: -1px;
}

.go-search-form .input-group>.input-group-append>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.go-search-form .text-white {
    color: #fff!important;
}

.go-search-form .btn {
    font-family: 'font-medium', Fallback, sans-serif;
    font-size: 18px;
    line-height: 24px;
}

.go-search-form .text-white {
    color: #FFFFFF!important;
}

.go-search-form .btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 12px 12px 8px 12px;
    border-radius: 0px 4px 4px 0px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration: none;
}

.go-search-form .btn:focus {
    box-shadow: 0 0 0 2px #626A6E;
    border-color: #ffffff;
}

.go-search-form .btn-darkgrey {
    color: #ffffff!important;
    background-color: #626A6E;
    border-color: #626A6E;
}

.go-search-form .btn-darkgrey:hover {
    color: #fff;
    background-color: #2F373B;
    border-color: #2F373B;
}

.go-search-form .btn-darkgrey:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.go-search-form.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 18px;
    font-weight: normal;
    line-height: inherit;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 12px;
}

.go-search-form.form-control:focus {
    color: #495057;
    background-color: #fff;
    border: #0065BD 2px solid;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.go-search-form.form-control {
    border-radius: 4px;
}

.go-search-form.form-control[type=text] {
    height: 48px;
    font-size: 18px;
    padding-top: 10px;
}

.icon-search:before {
    content: '\004d';
    margin-right: 0px;
    font-family: 'kohera-icons';
}

.icon-back:before,
.icon-left:before {
    content: '\0043';
    top: -2px;
    font-family: 'kohera-icons';
    position: inherit;
    margin-right: 6px;
}

.icon-forward-after:after,
.icon-right-after:after {
    content: '\004b';
    font-family: 'kohera-icons';
    top: -2px;
    position: inherit;
    margin-left: 6px;
}

.btn[class*='icon-search'] {
    padding: 6px 12px 1px 12px;
}

.go-globalsearch-form svg {
    overflow: hidden;
    vertical-align: middle;
}

.go-globalsearch-form button:focus {
    outline: 1px dotted;
}

.go-globalsearch-form button,
.go-search-form input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.go-globalsearch-form button,
.go-search-form input {
    overflow: visible;
}

.go-globalsearch-form .form-control {
    display: block;
    width: 100%;
    font-size: 18px;
    padding-top: 4px;
    height: auto;
    padding-left: 12px;
    color: #000;
    font-family: 'font-regular';
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px 0px 0px 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.go-globalsearch-form.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.go-globalsearch-form.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.go-globalsearch-form.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.go-globalsearch-form.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.go-globalsearch-form.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.go-globalsearch-form.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.go-globalsearch-form.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.go-globalsearch-form.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.go-globalsearch-form.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.go-globalsearch-form .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.go-globalsearch-form .btn:hover {
    color: #212529;
    text-decoration: none;
}

.go-globalsearch-form .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.go-globalsearch-form .btn:disabled {
    opacity: .65;
}

.go-globalsearch-form .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.go-globalsearch-form .input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.go-globalsearch-form .input-group>.form-control:focus {
    z-index: 3;
}

.go-globalsearch-form .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.go-globalsearch-form .input-group-append {
    display: -ms-flexbox;
    /* display:flex; */
    /* justify-content: flex-end; */
}

.go-globalsearch-form {
    display: -ms-flexbox;
    display: flex;
    max-width: 350px;
    margin-bottom: 24px;
}

.go-globalsearch-form .input-group-append .btn {
    position: relative;
    z-index: 2;
}

.go-globalsearch-form .input-group-append .btn:focus {
    z-index: 3;
}

.go-globalsearch-form .input-group-append {
    margin-left: -1px;
}

.go-globalsearch-form .input-group>.input-group-append>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.go-globalsearch-form .text-white {
    color: #fff!important;
}

.go-globalsearch-form .btn {
    font-family: 'font-medium', Fallback, sans-serif;
    font-size: 18px;
    line-height: 24px;
}

.go-globalsearch-form .text-white {
    color: #FFFFFF!important;
}

.go-globalsearch-form .btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 12px 12px 8px 12px;
    border-radius: 0px 4px 4px 0px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration: none;
}

.go-globalsearch-form .btn:focus {
    box-shadow: 0 0 0 2px #626A6E;
    border-color: #ffffff;
}

.go-globalsearch-form .btn-darkgrey {
    color: #ffffff!important;
    background-color: #626A6E;
    border-color: #626A6E;
}

.go-globalsearch-form .btn-darkgrey:hover {
    color: #fff;
    background-color: #2F373B;
    border-color: #2F373B;
}

.go-globalsearch-form .btn-darkgrey:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.go-globalsearch-form.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 18px;
    font-weight: normal;
    line-height: inherit;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 12px;
}

.go-globalsearch-form.form-control:focus {
    color: #495057;
    background-color: #fff;
    border: #0065BD 2px solid;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.go-globalsearch-form.form-control {
    border-radius: 4px;
}

.go-globalsearch-form.form-control[type=text] {
    height: 48px;
    font-size: 18px;
    padding-top: 10px;
}

.gosearch-badge {
    display: inline-block;
    padding: 6px 6px 2px 6px;
    background-color: #eeeeee;
    line-height: 18px;
    text-align: center;
    vertical-align: baseline;
    border-radius: 3px;
}

.as-functions {
    text-align: end;
}

.kohera-dropdown.stp .tab-label {
    justify-content: flex-end;
}

.kohera-dropdown.stp .tab-content p {
    text-align: end;
}

.kohera-dropdown.stp .tab-content p:first-of-type {
    margin-top: 12px !important;
}

.kohera-dropdown.stp input:checked~.tab-content {
    position: absolute;
    right: 0;
    min-width: 152px;
    padding-right: 12px;
    height: auto;
    background-color: #eeeeee;
    z-index: 10;
}

.ptp a:before {
    content: '\0053';
    margin-right: 6px;
    color: inherit;
    position: relative;
    top: 4px;
    font-family: 'kohera-icons';
}

.kohera-dropdown.stp input:checked+.tab-label::before {
    transform: none !important;
    top: -3px !important;
}

.kohera-dropdown.stp .tab-label::before {
    content: " \0054";
    font-family: kohera-icons;
    margin-right: 6px;
    top: -3px;
    position: relative;
}

.kohera-dropdown.stp .tab {
    width: 100%;
    overflow: hidden;
    height: 24px;
}

.go-pager {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 18px;
    padding-bottom: 12px;
    margin-left: -1px;
    line-height: 18px;
    color: #000000;
    background-color: #fff;
    border: 1px solid #B1B4B6;
    font-size: 18px;
    font-family: "font-medium";
    letter-spacing: 0.2px;
    text-decoration: none;
    display: flex;
}

.page-link:hover {
    z-index: 2;
    text-decoration: none;
    background-color: #eeeeee;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.rounded-0 {
    border-radius: 0!important;
}

.page-link-active {
    background: #eeeeee;
}

.pre-footer-logos {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.pre-footer-logos div {
    margin-right: 24px;
}

.pre-footer-logos img {
    width: auto;
    height: 48px;
    margin-bottom: 24px;
}

p.pre-footer-title {
    font-family: 'font-semibold';
}

.mobile-only {
    display: none;
}

@media only screen and (max-device-width: 480px) {
    .mobile-only {
        display: block !important;
    }
}



.kohera-list li p, .gosearch-focus-item p {display:inline;}