#header {
  display:none;
}
a {
    /*color: #002567 !important;*/
   /*color: #007bff !important;*/
   color:#0000EE;
   text-decoration: none;
   background-color: transparent;
   -webkit-text-decoration-skip: objects;
}
.logo {
    background-image: url(/wp-content/uploads/2019/04/kansas-logo.png);
    height: 53px;
    width: 112px;
    display: inline-block;
    float: right;
}

/****************** AGENT KAY STYLES *****************/
  .kayResponse {
    margin-top:1em;
    padding: .5em;
    overflow: hidden;
  }
  .kayResponse img {
    /*display: inline-block;*/
    width: 5%;
    /*vertical-align: middle;*/
    float:left;
  }
  .kayResponse p {
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    float:left;
    width:90%;
    margin-left: 1em;
    font-size: 100%;
    font-weight: bold;
  }
  .kayResponse:empty {
    display:none;
  }
  #agentKay {
    background: rgba(255,255,255,.8);
  }
  /*****************************************************/

#no_results, #noGoogleResults {
    background-color: white;
    color: black;
    padding:.5em;
    margin-top:1em;
  }
  #googlelist {
    margin-top:1em;
    padding-left:15px;
    padding-right:15px;
  }
#logoDiv {
  /*float:left;*/
}
#footerList {
  /*float:left;*/
}
footer {
  overflow:hidden;
}
.blue {
    color: #002567!important;
}
#main-content {
  background-color:transparent;
}
.main_title {
  display:none;
}
.pad {

}
.modal-body {
  max-height:400px;
  overflow-y:scroll;
}
.modal-lg {
  max-width:1200px;
}
.modal .sidelinks {
  padding:0 !important;
}
.modal .sidelinks li:after {
  content: "|";
}
.modal_name_link {
  text-decoration:none;
}
.modal_name {
  padding:0;
  margin:0;
}
.modal-content .desc {
  margin-top:.5em;
}
.modal-header {
  border-bottom:none !important;
  padding-top:0;
}
.secondaryContent {
  width:100%;
  margin-top:1em;
}
.secondaryContent iFrame {
  width:100%;
  height:200px;
}
.card:hover {
  transform:scale3d(1.040, 1.040, 1);
  -webkit-box-shadow: 4px 4px 14px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 4px 4px 14px 0px rgba(0,0,0,0.75);
  box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.75);
}
.card {
  min-width:30%;
  max-width:30%;
  margin-top:1em;
  transition: transform .25s;
  border:none;
}
.card-deck .card {
  margin-left:15px;
  margin-right:15px;
}
.card .desc {
  margin-top:.5em;
}
.card h5 {
  margin-bottom:0;
  padding-bottom:0;
}
.card-footer {
  background-color:transparent;
  text-align:right;
  border:none;
}
.card-img-top {
height:147px;
}
/* This was for IE11
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

  .card-img-top {
     height:175px;
  }
}
*/

