@charset "UTF-8";
html {
    position: relative;
    min-height: 100%;
}
body {
    padding-top: 72px;
    padding-bottom: 250px;
    min-width: 320px;
    overflow-x: hidden;
}
@media screen and (max-width: 725px) {
    body { padding-bottom: 315px; }
}
@media screen and (max-width: 480px) {
    body { padding-bottom: 380px; }
}
@media screen and (max-width: 360px) {
    body { padding-bottom: 400px; }
}
@media screen and (max-width: 320px ) {
    body { padding-bottom: 450px; }
}

@media screen and (max-width: 360px) {
    body { padding-top: 52px; }
}

/*
**
*/
.noUnderline { text-decoration: none; }
.widthMax { max-width: 880px; } /* Max Width for Header and Footer of page only*/

/*
**
*/
.navbar-default {
    background-color: #ffffff;
    border-top: 8px #0078b0 solid;
    border-bottom-color: rgba(232, 232, 232, 1.0);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(232,232,232,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(232,232,232,0.75);
    box-shadow: 0px 0px 10px 0px rgba(232,232,232,0.75);
    min-width: 320px;
}
.navbar-fixed-top { min-height: 72px; }
.navbar-brand-logo{
    padding: 0px 0px 0px;
    margin: 18px 0px 18px 0px;
}
.navbar-text{
    margin: 15px 0px 0px 0px;
    }
.navbar-link {
    font-size: 15px;
    font-weight: bold;
    color: #333333 !important;
}
.navbar-header { float: left !important; }

#logo {
    padding-top: 30px;
}

#already-a-member-link-mobile {
    display: none;
}

#already-a-member-link {
    margin: 24px 10px 0px 0px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat', Helvetica, sans-serif; 
    color: #333;
}
#already-a-member-link a {
    float: right;
    padding-left: 5px;
    font-size: 14px;
    text-decoration: underline;
}
#Sign-on-kp\.org-Button {
    max-width: 133px;
    float: right !important; 
}

.navbar-text {
    margin-right: 0px !important;
}

.phone-cta-link {
    margin-top: 5px;
    clear: both;
    float: right;
    position: relative;
    bottom: 10px;
    font-family: 'Montserrat', Helvetica, sans-serif;
}

.phone-cta-link p span {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .navbar-fixed-top { min-height: 52px; }
    .navbar-brand { padding: 12px 8px 8px 8px; }
    .navbar-brand img {
        width: 80%;
        min-width: 142px;
    }
    #Sign-on-kp\.org-Button {
        margin: 14px 0px 0px 0px;
        padding: 0;
        width: 100px;
        clear: none;        
    }
    #Sign-on-kp\.org-Button img { width: 100%; }

}

/* Hero Tab Section */

.tab-wrapper {
    width: 100%;
    margin: 0px auto;
    background: #f2f2f2;
    padding-bottom: 10px;
}

.tab-wrapper h1 {
    margin: 75px 0 50px;
    color: #006ba6;
    font-family: 'Gotham A','Gotham B',Verdana,Helvetica,Arial !important;
    text-align: center;
    font-size: 18pt;
}

.tab-pane div {
    display: inline-block;
}

.nav-tabs {
    border-bottom: none !important;
    margin: 0 17px;
}

.nav-tabs > li {
    padding: 0 3px;
}

.nav-tabs > li > a{
    display: block;
}

.nav-tabs > li.active > a {
    background-color: #003b71 !important;
    color: #fff !important;
}

.nav-tabs > li.active::before {
    content: "";
    width: 0px;
    height: 0px;
    border: 0.8em solid transparent;
    position: absolute;
    left: 2%;
    bottom: -34px;
    border-top: 25px solid #003b71;
    border-left: 110px solid transparent;
    border-right: 108px solid transparent;
}


.nav-tabs > li > a:hover {
    background: #003b71 !important;
    color: #fff;
}

