@font-face {
  font-family: "Heveltica";
  src: url('/assets/css/fonts/Helvetica.ttc');
}

@font-face {
  font-family: "Roboto";
  src: url('/assets/css/fonts/Roboto-Regular.ttf');
}

#myTablereResults tbody {
  font-size: 14px !important;
}


.inputAlignRight {
  text-align: right;
}

.input-red-border {
  border: 1px solid #ff0000 !important;

}

.input-black-border {
  border: 1px solid #000000;
}

.popover-body {
  color: #ffffff;
  background: #333333;
}

.popover .arrow:after {
  border-top-color: #333333 !important;
  border-bottom-color: #333333 !important;
}

.mainBlueRectangle {
  padding: 20px;
  padding-right: 0px;
  margin-top: 30px;
  width: 90%;
  height: 124px;
  background: #071d49;
  vertical-align: middle;
}

.whiteMainText {
  padding-top: 15px;
  color: #ffffff;
  font-family: Roboto;
  font-size: 2.1875rem;

}

.rightPictureArea {
  /* background-image: url("/assets/img/main-pic-1.png"); */
  /* background-repeat: no-repeat; */
  float: right;
  margin-top: -210px;
  margin-right: -150px;
  ;
}

.popover-body a {
  color: #6EFDFA !important;
}

.footerLinks {
  text-align: center;
  padding-top: 15px;
  ;
}

.mainBodyContent {
  margin-top: 90px;
  ;
  color: #071d49;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.lightBlueArea {
  margin-top: 50px;
  padding-top: 30px;
  ;
  min-height: 386px;
  background: #e5e9ff;
}

.darkBlueRectangle {

  height: 204px;
  border-radius: 8px;
  background: #071d49;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
  margin: 20px;
  ;
  cursor: pointer;
}

.gettingStaBold {
  width: 964px;
  height: 48px;
  color: #071d49;
  font-family: Roboto;
  font-size: 30px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.gettingStaNormal {
  width: 964px;
  height: 48px;
  color: #071d49;
  font-family: Roboto;
  font-size: 30px;

  line-height: 24px;
  text-align: center;
}

.darkBlueBoxesText {

  height: 86px;
  color: #ffffff;
  font-family: Roboto;
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
}

.step1Heading {

  color: #071d49;
  font-family: Roboto;
  font-size: 26px;
  font-weight: 700;
  line-height: 24px;
}

.step1Heading2 {
  color: #071d49;
  font-family: Roboto;
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
}

.lightBackground {
  min-height: 500px;
  background: #f3f4f6;
}

.rowNoIndent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.smallWidth {
  width: 30%;
}

.mediumWidth {
  width: 70%;
}

.mySubmitButton {
  background-color: transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #ff8307;
  display: inline-block;
  cursor: pointer;
  color: #000000;
  font-family: Arial;
  font-size: 17px;
  padding: 8px 16px;
  text-decoration: none;
  width: 100px;

}

.mySubmitButton:hover {
  background-color: transparent;
}

.mySubmitButton:active {
  position: relative;
  top: 1px;
}

.resultsMiddle {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #071d49;
  font-family: Roboto;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
}

#myTablereResults .resultsMiddle {
  font-size: 14px;
}

#myTablereResults td input {
  width: 120px;
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
  height: 28px;
  /* was computed at 33px */
}

.resultsMiddleBold {
  margin-top: 20px;
  margin-bottom: 20px;
  ;
  color: #071d49;
  font-family: Roboto;
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
}

.messageRedBold {
  color: #ff0000;
  font-family: Roboto;
  font-size: 19px;
  font-weight: bold;
  line-height: 24px;
}

.blueBorderSuggestions {
  border-color: #071d49;
  border-style: solid;
  border-width: 1px;
  border-top-width: 3px;
  max-height: 320px;
}

.grayTableBackground {
  background: #f3f4f6;
}

.blueBoxBorder {
  text-align: left;
  width: 307px;
  height: 105px;
  /* line-height: 95px; */
  border-radius: 6px;
  border: solid 2px #071d49;
  background: #ffffff;
  position: relative;
  padding-top: 10%;
  padding-left: 10%;
  padding-right: 3%;
}

.greenBoxBorder {
  text-align: left;
  width: 307px;
  height: 105px;
  /* line-height: 95px; */
  border-radius: 6px;
  border: solid 2px #1ac9a8;
  background: #ffffff;
  position: relative;
  padding-top: 10%;
  padding-left: 10%;
  padding-right: 3%;

}


.testimonial-img {
  position: absolute;
  top: 20px;
  left: -30px;
}

.centerTextCallout {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.heigh33 {
  height: 33%;
  display: inline-block;
  vertical-align: middle;
}

.disclaimer {

  color: #071d49;
  font-family: Roboto;
  font-size: 10px;

}

.smallLabels {
  font-size: 12px;
}

.closerAbove {
  margin-top: -10px;
}

/* Styling DropDown */
:root {
  --radius: 3px;
  --baseFg: dimgray;
  --baseBlk: #000000;
  --baseBg: white;
  --accentFg: black;
  --accentBg: #ECEDED;
  --accentGray: #ECEDED;
  --accentBlack: #000000;
}

.AbbvieSelect {

  -webkit-appearance: none;
  appearance: none;
  color: var(--baseFg);
  border: 1px solid var(--accentBlack);
  line-height: 1;
  outline: 0;
  padding: 0.50em 2.5em 0.75em 0.50em;
  border-radius: var(--radius);
  background-color: var(--baseBg);
  /* background: url(/assets/img/arrow-down.png) no-repeat right #ffffff; */
  background-image: linear-gradient(var(--baseFg), var(--baseFg)),
    linear-gradient(-135deg, transparent 50%, var(--accentBg) 50%),
    linear-gradient(-225deg, transparent 50%, var(--accentBg) 50%),
    linear-gradient(var(--accentBg) 42%, var(--accentFg) 42%);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 1px 100%, 30px 22px, 30px 22px, 30px 100%;
  background-position: right 30px center, right bottom, right bottom, right bottom;
}

/* select{
  width: 268px;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 5px;
  height: 34px;
  background-color: var(--baseBg);
  background: url(/assets/img/arrow-down.png) no-repeat right #ddd;
  -webkit-appearance: none;
  background-position-x: 244px;
} */
.sub-header-blue {
  color: #ffffff;
  background-color: #6EC3FD;
}

.sub-header-gray {

  background-color: #dedede;
}