/* General Styles
================= */

body {
  font-family: 'Arial', sans-serif;
  background-color: #ffffff;
  color: #333;
}

h1, h2 {
  font-family: 'Arial', serif;
  color: #052b5e;
}

h1 {
  font-size: 36px;
  font-weight: bold;
  text-align: left;
}

h2 {
  font-size: 28px;
}

strong {
  font-weight: 700;
}

.subhead-text {
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  padding-top: 5px;
}

.blue-bkg {
  background-color: #052b5e;
}

.light-blue-bkg {
  background-color: #92ccf0;
}

.blue-font {
  color: #052b5e;
}

.darkblack-font {
  color: #1a1818;
}

.white-font {
  color: #ffffff;
}

.image-half {
  width: 50%;
  height: auto;
}

.disclaimer-text {
  font-size: 12px;
  text-align: left;
  color: #ffffff;
  bottom: 0;
}

.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}

@media (max-width: 768px) {
    .image-half {
        display: table;
        margin: 0 auto;
    }

    h2, .subhead-text {
        padding: 0px 25px;
    }

    .mobile-only {
      display: block !important;
    }

    .desktop-only {
      display: none !important;
    }

    h2, .subhead-text {
        text-align: center;
        margin-bottom: 20px;
    }

    .subhead-text br {
        display: none;
    }
}



/* Top/Footer Bar Styles
================= */

.logo-cta {
  padding: 45px 0px;
}

a.btn, a.learn {
  background-color: #ffffff;
  border-radius: 90px;
  font-size: 15px;
  padding: 6px 15px 6px 15px;
  border: 1px solid #052b5e;
}

a.btn:hover {
  background-color: #92ccf0 !important;
  color: #052b5e !important;
  border: 1px solid #052b5e;
}

.logo-cta a.btn {
  float: right;
}

.call-btn {
  height: auto;
  width: 22px;
}

.talk-button-text {
    text-align: right;
    display: inline-block;
    margin-right: 15px;
    line-height: 20px;
}


@media (max-width: 768px) {
    .logo-cta a.btn {
      margin: 0 auto;
      display: table;
      margin-top: 8px;
      float: none;
    }

     .kp-logo {
      width: 75%;
     }
}



/* Confirmation Styles
====================== */

.confirmation-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: calc(100vh - 122px);
}

.confirmation-subhead {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  padding-top: 5px;
}

.conf-checkmark img {
  height: auto;
  width: 65px;
}



/* Header Styles
================= */

.hero {
  background-color: #f7f7f7;
  padding: 50px 0px 0px;
}

.hero img {
    width: 60%;
    right: 10%;
    position: relative;
}

.header-imgholder {
    text-align: center;
}

.hero .container {
  padding: 40px 0px 0px 0px;
  text-align: center;
}

.learn.btn {
  float: left;
  padding: 6px 35px 6px 35px;
}

.hero h1,
.hero p,
.hero .col-4 div {
  padding-left: 10px;
}


@media (max-width: 768px) {
     .hero h1, .hero p, .hero .col-4 div {
        text-align: center !important;
        padding-left: 0px 25px !important;
    }

    .hero {
        padding: 0px;
    }

    .learn.btn {
        float: none !important;
        margin: 0 auto;
        display: table;
    }

    .header-text-holder {
        padding: 35px 0px;
    }

    .hero img {
        right: initial !important;
        position: initial !important;
    }
    .call-button-holder {
      text-align: center;
      margin-top: 35px;
    }
    .call-button-holder .talk-button-text {
      text-align: center;
      margin: 0px;
    }
}



/* Chart Styles
================= */

.chart-section h2{
  color: #ffffff;
}

.table-responsive {
  border-radius: 10px;
  padding: 20px;
  background: #ffffff;
}

.table td {
  font-size: 14px;
  line-height: 18px;
  color: #004284;
}

.table {
  margin: 0px;
}

.table tr:nth-child(1) td, .table tr:nth-child(3) td, .table tr:nth-child(5) td {
  background-color: #f0f7fa;
}

.table tr:nth-child(2) td, .table tr:nth-child(4) td{
  background-color: #e9ebee;
}

.table thead th {
  background-color: #0078b3; color: #ffffff; text-transform: uppercase; text-align: center;
}

.table thead th:last-child {
  background-color: #b63125; color: #ffffff; text-transform: uppercase; text-align: center;
}

.table-icons {
  width: 32px;
  height: auto;
}

.comparison-table th, .comparison-table td {
  border: 3px solid #ffffff;
  padding: 1rem;
}

.comparison-table thead {
  background-color: #e5f0f8;
}


@media (max-width: 768px) {
     .table-responsive {
        margin: 0px 25px;
        padding: 10px;
    }

    .table th, .table td {
        text-align: center;
    }

    .table-icons {
        margin-bottom: 10px;
    }

    .table td, .table th {
        font-size: 10px;
        line-height: 14px;
        letter-spacing: -0.01em;
    }
}



/* Medicare 101 / ABCs Styles
================= */

.abcs {
  background-color: #f8fbfd;
  padding: 2rem;
}

.abcs .card {
  margin-bottom: 1rem;
  border-color: #d3d6dc;
}

.abcs-trident, .abcs-text {
  margin: 0 auto;
}

.card-body {
  text-align: center;
}

.card-title {
  font-size: 21px;
  font-weight: bold;
  color: #ffffff;
  background-color: #0d1c3d;
  border-radius: 40px;
  display: inline-block;
  padding: 7px 12px;
  margin-bottom: 15px;
}

.original-medicare-border {
    padding: 35px 25px 25px 25px;
    border: 1px solid;
    border-radius: 5px;
    width: 90%;
    margin: 0 auto;
}


@media (max-width: 768px) {
     .abcs .subhead-text,
     .abcs h2,
     .enrollment-period .subhead-text,
     .enrollment-period h2 {
        padding: 0px;
    }

    .abcs-text {
        margin-bottom: 25px;
    }

    .card {
        width: 90%;
        margin: 0 auto;
    }
    .fourparts-breakdown {
      text-align: center;
      margin-top: 20px;
      margin-bottom: 30px;
    }
}



/* Enrollment Styles
================= */

.enrollment-period {
  background-color: #92ccf0;
  padding: 2rem;
}

.sixtyfive-cal {
  width: 75%;
  margin: 0 auto;
}


@media (max-width: 768px) {
     .three-cal, .one-cal {
        margin-top: 30px;
    }
}



/* Form Styles
================= */

.form-section {
  background-color: #f2f4f7;
}

.form-section img {
  width: 60%;
  height: auto;
}

.city-skyline img {
  width: 100%;
  height: auto;
}