p.tagline {
  padding:0;
  margin:0;
  font-size:92%;
  font-style:italic;
}
.orange {
    background-color: #FAC653 !important;
}
ul.navbar-nav {
  padding:0 !important;
  margin:0 !important;
  list-style:none !important;
}
.navbar {
  padding:0 !important;
  font-size: 18px;
  font-weight: bold;
}
.navbar a {
  text-decoration:none;
}
*:focus {
  outline:thin dotted
}
#searchbox {
  line-height:normal; /*needed for Safari to vertically center placeholder text*/
}
#searchbox_wrapper {
    position:relative;
}
#searchbox_close, .close_btn {
    position: absolute;
    background:transparent;
    border:none;
    width:4rem;
    height:4rem;
    font-size:2rem;
    color:#999;
    top: 0px;
    right: 5px;
   /* background-image:url("/wp-content/uploads/2019/04/close-button.png");*/
    /*height:35px;
    width:35px;*/
    background-size:contain;
}
#searchbox_close .visuallyhidden {
  right:0; /*stop horizontal scroll on mobile*/
}
#list {
  opacity:1;
  transition:opacity .25s;
}
#list.fade {
  opacity:0;
}
#mainheading {
  font-family: 'Great Vibes', cursive;
}
#logoDiv {
position:absolute;
left:20px;
/*margin-top:2em;*/
}
#logoDiv img  {
display:block;
width:100px;
margin:0 auto;
}
    * {
      box-sizing: border-box;
    }
    #chat-widget-container {
      z-index:10 !important;
    }
    .background-wrapper {
transition: opacity 0.3s;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
/*background:url("/wp-content/uploads/2019/04/keeper-of-the-p.jpg") no-repeat center center fixed;*/
      background-size: cover;
}
    html {
      height:100%;
      min-height:100%;
    }
    body {
      /*background-image: url("/wp-content/uploads/2019/04/keeper-1.jpg");*/
     /* background-image: url("/wp-content/uploads/2019/04/keeper-of-the-p.jpg");*/
      /*background:url("/wp-content/uploads/2019/04/keeper-of-the-p.jpg") no-repeat center center fixed;*/
      /*background-image:url('/wp-content/uploads/2019/04/ele-bg.jpg');*/
      background-size: cover;
      background-repeat: no-repeat;
      /*background-image:url("/wp-content/uploads/2019/04/background_1.jpg");*/
      background-color: black;
      margin: 0;
      /*min-height:100%;*/
      padding: 0;
/*
      font-family: -apple-system, BlinkMacSystemFont, sans-serif !important;
*/
      font-family:'Poppins', sans-serif !important;
      /*line-height:1.2em !important;*/
      transition: .25s;
      /*font-size:18px;*/
      -webkit-font-smoothing:auto !important;
      background-attachment: fixed;
      background-position-x: 100%;
    }

    a {
      text-decoration:underline;
      /*color: #427FE0;*/
    }
  /*Header Styles*/
  body > header {
    background-color:rgba(0,0,0,.5);
    color:white;
    display: flex;
    justify-content: space-between;
    padding:6px 15px;
    align-items: center;
    position: relative;
    z-index: 3;

  }
  .home header {
    display:none;
  }
  .home #page-container {
    margin-top:0;
  }
  #content {
    /*width: 85%;*/
    margin:0 auto 0;
  }
  .logo img {
    width: 100px;
  }

  .search button {
    position: absolute;
    top: 0;
    right: 0;
    background-image:url(img/search.png);
    background-size: 50%;
    height: 100%;
    width: 20%;
    background-repeat: no-repeat;
    background-position: center center;
    border:none;
    cursor: pointer;
    display: inline-block;
    border: none;
    padding: 1rem 2rem;
    margin: 0;
    text-decoration: none;
    background: transparent;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out,
                transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  .label {
    float: left;
    font-weight: bold;
  }
  .search button span {
    display: none;
  }
  .search {
    /*font-size: 300%;*/
    font-size:2rem;
    height:4rem;
    width: 100%;
  }
  .topsearch {
    font-size: 100%;
    text-align: center;
    color: white;
  }
  .topsearch a {
    color: white;
  }
  /*End Header Styles*/
  #link-list {
    /*min-height: 100vh;*/
    position: relative;
    z-index: 3;
    padding-bottom:150px; /*because of fixed footer*/
    /*display: flex;*/
  }
  #content {
    /*flex: 1*/
  }
  #controls {
    /*padding: 1em 2em 1em 1em;*/
    /*margin-top: 1em;*/
    /*background-color: rgba(0,0,0,.5);*/
    color: #ddd;
    /*margin-left: 1em;*/
  }
  #controls h2 {
    margin-top: 0;
    height:100px;
    background-size:contain;
    background-repeat: no-repeat;
    font-size:300%;
    font-weight:bold;
    margin-bottom: .5em;
    color: white;
    text-shadow: 3px 3px 2px #000000;
  }
  #photoinfo {
  position: absolute;
    bottom: 20%;
    width: 100px;
    font-size: 75%;
    color: white;
    padding: 5px;
    width: auto;
    right: 10px;
    background-color: rgba(0,0,0,.7);
  }

  .controlSection {
    /*margin-top: 1em;*/
  }

  .search .label img {
    height: 20px;
    width: 100px;
    vertical-align: middle;
    margin-right: 10px;
  }
  #searchSection {
    /*width: 35%;*/
    margin:5em auto 0 auto;
  }

  /*link list styles*/
  .list {
/*
    margin-top: 1em;
    display: grid;
    display:-ms-grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    -ms-grid-columns:repeat(auto-fill, minmax(400px, 1fr));
    grid-column-gap: 1em;
    align-items: start;
    grid-auto-flow: dense;
    padding:0;
*/
  }

/************** SMALL CARD STYLES ********************/
.card-title {
    font-size: 1.5em;
    font-weight: 700;
}

