  ﻿/*  STYLESHEET FROM GO-ONLINE  */
.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;
}

.px-20 {
    padding-left: 20px !important;
    padding-right: 20px !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;
}

.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;
}

.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;}


/*  
    GO-ONLINE STYLESHEET ENDED 
    ============================================================================================
    ============================================================================================
    ============================================================================================
    SUPPORT IN YOUR AREA STYLESHEET
*/

@font-face {
    font-family: 'font-regular';
    src: url('/site-files/fonts/HindGuntur-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'font-semibold';
    src: url('/site-files/fonts/HindGuntur-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'font-bold';
    src: url('/site-files/fonts/HindGuntur-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'font-medium';
    src: url('/site-files/fonts/HindGuntur-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'kohera-icons';
    src: url('/site-files/fonts/kohera-icons.eot');
    src: url('/site-files/fonts/kohera-icons.eot') format('embedded-opentype'), url('/site-files/fonts/kohera-icons.woff') format('woff'), url('/site-files/fonts/kohera-icons.ttf') format('truetype'), url('/site-files/fonts/kohera-icons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.name {
    font-family: 'font-semibold', Fallback, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.big-header{
    font-family: 'font-semibold';
    font-size: 36px;
    font-weight:bold;
    padding-top:30px;
    padding-bottom: 18px;
}

.go-pager li {
    display: block;
    padding: 0px !important;
    margin: 0px !important;
    border-radius: 0px !important;
    border: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.lightgrey-background{
    background-color:#F2F2F2;
    width: 70%;
    padding:24px;
    min-height: 150px;
}

.subtle-text{
    font-family: 'font-regular';
    font-size: 24px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    color:black;
    padding-bottom: 6px;
}

.info-text{
    font-family: 'font-regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    padding-bottom:12px;
}

.default-text{
    border-radius: 0 !important; 
    border: 1px solid #000 !important;
}

.alert-text{
    border-radius: 0 !important; 
    border: 1px solid red !important;
}

.input-group-padding{
    padding-left:24px;
}

.button-search{
    height: 36px;
    line-height: 0.5;
}

.heading-wrapper{
    padding-bottom: 36px;
}

.organisations-found{
    font-size: 26px;
    font-style: normal;
    font-family: 'font-bold' !important;
    line-height: 32px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
}

.side-col-txt{
    font-size: 22px !important;
    /* font-style: normal; */
    /* font-weight: 600; */
    font-family: 'font-semibold' !important;
    line-height: 32px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    padding-left: 0px;
    margin: 0px !important; 
}

.filter-search-title {
    font-size: 22px !important;
    font-family: 'font-semibold' !important;
}

.subtitle {
    font-family: 'font-semibold' !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
}

.clear-all{
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    padding-left: 16px;
}

.side-text{
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    padding-left: 16px;
}

.align-center{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top:12px;
}

.margin-top{
    margin-top:18px;
}

.basic-text{
    font-family: 'font-regular';
    overflow: hidden !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* letter-spacing: 0.20000000298023224px; */
    text-align: left;
    color: #222;
}

.basic-text-bold{
    font-family: 'font-bold';
    overflow: hidden !important;
    display: inline;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
}

.tag-text{
    font-size: 16px;
    font-family: 'font-regular';
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    margin-top:0px;
    background-color:#E5E5E5;
    display:inline-block;
    padding-left:10px;
    padding-right:10px;
    border-width:5px;
    border-color:white;
    border-style:solid;
    padding-top:6px;
    padding-bottom:3px;
}

.feedback{
    display:none !important;
}

.custom-col-left {
	width: 71%;
	float: left;
	box-sizing: border-box;
}


.custom-col-right {
	width:29%;
	float:left;
	box-sizing:border-box;
	padding-left:46px;
}


.results-border {
	padding: 20px;
	border-color: #B1B4B6;
	border-style: solid;
	border-width: 1px;
}

.very-light-grey {
    background-color: #F8F8F8;
    padding: 18px;
    margin-bottom: 60px;
    margin-top: 108px;
}

.results-border-outside-area {
    background-color: #FFF;
}

.results-overflow-none {
	overflow: hidden;
}


.results-distance {
    font-family: 'font-regular';
	color: #626A6E;
	font-size: 16px;
	margin-top: 0px !important;
    margin-bottom: 0px !important;
	float: left;
    padding-left: 0 !important;
}


.results-organisation-type {
    font-family: 'font-regular';
	color:#626A6E;
	font-size:16px;
	margin-top: 0px !important;
    margin-bottom: 0px !important;
	float:left;
    padding-left: 0px !important;
}


.results-contact-details {
	display: block;
	overflow: auto;
	word-break: break-all;
}


.results-contact-details-left {
	float: left;
	width: 50%;
}


.results-contact-details-right {
	float: left;
	width: 50%;
	word-break: break-word;
	padding-left: 12px;
}


.custom-pt-12 {
	padding-top: 12px;
}


.custom-input {
	box-shadow: inset 0px 0px 0px 5px #FFF;
	border: 1px solid #626A6E !important;
	height: 25px;
	width: 25px;
	background-color: #626A6E !important;
	border-radius: 50% !important;
	font-size: 0 !important;
}


.custom-input-2 {
	border: 1px solid #626A6E !important;
	height: 25px;
	width: 25px;
	background-color: #FFF !important;
	border-radius: 50% !important;
	font-size: 0 !important;
}

/* .checkbox-include-other-organisations {
	height: 25px !important;
	width: 25px !important;
	margin-top: 12px !important;
	float: left !important;
}

.checkbox-include-other-organisations input:checked {
    background-color: #626A6E !important;
}

/* input[type="checkbox"]:checked + label::after {
       content: '';
       position: absolute;
       width: 1.2ex;
       height: 0.4ex;
       background: rgba(0, 0, 0, 0);
       top: 0.9ex;
       left: 0.4ex;
       border: 3px solid blue;
       border-top: none;
       border-right: none;
       -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
       -ms-transform: rotate(-45deg);
       transform: rotate(-45deg);
    } */
/* .form-check-input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 32px;
    width: 32px;
    z-index: 15;
    margin-top: 0px;
    margin-left: -35px;
}

.form-check input:checked ~ .checkmark-box {
    background-color: #626A6E;
    color: #FFF !important;
}

.form-check .checkmark-box:after {
    left: 11px;
    top: 4px;
    width: 8px;
    height: 18px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type=checkbox]:checked + label::before {
    color: #FFF;;
}

.checkmark-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
    border: 1px solid #626A6E;
    border-radius: 4px;
    background-color: #fff;
}

.checkmark-box:after {
    content: "";
    position: absolute;
    display: none;
} */

/* .form-check {
    margin-bottom: 16px;
    padding-left: 35px;
    cursor: pointer;
} */

.label-include-other-organisations {
	font-weight: normal !important;
	float: right;
	/* margin-left: 36px;
	margin-top: -26px; */
    font-family: 'font-regular' !important;
}

.custom-float-left {
	float: left;
}

.custom-ml-72px {
	margin-left: 72px;
}

.custom-dropdown-toggle {
    margin-top: 12px;
    background-color: #FFF;
    color: #000;
    border: 2px solid #626A6E !important;
}

.custom-dropdown-toggle:hover {
    background-color: #EEEEEE !important;
    color: #0065BD;
    fill: #0065BD;
}

.custom-dropdown-toggle:focus {
    box-shadow: 0 0 0 2px #626A6E !important;
    border-color: #FFFFFF !important;
    background-color: #FFF;
    color: #000;
    fill: #000;
}

/* .dropdown-svg-arrow {
    margin-left: 4px;
} */

/* .dropdown-menu {
    border: 1px solid #BBB;
    margin-top: -20px;
    border-radius: 5px;
    padding-top: 12px;
} */

/* .dropdown-overflow {
    max-height: 300px;
    overflow-y: auto;
} */

.custom-hr {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #BBB;
}


.form-check-input {
    height: 32px !important;
    width: 32px !important;
    float: left !important;
    cursor: pointer;
}



.filter-apply-button {
    color: #FFF !important;
    background-color: #0065BD !important;
    border-color: #0065BD !important;
    border-radius: 4px !important;
}

.filter-apply-button:hover {
    background: #00328A !important;
    border-color: #00328A !important;
}

.filter-clear-button {
    border-radius: 4px !important;
}

.filter-clear-button:hover {
    text-decoration-color: #0065BD;
    text-decoration-line: underline;
    text-decoration-style: solid;
    background-color: #EEE;
    border: 3px solid #FFF;
    border-radius: 6px !important;
}

/* ACCORDION */ 

.kohera-accordion {
    overflow: overlay;
    border: 2px solid #0066bd;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.kohera-accordion input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.kohera-accordion .tab {
    width: 100%;
    overflow: hidden;
    
}


.kohera-accordion .tab-label {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    color: #0065BD;

    background: #EEEEEE;
    margin-bottom:0px;
    padding:18px 12px 12px 12px;
    font-family: "font-semibold";
    
}

.accordion-blue.kohera-accordion .tab-label
{
    color: #FFFFFF !important;
    background: #0065BD !important;
}

    .kohera-accordion .tab-label::after {
        content: "\0047";
        font-family: kohera-icons;
        margin-right: 6px;
        top: -2px;
        position: relative;
    }

.kohera-accordion .tab-content {
    max-height: 0;
}

.kohera-accordion .tab-close {
    display: flex;
    cursor: pointer;
}

.kohera-accordion input:checked + .tab-label::after {
    transform: rotate(180deg);
    top: -4px;
}

    .kohera-accordion input:checked ~ .tab-content {
    max-height: max-content;
    padding: 18px 12px 0px 12px;
}



/*testing custom buttons*/
.radio-toolbar {
    background: #0066BD; 
    padding: 12px;
    min-height: 72px;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
    display: inline-block;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border-radius: 4px;
    background-color: #0066BD;
    border: 1px solid #FFF;
    color: #FFF;
}

.radio-toolbar label:hover {
    background-color: #FFF;
    border: 1px solid #0066BD;
    color: #0066BD;
    cursor: pointer;
}

.radio-toolbar input[type="radio"]:focus + label {
    /* border: 2px dashed #444; */
}

.radio-toolbar input[type="radio"]:checked + label {
    /* background-color: #bfb;
    border-color: #4c4; */
}

.report-problem-label{
    float: right !important;
    background-color: transparent !important;
    color: white !important;
    text-decoration: underline !important;
    border: none !important;
    padding-top: 12px !important;
}

.sys_cms-form-body .sys_sectionbreak-header {
    font-weight: bolder !important;
    padding-top: 24px !important;
}

.go-pager {
    margin-left: 0px;
    padding-top: 18px;
    float: left;
    width: 50%;
}

.page-link {
    color: #0065BD;
}

.page-count-centre {
    padding-top: 30px;
    font-family: 'font-medium' !important;
    color: #626A6E;
}

.page-count-right {
    padding-top: 30px;
    float: right;
    font-family: 'font-medium' !important;
    color: #626A6E;
}

#banner-wrapper {
    display: inline-block;
    width: 100%;
    background-color: #0066BD;
}

#showDiv {
    background: #FFF;
}

ul.sys_cms-form-body {
    font-size: 1.875em !important;
}

.sys_cms-form-item {
    padding: 6px 0 0 1% !important;
    list-style: none !important;
}

.sys_fieldlabel {
    font-size: 16px !important;

}

.sys_fieldcontent > .selectWrapper {
    border: none;
}

.sys_fieldcontent > input,
.sys_fieldcontent > .selectWrapper > select,
.sys_fieldcontent > textarea  { 
    background-color: #FFF !important;
    min-height: 40px !important;
    border: 1px solid #111 !important;
    border-radius: 4px !important;
    font-size: 16px !important;
    color: #111 !important;
    width: 100% !important;
    cursor: text;
}

.sys_fieldcontent > .selectWrapper > select {
    cursor: pointer !important;
    margin-bottom: 8px;
} 

.sys_fieldcontent > .selectWrapper > select > option {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

.sys_cms-form-confirmation-content {
    padding-top: 24px !important;
    padding-bottom: 1px !important;
}

.open-filter-button-div,
.close-filter-button-div {
    visibility: none;
    display: none;
}

.open-filter-button-style {
    border: 2px solid #626A6E;
    color: #0065BD;
    background-color: #FFF;
    border-radius: 4px;
    float: right;
    margin-top: -48px;
}

.close-filter-button-style {
    padding: 10px 18px 8px 18px;
    background: #FFF;
    border: 2px solid #626A6E;
    color: #626A6E;
}

.open-filter-button-style:hover,
.close-filter-button-style:hover {
    background-color: #EEE;
    color: #0065BD;
}

.custom-ml-12 {
    margin-left: 12px !important;
}

.custom-mb-0 {
    margin-bottom: 0px !important;
}

#secondText {
    display: inline-block;
    padding-top: 12px !important;
}

.heading-wrapper .lightgrey-background .custom-pt-12 {
    margin-bottom: -24px;
    margin-top: 6px;
}

.organisations-found {

}

/* Screen width (max 1100px) */
@media screen and (max-width: 1059.99px) {
    .heading-wrapper {
        margin-left: 0px !important;
    }

    .custom-col-left {
        width: 100%;
        box-sizing: border-box;
        padding: 0px 30px;
        z-index: 0;
    }

    .custom-col-right {
        width:103%;
        height: 100%;
        box-sizing:border-box;
        padding: 24px 30px;
        top: 0;
        left: 0;
        position: fixed;
        z-index: 10;
        background-color: #FFF;
        display: none;
        padding-right: 60px;
    }

    .open-filter-button-div,
    .close-filter-button-div {
        visibility: block;
        display: block;
    }

    .heading-wrapper {
        padding: 0px 30px 36px 30px;
    }

    .lightgrey-background {
        width: 100%;
    }

    .label-include-other-organisations {
        margin-top: 15px;
        margin-left: 11px;
        float: left;
    }

    .results-contact-details-right,
    .results-contact-details-left {
        width: 100%;
        padding: 0px;
    }

    #banner-wrapper {
        padding: 0px 30px;
    }
}


@media screen and (max-width: 861px) {
    .label-include-other-organisations {
        margin-top: -24px;
        margin-left: 36px;
    }
}

@media screen and (max-width: 768px) {
    .open-filter-button-style {
        float: none;
        margin-top: 18px;
        margin-bottom: 0px;
    }

    .postal-code {
        width: 100% !important;
        flex: none;
    }

    .input-group-append.input-group-padding {
        flex: none !important;
        width: 100% !important;
        position: absolute !important;
        margin-top: 54px !important;
        margin-left: -24px !important;
    }

    .heading-wrapper .lightgrey-background .custom-pt-12 {
        margin-top: 60px;
        margin-bottom: -24px;
    }

    .button-search {
        height: 96px;
    }
}



/* Checkbox input */

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #000000;
}

.form-check-input.is-invalid ~ .checkmark-box {
    background-color: #ba0c2f10;
    border: 2px solid #BA0C2F;
}

.form-check-label {
    position: relative;
    margin-top: 6px;
    margin-left: 8px;
    vertical-align: middle;
    font-family: 'font-regular';
}

.form-check {
    margin-bottom: 16px;
    padding-left: 35px;
    cursor: pointer;
}

.form-check-input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 32px;
    width: 32px;
    z-index: 15;
    margin-top: 0px;
    margin-left: -35px;
}

.checkmark-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
    border: 1px solid #626A6E;
    border-radius: 4px;
    background-color: #fff;
}

.form-check:hover input ~ .checkmark-box {
    background: #EEEEEE;
}

.form-check input:checked ~ .checkmark-box {
    background-color: #626A6E;
}

.checkmark-box:after {
    content: "";
    position: absolute;
    display: none;
}

.form-check input:checked ~ .checkmark-box:after {
    display: block;
}

.form-check .checkmark-box:after {
    left: 11px;
    top: 4px;
    width: 8px;
    height: 18px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Radio input */

.form-check-input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 32px;
    width: 32px;
    z-index: 15;
    margin-top: 0px;
    margin-left: -35px;
}

.checkmark-radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #626A6E;
}

.form-check:hover input ~ .checkmark-radio {
    background: #EEEEEE;
}

.form-check input:checked ~ .checkmark-radio {
    background-color: #ffffff;
    border: 1px solid #626A6E;
}

.checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
}

.form-check input:checked ~ .checkmark-radio:after {
    display: block;
}

.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;
}

