﻿/* Breakpoints
   ========================================================================== */
/* Colors
   ========================================================================== */
/* Forms
    ========================================================================= */
/* Typography
    ========================================================================= */
/* Headings */
/* Weights */
/* Links */
/*

$link-color:;

*/
body {
  font-family: "Arimo", sans-serif;
}

.oep-header {
  position: relative;
  border-bottom: 1px solid #e0e1e3;
  -moz-box-shadow: 0 0 0 -50px #3e3333;
  -webkit-box-shadow: 0 0 0 -50px #3e3333;
  box-shadow: 0 0 0 -50px #3e3333;
  position: relative;
  background: linear-gradient(#fdfdfd, #ffffff 69%, #e9e9e9 100%);
  background: -webkit-linear-gradient(#fdfdfd, #ffffff 69%, #e9e9e9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(69%, #ffffff), color-stop(100%, #e9e9e9));
  background: -moz-linear-gradient(#fdfdfd, #ffffff 69%, #e9e9e9 100%);
  background: -o-linear-gradient(#fdfdfd, #ffffff 69%, #e9e9e9 100%);
  background: -ms-linear-gradient(#fdfdfd, #ffffff 69%, #e9e9e9 100%);
  -pie-background: linear-gradient(#fdfdfd, #ffffff 69%, #e9e9e9 100%);
  font-family: Verdana, Geneva, sans-serif;
  padding: 20px 10px;
}
.oep-header .oep-header-row {
  max-width: 930px;
  margin: 0 auto;
}
.oep-header .oep-header-row #HeaderLogo img {
  width: 230px;
  margin: 0 auto 15px;
}
@media (min-width: 992px) {
  .oep-header .oep-header-row #HeaderLogo img {
    margin: 0 auto;
  }
}
.oep-header .oep-header-row #HeaderPhoneCard {
  padding-top: 0;
}
.oep-header .oep-header-row #HeaderPhoneCard .phone {
  font-size: 19px;
  font-weight: 700;
  background-image: url("/media/images/bcbsla_life_event_phone.png");
  background-repeat: no-repeat;
  background-position: 0;
  display: inline-block;
  padding-left: 30px;
  margin: 0px 0 6px;
}
.oep-header .oep-header-row #HeaderPhoneCard .phone a {
  color: #000;
}
@media (min-width: 992px) {
  .oep-header .oep-header-row #HeaderPhoneCard .phone a {
    color: #337ab7;
  }
}
.oep-header .oep-header-row #HeaderPhoneCard .phone a:hover {
  color: #23527c;
  text-decoration: underline;
}
.oep-header .oep-header-row #HeaderPhoneCard .hours {
  font-size: 0.75em;
}

.container {
  max-width: 100%;
  padding: 0;
}