.card h4 a {
  text-decoration:none;
}

  .card-text ul.links, .card-text ul.socialList {
    margin:0;
    padding:0 !important;
    display:inline-block;
  }
  .card-text ul.links li, .card-text ul.socialList li {
    list-style: none;
    display: inline-block;
  }
  .card-text ul.links li::after {
    content: "|";
    color:#6c757d;
  }
  .card-text ul.links li:last-child::after, .card-text ul.socialList li:last-child::after {
    content: "";
  }
  .card-text ul.links li, .card-text ul.socialList li, {
    margin-right:.5em;
  }
  .card-text ul.links li:last-child, .card-text ul.socialList li:last-child{
    margin-right:0;
  }
  .card-text ul.links li a {
    color: #007bff;
    text-decoration: none;
    font-size: 100%;
    padding-right:5px;
    padding-left:5px;
  }
  .card-text .fa-icon {
    font-size: 130%;
    margin-left:.25em;
    color:#007bff;
    text-decoration:none;
  }
  .tags {
    display: none;
  }
.btn-primary {
  background-color:#0A2663;
}
  /************** END SMALL CARD STYLES **************/


  .visuallyhidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }
  /*FOOTER STYLES*/
  footer {
    padding: .5em;
    position: fixed;
    left:0;
    background-color:#F5F5F5;
    z-index: 3;
    bottom:0;
    width:100%;
    font-weight:lighter;
    font-size:100%;
  }
  #main-content footer .container {
    padding-top:0;
  }
  #main-content footer .p-3 {
    padding:0 !important;
  }
  footer ul {
    list-style: none;
    margin:0;
    display: inline-block;
    padding:0 !important;
  }
  footer ul li {
    display: inline-block;
    border-right: 1px solid white;
    padding:0 .5em;

  }
  footer ul li:last-child {
    border-right:none;
  }
  footer a {
    /*color: #002567;*/
    text-decoration:underline;
  }
  footer .footer-social {
	   color: #002567 !important;
  }
  footer ul li a:hover {
    text-decoration:underline;
  }
  /*END FOOTER STYLES*/
  .hide {
    display: none !important;
  }
  .show {
    display: block !important;
  }
  #overlay {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s .2s, opacity .2s linear;
  }
  #overlay.active {
    visibility: visible;
    opacity: .7;
    transition: opacity .2s linear;
  }
  #overlay.bringForward{
    z-index:10;
  }

  #resultsMessage {
    background-color:#F2C767;
    color: white;
    padding: 0;
    margin-top: 0;
  }
  #resultsMessage a {
    color: #003E7E;
  }
  .tabs {
    padding:0 !important;
    margin:0;
    list-style:none;
    margin-top:-4px;
  }
  .tabs li {
    display:inline-block;
    border-right: 1px solid #000;
  }
  .tabs li:last-child {
    border:none;
  }
  nav li a {
    color:rgba(0,0,0,.5);
  }
  nav li.active a {
    color:rgba(0,0,0,1);
    /*background-color: rgba(255,255,255,1);*/

  }
  .tabs li a {
    text-decoration: none;
    padding:.5em;
    display: block;
    color:#003E7E
  }
  #searchGov {
    border-radius: 0 0 0 4px;
  }
  #searchAll {
    border-radius: 0 0 4px 0;
    margin-left:-6px;
  }
  #resultsMessage .tabs li.selected a {
    /*color:black;*/
  }
  .pagination {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 1em 0 2em;
    width: auto;
    display:block;
  }
  .pagination li {
    padding: .5em;
    background-color: #000;
    display: inline-block;
    margin-left: .5em;
    border: 1px solid #333;
  }
  .pagination li.disabled {
    display:none;
  }
  .pagination li a {
    color: white !important;
    font-size: 110%;
    font-weight: bold;
  }
  li.active {
    border: 1px solid white;
  }
  li.active a {
    text-decoration: none;
  }

  /************** LARGE CARD STYLES*************/
  .thumbnail {
    /*width: 75%;*/
    max-height:70%;
  }
  .feedTitle {
    text-transform:capitalize;
    font-size: 1.25rem;
  }
