/* Start of OOTB Form CSS */

.kch-ootb-form {
  min-height: 500px;
}

.kch-ootb-form .message.alert{
  margin-bottom: 0px !important;
}

/* Start of combobox CSS */

.kch-ootb-form .crmEntityFormView .msos-container{
  border: 1px solid #005EB8 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
}

.kch-ootb-form .crmEntityFormView .msos-container.msos-disabled {
  border: 0px !important;
  background-color: #f5f5f5 !important; /*d8dde0*/
  padding-left: 8px !important;
}

.kch-ootb-form .crmEntityFormView .msos-container:not(.msos-disabled).msos-active {
  border: 1px solid #005EB8 !important;
  box-shadow: none !important;
}

.kch-ootb-form .crmEntityFormView .msos-container:not(.msos-disabled).msos-focused {
  border: 1px solid #005EB8 !important;
  box-shadow: none !important;
}

.kch-ootb-form .crmEntityFormView .msos-container:not(.msos-disabled):hover {
  border: 1px solid #005EB8 !important;
  box-shadow: none !important;
}

.kch-ootb-form .crmEntityFormView .msos-caret-container{
  background-color: transparent !important;
}
  

.kch-ootb-form .crmEntityFormView .msos-glyph{
  color: #005EB8 !important;
}

.kch-ootb-form .crmEntityFormView .msos-glyph:after {
    font-size: 12px !important;
    font-weight: bold;
}

.kch-ootb-form .crmEntityFormView .msos-input-container {
  padding-left: 0px !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
}

.kch-ootb-form .crmEntityFormView .msos-filter-container{
    padding-right: 6px;
    padding-left: 12px;
}


/* End of combobox CSS */

.kch-ootb-form .crmEntityFormView .actions{
  border-top: 0px !important;
}

/* Start of Select CSS */
.kch-ootb-form .crmEntityFormView select.form-control {
  width: 100% !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  /* margin: 20px 0 !important; */

  border: 1px solid #005EB8 !important;
  border-radius: 4px !important;

  height: 35px;
  padding-top: 6px;
  padding-bottom: 6px;
  
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23005EB8' d='M4.29289 8.29289C4.68342 7.90237 5.31658 7.90237 5.70711 8.29289L12 14.5858L18.2929 8.29289C18.6834 7.90237 19.3166 7.90237 19.7071 8.29289C20.0976 8.68342 20.0976 9.31658 19.7071 9.70711L12.7071 16.7071C12.3166 17.0976 11.6834 17.0976 11.2929 16.7071L4.29289 9.70711C3.90237 9.31658 3.90237 8.68342 4.29289 8.29289Z'/></svg>")
    no-repeat !important;
  background-color: white !important;
  background-position: right 8px center !important;
  background-size: 16px !important;
  background-repeat: no-repeat !important;
  /*outline-color: transparent !important;*/
}

.kch-ootb-form .crmEntityFormView select.form-control:disabled, .kch-ootb-form .crmEntityFormView select.readonly {
  width: 100% !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;

  border: 0px !important;
  border-radius: 4px !important;

  height: 35px;
  padding-top: 6px;
  padding-bottom: 6px;
  
  background: none !important;
  background-color: #f5f5f5 !important;
  background-position: right 8px center !important;
  background-size: 16px !important;
  background-repeat: no-repeat !important;
  outline-color: transparent !important;

  padding-left: 8px;


}

.kch-ootb-form .crmEntityFormView select.form-control:focus {
  box-shadow: none !important;
}

/* End of Select CSS */


/* Start of Radio Button CSS */
.kch-ootb-form .crmEntityFormView input[type="radio"]{
  appearance: none;
  -webkit-appearance: none;
  width: 18px; height: 18px;
  border: 1px solid #005EB8;
  border-radius: 50%;
  background: #fff;
  display: inline-grid;
  place-content: center;
  vertical-align: middle;
  cursor: pointer;
}

