@charset "UTF-8";

/* CSS Document */

@font-face {
    font-family: Gotham Medium;
    src: url('../fonts/Gotham-Medium.otf');
}

@font-face {
    font-family: Gotham bold;
    src: url('../fonts/Gotham-Bold.otf');
}

@font-face {
    font-family: Gotham book;
    src: url('../fonts/Gotham-Book.otf');
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    /*box-sizing:border-box;*/
    /*-moz-box-sizing:border-box; /* Firefox */
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-size: 16px;
    background-color: #f3f4f4;
    color: #0d1c3d;
}

ul {
    list-style: none;
}

ol {
    list-style-position: outside;
    padding-left: 22px;
}


/*ol strong{
  font-family: 'Gotham bold', Verdana, sans-serif;
  font-weight: bold;
}*/

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
    float: none;
    height: 0;
    padding: 0;
    margin: 0;
}

p,
ul {
    font-family: 'Open Sans', Verdana, sans-serif;
    font-size: 16px;
    padding: 0 0 1.35em 0;
    line-height: 1.35em;
}

ul {
    padding: 0;
}

a sup {
    display: inline-block;
    text-decoration: none;
}

a {
    font-family: 'Open Sans', Verdana, sans-serif;
    color: #00617f;
}

hr {
    background-color: #000;
}

ul {
    list-style-image: url("../img/dot.1c4f7fffe629.jpg");
    list-style-position: outside;
    margin: 0 0 0 30px;
}

li {
    padding: 0 0 1.15em 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Open Sans', Verdana, sans-serif;
}

p,
a {
    font-family: 'Open Sans', Verdana, sans-serif;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-weight: 400;
    letter-spacing: .02em;
    word-spacing: .07em;
    padding: 0;
    line-height: 1.2em;
}

em {
    font-weight: bold;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid #d3d3d3;
    background-color: white;
    overflow-y: hidden;
}


/* Header Styles */

.header {
    padding: 30px 60px 0px 60px;
    height: 100px;
}


.header h1 {
    font-size: 22px;
    font-family: 'Open Sans', Verdana, sans-serif;
}

.logo {
    float: left;
    height: 28px;
}

.login {
    float: right;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    color: #919090;
    padding: 15px 0 0 0;
}

.login a {
    text-decoration: underline;
    font-family: 'Open Sans', Verdana, sans-serif;
}

.headline {
    clear: both;
    float: none;
    padding: 35px 0 0 0;
    font-size: 26px;
    color: #00617F;
}


/* Hero Styles */

@media all and (max-width: 1090px) and (min-width: 999px){
    .main{
        min-height: 375px;
    }
}

.main {
    background: white;
    min-height: 325px;
    border-bottom: 10px solid #006ba6;
}

.main.border-b-blue {
    border-bottom: 10px solid #006ba6;
}

.main h1 {
    text-align: center;
    color: #006ba6;
    font-size: 36px;
    line-height: 42px;
    padding: 15px 0;
    font-family: 'Gotham Medium', Verdana, sans-serif;
    max-width: 85%;
    margin: 0 auto;
}

.hero-container {
    position: relative;
}


.hero-container .hero_bar {
    position: absolute;
    width: 100%;
    top: 320px;
    height: 38px;
    left: -1px;
    background: url('../img/bar.png') no-repeat left center;
}

.hero-container .hero_bar p {
    color: #fff;
    line-height: 38px;
    padding-bottom: 0;
    padding-left: 60px;
}