.nav-tabs > li > a {
    width: 221px;
    height: 80px;
    background: #90cef1;
    text-align: center;
    padding: 21px 40px !important;
    line-height: 18px !important;
    color: #000;
    vertical-align: middle;
    text-decoration: underline;
    font-size: 12pt;
    text-transform: uppercase;
    font-family: 'Gotham A','Gotham B',Verdana,Helvetica,Arial !important;
    font-weight: 500;
}

.tab-content {
    margin-top: 1px;
    background: white;
    padding-top: 40px;
    font-family: 'Gotham A','Gotham B',Verdana,Helvetica,Arial !important;
}

.tab-content p {
    font-size: 15px;
    line-height: 26px;
    width: 50%;
    padding: 0 20px;
    float: left;
    clear: both;
}

.tab-content .ctas {
    margin-top: 20px;
}

.tab-content h2 {
    padding: 0 20px;
    font-size: 23px;
    font-weight: bold;
    float: left;
    color: #006ba6;
    clear: both;
    margin: 0;
    width: 50%;
}

.tab-content h3.desktop {
    clear: both;
    text-align: center;
    color: #e5661f;
    padding-bottom: 35px;
}

.tab-content h3.mobile {
    display: none;
}

.tab-content ul {
    float: left;
    clear: both;
}

.tab-content ul li {
    font-size: 15px;
    max-width: 370px;
}

.tab-content a {
    clear: both;
}

.tab-content .tab-button {
    width: 280px;
    height: 60px;
    border: 3px solid #006ba6;
    padding: 16px 0;
    clear: both;
    display: inline-block;
    margin: 0 15px;
    text-align: center;
    text-decoration: underline;
    font-size: 18px;
    margin-bottom: 30px;
}

 .first-button {
    border: 3px solid #e5661f !important;
    background: #e5661f;
    color: #fff;
}

.first-button:hover {
    color: #fff !important;
}

.tab-content .tab-button:hover {
    font-weight: bold;
}

.tab-image {
    padding-bottom: 30px;
    width: 50%;
    padding: 0 20px;
}

.copy-padding {
    margin-top: 15px;
}

/* End Hero Tab Section */

/* Hero Question Section */

.dropdown-wrapper {
    display: none;
}

.styled-select select {
    background: transparent;
    padding: 0px 15px;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    border: 0;
    border-radius: 0;
    padding-right: 33%;
    height: 46px;
    overflow: hidden;
    -webkit-appearance: none;
    max-width: 92%;
    text-overflow: ellipsis;
    font-family: 'Gotham A','Gotham B',Verdana,Helvetica,Arial !important;
}

.styled-select option {

}

.styled-select {
    max-width: 53%;
    height: 46px;
    overflow: hidden;
    border: 2px solid #0078a9;
    border-radius: 3px;
    background: url("../img/dropdown-arrow.300b349c563e.jpg") no-repeat right;
    margin: 25px auto;
    position: relative;
}

.question-wrapper {
    width: 100%;
    margin: 0px auto;
    background: #f2f2f2;
    padding-bottom: 10px;  
}

.question-wrapper h1 {
    margin: 55px 0 0;
    padding: 0 60px;
    color: #006ba6;
    font-family: 'Gotham A','Gotham B',Verdana,Helvetica,Arial !important;
    text-align: center;
    font-size: 22pt;
    font-weight: normal;
}

.question-wrapper h2 {
    margin: 10px 0;
    color: #000;
    font-family: 'Gotham A','Gotham B',Verdana,Helvetica,Arial !important;
    text-align: center;
    font-size: 17pt;
    font-weight: normal;
}

.question-wrapper form {
    max-width: 75%;
    display: block;
    margin: 0 auto;
    padding-top: 30px;
}


/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 45px;
  cursor: pointer;
  font-weight: normal;
  font-size: 15pt;
  margin-bottom: 0;
  font-family: 'Gotham A','Gotham B',Verdana,Helvetica,Arial !important;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 25px;
    height: 25px;
    border: 2px solid #3d97bb;
    background: #F2F2F2;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '✓';
    position: absolute;
    top: 6px;
    left: 4px;
    font-size: 23px;
    line-height: 0.8;
    color: #0078a9;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}