/* Inner filled circle */
.kch-ootb-form .crmEntityFormView input[type="radio"]::before{
  content: "";
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #005EB8;
  transform: scale(0);
  transition: transform 120ms ease-in-out;
  border: none;
  outline: none;
  box-shadow: none;
}

/* Show dot when selected */
.kch-ootb-form .crmEntityFormView input[type="radio"]:checked::before{
  transform: scale(1);
}

/* Keyboard focus ring */
.kch-ootb-form .crmEntityFormView input[type="radio"]:focus-visible{
  outline: 2px solid #005EB8;
  outline-offset: 2px;
  outline-color: #005EB8 !important;
}

.kch-ootb-form .crmEntityFormView input[type="radio"]:focus{
  outline: none;
}
  
.kch-ootb-form .crmEntityFormView input[type="radio"]:disabled{
  border-color: #b1b4b6; background: #f3f2f1; cursor: not-allowed;
}

/* End of Radio Button CSS */

.kch-ootb-form .panel{
  box-shadow: none;
  border: 1px solid #005EB8;
  border-radius: 4px;
}

.kch-ootb-form .panel-body{
  padding: 0px !important;
}

.kch-ootb-form ol.progress.list-group.left{
  border: 1px solid #005EB8;
  border-radius: 4px;
  background-color: white !important;
  padding: 0px !important;
}

@media (max-width: 767px) {
    .kch-ootb-form ol.progress.left, ol.progress.right {
        margin-top: 20px !important;
    }
}

/* Start of CSS to control progress bar behaviour */

@media (max-width: 992px) {
    .kch-ootb-form html[dir=ltr] ol.progress.left li, html[dir=ltr] ol.progress.right li {
        float: left !important;
    }
}
        
@media (max-width: 992px) {
  .kch-ootb-form  ol.progress.left{
    display: flex !important; /*Makes the small screen scrollable rather than wrapping it*/
    overflow-x: auto;
    white-space: nowrap;
  }
}

/* @media (max-width: 992px) {
    html[dir=ltr] ol.progress.left li, html[dir=ltr] ol.progress.right li {
        float: left !important;
    }
} */