.content .description, .content .other_links {
  margin-bottom:2em;
}
  .side {
    float:right;
    width:30%;
    text-align: center;
    display: none;
    height:100%;
    padding:0 1em;
  }

  .caption {
    color: white;
    font-weight: bold;
  }
  .coverCard h2 a {
    text-decoration:none;
  }

  .toplink {
    font-size: 120%;
    margin-top: .25em;
    margin-bottom:1em;
  }
  .facebook {
    /*width: 49%;
    display: inline-block;*/
  }
  .twitter {
    /*width: 49%;
    display: inline-block;*/
  }
  .other_links, .sidelinks, .sociallinks {
    padding:0;
    margin:0;
    list-style: none;
  }
  .sidelinks {
    margin-top: .5em;
  }
  .other_links li, .sidelinks li, .sociallinks li {
    list-style:none;
    display:inline-block;
    /*margin-right: 5px;*/
  }
  .sociallinks {
    font-size:150%;
    margin-top: .5em;
  }
  .sociallinks li {
      margin-right: .3em;
  }
  .other_links li::after {
    content: " \00b7";
  }
  .sidelinks li {
    margin-right:.25em;
  }
  .sidelinks li a {
    padding-right:.25em;
  }
  .sidelinks li:last-of-type {
    margin-right:0;
  }
  .other_links li:last-of-type::after, .sidelinks li:last-of-type::after {
    content:"";
  }
  .agency-service-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5em 0;
  }
  .agency-service-list li {
    max-width: 35%;
    display:inline-block;
    margin-right: 5%;
    margin-bottom: 1em;
  }
  /****************** END LARGE CARD STYLES *************/



  input::placeholder {
    color: #aaa;
  }




/*overrides*/
#main-content {
background-color:transparent !important;
}

ul.links, ul.tabs {
padding: 0;
    line-height: normal;
    list-style-type: none;
}

/********** RESPONSIVE STYLES ************/

@media only screen and (max-width: 500px) {
.footer-links {
  display: block;
}
footer .footer-social:first-of-type {
  margin-left:0;
}
footer .footer-social {
  font-size:125%;
}
footer .footer-links a {
  display:block;
}
footer .separator {
  display: none;
}
footer .logo {
  height: 100%;
  background-repeat: no-repeat;
  background-position-y: center;
}
footer .pt-3 {
  padding-top:0 !important;
}
#no_results {
  margin-top:.5em;
}
#no_results h3 {
  font-size:100%;
}
#googlelist {
  padding-left:0;
  padding-right:0;
}
.card:hover {
  transform:none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.card-deck .card {
  min-width:100%;
  max-width:100%;
  margin-top:.5em;
  transition: none;
  margin-left:0;
  margin-right:0;
}
.card button .visuallyhidden {
  right:0; /*visuallyhidden class inside button was causing horizontal scrollbar*/
}
input::-webkit-input-placeholder {
        font-size:75%;
    }

input:-moz-placeholder {
    font-size:75%;
}

input::-moz-placeholder {
    font-size:75%;
}

input:-ms-input-placeholder {
    font-size:75%;
}
input::-ms-input-placeholder {
    font-size:75%;
}
input::placeholder {
    font-size:75%;
}
/**********LARGE CARD RESPONSIVE********/

  #controls h2 {
    font-size:125%;
    margin-top:1em;
  }
  .side {
    float:none;
    width:100%;
    padding-bottom:2em;
  }
  .col1_inside {
    max-height:140px;
    overflow:hidden;
  }

  .agency-secondaryContent {
    display:none;
  }
  .agency-service-list {
    margin-top:1em;
  }
   .agency-service-list li {
    width:48%;
    margin-right:2%;
    max-width:none;
  }
  .agency-service-list li:last-child {
    margin-right:0;
  }
  .feeds {
    display:none;
  }
  .content .other_links, .content .description {
    margin-top:1em;
  }


  .list {
/*
    display:block;
    width: 100%;
*/
  }
  #content {
    width:100%;
  }
  .tabanchor {
    font-size: .8rem;
  }
  .search {
    font-size:1.25rem;
    width:100%;
    height: 2.5rem;
  }
  #searchSection {
    width:100%;
    margin:0 auto;
  }
  #searchbox_close {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.25rem;
  }
  #resultsMessage, #no_results {
    width:100%;
    margin:.5em auto 0;
  }
  #link-list {
    padding-bottom:150px !important;
  }
  .kayText {
    display: block;
    float:left;
    margin: 0 !important;
    width: 90%;
    padding-left:.5em;
  }
  .kayResponse img {
    float: left;
    display: block;
    width: 10%;
  }
  .kayResponse {
    padding: .5em .25em;
    overflow: hidden;
  }
  #agentKay {
    width: 100%;
    font-size:100%;
    margin: 0 auto;
  }
  .kayResponse img {
    width: 10%;
  }
  #amberTag {
    font-size:110%;
  }
  #amberTag .et_pb_row_0.et_pb_row {
    padding-top:0;
    padding-bottom:0;
  }
  #photoinfo {
    bottom:20%;
}