/* hover style just for information */
label:hover:before {
  border: 1px solid #4778d9!important;
}

.question-wrapper .form-button {
    width: 185px;
    height: 50px;
    background-color: #db8300;
    padding: 14px 0;
    clear: both;
    font-weight: 500;
    font-size: 18px;
    margin: 30px auto;
    display: block;
    text-align: center;
    color: white;
    text-transform: uppercase;
    border: none;
    font-weight: bold;
    border-radius: 3px;
    box-shadow: 0px 0px 4px #666;
    cursor: pointer;
}

.section-divider {
    border-bottom: solid #e8e8e8 1px;
    padding-bottom: 24px;
}



/*
** Centered columns
*/
.col-centered {
    display: inline-block;
    /*text-align: left:*/
    /*float: none;*/
    margin: 0 auto; 
}

/*
.row {
    margin-left: 15px;
    margin-right: 15px;
}
*/
/* .rowleftAlign { text-align: left; } */

/*
** Styles for the "basketball" icons.
*/
.five-links-container {
    font-family: 'Gotham A','Gotham B',Verdana,Helvetica,Arial !important;
    margin-bottom: 40px;
    background-color: #f2f2f2;
    text-align: center;
    padding-bottom: 20px;
}
.five-links-container h1 {
    font-size: 17px;
    color: #666666;
}
.five-links-container p {
    font-size: 13px;
    color: #666666;
    margin: 0;
    padding: 0;
}
.five-links-container a {
    color: #666666;
    font-size: 13px;    
    text-decoration: none;
}
.five-links-container a:hover {   
    text-decoration: none;
}
.five-links-container-header {
    max-width: 410px;
    margin:0 auto;
    margin-bottom: 42px;
    text-align: center;
}
.wrapper .five-links-container img { margin-bottom: 8px; }
@media screen and (max-width: 767px) {
    .five-links-container { text-align: left; }
    .five-links-container-header { margin-bottom: 15px; }
    .five-links-container div.col-xs-12 p { padding-top: 35px; }
}
.imgIcon{ width:90px;}

/*
** Styles for the bottom/last container div.
*/
.container-last {
    max-width: 820px;
}

/*
**
*/
.app-advert-container {
    width: 480px;
    height: 270px;
    margin-right: 20px;
    padding: 55px 5px 0px 5px;
    background: url("../img/video-bg.b45a19c384a6.jpg") no-repeat;
    background-size: contain;
    text-align: center;
    color: #ffffff;
    font-family: 'Gotham A','Gotham B',Verdana,Helvetica,Arial !important; 
    float: left;
    position: relative;
    left: 50px;
}
.app-advert-container h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    margin: 0 0 12px;
}
.app-advert-container p {
    font-family: inherit;
    font-size: 10px;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 17px;    
}

.play-button {
    width: 162px;
    height: 162px;
    border: none;
    padding: 0;
    background: url("../img/video-button.4ace2ff971ad.png") !important;
}
.play-button:hover { 
    background: url("../img/video-button-hover.ed538a1e856a.png") !important;
}

@media screen and (max-width: 991px) {
    .app-advert-container {
        float: none;
        clear: both;
        margin: 0 auto;
    }
    .app-advert-container h1 { font-size: 18px; }
}
@media screen and (max-width: 767px) {

    .app-advert-container h1 { font-size: 14px; }

}

@media screen and (max-width: 510px) {
    .app-advert-container {
        width: 300px;
        height: 169px;
        padding-top: 25px;
    }
    .app-advert-container p { display: none; }
}

/*
**
*/
#appVidModal .modal-dialog { }
#appVidModal button { margin-bottom: 10px; }
.video-iframe {
    min-height: 300px;
    min-width: 90%;
}