.hero {
    float: left;
    width: 100%;
    height: 325px;
    background-image: url("../img/kp-medi-hero.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    border-top: 10px solid #c5c8cf;
    background-position: center;
}

.contact-block{
    margin-top: 30px;
}


.hero.min-h-350 {
    height: 337px;
}

.hero.border-t-blue {
    border-top: 10px solid #006ba6;
}

.border-b-none {
    border-bottom: none!important;
}

.border-t-none {
    border-top: none;
}

.border-t-gery {
    border-top: 10px solid #006ba6 !important;
}

@media (max-width: 700px) { 
    .kp_logo{
        width: 100%;
    }
 }


.hero-img {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .hero-img {height: 400px;}
}

@media all and (max-width: 1090px) and (min-width: 999px){
    .hero-img{
        min-height: 375px;
    }
}

.border-t-b {
    border-bottom: 10px solid rgb(233, 115, 0);
    border-top: 10px solid rgb(233, 115, 0);
}

.hero-message {
    margin: 170px 0 0 0;
    height: 45px;
    background-image: url("../img/hero-fade.373b92889af4.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
}


/*.hero-message h1 {
  text-align: center;
    padding: 1% 0 0 16%;
    font-size: 15px;
    color: #fff;
    max-width: 30%;
    font-weight: bold;
    font-family: 'Open Sans', Verdana, sans-serif;

}*/


/*.hero img{
  height:100%;
}*/

.callout {
    position: absolute;
    text-align: center;
    padding: 24px 0 0 0;
    left: 60px;
    width: 45%;
    max-height: 237px;
    box-sizing: border-box;
}

.callout.r_width {
    width: calc(50% - 60px);
}

.callout h2 {
    margin: 0 auto;
    padding: 15px 0;
    max-width: 100%;
    font-size: 28px;
    color: #0d1c3d;
    line-height: 36px;
    font-weight: bold;
    font-family: 'Gotham Medium', Verdana, sans-serif;
    text-align: left;
}

.callout .title {
    color: #fff;
    padding-bottom: 0;
    text-align: center;
    font-size: 18px;
}

.callout .title_2 {
    color: #fff;
    padding-top: 0;
    text-align: center;
}

.sub-title {
    color: #fff;
}


/*.callout p{
  font-family:'Gotham Medium', Verdana, sans-serif;
  text-align:left;
  color: #000;
  margin: 0 auto;
  padding: 15px 0;
  max-width: 100%;
  font-size: 25px;
}
.callout p span{
  font-family: 'Gotham bold', Verdana, sans-serif;
  font-weight: bold;
}
*/

.sign-up {
    padding: 0;
    margin: 15px auto;
    text-align: left;
    padding: 0;
}

@media screen and (width:768px){
    .callout .sign-up {
        text-align: center;
        width: 600px;
    }
}

.sign-up .btn-group {
    text-align: center;
}

.sign-up .call {
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: url('../img/phone.png') no-repeat left center;
    padding-top: 5px;
    padding-left: 40px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.sign-up .call .f-s-12 {
    font-size: 12px;
}

.sign-up .h2,
.left .sign-up .h2 {
    font-size: 22px;
    color: #000;
    margin-top: 0;
    font-family: 'Open Sans', Verdana, sans-serif;
}

.sign-up .h2 span {
    font-weight: normal;
}

.sign-up p,
.left .sign-up p {
    font-size: 20px;
    padding: 0;
    line-height: 26px;
    margin: 3px 0 8px 0;
    font-family: 'Gotham book', Verdana, sans-serif;
}

.sign-up p strong,
.left .sign-up p strong {
    font-family: 'Gotham Medium', Verdana, sans-serif;
}

.enroll-button,
.learn-button {
    font-family: 'Gotham Medium', Verdana, Geneva, sans-serif;
    display: inline-block;
    height: 47px;
    background-color: #e97300;
    color: #fff;
    text-decoration: none;
    /*padding: 0 20px;*/
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 47px;
    margin: 0 5px 20px 0;
    letter-spacing: .06em;
    text-align: center;
    width: 175px;
}
.without_text_transform {
    text-transform: none;
}

.learn-button.aep_2019_drtv_202522 {
    background-color: #006ba6;
    margin: 0 15px 15px 0;
}

.learn-button:hover {
    background-color: #02485e;
}

.enroll-button:hover {
    background-color: #b86128;
}

.main-content {
    padding: 48px 60px 47px;
    /*min-height: 590px;*/
}


/* Left Column Styles */

.left {
    float: left;
    width: 60%;
}


/*.left h1{
  color:#e46724;
  font-size:24px;
  font-family: 'Open Sans', Verdana, sans-serif;

}*/

.left h2 {
    color: #006ba6;
    padding: 0;
    margin: 0 0 30px 0;
    line-height: 36px;
    font-size: 28px;
    font-family: 'Gotham Medium', Verdana, sans-serif;
}

.left ol {
    margin-bottom: 20px;
}

.left .ol-color {
    color: #006ba6;
}

.left li {
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 0.5em 0;
    font-family: 'Gotham book', Verdana, sans-serif;
    padding-left: 10px;
}

.left li strong {
    font-family: 'Gotham Medium', Verdana, sans-serif;
    font-size: 17px;
    line-height: 28px;
}

/****************************
  Styles confined to aep_2019_drtv_202522 page
****************************/

.left ol.aep-2019-drtv-202522 {
  counter-reset: item;
}

.left ol.aep-2019-drtv-202522 li {
  display: block;
}

.left ol.aep-2019-drtv-202522 li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #006ba6;
  font-weight: bold;
}

.left ol.aep-2019-drtv-202522 li strong {
  color: #006ba6;
}

.left ol.aep-2019-drtv-006ba6 li strong {
    color: #006ba6;
}

.p-l-0 {
    padding-left: 0;
}

.c-006ba6 {
    color: #006ba6;
}

/*end of styles confined to aep_2019_drtv_202522 page*/

.left li .b-desc {
    color: #0d1c3d;
}

.left p {
    padding: 0;
    margin: 0;
}

.left .sign-up {
    margin-top: 47px;
    margin-bottom: 0;
}


/*.left .sign-up p{
  font-family: 'Gotham book', Verdana, sans-serif;
}
.left .sign-up p strong{
  font-family: 'Gotham Medium', Verdana, sans-serif;
}*/


/* Right Column Styles */

.right {
    float: right;
    width: 372px;
}

@media screen and (max-width:1200px) {
    .right {
        width: 35%;
    }
}


/*.right h1 {
  font-weight: bold;
  font-family: 'Open Sans', Verdana, sans-serif;
}*/

.box {
    margin: 0 0 30px 0;
    background-color: #e6f1f8;
    padding: 0 30px;
}

.box h2 {
    padding: 15px 0 0 0;
    color: #006ba6;
    font-size: 28px;
    margin: 0;
    font-family: 'Gotham Medium', Verdana, sans-serif;
}

.box p {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Gotham book', Verdana, sans-serif;
}

.box p strong {
    font-family: 'Gotham Medium', Verdana, sans-serif;
}


/*
.box h3{
  padding-top:20px;
  color:#005e7d;
  font-size:17px;
  font-family: 'Open Sans', Verdana, sans-serif;
}*/

.box h3 span {
    font-weight: normal;
}

.box img {
    float: left;
}

img.book-icon {
    margin: 0 5px;
    padding-right: 10px;
}

img.play-icon {
    padding-right: 11px;
    padding-bottom: 40px;
}

.box a {
    text-decoration: underline;
    color: #00617f;
}

.box a:hover {
    text-decoration: underline;
}

.box a sup {
    text-decoration: none;
}


/* Disclosure & Footer Styles */

.disclosure {
    padding: 0px 60px 10px;
    text-align: center;
    /*border-top:1px solid #000;*/
}

.disclosure hr {
    margin-top: 0;
}

.disclosure p {
    font-size: 13px;
    text-align: left;
    font-family: 'Gotham book', Verdana, sans-serif;
    line-height: 18px;
}

.footer {
    margin: 0 auto;
    text-align: left;
    padding: 0 60px 30px;
    /*width:95%;*/
    /*padding-left:2.5%;*/
    /*padding-right:2.5%;*/
    /*border-top: 5px solid #c5c8cf;*/
}

.footer hr {
    width: 100%;
    border-top: 5px solid #c5c8cf;
    background-color: transparent;
    margin-top: 0;
}

.footer p {
    font-size: 13px;
    text-align: left;
    font-family: 'Gotham book', Verdana, sans-serif;
    line-height: 18px;
}

.footer a {
    /*text-decoration: none;*/
    font-family: 'Gotham book', Verdana, sans-serif;
}

p.footer-links a {
    text-decoration: underline;
}

@media (max-width: 720px) {
    .header {
        border-bottom: 1px solid #d3d3d3;
        padding: 20px;
        text-align: center;
    }
    .main-content {
        height: auto;
        padding: 48px 20px 47px;
    }
    .logo,
    .login {
        float: none;
        width: 100%;
    }
    .headline {
        padding: 20px 0 0 0;
    }
    .hero {
        width: 100%;
        padding: 0;
        float: none;
        /*background-position: 50% 0;*/
        height: 200px;
    }


    .hero.min-h-350 {
        height: 200px;
    }
    .hero-img {
        float: none;
    }
    
    .border-t-gery {
        border-top: 8px solid #c5c8cf !important;
    }
    .border-t-b {
        border-bottom: 8px solid rgb(233, 115, 0);
        border-top: 8px solid rgb(233, 115, 0);
    }
    .hero-message {
        margin: 0 0 0 0;
        padding: 140px 0 0 0;
        height: 45px;
        background-position: bottom center;
        background-size: auto auto;
    }
    .hero-message h1 {
        text-align: center;
        padding: 1px 0 0 200px;
        font-size: 16px;
        color: #fff;
        max-width: none;
    }
    .m-no-border-top {
        border-top: none!important;
    }
    .callout {
        width: 100%;
        padding: 20px;
        border-top: 8px solid #e97300;
        max-height: none;
        position: relative;
        left: 0;
    }
    .callout.r_width {
        width: 100%;
        border-top: 8px solid #006ba6;
    }
    .hero.border-t-blue {
        border-top: 8px solid #006ba6;
    }
    .callout .title {
        color: #000;
    }
    .callout .title_2 {
        color: #000;
    }
    .sub-title {
        color: #000;
    }
    .hero_bar {
        display: none;
    }
    .sign-up .call {
        color: #000;
        padding-left: 0;
    }
    .callout h2 {
        padding: 5px 0 15px 0;
        font-size: 26px;
        color: #000;
        line-height: 30px;
    }
    .content {
        padding: 20px 20px 0 20px;
    }
    .left,
    .right {
        float: none;
        width: 100%;
        text-align: center;
    }
    .left ul,
    .left li {
        text-align: left;
    }
    .left h2 {
        padding: 0 0 20px 0;
        font-family: 'Open Sans', Verdana, sans-serif;
    }
    .sign-up {
        text-align: center;
        padding: 20px 0 30px 0;
    }
    .disclosure {
        padding: 0px 20px 10px;
    }
    .footer {
        padding: 0 20px 30px;
    }
}

@media (max-width: 568px) {
    .headline {
        font-size: 18px;
        padding-top: 25px;
    }
    .hero {
        height: 150px;
    }
    .hero.min-h-350 {
        height: 150px;
    }
    .hero-message {
        margin: 0 40px 0 0;
        padding: 100px 0 0 0;
        height: 35px;
        background-position: right bottom;
        background-size: auto auto;
    }
    .hero-message h1 {
        text-align: right;
        padding: 0 20px 0 0;
        font-size: 15px;
        color: #fff;
        max-width: none;
        margin-top: 4px;
        font-family: 'Open Sans', Verdana, sans-serif;
    }
    .left h1 {
        font-size: 24px;
        font-family: 'Open Sans', Verdana, sans-serif;
    }
}

@media (max-width: 400px) {
    .logo img {
        width: 100%;
        height: auto;
    }
    .enroll-button,
    .learn-button {
        display: inline-block;
        margin: 0 5px 10px 5px;
        width: auto;
        padding: 0 15px;
    }
    .learn-button {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hero.min-h-350 {
        height: 393px;
    }
    .hero-container .hero_bar {
        top: 376px;
    }
}

@media (min-width: 721px) and (max-width: 1000px) {
    .callout h2 {
        padding: 0px 0 15px 0;
        /*font-size: 19px;*/
    }
    .enroll-button,
    .learn-button {
        padding: 0 20px;
        font-size: 14px;
    }
    .sign-up p {
        font-size: 15px;
    }
    .sign-up h2 {
        font-size: 18px;
    }
}

.text_footer_one {
    display: none;
}


/* ADA */

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

@media screen and (min-width: 992px) {
    .hero {
        background-size: auto;
    }
}

@media (min-width: 769px) {
    .mobile-only {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .desktop-only {
        display: none !important;
    }
}
