﻿
.program-section {
    padding: 20px;
    height: 200px;
    vertical-align: middle;
    text-align: center;
}

    .program-section:hover {
        background-color: rgba(0, 37, 105,0.1);
        outline-color: #f0ba40;
        outline-style: solid;
    }

#callout-window {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    max-width: 50%;
    z-index: 2;
    outline-color: #f0ba40;
    outline-style: solid;
}

.callout-header {
    padding: 25px 15px;
    background: #002569;
    color: #f0ba40;
    text-align: left;
}

.callout-container {
    padding: 15px;
    background-color: #fff;
    color: #002569;
    text-align: center;
}

.closebtn {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #f0ba40;
    font-size: 15px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background-size: 100%;
    filter: invert(1);
    background-image: url("https://healthbenefitsprogram.ks.gov/images/default-source/siteimages/gold-close-button.png");
}

    .closebtn:hover {
        filter: invert(0);
        /*background-image: url("https://healthbenefitsprogram.ks.gov/images/default-source/siteimages/gold-close-button-selected.png");*/
    }

a.navbar-brand {
    display: block;
}

.sf-list-item > h3 {
    display: none;
}

.hPublished > ul > li > div:nth-child(2) {
    display: none;
}

.hPublished > span {
    display: none;
}


@media screen and (max-width: 991px) {
    .h1, h1 {
        font-size: 26px;
    }

    .h2, h2 {
        font-size: 22px;
    }

    .h3, h3, .sfExpandableListTitle {
        font-size: 19px;
    }

    .h4, h4 {
        font-size: 16px;
    }

    .h5, h5 {
        font-size: 13px;
    }
}

.text-muted {
    color: #676767;
}

a {
    color: #0056B3;
}

/*********** General ***************/
.noDesktop, .onlyDesktop, .onlyPhone, .noPhone {
    display: block;
}

    .noDesktop .row, .onlyDesktop .row, .onlyPhone .row, .noPhone .row {
        margin-left: 10px;
        margin-right: 10px;
    }

/********** Media Queries ************/
@media screen and (max-width: 640px) {
    .noPhone {
        display: none;
    }

    .headerImage {
        margin-top: 10px;
    }

    .footerLinks {
        text-align: left;
    }

    .footerAddress {
        text-align: left;
    }

    .footerImage {
        margin-left: 10px;
    }
}

@media screen and (min-width: 641px) and (max-width: 800px) {
    .onlyPhone {
        display: none;
    }

    .headerImage {
        margin-top: 10px;
    }

    .footerLinks {
        text-align: left;
    }

    .footerAddress {
        text-align: left;
    }

    .footerImage {
        margin-left: 10px;
    }
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
    .onlyDesktop {
        display: none;
    }

    .headerImage {
        margin-top: 10px;
    }

    .footerLinks {
        text-align: left;
    }

    .footerAddress {
        margin-right: 85px;
        text-align: left;
    }

    .footerImage {
        margin-left: 10px;
        padding-left: 0px;
    }
}

@media screen and (min-width: 1025px) {
    .noDesktop {
        display: none;
    }

    .headerImage {
        margin-top: 10px;
        margin-left: 40px;
        margin-right: 0px;
    }

    .footerImage {
        margin-left: 75px;
    }
}

/************** Backend Display ************/
#sfPageContainer > * .noDesktop, #sfPageContainer > * .OnlyDesktop, #sfPageContainer > * .onlyPhone, #sfPageContainer > * .noPhone {
    display: flex;
}

.buttonStyle {
    text-align: center;
    max-width: 170px;
    margin: 5px auto;
    padding: 8px 5px;
    border-radius: 3px;
}

.whiteButton {
    color: #000e24;
    border: 1px solid #000e24;
    background: #fff;
}

.yellowButton {
    color: #000e24;
    background: #f0ba40;
}

.blueButton {
    color: #fff;
    background: #002569;
}

.blackButton {
    color: #fff;
    background: #000;
}

.grayButton {
    color: #fff;
    background: #5e5e5e;
}


/********* Header ******************/
.headerBackground {
    margin: 10px 0px;
}

.navSearch {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .navSearch .search .form-group {
        width: 100%;
        padding: 0px;
    }

    .navSearch .search .form-control {
        float: left;
        width: calc(100% - 79px);
    }

    .navSearch .search .btn {
        margin-right: -50px;
    }

    .navSearch .navigation {
        margin-top: 60px;
    }

.bodyBackground {
    padding-top: 10px;
    padding-bottom: 10px;
}

.footerBackground {
    padding-top: 10px;
    padding-bottom: 10px;
}

body {
    background-color: #002569;
}

hr {
    border-top: 2px ridge #212529;
    border-bottom: 3px ridge #EEEEEE;
}

/************* Header ****************/

.headerBackground {
    background-color: transparent;
}

/**************** Page Content Area ***********/

.bodyBackground {
    background: #ffffff;
    border-top: 2px solid #F1AD02;
    border-bottom: 2px solid #F1AD02;
}

/*************** Footer **************/
.footerBackground {
    background-color: transparent;
}

    .footerBackground * {
        color: #ffffff;
    }

    .footerBackground a {
        color: #F1AD02;
    }

.pHeader {
    color: #002569;
    padding-bottom: 3px;
    letter-spacing: 1px;
    font-variant: small-caps;
}

div.pHeader, p.pHeader {
    font-size: 260%;
    font-weight: 600;
    line-height: 1.5em;
}

h1.pHeader {
    border-bottom: 2px solid #002569;
}

/*.sHeader
{
  font-size: 195%;
  color: #002569;
  padding-bottom: 3px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.5em;
  font-variant: small-caps;
}*/

.sectionHeader, .sHeader {
    border-bottom: 2px solid #193B78;
    background-color: #002569;
    padding: 3px;
    padding-left: 9px;
    color: #fff;
    margin-top: 20px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

div.sectionHeader, p.sectionHeader {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.5em;
}

/*** What is this? ****/
.subHeader {
    font-size: 150%;
    color: #002569;
    padding-bottom: 3px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5em;
    font-variant: small-caps;
}

.contentView {
    border: 1px solid #7589AE;
    box-shadow: 2px 2px 5px #bababa;
    padding: 10px;
    margin-bottom: 20px;
    background: #E3ECF4;
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
}

b, strong {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

    a:hover {
        color: #0056b3;
        text-decoration: underline
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([tabindex]):hover,
        a:not([href]):not([tabindex]):focus {
            color: inherit;
            text-decoration: none
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0
        }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1, .h1 {
    font-size: 2.5rem
}

h2, .h2 {
    font-size: 2rem
}

h3, .h3 {
    font-size: 1.75rem
}

h4, .h4 {
    font-size: 1.5rem
}

h5, .h5 {
    font-size: 1.25rem
}

h6, .h6 {
    font-size: 1rem
}

.headerImage {
    display: block;
}

.menuBar {
    margin-top: 85px;
    margin-bottom: 10px;
    margin-left: 30px;
    margin-right: 30px;
}

.bodyContent {
    display: block;
    vertical-align: middle;
}

.footerLinks {
    margin-left: 20px;
    text-align: left;
}

.footerAddress {
    margin-left: 20px;
    text-align: left;
}

.footerImage {
}