/*
**
*/
.well-being-container {
    font-family: 'Gotham A','Gotham B',Verdana,Helvetica,Arial !important; 
    font-size: 12px;
    width: 290px;
    float: left;
    margin-top: 82px;
}

.well-being-container h2 {
    font-size: 16pt;
    line-height: 0;
}

.well-being-container h3 {
    font-size: 12pt;
    font-weight: normal;
    line-height: 10px;    
}

.well-being-container p {
    margin-top: 10px;
    width: 300px;
}


.well-being-container td { vertical-align: middle !important; }
.well-being-container table.table td { border: none; }

img.sprite {
    width: 49px;
    height: 49px;
    border: none;
    padding: 0;
}
img.sprite-handset { background: url("../img/sprites.7058ceb4af83.png") -147px -281px no-repeat; }
img.sprite-clock { background: url("../img/sprites.7058ceb4af83.png") -98px -281px no-repeat; }
img.sprite-stethoscope { background: url("../img/sprites.7058ceb4af83.png") -0px -281px no-repeat; }

/*
**
*/
.three-peas-container {
    font-family: 'Gotham A','Gotham B',Verdana,Helvetica,Arial !important; 
    color: #666666;
    margin: 45px 0 0;
}
.three-peas-container h1 { font-size: 22px; }
.three-peas-container h2 {
    font-size: 18px;
    line-height: 18px;
    color: #0078b0;
    text-transform: uppercase;
    margin-top: 21px;
}
.three-peas-container a p { font-size: 12px; color:#666; text-decoration: none; }
.three-peas-container img {
    margin-right: 15px;
    margin-bottom: 25px;
}

.three-peas-container a, .three-peas-container a:hover {
    text-decoration: none;
    display: inline-block;
    color: #0078b0;
}

.three-peas-container a:hover h2 {
    text-decoration: underline;
}

.facility-image {
    margin-top: 22px;
}

@media screen and (max-width: 767px) {
    .three-peas-container img {
        margin-left: 3px;
       margin-right: 12px;
       margin-bottom: 25px;
    }
    .triptych-panel {
        margin: 0 auto;
        margin-bottom: 40px;
        float: none;
    }
}
@media screen and (max-width: 373px) {
    .three-peas-container .row { margin: 0; }
    .three-peas-container .col-xs-12 { padding: 0; }
    .three-peas-container img {
        width: 48%;
        margin-right: 8px;
    }
    .three-peas-container h2 {
        font-size: 14px;
        line-height: 14px;
        margin-top: 18px;       
    }
    .three-peas-container p { padding-right: 10px; }
}

@media screen and (min-width: 604px) and (max-width: 767px) {
    .triptych-panel {
        margin-right: 10px; 
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .health-panel {
        margin-top: 30px;
    }
}

/*
**
*/
#footer {
    background-color: #f4f4f4;
    color: #666666;
    font-size: 10px;
    min-width: 320px;
    padding-top: 20px;
    position: absolute;
    width: 100%;
    margin-top: 40px;
}

@media screen and (max-width: 991px) {

    .phone-cta-link {
        text-align: center;
        float: none;
        clear: both;
        padding-top: 7px;
    }

    #logo {
        padding-top: 12px;
    }

    #already-a-member-link-mobile {
        text-align: right;
        float: right;
        display: block;
        font-family: 'Montserrat', Helvetica, sans-serif;
    }

    #already-a-member-link {
        text-align: right;
        float: right;
        display: none;
    }

    #already-a-member-sign-on {
        display: none;
    }

    .tab-wrapper h1 {
        margin: 60px 0 40px;
    }

    .panel {
        margin-bottom: 20px;
        background-color: #fff;
        border: 1px solid transparent; 
        border-radius: 0px !important; 
        -webkit-box-shadow: none !important); 
        box-shadow: none !important; 
    }

    .panel-default > .panel-heading {
        height: 66px;
        background-color: #90cef1;
    }

    .panel-heading {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }

    .panel-title {
        text-align: center;
        vertical-align: middle;
        padding-top: 15px;
        font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: -1px;
        text-decoration: underline;
    }

    .tab-image {
        display: none;
    }

    .panel-body p {
        font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
        font-size: 13pt;
        padding: 7px;        
    }

    .panel-body h2 {
        color: #006ba6;
        padding: 0 7px;
        font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
        font-size: 21pt;
        margin: 5px 0;
    }

    .panel-body h3 {
        padding: 30px 7px 0;
        color: #e5661f;
        font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
        font-size: 18pt;       
    }

    .panel-body h3.desktop {
        display: none;
    }

    .panel-body h3.mobile {
        clear: both;
        text-align: center;
        padding-bottom: 35px;
    }

    .panel-body a {
        display: block;
        text-align: center;
        width: 280px;
        height: 65px;
        margin: 20px auto;
        border: 2px solid #003b71;
        border-radius: 3px;
        font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
        color: #003b71;
        padding: 19px 0;
        font-size: 13pt;
        text-decoration: underline;
    }

    .panel-body a:hover {
        font-weight: bold;        
    }

    .panel-body ul {

    }

    .panel-body ul li {
        font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
        font-size: 12pt;        
    }

    .panel-heading-open {
        background: #003b71 !important;
        color: #fff !important;
    }

    .tab-content .tab-button {
        width: 280px;
        height: 60px;
        border: 3px solid #006ba6;
        padding: 16px 0;
        clear: both;
        display: inline-block;
        margin: 0 15px;
        text-align: center;
        text-decoration: underline;
        font-size: 13pt;
        margin-bottom: 30px;
    }

     .first-button {
        border: 3px solid #e5661f !important;
        background: #e5661f;
        color: #fff !important;
    }

    .first-button:hover {
        color: #fff !important;
    }

    .tab-content .tab-button:hover {
        font-weight: bold;
    }

    .five-links-container {
        margin-bottom: 20px;
    }

    .five-links-container p {
        clear: both;
        text-align: center;
        padding: 15px 0 25px;
    }

    .five-links-container img {
        margin: 0 auto;
        display: block;
        float: none;
    }

    .well-being-container {
        width: 290px;
        display: block;
        margin: 0 auto;
        float: none;
        clear: both;
        text-align: center;
    }

    .app-advert-container {
        float: none;
        clear: both;
        margin: 0 auto;
        left: 0;
        top: 10px;
    }

    .play-button {
        width: 81px;
        height: 81px;
        background: url("../img/video-button-mobile.295edbaf4bf5.png") !important;
        margin: 8% auto;
    }

    /* Dropdown Styles */

    .question-wrapper h1 {
        font-size: 18pt;
        padding: 0 20px;
    }

    .question-wrapper h2 {
        font-size: 13pt;
        margin: 5px 0 0;
    }

    .question-wrapper form {
        display: none;
    }

    .dropdown-wrapper {
        display: block;
    }

    .styled-select {
        margin: 17px auto
    }

    .question-wrapper .form-button {
        margin: 20px auto 15px;
    }

}

@media screen and (min-width: 320px) and (max-width: 360px) {

    .tab-wrapper h1 {
        margin: 95px 0 30px;        
    }

    .question-wrapper h1 {
        margin: 95px 0 15px;
        padding: 0;
    }

    #already-a-member-link-mobile {
        float: none;
        /*width: 280px;*/
    }
}


/*ADA changes*/
.l-offscreen, .l-wayoffscreen {
    opacity: 0;
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

[tabindex="0"]:focus, a:focus, button:focus, input:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.three-peas-container {
    color: #0078b0;
}

.five-links-container p, .five-links-container h1{
    color: #666666;
}

#footer{
    color: #666666;
}

#container, .container {
    overflow-x: hidden;
}

img[src="//bat.bing.com/action/0?ti=4038611&Ver=2"] {
    display: none;
}
/*.wrapper img{
    display: initial;
}*/

.add_underline{
    text-decoration: underline !important;
}
.remove_underline{
    text-decoration: none !important;
}