@media (max-width: 992px) {
  div:has(> ol.progress.list-group.left) {
    width:100% !important;
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
}

@media (max-width: 767px) {
  div:has(> ol.progress.list-group.left) {
    width:100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* End of CSS to control progress bar behaviour */

.kch-ootb-form ol.progress li.incomplete{
  background-color: white;
}

.kch-ootb-form .crmEntityFormView {
  background-color: transparent;
  border: none;
  /*border-right: none !important;
  border-bottom: none !important;
  border-top: none !important;*/
  margin-left: -1px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.kch-ootb-form.kch-ootb-basic-form .crmEntityFormView {
  border-left: 0px !important;
}

@media (max-width: 767px) {
    .kch-ootb-form.kch-ootb-basic-form .crmEntityFormView .cell {
        margin-bottom: 15px;
        padding: 16px !important;
    }
}

.kch-ootb-form.kch-ootb-basic-form .crmEntityFormView .actions{
  padding-left: 28px !important;
  padding-right: 28px !important;
}

@media (max-width: 767px) {
    .kch-ootb-form.kch-ootb-basic-form .crmEntityFormView .actions{
      padding-left: 16px !important;
      padding-right: 16px !important;
    }
}

@media (min-width: 992px) {
  .kch-ootb-form .crmEntityFormView {
    border-left: 1px solid #005EB8 !important;
  }
}

.kch-ootb-form ol.progress .list-group-item {
  border: 0px; 
}

.kch-ootb-form input.form-control,
.kch-ootb-form textarea.form-control
{
  border:0px;
  box-shadow: none;
  border-radius: 4px !important;
}

.kch-ootb-form input.form-control.text:not(:where(.input-group *)),
.kch-ootb-form textarea.form-control.textarea:not(:where(.input-group *)){
  border: 1px solid #005EB8;
}

.kch-ootb-form input.form-control.text:not(:where(.input-group *)):read-only,
.kch-ootb-form textarea.form-control.textarea:not(:where(.input-group *)):read-only{
  border: 0px !important;
  background-color: #f5f5f5 !important;
  padding-left: 8px !important;
}

.kch-ootb-form .crmEntityFormView .input-group{
  border: 1px solid #005EB8;
  border-radius: 4px;
}

.kch-ootb-form .crmEntityFormView .input-group-btn .btn{
  border:0px;
  color:#005EB8;
}

/* .kch-ootb-form .crmEntityFormView select.form-control{
  border: 1px solid #005EB8 !important;
  box-shadow: none;
  color: black;
  border-radius: 4px;
} */

.kch-ootb-form .crmEntityFormView .input-group.datetimepicker .input-group-addon{
  color:#005EB8;
  border:0px;
  background-color: transparent;
}

.kch-ootb-form .crmEntityFormView .datetimepicker input.form-control.readonly{
  border: 0px !important;
  background-color: #f5f5f5 !important;
  padding-left: 8px !important;
}

.kch-ootb-form .crmEntityFormView select.form-control.picklist:disabled{
  border: 0px !important;
  background-color: #f5f5f5 !important;
  padding-left: 8px !important;
  display: block !important;
}

.kch-ootb-form .crmEntityFormView td.picklist-cell div.text-muted{
  display: none !important;
}

.kch-ootb-form .crmEntityFormView div.text-muted{
  margin-left: 8px !important;
}


/* .kch-ootb-form .crmEntityFormView div.text-muted{
  min-height: 35px;
  background-color: #d8dde0;
  border-radius: 4px;
  display: flex;
  align-items: center;
} */

.kch-ootb-form .crmEntityFormView .picklist input[type=radio]{
  accent-color: #005EB8 !important;
}

.kch-ootb-form .grid-actions a.btn.action{
  margin:0px !important;
}


/* End of OOTB Form CSS */


/* Start of Responsive Form CSS */

.kch-form{
  border: 1px solid #005EB8;
  background-color: white;
  padding: 32px;
}

@media (min-width: 992px) {
  .kch-form-row {
    display: flex;
    align-items: stretch;
  }
}

@media (min-width: 992px) {
  .kch-form-left-section {
    align-items: center;
    flex: 1;
    display: flex;
  }
}

.kch-form-row{
  padding-bottom: 16px;
  padding-top:16px;
}

.kch-form-separator-row{
  margin:0px !important;
}

.kch-form-section-name{
  font-family: Arial, Helvetica, sans-serif;
  color: #009639;
  font-weight: bold;
  font-size: 15px;
}

.kch-form-label{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal !important;
  color: #231F20;
  font-size: 15px;
  white-space: nowrap;
  margin-top: 8px;
}

.kch-form-input{
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 4px;
  border:1px solid #9DD3FF;
  height:32px;
  color: #005EB8;
  font-size: 15px;
  padding-left:8px;
  padding-right:8px;
  margin-bottom: 8px;
}

.kch-form-separator{
  height:1px;
  background-color: #768692;
}


/* End of Responsive Form CSS */

/* Start of CSS for EntityList */

.entitylist {
    border: none !important;
} 

.entitylist .table-responsive {
  border: 0px !important;
}

.container.contains-entity > div.entitylist{
  padding: 16px;
  border: 1px solid #005EB8 !important;
  border-radius: 4px;
}

div.contains-entity .jquery-bootstrap-pagination{
  display: flex;
  justify-content: center;
}

/* .contains-entity*/ .pagination> li>a,  
/*.contains-entity*/ .pagination > li > span {
  border-radius: 4px !important;
  background-color: white;
  border: 1px solid #005EB8;
  color: #005EB8 !important;
  margin-left: 3px !important;
}

.pagination> li>a:hover, .pagination> li>a:focus, .pagination> li>a:focus-visible, .pagination> li>a:active{
  border-radius: 4px !important;
  background-color: white;
  border: 1px solid #005EB8;
  color: #005EB8 !important;
}

/*div.contains-entity .jquery-bootstrap-pagination*/ .pagination>.active>a, .pagination>.active>span{
  border-radius: 4px !important;
  border: 1px solid #005EB8;
  background-color: #005EB8 !important;
  color: white !important;
}

.pagination > .active > a, 
.pagination > .active > a:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span, 
.pagination > .active > span:hover, 
.pagination > .active > span:focus {
  border-radius: 4px !important;
  border: 1px solid #005EB8;
  background-color: #005EB8 !important;
  color: white !important;
}

/*.contains-entity*/ .pagination>.disabled>a{
  border-radius: 4px !important;
  border: 1px solid #E8EDEE;
  background-color: #E8EDEE !important;
  color: #768692 !important;
}

/* Hides the << and >> arrows on the knowledge base search screen for consistent design */
.search-results .pagination li:first-child,  .search-results .pagination li:last-child {
  display:none;
}

/* Adds a minimum height to the search page div and moves pagination controls to the bottom of the screen */
.search-results > div:has(> ul.pagination) {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
}

.search-results ul.pagination {
  margin-top: auto;
}
/**/

.dropdown.action button[aria-label="action menu" i]{
  display: none !important;
}


.dropdown.action ul.dropdown-menu{
    position: relative !important;
    display: block !important;
    padding: 0px !important;
    margin: 0px !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: none !important;
    padding: 0px !important;
    min-width: 80px !important;
    word-break: normal !important;
}

td[aria-label="action menu" i]{
    max-width: 130px !important;
}

div.dropdown.action a.details-link{
  --btn-blue: #005EB8;               
  display: inline-block;
  padding-left: 16px;
  padding-right: 16px;
  padding-top:4px !important;
  padding-bottom: 4px !important;
  border: 1px solid var(--btn-blue) !important;
  border-radius: 4px;
  background: #fff;
  color: var(--btn-blue);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

div.dropdown.action a.details-link:hover,
div.dropdown.action a.details-link:focus{
  background: var(--btn-blue);
  color: #fff !important;
  text-decoration: none;
  border: 1px solid var(--btn-blue) !important;
  padding-top:4px !important;
  padding-bottom: 4px !important;
}

/* End of CSS for EntityList */


.btn-kch-secondary {
  --btn-blue: #005EB8;               
  display: inline-block;
  padding-left: 16px;
  padding-right: 16px;
  border: 2px solid var(--btn-blue);
  border-radius: .5rem;
  background: #fff;
  color: var(--btn-blue);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.btn-kch-secondary:hover,
.btn-kch-secondary:focus {
  background: var(--btn-blue);
  color: #fff;
  border-color: var(--btn-blue);
  text-decoration: none;
}

.btn-kch-secondary:focus-visible {
  outline: 2px solid var(--btn-blue);
  outline-offset: 2px;
  box-shadow: 0 0 0 .2rem rgba(31,115,209,.25);
}

.knowledge-article img {
  max-width: 100%;
}

.breadcrumb>li+li:before{
  color: #005EB8;
  font-weight:normal;
}

.kch-font{
  font-family: Arial, Helvetica, sans-serif;
}

.kb-header-padding {
  padding-bottom: 0; 
  padding-top: 32px;
}

/* previously 992px */
@media (min-width: 768px) {
  .kb-header-padding {
    padding-bottom: 32px;
    padding-top: 32px;  
  }
}

/* previously 992px */
@media (min-width: 768px) {
  .kb-header-align-center {
    display:flex;
    align-items: center;
  }
}

.nhs-neutral-background{
  background-color:#F0F4F5;
}

.nhs-white-background{
  background-color:#FFF;
}

.card-text-header{
  /* letter-spacing: 1px; */
  font-size: 1em;
  color: #005EB8 !important;
  margin:0px; 
  /* white-space:nowrap;  */
  overflow: hidden; 
  text-overflow: ellipsis; 
  padding-right:15px
}

.card-svg svg{
  width:100% !important;
  height: 100% !important;
  margin-left:10px;
  margin-right:10px;
  flex-shrink: 0;
}

.card-no-a-inheritance{
  text-decoration: none !important;
}

.card-no-a-inheritance *{
  text-decoration: none !important;
}

.card-outline:hover {
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.card-outline:hover .card-button{
  background-color: #003087 !important;
}

@media (min-width: 1200px) {
  .navbar .container {
      display: flex;
      align-items: center;  
      justify-content: space-between;
  }

  #navbar {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      flex: 1;
  }

}

.navbar-toggle.collapsed{
    transform: translate(0, 75%) !important;
}

.navbar .dropdown-toggle .caret {
  border-top-color: white !important;
  border-bottom-color: white !important;
}

.navbar{
  background-color: #005EB8 !important;
}

.navbar a{
  color: white !important;
}

.dropdown-menu>li>a{
  color: #005EB8 !important;
}

.people-portal-section {
  background: url('images/welcomebannerimage.png') no-repeat center center;
  background-size: cover;
  min-height: 500px;
  position: relative;
  display:flex;
}

.blue-box {
  background-color: #005eb8; 
  max-width: 600px;
  
}

@media (min-width: 1400px) {
  .container {
    /* width: 1320px !important; */
    width: 1240px !important;
  }
}

@media (min-width: 1600px) {
  .container {
    /*width: 1520px !important;*/
    width: 1440px !important;
  }
}

@media (min-width: 1800px) {
  .container {
    /* width: 1720px !important; */
    width: 1540 !important;
  }
}

.neutral-background{
  background-color: #F0F4F5;
}

.white-background{
  background-color: #ffff;
}


.panel {
  box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Arial, Helvetica, sans-serif;
  color: #005EB8;
}

h1, .h1 {
  font-size: 44px;
  /* font-weight: 800; */
  font-weight: bold;
}

h2, .h2 {
  font-size: 34px;
  font-weight: 600;
}

.btn-primary {
  background-color: #005EB8 !important;
  border-color: #005EB8 !important;
  border-radius: 3px;
  font-weight: bold;
}

.btn-primary:hover {
  background-color: #003087 !important;
  border-color: #003087 !important;
}

.btn-contact {
  background-color: #8A1538 !important;
  border-color: #8A1538 !important;
  border-radius: 3px;
  color: #ffffff;
  font-weight: bold;
}

.btn-contact:hover,
.btn-contact:focus {
  background-color: #66001D !important;
  border-color: #66001D !important;
  color: #ffffff;
}

.btn-contact:active,
.btn-contact.active {
  background-color: #4d0016 !important;
  border-color: #4d0016 !important;
  color: #ffffff;
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.2);
}

.siteTitle {
    font-weight: 400;
    font-size: 25px !important;
    color: #000000;
}

.page-header {
    margin: 0;
    border-bottom: none;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: white !important;
  color: #231F20;
}

.navbar-static-top.navbar-inverse {
  border-bottom: 4px solid #005EB8;
}


footer .footer-bottom {
  background-color: #ffffff !important;
  border-top: 4px solid #005EB8;
}

.tile {
  border-bottom: 4px solid #009639;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);
}

a .tile:hover {
  background-color: #E8EDEE;
}

.tile-content {
  padding: 15px;
}

.tile-content h2 {
  color: #009639;
  font-size: 2.8rem;
}

/* .crmEntityFormView {
  border: none !important;
  margin-top: 20px;
} */

#navbar .dropdown-search #q {
  min-width: 250px;
}

.list-group-item-success {
  /* background-color: #009639 !important;
  color: #FFFFFF !important;
  border-color: #009639; */
  background-color: white !important;
  color: black !important;
  border-color: white;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #005EB8;
}

 ol.progress .list-group-item {
    /*border-bottom: 1px solid slategray;
    border-top: 1px solid slategray; */
    font-weight: bold !important;
} 



::placeholder {
  color: #E8EDEE !important;
}

.blue_border {
    border-bottom: 4px solid #005EB8;
}

.content-home a.list-group-item, .content-home .list-group-item a.title {
    color: #231F20;
}
.content-home .title {
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
}

.page_section h2 {
    color: #005EB8;
}

.page_section p {
    border-top: none;
}

.lead {
    font-size: 28px;
}

/* Phase 4 Additions */

.kch-heading-xl {
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: 600;
}

.kch-heading-l {
  font-size: 27px;
  margin-bottom: 16px;
  font-weight: 600;
}

.kch-heading-m {
  font-size: 22px;
  margin-bottom: 16px;
  font-weight: 600;
}

.kch-heading-s {
  font-size: 19px;
  margin-bottom: 16px;
  font-weight: 600;
}

@media (min-width: 40.0625em) {
  .kch-heading-xl {
    font-size: 48px;
    margin-bottom: 48px;
    font-weight: 600;
  }

  .kch-heading-l {
    font-size: 36px;
    margin-bottom: 24px;
    font-weight: 600;
  }

  .kch-heading-m {
    font-size: 26px;
    margin-bottom: 24px;
    font-weight: 600;
  }

  .kch-heading-s {
    font-size: 22px;
    margin-bottom: 24px;
    font-weight: 600;
  }
}

.kch-main-wrapper {
  min-height: 500px;
}

.card-outline {
  background-color: #fff;
  border-bottom: 4px solid lightgrey;
}

.kch-breadcrumb {
  margin-top: 16px;
}

.kch-panel {
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 28px;
  border: 4px solid transparent;
  text-align: center;
}

.kch-panel--confirmation {
  color: #fff;
  background: #007f3b;
}

.kch-panel.kch-panel--confirmation {
  margin-top: 50px;
}

.kch-panel__title {
  color: #fff;
  margin-bottom: 32px;
}

.kch-panel__body {
  font-size: 34px;
}

.kch-hero__img {
  max-width: 100%;
}

.kch-progress {
  border-right: 1px solid #005eb8;
}

.kch-modal-form .crmEntityFormView {
  border: none;
}

.kch-grid > div.entitylist {
  padding: 16px;
  border: 1px solid #005eb8 !important;
  border-radius: 4px;
}

.kch-grid .jquery-bootstrap-pagination {
  display: flex;
  justify-content: center;
}

.kch-ootb-form #EntityFormPanel {
  padding-left: 15px;
  padding-right: 15px;
}

.kch-error-summary {
  background-color: transparent !important;
  border: 4px solid #ca3535;
  margin: 0 28px 28px 28px;
  padding: 20px;
}

.kch-error-summary .validation-header {
  color: #000;
}

.kch-error-summary .validation-header .fa {
  display: none;
}

.kch-error-summary ul {
  color: #ca3535;
  font-weight: 700;
}

.kch-error-summary ul a {
  color: #ca3535 !important;
  font-weight: 700;
  text-decoration: underline;
  margin-left: 0 !important;
}

.kch-fieldset__legend {
  margin-bottom: 10px !important;
  padding: 0 28px;
}

.kch-fieldset__legend h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}

.kch-fieldset .form-control:not(:where(.input-group *)):focus, .kch-fieldset .input-group:focus-within {
  outline: 4px solid #ffeb3b;
}

.kch-fieldset .cell div.info.required label:after {
  display: none;
}

.kch-ootb-form span.status {
  display: block;
  background-color: #f5f5f5;
  width: 100%;
  padding-left: 8px;
}

.kch-ootb-form div.description.below {
  display: inline-block;
}

.kch-hint {
  display: block;
  margin-bottom: 15px;
  color: #505a5f;
}

.kch-inset-text {
  color: #0b0c0c;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
  border-left: 10px solid #005eb8;
}

.kch-checkboxes__item {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.kch-checkboxes__input, input[type="checkbox"] {
    cursor: pointer;
    position: static !important;
    z-index: 1;
    width: 44px;
    height: 44px;
    margin: 0;
    opacity: 0;
}

.kch-checkboxes__label {
  align-self: center;
  box-sizing: content-box;
  max-width: calc(100% - 74px);
  margin-bottom: 0;
  padding: 7px 15px !important;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.kch-checkboxes__label:after, .kch-checkboxes__label:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  background: transparent;
}

.kch-checkboxes__label:before {
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 2px solid #005eb8;
}

.kch-checkboxes__label:after {
  top: 11px;
  left: 9px;
  width: 23px;
  height: 12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: solid;
  border-width: 0 0 5px 5px;
  border-top-color: transparent;
  opacity: 0;
}

.kch-checkboxes__input:focus + .kch-checkboxes__label:before {
  border-width: 4px;
  box-shadow: 0 0 0 3px #ffeb3b;
}

.kch-checkboxes__input:checked + .kch-checkboxes__label:after {
  opacity: 1;
}

.kch-checkboxes__item:last-child, .kch-checkboxes__item:last-of-type {
  margin-bottom: 0;
}

.kch-checkboxes--small .kch-checkboxes__item, .kch-checkboxes__conditional>:last-child {
  margin-bottom: 0;
}

.kch-checkboxes--small .kch-checkboxes__input {
  margin-left: -10px !important;
}

.kch-checkboxes--small .kch-checkboxes__label {
  padding-left: 1px;
}

.kch-checkboxes--small .kch-checkboxes__label:before {
  top: 10px;
  left: 0;
  width: 24px;
  height: 24px;
}

.kch-checkboxes--small .kch-checkboxes__label:after {
  top: 17px;
  left: 6px;
  width: 12px;
  height: 6.5px;
  border-width: 0 0 3px 3px;
}

.kch-radios.horizontal {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.kch-radios__item {
  display: flex;
  position: relative;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

span.picklist.horizontal .kch-radios__item {
  margin-right: 20px;
}

.kch-radios__input {
    cursor: pointer;
    z-index: 1;
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    opacity: 0;
}

.kch-radios__label, .kch-radios__item > label {
  align-self: center;
  box-sizing: content-box;
  max-width: calc(100% - 74px);
  margin-bottom: 0;
  padding: 7px 15px;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  word-break: normal;
}

.kch-radios__label:before, .kch-radios__item > label:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 2px solid #005eb8;
  border-radius: 50%;
  background: transparent;
}

.kch-radios__label:after, .kch-radios__item > label:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 0;
  height: 0;
  border: 10px solid currentColor;
  border-radius: 50%;
  opacity: 0;
  background: currentColor;
}

.kch-radios__input:focus + .kch-radios__label:before, .kch-radios__item > .kch-radios__input:focus + label:before {
  border-width: 4px;
  box-shadow: 0 0 0 4px #ffeb3b;
}

.kch-radios__input:checked + .kch-radios__label:after, .kch-radios__item > .kch-radios__input:checked + label:after {
  opacity: 1;
}

.kch-radios--small.kch-radios__item {
  margin-bottom: 0;
}

.kch-radios--small .kch-radios__input {
  margin-left: -10px !important;
}

.kch-radios--small .kch-radios__label {
  padding-left: 1px;
}

.kch-radios--small .kch-radios__label:before {
  top: 10px;
  left: 0;
  width: 24px;
  height: 24px;
}

.kch-radios--small .kch-radios__label:after {
  top: 17px;
  left: 7px;
  border-width: 5px;
}

.kch-button-group {
  margin:  0 0 15px 0 !important;
  padding: 0 28px !important;
}

.kch-button-group .col-sm-6.clearfix {
  padding: 0;
}

.kch-\!-display-none {
  display: none !important;
}

.kch-\!-float-none {
  float: none !important;
}

.kch-\!-margin-bottom-0 {
  margin-bottom: 0 !important;
}

.msos-container {
  font: normal 15px Arial, Helvetica, sans-serif !important;
}

.msos-viewmode-text {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}