.bodyContent {
  max-width: 1170px;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.bodyContent h1, .bodyContent h2 {
  color: #0A437C;
  line-height: 1.1;
}
.bodyContent h1 {
  font-size: 1.625em;
  text-align: center;
  margin: 34px auto;
}
@media (min-width: 992px) {
  .bodyContent h1 {
    max-width: 930px;
    margin: 34px auto 0.5em;
    font-size: 2.625em;
  }
}
.bodyContent h1.thank-you-title {
  text-align: left;
  margin: 34px auto 32px;
}
.bodyContent h2 {
  font-size: 23px;
}

.oep-form-column {
  background-color: #c7e4f3;
  background-image: -moz-linear-gradient(top, #c7e4f3, #fafcfc);
  background-image: -webkit-linear-gradient(top, #c7e4f3, #fafcfc);
  background-image: -o-linear-gradient(top, #c7e4f3, #fafcfc);
  background-image: linear-gradient(to bottom, #c7e4f3, #fafcfc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc7e4f3", endColorstr="#fffafcfc", GradientType=0);
}

.oep-image {
  display: none;
}
.oep-image img {
  width: 100%;
}
@media (min-width: 992px) {
  .oep-image {
    display: block;
    order: 1;
  }
}

.oep-cta-column {
  padding: 16px;
}
@media (min-width: 992px) {
  .oep-cta-column {
    order: 2;
    padding: 0px;
    background-color: #c7e4f3;
    background-image: -moz-linear-gradient(top, #c7e4f3, #fafcfc);
    background-image: -webkit-linear-gradient(top, #c7e4f3, #fafcfc);
    background-image: -o-linear-gradient(top, #c7e4f3, #fafcfc);
    background-image: linear-gradient(to bottom, #c7e4f3, #fafcfc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc7e4f3", endColorstr="#fffafcfc", GradientType=0);
  }
  .oep-cta-column .paper-div {
    position: relative;
    background-image: url(https://2piddrz3kucgastandardsa.blob.core.windows.net/media/1640/folded-paper.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-right: 25px;
    padding-left: 15px;
    top: -12px;
    height: 530px;
    width: 310px;
    left: 30px;
  }
  .oep-cta-column .paper-div h2 {
    margin-top: 0px;
  }
  .oep-cta-column .paper-div li {
    line-height: 1.42857143;
    color: #333;
  }
  .oep-cta-column .paper-div p {
    font-size: 1rem;
    line-height: 1.42857143;
    color: #333;
    margin-bottom: 16px;
  }
  .oep-cta-column .paper-div .btn {
    margin-top: 24px;
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .oep-cta-column .paper-div .btn {
    margin-top: 6px;
    margin-bottom: 16px;
  }
}
.oep-cta-column p {
  color: #083657;
  font-size: 20px;
  margin: 0 0 10px;
  line-height: 1.42857143;
}
.oep-cta-column .grey-bound {
  text-align: center;
  border-top: 2px solid #bfbfc1;
  border-bottom: 2px solid #bfbfc1;
  padding: 25px 0 22px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .oep-cta-column .grey-bound {
    padding: 12px 0 12px;
    margin-bottom: 0px;
  }
}
.oep-cta-column .grey-bound p {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 20px;
  color: #083657;
}
@media (min-width: 992px) {
  .oep-cta-column .grey-bound p {
    font-size: 1.625em;
    margin-bottom: 5px;
    margin-top: 10px;
  }
}
.oep-cta-column .grey-bound .oeptfn {
  margin-bottom: 0;
}
@media (min-width: 992px) {
    .oep-cta-column .grey-bound .oeptfn {
        margin-bottom: 10px;
        line-height: 30px;
    }
}
.oep-cta-column .grey-bound .oeptfn a {
  text-decoration: none;
}
.oep-cta-column .grey-bound img {
  width: 50px;
  float: right;
}
@media (min-width: 992px) {
  .oep-cta-column .grey-bound img {
    display: none;
  }
}

.oep-form-column {
  margin-top: 170px;
}
@media (min-width: 992px) {
  .oep-form-column {
    padding: 0;
    padding-top: 10px;
    padding-right: 20px;
    order: 3;
    margin-top: 0px;
  }
}
.oep-form-column .form-header {
  display: flex;
  position: absolute;
  top: 250px;
  left: 10px;
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .oep-form-column .form-header {
    position: relative;
    top: 0px;
    left: 0;
    flex-direction: row;
    margin-bottom: 0px;
  }
}
.oep-form-column .form-header img {
  max-width: 100px;
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}
.oep-form-column .form-header .form-header-copy {
  order: 1;
}
@media (min-width: 992px) {
  .oep-form-column .form-header .form-header-copy {
    order: 2;
  }
}
.oep-form-column .form-header h2 {
  font-size: 21px;
  order: 2;
  padding-left: 8px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .oep-form-column .form-header h2 {
    order: 1;
    padding-left: 0;
  }
}
.oep-form-column .form-radio-group, .oep-form-column p {
  padding-top: 25px;
  font-size: 0.875em;
}
.oep-form-column label {
  margin-bottom: 2px;
  margin-left: 5px;
  color: #083657;
  font-size: 14px;
  display: flex;
  flex-direction: row;
}
.oep-form-column label sup {
  position: relative;
  top: 10px;
  color: #083657;
  order: 1;
}
.oep-form-column label span {
  order: 2;
}
.oep-form-column .form-control {
  height: 32px;
  font-size: 0.875em;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid rgb(153, 153, 153);
  font-size: 14px;
  color: #000;
}
.oep-form-column .radio-group {
  min-width: 200px;
}
.oep-form-column .radio-group input {
  z-index: 0;
}
.oep-form-column .form-help {
  display: none;
}
.oep-form-column .formFooter {
  display: block;
  margin-top: -80px;
}
.oep-form-column .formFooter #afterFormRequired {
  position: relative;
  top: -50px;
  text-align: right;
  right: 10px;
}
.oep-form-column .formFooter #afterFormRequired .required {
  color: #083657;
}
.oep-form-column .formFooter #afterFormText {
  padding: 0 30px 40px;
}
.oep-form-column .formFooter #afterFormText p {
  font-size: 1em;
}
@media (max-width: 768px) {
  .oep-form-column.thanks {
    margin-top: 0px;
    background-image: none;
    background-color: transparent;
  }
  .oep-form-column.thanks h2 {
    font-size: 21px;
    text-align: center;
  }
}

.btn {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 32px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 22px;
  font-weight: 700;
  background-color: #c9f26f;
  background-image: -moz-linear-gradient(top, #c9f26f, #9bca35);
  background-image: -o-linear-gradient(top, #c9f26f, #9bca35);
  background-image: linear-gradient(to bottom, #c9f26f, #9bca35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc9f26f", endColorstr="#ff9bca35", GradientType=0);
  color: #083657;
  text-transform: none;
}

.info-kit-ty {
  width: 100%;
  max-width: 200px;
  display: block;
  margin: 0 auto 20px;
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}

.footer-oep {
  border-top: 8px solid #20709d;
  padding: 0px 0 20px;
  color: #000;
  background-color: #eef1f4;
  font-size: 0.75em;
}
@media (min-width: 992px) {
  .footer-oep {
    padding: 10px 0;
  }
}
.footer-oep .footerContainer {
  padding: 16px;
}
@media (min-width: 992px) {
  .footer-oep .footerContainer {
    padding: 20px 60px 20px;
  }
}
.footer-oep .footerContainer .contentRow {
  max-width: 930px;
}
.footer-oep p {
  font-size: 13px;
  line-height: 1.42857143;
}
.footer-oep #firstFooterRow {
  display: flex;
  flex-direction: column-reverse;
}
.footer-oep #firstFooterRow #socialMediaContent {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  padding-left: 0px;
  border-bottom: 1px solid darkgrey;
  padding-bottom: 10px;
}
.footer-oep #firstFooterRow #socialMediaContent p {
  margin: 0;
}
.footer-oep #firstFooterRow #socialMediaContent a img {
  margin: 4px;
}
@media (min-width: 992px) {
  .footer-oep #firstFooterRow {
    display: grid;
    grid-template-columns: 88% 12%;
    column-gap: 0;
    row-gap: 0;
  }
  .footer-oep #firstFooterRow #footerText {
    padding-right: 50px;
  }
  .footer-oep #firstFooterRow #socialMediaContent {
    margin-bottom: 0;
    padding-left: 15px;
    text-align: left;
    border-left: 1px solid darkgrey;
    border-bottom: none;
  }
  .footer-oep #firstFooterRow #socialIcons {
    display: flex;
  }
  .footer-oep #firstFooterRow #socialIcons a {
    margin-right: 10px;
  }
  .footer-oep #firstFooterRow #socialIcons a img {
    margin: 0;
  }
}
