/*Old Colors*/
/*************************
These are still being used on some parts of the site but seem to be slowly transitioning based on new incoming designs. 
When a request for a new element to the page is made and no color code is refferenced, I find the old Brand Guide color 
that is most analogous. 
*************************/
/* New Colors from New Homepage Design*/
select, select:focus, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  font-size: 16px; }

.popover-content {
    font-size: 14px !important;
    font-weight: 500 !important;
}

.tms, .siq, .toolMenu .innerTools li:nth-child(6), .sric, .toolMenu .innerTools li:nth-child(5), .iq, .toolMenu .innerTools li:nth-child(3), .an, .toolMenu .innerTools li:nth-child(2), .wtb, .toolMenu .innerTools li:nth-child(4), .ric, .toolMenu .innerTools li:first-child, .s-3dbanner, .Redsquare, .redSelectedIcon {
  background: url("../images/sprites.png") no-repeat; }

.tms {
  background-position: -465px -11px; }

.siq, .toolMenu .innerTools li:nth-child(6) {
  background-position: -318px -154px; }

.sric, .toolMenu .innerTools li:nth-child(5) {
  background-position: -160px -157px; }

.iq, .toolMenu .innerTools li:nth-child(3) {
  background-position: -5px -155px; }

.an, .toolMenu .innerTools li:nth-child(2) {
  background-position: -316px -9px; }

.wtb, .toolMenu .innerTools li:nth-child(4) {
  background-position: -163px -10px; }

.ric, .toolMenu .innerTools li:first-child {
  background-position: -11px -10px; }

.s-3dbanner {
  background-position: -17px -334px; }

.Redsquare, .redSelectedIcon {
  background-position: -347px -337px; }

.DNNContainer_Title_h2.SpacingBottom > h2 {
    display: none;
}

.DNNContainer_Title_h2.SpacingBottom > h2 > span {
  display: none; }

#siteWrapper {
  /*background: #273f64; */
  color: #fff; }


.selections label {
    color: #1a1a1a;
    font-weight: 600;
    font-size: 1em;
    margin-top: 5px;
    width: 80%;
    display: inline-block;
}

.section_header1 {
    border-top-left-radius: 10px;
    background-color: #3D92A8;
}

.section_header2:after{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 29px solid transparent;
    border-bottom: 32px solid transparent;
    border-left: 29px solid #3D92A8;
    position: absolute;
    top: 100%;
    margin-top: -60px;
    left: -1px;
    z-index: 2;
}
.user_rate_controls .section_header2{

  background-color: #307F91;
  margin-bottom: 10px;
}

.section_header3:after{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 29px solid transparent;
    border-bottom: 32px solid transparent;
    border-left: 29px solid #307F91;
    position: absolute;
    top: 100%;
    margin-top: -60px;
    left: -1px;
    z-index: 2;
}


.section_header1, .section_header2, .section_header3 {
    position: relative;
    display: block;
    color: white;
    padding: 11px 5px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 2em;
    letter-spacing: normal;
}

.section_header1 >.innerSpan, .section_header2 >.innerSpan, .section_header3 >.innerSpan {
    font-size: 2em;
    vertical-align: middle;
    font-weight: 700;

}

.user_rate_controls .section_header3{

  border-top-right-radius: 10px; 
  background-color: #2F6571;
  margin-bottom: 10px;
}
.section_header  span{
  display:inline-block;
}

.user_personal_details select, .healthclass_details select, .user_cost_details select {
    padding: 3px;
    border: 2px solid #BCBEC0;
    border-radius: 5px;
    position: relative;
    behavior: url(/DesktopModules/PivotLife_New/Controls/JS/PIE/PIE.htc);
    display: inline-block;
    background-color: #ffffff;
    font-weight: 400;
    font-size: 1em;
    width: 100%;
}

.user_personal_details > .innerSection, .healthclass_details > .innerSection, .user_cost_details > .innerSection{
  /*min-height: 300px !important;*/
    padding: 0 15px;
}
.user_cost_details, .healthclass_details {
    /*margin-right:-32px;*/
    box-shadow: inset 10px 0px 11px -5px #969696;
    border-top-right-radius: 10px;
}

.user_rate_controls {
     border-top-left-radius: 10px;
}

.dobSelectWidth,
.coverageDropdown,
.termDropdown,
.width96 {
    width: 100%;
    display: inline-block;
}

.displayTableCell {
    display: table-cell;
}

.widthHealthddl {
    width: inherit;
    padding-left: 5px;
}

.displayInlineBlock {
    display: inline-block;
}

.asterik {
    color: red;
    vertical-align: top;
    margin-top: 5px;
    top: 0;
    white-space: nowrap;
}

.dobSelectWidth > .divMiddle {
    width: 29.333333%;
    float: left;
    margin: 0 0.5%;
    display: inline-block;
}

    .dobSelectWidth > .divFirst {
        width: 31.333333%;
        float: left;
        margin: 0 0.5%;
        display: inline-block;
    }

    .dobSelectWidth > .divLast {
        width: 36.333333%;
        float: left;
        margin: 0 0.5%;
        display: inline-block;
    }

.innerSection .row-fluid {
    margin-bottom: 5px;
}


.width100 {
    width: 100%;
}

div.user_rate_controls {
    background-color: #D9D9D9;
    display: table-cell;
    width: 33.33333%;
}

.labelText {
    text-align: right;
    font-weight: 600;
    font-size: 1.25em;
}
.alignCenter{text-align:center;}

.separatorText {
    color: black;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 5px;
}

.determinebutton {
    background: #359A93;
    box-shadow: 1px 2px 0px 1px #277B76;
    border-radius: 3px;
    padding: 8px 10px;
    position: relative;
    behavior: url(/DesktopModules/PivotLife_New/Controls/JS/PIE/PIE.htc);
    font-size: 1.4em;
    /*display: inline-block;*/
}

.determinebutton a {
    color: white;
    font-size: 1em;
    font-weight: 500;
    cursor: pointer;
}

    .determinebutton a:hover {
        text-decoration: none;
    }

.has-error select {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-error select:focus {
        outline: none;
    }

.show-rates-grid {
    background-color: #D9D9D9;
    padding: 20px;
    padding-bottom: 0;
}
.rates-table{
    width: 100%;
    text-align: center;
    background-color: transparent;
    color: black;
	background-color: #D9D9D9;
}

    .rates-table tbody td {
        background-color: white;
        border-bottom: solid;
        border-left: solid;
        border-color: #D9D9D9;
        border-width: 2px;
        font-weight: 600;
        font-size: 1.25em;
        color: #1A1A1A;
    }

.rates-table tr > td:first-child{
   border-left: none;
}

.rates-table tbody > tr td{
  border-top: solid 2px #D9D9D9;
}
    .rates-table thead th {
        background-color: #1C6D79;
        color: white;
        border: solid 2px;
        border-color: #D9D9D9;
        font-weight: 600;
        font-size: 1.25em;
    }

    .rates-table a {
        background-image: none;
        text-shadow: none;
        color: #fff;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        padding: 10px 15px;
        background-color: #1B4955;
        display: inline-block;
        font-size: 1.2em;
    }

    .rates-table a:hover {
        text-decoration: none;
    }
/**/

.grayButton {
    background-color: #CECECE !important;
    cursor: not-allowed !important;
}

.noWrap {
    white-space: nowrap;
}

.showmore {
    background-image: none;
    text-shadow: none;
    color: #fff !important;
    border: none;
    border-radius: 5px;
    font-size: 1.8em;
    font-weight: bold;
    cursor: pointer;
    background-color: #359A93;
    display: inline-block;
    padding: 6px 30px 6px 40px;
}

.rates-table thead, .rates-table tbody, .rates-table tfoot {
    border-top: solid;
    border-bottom: solid
}

.showmore:hover,
.showmore::selection {
    text-decoration: none !important;
    color: #fff !important;
}

.showmore-container {
    text-align: center;
    margin: 15px;
}

.disclaimerText {
    font-size: 1.3em;
    color: #1A1A1A;
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 1.2em;
    display: inline-block;
}

.qqtitle {
 /* background: #273f64;
  margin-top: -10px; */
  /*padding-top: 10px;*/

}
    .qqtitle h2 {
        width: 100%;
        color: #28697D;
        font-size: 2.4em;
        font-weight: 600;
        letter-spacing: normal;
        margin: 13px 0;
        line-height: 1em;
    }
    /*@media only screen and (max-width: 480px) {
      .qqtitle h2 {
        font-size: 24px;
        text-align: center; } }*/

.iconAngle {
    font-size: 1.5em;
}

@media only screen and (max-width: 767px) {
  .quote_input_details.container {
    
    margin: 0 auto; }

    .selections label {
        width: initial;
    }
}
@media only screen and (max-width: 480px) {
  .quote_input_details.container {

    margin: 0 auto; } }

.rate_controls {
  width: 100%;
  clear: both;
  height: 50px;
  position: relative; }
  @media only screen and (min-width: 1200px) {
    .user_personal_details select, .healthclass_details select, .user_cost_details select {
        font-size: 1.2em;
    }
    .rate_controls {
      float: left;
      clear: none; } }
  .rate_controls span:not(.error) {
    display: inline-block;
    float: left;
    margin-left: 15px;
    padding-top: 10px;
    position: relative; }
    @media only screen and (min-width: 1200px) {
      .rate_controls span:not(.error) {
        padding-top: 15px; } }
    @media only screen and (max-width: 767px) {
      .rate_controls span:not(.error) {
        padding-top: 0px; } }
  .rate_controls label {
    width: 100%;
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    color: #000; }
  .rate_controls .gender_select {
    width: 185px; }
    @media only screen and (min-width: 1200px) {
      .rate_controls .gender_select {
        width: 80px; } }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
      .rate_controls .gender_select {
        width: 105px;
        margin-right: 10px; } }
    @media only screen and (max-width: 767px) {
      .rate_controls .gender_select {
        width: 75px;
        margin-right: 10px; } }
    @media only screen and (max-width: 480px) {
      .rate_controls .gender_select {
        width: 100px;
        margin-right: 10px;
        float: left; } }
    .rate_controls .gender_select select {
      width: 100%; }
      @media only screen and (min-width: 768px) and (max-width: 992px) {
        .rate_controls .gender_select select {
          width: 100%; }

        .selections label {
            width: initial;
        }
      }
      @media only screen and (max-width: 767px) {
        .rate_controls .gender_select select {
          width: 100%; } }
  .rate_controls h3 {
    color: #000;
    font-weight: 500;
    font-size: 22px;
    width: 120px; }
    @media only screen and (max-width: 767px) {
      .rate_controls h3 {
        width: 100%;
        text-align: center;
        margin: 0px;
        font-weight: 600; } }
  .rate_controls .ng-inactive {
    position: absolute; }
  .rate_controls .errorMessages,
  .rate_controls .error {
    position: absolute;
    right: 0px;
    top: 11px; }
  .rate_controls .error {
    font-size: 32px;
    color: #f4362d; }

.personal_details {
  margin-top: 10px; }
  @media only screen and (min-width: 1200px) {
    .personal_details {
      margin-top: 25px;
      width: 475px; } }
  @media only screen and (max-width: 767px) {
    .personal_details {
      margin-top: 0px; } }
  @media only screen and (min-width: 1200px) {
    .personal_details h3 {
      position: absolute;
      top: -30px;
      padding-top: 0px; } }
  @media only screen and (max-width: 480px) {
    .personal_details h3 {
      margin-top: 0px;
      padding-top: 0px;
      margin-bottom: -10px; } }
  .personal_details select {
    color: #666;
    background: #f0f3f5;
    box-shadow: none;
    border: none;
    height: 30px;
    font-size: 16px;
    font-weight: 300; }
  .personal_details .dofb {
    /*width: 250px; */ }
    @media only screen and (min-width: 1200px) {
      .personal_details .dofb {
        /*width: 215px;*/
        margin-left: 0px !important; } }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
      .personal_details .dofb {
        width: 230px; } }
    @media only screen and (max-width: 767px) {
      .personal_details .dofb {
        width: 225px; } }
    @media only screen and (max-width: 480px) {
      .personal_details .dofb {
        width: 90%;
        margin-left: 5% !important; } }
    .personal_details .dofb select {
      float: left;
      margin-left: 10px; }
      @media only screen and (max-width: 480px) {
        .personal_details .dofb select {
          width: 30%;
          margin-left: 5%; } }
    .personal_details .dofb label + select {
      margin-left: 0px !important; }
      @media only screen and (max-width: 480px) {
        .personal_details .dofb label + select {
          margin-left: 15px; } }
  @media only screen and (min-width: 1200px) {
    .personal_details .state_select {
      width: 120px; } }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .personal_details .state_select {
      width: 200px; } }
  @media only screen and (max-width: 767px) {
    .personal_details .state_select {
      width: 120px;
      position: relative; } }
  @media only screen and (max-width: 480px) {
    .personal_details .state_select {
      width: 165px; } }
  .personal_details .state_select select {
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .personal_details .state_select select {
        width: 100%; } }

.cost_details {
  margin-top: 30px;
  margin-bottom: 50px; }
  @media only screen and (min-width: 1200px) {
    .cost_details {
      margin-top: 25px;
      margin-bottom: 0px;
      width: 695px; } }
  @media only screen and (max-width: 767px) {
    .cost_details {
      width: 480px;
      margin: auto;
      position: relative; } }
  @media only screen and (max-width: 480px) {
    .cost_details {
      width: 320px;
      position: relative;
      margin-top: 0px;
      margin-bottom: 0px;
      text-align: center;
      margin-left: 0px; } }
  .cost_details h3 {
    padding-top: 15px; }
    @media only screen and (min-width: 1200px) {
      .cost_details h3 {
        padding-top: 0px;
        position: absolute;
        top: -30px; } }
    @media only screen and (max-width: 767px) {
      .cost_details h3 {
        padding-top: 0px; } }
    @media only screen and (max-width: 480px) {
      .cost_details h3 {
        margin-top: 0px;
        margin-bottom: -10px; } }
  .cost_details span {
    padding-top: 0px; }
  .cost_details label {
    width: 100%;
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    color: #000; }
    .cost_details label i {
      color: #000; }
    .cost_details label span {
      color: black;
      position: absolute;
      right: -100px;
      margin-left: 170px;
      padding-bottom: 10px;
      top: -40px; }
  .cost_details .select_box {
    width: 100%;
    padding-top: 0px !important;
    margin-left: 0px !important; }
  .cost_details select {
    width: 100%;
    height: 30px;
    border-radius: 0px;
    border: none;
    color: #666;
    background: #f0f3f5; }

/*@media only screen and (min-width: 1200px) {
  .budgetDropdown {
    margin-left: 0px !important;
    width: 175px; } }
@media only screen and (max-width: 767px) {
  .budgetDropdown {
    width: 200px; } }
@media only screen and (max-width: 480px) {
  .budgetDropdown {
    width: 90px; } }

@media only screen and (min-width: 1200px) {
  .coverageDropdown {
    margin-left: 0px !important;
    width: 175px; } }
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .coverageDropdown {
    width: 215px; } }
@media only screen and (max-width: 767px) {
  .coverageDropdown {
    width: 200px; } }
@media only screen and (max-width: 480px) {
  .coverageDropdown {
    width: 90px; } }

@media only screen and (max-width: 767px) {
  .termDropdown {
    margin-top: 0px;
    width: 245px; } }
@media only screen and (max-width: 480px) {
  .termDropdown {
    margin-top: 18px;
    width: 90px; } }
@media only screen and (max-width: 767px) {
  .termDropdown label i {
    display: none; } }

@media only screen and (min-width: 1200px) {
  .ratingDropdown {
    width: 175px; } }
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .ratingDropdown {
    width: 175px; } }
@media only screen and (max-width: 767px) {
  .ratingDropdown {
    width: 285px;
    margin-top: 18px; } }
@media only screen and (max-width: 480px) {
  .ratingDropdown {
    width: 90px; } }
@media only screen and (max-width: 480px) {
  .ratingDropdown i {
    display: none; } }*/

.updateButton {
  display: block;
  width: 105px;
  height: 40px;
  text-align: center;
  margin-top: 10px;
}

    .updateButton a {
        padding: 8px 20px;
        border-radius: 3px;
        position: relative;
        behavior: url(/DesktopModules/PivotLife_New/Controls/JS/PIE/PIE.htc);
        display: inline-block;
        font-size: 20px;
        font-weight: 500;
        cursor: pointer;
        border: none;
        margin-bottom: -60px;
        transition: all 100ms linear;
    }

.updateButtonGray a {
    background: #CECECE;
    box-shadow: 1px 2px 0px 1px #909090;
    color: black;
}

.updateButtonBlue a {
    background: #0099CB;
    box-shadow: 1px 2px 0px 1px #0086b2;
    color: white;
}

.updateButton a[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
}

.updateButton a:hover {
    text-decoration: none;
}

.rate_display {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .rate_display {
      width: 480px;
      margin: 0 auto; }

    .updateButton {
        display: inline-block;
    }

    .updateButtonHandle {
        min-height: 0 !important;
    }

  }
  @media only screen and (max-width: 480px) {
    .rate_display {
      width: 320px;
      margin: 0 auto; } }

@media only screen and (min-width: 1200px) {
  .rate_display.showingTen {
    /* 		width: 850px !important;
    		padding-right:150px; */ } }
@media only screen and (min-width: 980px) and (max-width: 1199px) {
  .rate_display.showingTen {
    /* 		width: 700px !important;
    		padding-right:150px; */ } }

#NoQuoteTxt {
    text-align: center;
    margin-top: 15px;
}
    #NoQuoteTxt h3 {
        color: #576672;
        font-size: 2em;
        /*padding-top: 50px;
        padding-bottom: 20px;*/
    }
  #NoQuoteTxt img {
    width: 80%; }

.full.rateRow.rrView {
    margin-top: 30px;
  /*background: #E7EBEF;
  box-shadow: 1px 1px 2px 0px rgba(182, 181, 181, 0.72); */}
  .full.rateRow .rateSorting {
    padding: 10px 0px;
    height: 30px; }
    .full.rateRow .rateSorting .sortBy {
      width: 550px;
      margin-top: 10px; }
      @media only screen and (max-width: 767px) {
        .full.rateRow .rateSorting .sortBy {
          width: 450px;
          float: none;
          margin: auto; } }
      @media only screen and (max-width: 480px) {
        .full.rateRow .rateSorting .sortBy {
          width: 50%;
          margin-left: 0%;
          text-align: center;
          float: left; } }
      .full.rateRow .rateSorting .sortBy select {
        font-size: 16px;
        height: 30px;
        border-radius: 0px;
        border: none;
        color: white;
        font-weight: 300;
        background: #576672; }
        @media only screen and (max-width: 480px) {
          .full.rateRow .rateSorting .sortBy select {
            height: 35px;
            border-radius: 0px; } }
      @media only screen and (max-width: 480px) {
        .full.rateRow .rateSorting .sortBy label {
          padding: 10px 0px;
          width: 100%;
          display: inline-block; } }
  .full.rateRow .showingDetails {
    font-size: 20px;
    color: #576672;
    font-weight: 800;
    margin-right: 50px; }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
      .full.rateRow .showingDetails {
        font-size: 17px;
        margin-right: 30px; } }
    @media only screen and (max-width: 767px) {
      .full.rateRow .showingDetails {
        font-size: 18px;
        margin-right: 10px; } }
    @media only screen and (max-width: 480px) {
      .full.rateRow .showingDetails {
        display: none; } }
  .full.rateRow label {
    /*color: #818181;
    font-size: 20px; */ }

.seeHowMuch {
  color: #576672;
  margin-top: 15px;
  margin-left: 50px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .seeHowMuch {
      margin-left: 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .seeHowMuch {
      margin-left: 5px; } }
  @media only screen and (max-width: 480px) {
    .seeHowMuch {
      display: none; } }
  .seeHowMuch p {
    font-size: 18px;
    font-weight: 600; }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
      .seeHowMuch p {
        margin: -15px; } }

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .orderBy {
    margin-top: -50px; } }
@media only screen and (max-width: 767px) {
  .orderBy {
    width: 300px;
    float: none !important;
    margin: 0 auto;
    margin-bottom: 20px; } }
@media only screen and (max-width: 480px) {
  .orderBy {
    width: 45%;
    margin-left: 0%;
    margin-right: 1%;
    text-align: center;
    float: right !important; } }
.orderBy div {
  position: relative;
  width: 100px;
  float: left; }
  @media only screen and (max-width: 480px) {
    .orderBy div {
      width: 50%; } }
.orderBy span {
  color: #818181;
  font-size: 20px;
  float: left;
  margin-right: 10px;
  padding-top: 10px; }
  @media only screen and (max-width: 480px) {
    .orderBy span {
      text-align: center;
      width: 100%;
      padding-bottom: 10px; } }
.orderBy label {
  display: inline-block;
  box-sizing: border-box;
  width: 100px;
  padding: 7px 0px;
  text-align: center;
  border: 2px solid;
  border-color: #d8dee5; }
  @media only screen and (max-width: 480px) {
    .orderBy label {
      width: 100%; } }
.orderBy input {
  position: absolute;
  left: 50%;
  visibility: hidden; }
.orderBy input[type="radio"]:checked + label {
  color: #E7EBEF;
  border-color: #576672;
  background: #576672; }
.orderBy .hidden_radio#monthly:checked + label {
  border-right: none;
  font-size: 18px; }
.orderBy .hidden_radio#yearly:checked + label {
  border-left: none;
  font-size: 18px; }

#ratesquares {
  /*margin-top: 30px;*/ 

}
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    #ratesquares {
      /*margin-top: 50px;*/ } }
@media only screen and (max-width: 767px) {
    #ratesquares {
        /*margin-top: 130px;*/
        /*padding-bottom: 50px;*/
    }
}

.rateBoxes {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .rateBoxes {
      height: 100px; } }

.rates {
  display: inline-block;
  width: 160px;
  height: 160px;
  box-sizing: border-box;
  float: left;
  border: 2px solid #d8dee5;
  margin-right: 30px;
  background: #fff;
  color: #818181;
  text-align: center;
  margin-bottom: 15px;
  cursor: pointer; }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    .rates {
      margin-right: 5px; } }
  @media only screen and (max-width: 767px) {
    .rates {
      position: relative;
      float: none;
      width: 160px;
      height: 160px;
      padding: 10px;
      margin: 0 auto; } }
  @media only screen and (max-width: 480px) {
    .rates {
      width: 145px;
      height: 150px;
      margin-left: 5px;
      margin-right: 10px;
      text-align: center;
      margin-bottom: 0px; } }
  .rates #carrierName,
  .rates #prodID {
    display: none; }
  .rates img {
    width: 80%;
    margin-bottom: 10px;
    margin-top: 10px; }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
      .rates img {
        width: 150px;
        float: left; } }
    @media only screen and (max-width: 480px) {
      .rates img {
        width: 80%;
        margin-bottom: 5px;
        margin-top: 5px;
        float: none; } }
  .rates .monthly-rate p {
    font-size: 28px;
    color: #3597A1;
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      .rates .monthly-rate p {
        width: 100%;
        text-align: center;
        float: right;
        margin-top: -10px; } }
    @media only screen and (max-width: 480px) {
      .rates .monthly-rate p {
        font-size: 22px;
        margin-bottom: 5px;
        text-align: center;
        width: 100%;
        margin-top: -15px; } }
    .rates .monthly-rate p span {
      font-size: 16px;
      color: #818181;
      display: inline-block;
      width: 100%; }
@include respond-to(handhelds) {
  .rates .monthly-rate p span {
    font-size: 14px; } }
  .rates .monthly-rate > span {
    display: inline-block;
    font-size: 28px;
    color: #3597A1;
    font-weight: 600;
    padding: 15px 0px; }
  .rates .choice.NA {
    font-size: 18px;
    line-height: 24px;
    padding: 0px 15px; }
  .rates .applyButton {
    display: none; }

@media only screen and (max-width: 767px) {
  #prodID + div {
    position: absolute;
    top: 75px;
    width: 100%;
    text-align: center; } }
@media only screen and (max-width: 480px) {
  #prodID + div {
    top: 65px; } }

@media only screen and (max-width: 767px) {
  .choice:not(.NA):after {
    display: inline-block;
    padding-top: 15px;
    content: "SELECT";
    font-size: 16px;
    color: #818181; } }

@media screen and (min-width: 768px) {
  .selected {
    border: 5px solid #cf102d;
    position: relative; } }
.selected .applyButton {
  font-size: 12px;
  padding: 0px 2px;
  height: 20px;
  width: 90px;
  box-shadow: none;
  display: inline-block; }
  @media only screen and (max-width: 767px) {
    .selected .applyButton {
      left: -4px !important;
      top: -00px !important;
      height: 40px !important;
      width: 100%;
      font-size: 20px;
      font-weight: 500;
      padding-top: 2px;
      border: 2px groove;
      border-color: #f8810d;
      box-shadow: 0px 2px 4px -2px #333; } }
  @media only screen and (max-width: 480px) {
    .selected .applyButton {
      top: -5px !important; } }
@media only screen and (max-width: 480px) {
  .selected #prodID + div {
    position: absolute;
    top: 65px;
    width: 100%; } }
@media only screen and (max-width: 480px) {
  .selected #prodID + div:after {
    content: ""; } }

.showingTen .rates {
  width: 105px;
  height: 110px;
  margin-bottom: 11px;
  margin-right: 10px;
  /* 	.monthly-rate+span{
  		position:absolute;
  	}
   */ }
  .showingTen .rates:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .showingTen .rates {
      width: 90px;
      height: 100px;
      margin-right: 3px; } }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .showingTen .rates {
      width: 131px;
      height: 140px;
      margin-left: 5px;
      margin-right: 5px; } }
  @media only screen and (max-width: 767px) {
    .showingTen .rates {
      width: 120px;
      height: 140px;
      margin-left: 20px;
      clear: both; } }
  @media only screen and (max-width: 480px) {
    .showingTen .rates {
      width: 145px;
      height: 150px;
      margin-left: 5px;
      margin-right: 10px;
      text-align: center;
      margin-bottom: 0px; } }
  @media only screen and (max-width: 480px) {
    .showingTen .rates:nth-child(even) {
      margin-left: 10px;
      margin-right: 5px;
      text-align: center; } }
  .showingTen .rates img {
    width: 70%;
    margin-bottom: 5px;
    margin-top: 5px; }
    @media only screen and (max-width: 767px) {
      .showingTen .rates img {
        width: 100%;
        position: absolute;
        left: 0;
        top: -10px; } }
  .showingTen .rates .monthly-rate p {
    font-size: 22px;
    color: #3597A1;
    font-weight: 600;
    margin-bottom: 5px; }
    @media only screen and (min-width: 980px) and (max-width: 1199px) {
      .showingTen .rates .monthly-rate p {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .showingTen .rates .monthly-rate p {
        width: 100%;
        float: none;
        text-align: center; } }
    .showingTen .rates .monthly-rate p span {
      font-size: 16px;
      color: #818181; }
    .showingTen .rates .monthly-rate p .covdetail {
      font-size: 12px; }
  .showingTen .rates .monthly-rate > span {
    display: inline-block;
    font-size: 20px;
    color: #3597A1;
    font-weight: 600;
    padding: 10px 0px; }
    @media only screen and (max-width: 767px) {
      .showingTen .rates .monthly-rate > span {
        padding: 0px; } }
  .showingTen .rates .choice.NA {
    font-size: 10px;
    line-height: 14px;
    padding: 10px 10px; }
    @media only screen and (max-width: 767px) {
      .showingTen .rates .choice.NA {
        position: absolute;
        width: 100%;
        text-align: center;
        padding: 0px;
        font-size: 16px;
        left: 0; } }
  .showingTen .rates .applyButton {
    display: none; }
  @media only screen and (max-width: 767px) {
    .showingTen .rates #prodID + div {
      top: 65px; } }
@media only screen and (max-width: 767px) {
  .showingTen .selected .applyButton {
    display: inline-block;
    top: -3px !important; } }
@media only screen and (max-width: 767px) {
  .showingTen .selected #prodID + div:after {
    display: none; } }
.showingTen .pagination {
  position: absolute;
  right: 0;
  top: -55px;
  height: 20px; }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .showingTen .pagination {
      top: -75px; } }

@media screen and (min-width: 768px) {
  .selected:after {
    height: 80%;
    width: 100%;
    padding-top: 20%;
    position: absolute;
    content: "See Selected Carrier Details Below";
    color: white;
    font-weight: 800;
    font-size: 16px;
    background: rgba(87, 102, 114, 0.8);
    top: 0;
    left: 0; } }

.pagination {
  position: absolute;
  right: 0;
  width: 150px;
  height: 130px;
  padding-top: 30px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pagination {
      right: -20px;
      width: 100px;
      text-align: center; } }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .pagination {
      width: 200px;
      right: -75px; } }
  @media only screen and (max-width: 767px) {
    .pagination {
      width: 90%;
      top: -75px;
      height: 50px; } }
  @media only screen and (max-width: 480px) {
    .pagination {
      width: 100%;
      height: 35px; } }
  .pagination h4 {
    line-height: 24px;
    color: #818181;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500; }
    @media only screen and (min-width: 980px) and (max-width: 1199px) {
      .pagination h4 {
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .pagination h4 {
        float: left;
        font-size: 18px; } }
    @media only screen and (max-width: 480px) {
      .pagination h4 {
        padding-left: 5px; } }
  .pagination .page {
    display: inline-block;
    width: 80%;
    margin-left: 10%;
    height: 30px;
    color: #0099CB;
    text-decoration: underline;
    cursor: pointer; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .pagination .page {
        font-size: 14px; } }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
      .pagination .page {
        font-size: 20px;
        margin-top: 10px; } }
    @media only screen and (max-width: 767px) {
      .pagination .page {
        width: auto;
        margin-left: 5%;
        font-size: 16px; } }

.full.detailsRow {
  margin-top: 1px;
  background: #f0f3f5;
  position: relative;
  height: 540px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .full.detailsRow {
      height: 700px; } }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .full.detailsRow {
      height: 1000px; } }
  @media only screen and (max-width: 767px) {
    .full.detailsRow {
      display: none; } }

.drView > .container {
  height: 100%; }

.drView {
  color: #333;
  height: 100%;
  overflow: hidden; }
  .drView .left {
    width: 270px;
    height: 485px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .drView .left {
        left: 50%;
        margin-left: -135px; } }
  .drView .empty {
    height: 350px;
    width: 260px;
    border: 5px dashed #d8dee5;
    position: absolute;
    top: 50%;
    margin-top: -175px; }
    .drView .empty div {
      height: 25px;
      position: absolute;
      top: 50%;
      margin-top: -12px;
      width: 100%;
      text-align: center;
      font-size: 26px;
      color: #c8d1db; }

.redSelectedIcon {
  display: inline-block;
  height: 20px;
  width: 110px;
  position: absolute;
  top: -35px;
  left: 0; }

.selectedCarrier {
  height: 350px;
  width: 260px;
  border: 5px solid #d8dee5;
  position: absolute;
  top: 50%;
  margin-top: -175px;
  background: #fff;
  text-align: center; }
  .selectedCarrier small {
    display: inline-block;
    margin-top: 10px;
    color: #818181; }

.selectedBanner img {
  width: 150px;
  margin: 5px auto; }

.selectedDetailBanner {
  background-image: url("../images/3dbanner.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  font-size: 24px;
  height: 42px;
  width: 280px;
  margin-left: -10px;
  /* padding: 7px 0px; */
  padding-top: 11px;
  margin-bottom: -25px;
  position: relative;
  z-index: 1; }

.selectedDetailBanner + p {
  position: relative;
  width: 70%;
  margin: 0 auto;
  background: #f0f3f5;
  color: #818181;
  padding: 10px;
  font-weight: 800;
  position: relative;
  z-index: 0;
  padding-top: 20px; }

.card_details {
  height: 150px;
  position: relative;
  margin-top: -15px; }

.leftSide {
  box-sizing: border-box;
  float: left;
  height: 64px;
  text-align: center;
  width: 35%;
  font-size: 4em;
  margin-top: 43px; }
  .leftSide i.fa.Male:before {
    content: "\f183"; }
  .leftSide i.fa.Female:before {
    content: "\f182"; }

.rightSide {
  float: right;
  box-sizing: border-box;
  height: 100px;
  width: 65%;
  text-align: left;
  margin-top: 25px; }
  .rightSide p {
    background: #3597A1;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 5px;
    padding: 5px;
    display: inline-block;
    border-radius: 5px;
    min-width: 60px; }
    .rightSide p:nth-child(2) {
      margin-right: 25%; }

.selectedSubheading {
  margin-top: 15px; }
  .selectedSubheading div {
    width: 50%;
    float: left; }
  .selectedSubheading p {
    text-align: center; }
  .selectedSubheading .mory {
    position: absolute;
    width: 100%;
    padding-top: 10px; }
    .selectedSubheading .mory span {
      color: #818181;
      background: #fff;
      position: relative;
      z-index: 1; }
      .selectedSubheading .mory span:before {
        content: '';
        position: absolute;
        left: 50%;
        height: 50px;
        margin-top: -16px;
        z-index: -2;
        border-left: 2px solid #7c7c7c; }
      .selectedSubheading .mory span:after {
        content: "";
        position: absolute;
        background: white;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1; }
  .selectedSubheading .ratePrice {
    color: #3597A1;
    font-size: 23px;
    margin-bottom: 0px; }
  .selectedSubheading .rateTerm {
    color: #818181;
    font-size: 14px;
    padding-top: 1px; }
  .selectedSubheading small {
    color: #818181; }

.middle {
  height: 100%;
  float: left; }
  @media only screen and (min-width: 1200px) {
    .middle {
      width: 550px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .middle {
      width: 350px; } }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .middle {
      width: 450px;
      height: 450px; } }

.sTips {
  padding-top: 50px;
  padding-left: 10px;
  color: #555;
  padding-right: 10px; }
  @media only screen and (min-width: 1200px) {
    .sTips {
      width: 800px;
      margin-left: -270px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sTips {
      position: absolute;
      width: 600px;
      left: -270px; } }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .sTips {
      position: absolute;
      width: 720px;
      left: -270px; } }
  @media only screen and (max-width: 480px) {
    .sTips {
      display: none; } }
  .sTips h3 {
    font-weight: 600; }
  .sTips ul.topLevel {
    list-style: disc; }
    .sTips ul.topLevel li {
      line-height: 24px;
      margin-bottom: 20px; }
  .sTips ul.innerTips li {
    list-style: disc; }

.planDetails {
  margin-top: 60px;
  width: 80%;
  margin-left: 10%; }

.carrier_info {
  color: #2E4B76; }

.rate_details {
  margin-top: 45px;
  position: relative; }
  .rate_details p {
    color: #2E4B76; }
  .rate_details div {
    width: 25%;
    display: inline-block;
    float: left;
    text-align: center; }
  .rate_details span {
    display: inline-block;
    width: 100%; }
  .rate_details .carrierRating {
    background: white;
    color: #818181;
    padding: 10px 0px;
    width: 90%;
    font-size: 22px; }
  .rate_details small {
    color: #818181; }
  .rate_details .popUps {
    position: absolute;
    top: -175px;
    left: 0px;
    background: white;
    color: #2E4B76;
    width: 275px;
    z-index: 10;
    padding: 10px;
    border: 2px solid #d8dee5;
    box-shadow: 2px 2px 3px 1px rgba(102, 102, 102, 0.54); }
  .rate_details .popUps.ng-hide {
    opacity: 0;
    transition: all 500ms ease; }

.carrier_title {
  position: relative; }

.applyButton {
  float: right;
  margin-top: 15px;
  background: #f06427;
  color: white;
  padding: 10px;
  border-radius: 3px;
      behavior: url(/DesktopModules/PivotLife_New/Controls/JS/PIE/PIE.htc);
  position: absolute;
  bottom: -50px;
  right: 0;
  box-shadow: 1px 2px 0px 1px #ed5310;
  font-size: 20px;
  font-weight: 800;
  transition: all 100ms linear; }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    .applyButton {
      right: -25px;
      bottom: -35px;
      font-size: 16px;
      padding: 7px; } }
  @media only screen and (max-width: 480px) {
    .applyButton {
      font-size: 16px;
      padding: 2px; } }
  .applyButton:hover {
    text-decoration: none;
    color: white;
    background: #ed5310;
    cursor: pointer;
    box-shadow: inset 0px 2px 2px 3px #d54b0f; }

@media only screen and (min-width: 1365px) {
  .right {
    width: 33%; } }
@media only screen and (min-width: 1200px) {
  .right {
    width: 30%; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .right {
    width: 310px; } }
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .right {
    width: 100%;
    float: left;
    position: relative !important;
    box-shadow: none; } }
@media only screen and (max-width: 767px) {
  .right {
    display: none; } }

.right {
  height: 100%;
  will-change: position;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  /* or */
  -webkit-transform: translateZ(0);
  transition: width 75ms ease-out; }

.fourthColumn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .fourthColumn .Stips {
      left: auto !important; } }

.right.questionsOpen, .right.shoppingTips {
  width: 45%; }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .right.questionsOpen, .right.shoppingTips {
      width: 100%; } }

.right.emailOpen {
  width: 40%; }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .right.emailOpen {
      width: 100%; } }

@media only screen and (min-width: 1200px) {
  .right.tools {
    width: 50%; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .right.tools {
    width: 70%; } }
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .right.tools {
    width: 100%; } }

.service_rep {
  margin-top: 50px;
  height: 175px;
  margin-left: 25px; }
  .service_rep h3 {
    font-weight: 600; }
  .service_rep a#placement {
    height: auto;
    float: left; }
    .service_rep a#placement img {
      border-radius: 50%;
      width: 75px;
      height: 75px; }
  .service_rep p {
    float: left;
    color: #818181;
    width: 150px;
    margin-left: 20px;
    font-size: 14px; }
    @media only screen and (min-width: 1200px) {
      .service_rep p {
        font-size: 16px;
        width: 200px;
        margin-top: 10px; } }

.questionButtons a {
  display: block;
  background: #0099CB;
  margin-bottom: 5px;
  margin-left: 25px;
  padding: 13px;
  color: #fff;
  border-radius: 5px 0px 0px 5px;
  padding-top: 10px; }
  .questionButtons a i {
    font-size: 1.5em;
    margin-right: 10px;
    width: 24px; }
  .questionButtons a i.fa-bullhorn {
    transform: rotate(-20deg); }
  .questionButtons a:hover {
    text-decoration: none;
    background: #2E4B76; }

.questionButtons a.active {
  background: #2E4B76; }

.cancel {
  display: block;
  position: absolute;
  color: #ccc;
  top: 0;
  margin-top: 5px;
  left: 5px;
  font-size: 1.25em;
  background: white;
  color: #4f4b4b;
  padding: 5px;
  border-radius: 2px;
  box-shadow: inset 2px 2px 2px #BABABA; }
  .cancel:hover {
    color: #4f4b4b;
    cursor: pointer;
    box-shadow: 1px 1px 1px 1px #666;
    text-decoration: none; }

.middle.askQuestions {
  color: #fff; }

#askQuestionsForm {
  background: #2E4B76;
  width: 360px;
  height: 100%;
  position: absolute;
  right: 0;
  padding: 30px;
  color: white;
  padding-right: 70px; }
  #askQuestionsForm p:first-child {
    margin-top: 25px; }
  #askQuestionsForm p {
    line-height: 16px;
    margin-bottom: 10px;
    position: relative; }
    #askQuestionsForm p #name {
      width: 175px !important;
      background-image: none !important;
      line-height: 20px; }
  #askQuestionsForm input, #askQuestionsForm select {
    background-color: #f0f3f5;
    background: #f0f3f5;
    margin: 0px 5px; }
  #askQuestionsForm #questions {
    width: 223px; }
  #askQuestionsForm #type {
    width: 132px; }
  #askQuestionsForm input[type="email"],
  #askQuestionsForm input[type="phone"] {
    width: 200px; }
  #askQuestionsForm input + span,
  #askQuestionsForm select + span,
  #askQuestionsForm textarea + span {
    position: absolute;
    right: -5px;
    top: 10px; }
  #askQuestionsForm button {
    background: #0099CB;
    color: #fff;
    padding: 5px 30px;
    margin-top: 25px;
    margin-bottom: 20px;
    box-shadow: 0px 3px 0px 0px #0086b2;
    border: none;
    position: absolute;
    right: 75px;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2.5px;
    border-radius: 5px; }
  #askQuestionsForm ::-webkit-input-placeholder {
    font-size: 12px;
    color: #576672; }
  #askQuestionsForm :-moz-placeholder {
    /* Firefox 18- */
    font-size: 12px;
    color: #576672; }
  #askQuestionsForm ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 12px;
    color: #576672; }
  #askQuestionsForm :-ms-input-placeholder {
    font-size: 12px;
    color: #576672; }
  #askQuestionsForm textarea {
    width: 340px;
    height: 70px;
    margin-bottom: 25px; }

.questionBody {
  position: relative; }

.emailInput {
  position: relative; }
  .emailInput .emailError {
    position: absolute;
    width: 200px;
    font-size: 24px;
    bottom: -50px;
    left: -350px;
    font-weight: 800;
    color: #f4362d; }

.error {
  font-size: 32px; }

.send_email {
  width: 400px;
  position: absolute;
  right: 0;
  background: #2E4B76;
  height: 100%;
  color: #fff;
  text-align: center; }
  .send_email div {
    margin-top: 50px; }
  .send_email #Div1 {
    color: white;
    text-align: left;
    padding-left: 30px;
    font-size: 20px; }
  .send_email h3 {
    color: #fff;
    text-align: center; }
  .send_email p {
    width: 80%;
    margin-left: 10%; }
  .send_email input {
    width: 80%;
    height: 40px;
    margin-bottom: 20px; }
  .send_email button {
    background: #0099CB;
    color: #fff;
    padding: 5px 30px;
    margin-top: 15px;
    margin-bottom: 20px;
    box-shadow: 0px 3px 0px 0px #0086b2;
    border: none;
    position: absolute;
    right: 35px;
    top: 300px;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2.5px;
    border-radius: 5px; }
  .send_email .cancel {
    top: 0;
    margin-top: 5px;
    left: 5px;
    font-size: 1.25em;
    background: white;
    color: #4f4b4b;
    padding: 5px;
    border-radius: 2px;
    box-shadow: inset 2px 2px 2px #BABABA; }
    .send_email .cancel:hover {
      color: #4f4b4b;
      cursor: pointer;
      box-shadow: 1px 1px 1px 1px #666;
      text-decoration: none; }

.emailError {
  position: absolute;
  width: 100%;
  bottom: 240px;
  left: 0;
  font-size: 24px;
  font-weight: 500;
  color: #f4362d; }

.toolMenu {
  background: #2E4B76;
  color: white;
  height: 100%; }
  @media only screen and (min-width: 1365px) {
    .toolMenu {
      width: 700px; } }
  .toolMenu .innerTools {
    width: 90%;
    margin-left: 5%;
    position: relative;
    box-sizing: border-box; }
    .toolMenu .innerTools li {
      list-style: none;
      width: 135px;
      height: 135px;
      text-align: center;
      float: left;
      margin-left: 5%;
      margin-bottom: 70px;
      background-size: 100px 100px; }
      .toolMenu .innerTools li span {
        display: inline-block;
        /* 				width:150px; */
        height: 100px;
        padding-top: 150px;
        color: white;
        font-weight: 600; }
      .toolMenu .innerTools li:nth-child(7) {
        background-image: url("../images/tms.png");
        background-repeat: no-repeat;
        background-position: top center; }
  .toolMenu h3 {
    margin-top: 0px;
    color: white;
    text-align: center;
    padding: 25px; }

.tipsRight {
  background: #2E4B76;
  width: 500px;
  height: 100%;
  position: absolute;
  right: 0;
  padding: 30px;
  color: white; }
  .tipsRight h3 {
    color: white; }
  .tipsRight .topLevel {
    width: 80%;
    margin-left: 45px; }
    .tipsRight .topLevel li {
      font-size: 16px; }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    .tipsRight {
      left: auto !important; } }

.coverageDropdown, .termDropdown {
  position: relative; }
  .coverageDropdown .popUps, .termDropdown .popUps {
    position: absolute;
    top: -85px;
    right: -250px;
    background: white;
    color: #2E4B76;
    width: 250px;
    z-index: 10;
    padding: 10px;
    border: 2px solid #d8dee5; }
    @media only screen and (max-width: 480px) {
      .coverageDropdown .popUps, .termDropdown .popUps {
        position: fixed;
        top: 5px;
        right: 50%;
        margin-right: -125px; } }
  .coverageDropdown .popUps.ng-hide, .termDropdown .popUps.ng-hide {
    opacity: 0;
    transition: all 500ms ease; }

.termDropdown .popUps {
  right: -225px; }

i.fa.fa-expand {
  color: #2E4B76 !important;
  font-size: .75em !important; }

.fa-expand {
  padding: 3px;
  border-radius: 50%;
  background-color: #b5dfff; }

div.clear {
  display: none !important; }

.footer, .subfooter {
  z-index: 10; }

.verisign_logo {
  height: 50px;
  width: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-bottom: -25px; }

.modal.fade.ng-scope.in {
  margin-left: 0px !important;
  width: 80% !important;
  left: 10% !important; }
  @media screen and (max-height: 775px) {
    .modal.fade.ng-scope.in {
      top: 0%; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .modal.fade.ng-scope.in {
      width: 90% !important;
      left: 5% !important;
      top: 5% !important; } }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .modal.fade.ng-scope.in {
      width: 100% !important;
      left: 0% !important;
      /*height: 100% !important;*/
      top: 0% !important;
      background: #f0f3f5; } }

div.modal-body {
  /*height: auto !important;
  max-height: 100% !important;*/ }

.modal-footer {
  display: none; }

.modal-header {
  border-bottom: 3px solid #d8dee5 !important; }
  .modal-header h4 {
    color: #666;
    font-size: 24px; }
  .modal-header button {
    float: right;
    background: #0099CB;
    color: white;
    border: none;
    padding: 3px 12px;
    font-size: 24px;
    box-shadow: 1px 1px 4px 0px #666; }

.modal-content, .modal-header, .modal-body {
  background: #f0f3f5; }


@media only screen and (min-width: 768px) and (max-width: 992px) {
  tr td {
    font-size: 14px; } }


.headings, tr.headings {
  background: #576672;
  color: white;
  font-weight: bold; }

.thInsComp {
    width: 20%;
}

.thAMBest {
    width: 10%;
}

.thApplyNow {
    width: 15%;
}

.thCommon {
    width: 18.333333%;
}

.errorQuote {
    color: red;
    font-weight: 600;
    font-size: 1.1em;
    margin-top: 10px;
    text-align: right;
    margin-right: 5%;
    display: inline-block;
    float: right;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .section_header1, .section_header2, .section_header3 {
        font-size: 1.15em;
    }

    .qqtitle h2 {
        margin: 16px 0;
        font-size: 1.8em;
    }

    .selections label {
        font-size: 0.75em;
        width: 80%;
    }
    .updateButton {
        margin-top: 0;
    }

    .labelText {
        font-size: 1em;
        /*float: none !important;*/
        text-align: left;
        /*width: 100% !important;*/
    }

    .determinebutton a, .updateButton a {
        font-size: 14px;
    }

    .rates-table tbody td {
        font-size: 1em;
    }

    .rates-table thead th {
        font-size: 1em;
    }

    .rates-table tr {
        height: 55px;
    }

    .user_personal_details > .innerSection .row-fluid .span8,
    .healthclass_details > .innerSection .row-fluid .span8,
    .user_cost_details > .innerSection .row-fluid .span8 {
        /*width: 100% !important;
        margin: 0;*/
    }

    .thApplyNow {
        width: 20%;
    }

    .thCommon {
        width: 13.666667%;
    }

    .dobSelectWidth,
    .coverageDropdown,
    .termDropdown,
    .width96 {
        /*width: 93%;*/
        display: inline-block;
    }

    .show-rates-grid {
        padding: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .dobSelectWidth > div {
        /*width: 31.9%;*/
    }

    .thApplyNow {
        width: 20%;
    }

    .thCommon {
        width: 16.666667%;
    }

    .dobSelectWidth,
    .coverageDropdown,
    .termDropdown,
    .width96 {
        /*width: 93%;*/
        display: inline-block;
    }

    .selections label {
        font-size: 0.9em;
    }
}

@media (max-width: 767px) {

    .errorQuote {
        /*float: inherit;*/
    }
    .labelText {
        text-align: left;
    }

    .freequoteview {
        margin: 0 15px;
    }

    div.user_rate_controls {
        display: block;
        width: 100%;
        padding-bottom: 10px;
        margin-top: 10px;
    }

    .section_header1,
    .section_header2,
    .section_header3 {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

        .section_header2:after,
        .section_header3:after {
            display: none;
        }

    .user_cost_details, .healthclass_details {
        box-shadow: none;
    }

    /* Force table to not be like tables anymore */
    .rates-table,
    .rates-table thead,
    .rates-table tbody,
    .rates-table thead th,
    .rates-table tbody td,
    .rates-table tbody tr {
        display: block;
        border: 0;
       
    }

    .policy-image-td,
    .policy-apply-td {
        text-align: center;
        padding: 5px 0;
    }

    .policy-ambest-td,
    .policy-apply-td {
        border-top: solid 2px #D9D9D9;
    }

    .policy-ambest-td,
    .policy-coverage-td,
    .policy-monthly-prm-td,
    .policy-annual-prm-td {
        text-align: left;
    }

    .policy-image-td,
    .policy-coverage-td,
    .policy-monthly-prm-td,
    .policy-annual-prm-td {
        border-top: 0 !important;
    }

    .rates-table thead, .rates-table tbody, .rates-table tfoot {
        border: 0;
    }

    .rates-table thead {
        display: none;
    }
}

.rates-table tr {
    height: 60px;
}

.hidden-mini {
    display: table-row !important;
}

.visible-mini {
    display: none !important;
}

@media (min-width: 992px) and (max-width: 1200px) {

    .rates-table tr {
        height: 55px;
    }

    .policy-image-td img {
        max-height: 50px;
    }

    .rates-table thead th,
    .rates-table tbody td {
        font-size: 1.1em;
    }

    .section_header1 > .innerSpan,
    .section_header2 > .innerSpan,
    .section_header3 > .innerSpan {
        font-size: 1.8em;
    }

    .section_header1,
    .section_header2,
    .section_header3 {
        font-size: 1.4em;
    }

    .user_personal_details > .innerSection,
    .healthclass_details > .innerSection,
    .user_cost_details > .innerSection {
        max-height: 132px;
    }

    .show-rates-grid {
        padding: 5px;
    }
}


@media (min-width:480px) and (max-width: 768px) {

    .qqtitle h2 {
        font-size: 1.6em;
    }

    .section_header1, .section_header2, .section_header3 {
        padding: 2px 5px;
        font-size: 1.25em;
        font-weight: 700;
    }

        .section_header1 > .innerSpan, .section_header2 > .innerSpan, .section_header3 > .innerSpan {
            font-size: 1.5em;
        }

    [class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
        float: left;
    }

    .innerSection .row-fluid .span8 {
        width: 62.95744680851064%;
        *width: 62.90425531914893%;
    }

    .innerSection .row-fluid .span4 {
        width: 36.914893617021278%;
        *width: 36.861702127659576%;
    }

    .innerSection .row-fluid [class*="span"]:first-child {
        margin-left: 0;
        text-align: right;
        padding-right: 10px;
    }

    div.user_rate_controls {
        margin-top: 0;
        border-radius: 10px;
    }

    .selections > div:first-child {
        background: #D9D9D9;
        border-radius: 10px;
    }

    .section_header1, .section_header2, .section_header3 {
        border-radius: 10px;
    }

    .rates-mob {
        height: auto;
        background: #fff;
        margin: 10px 0;
        display: table !important;
        width: 100%;
    }

        .rates-mob:first-child {
            margin: 0;
        }

        .rates-mob > td {
            border-left: none;
            display: table-cell !important;
            width: 40%;
        }


            .rates-mob > td:first-child,
            .rates-mob > td:last-child {
                width: 20%;
            }

    .rates-mob-inner {
        display: inline-block;
        text-align: center;
        font-size: 1em;
    }

        .rates-mob-inner tr > td {
            font-size: 0.8em;
            display: table-row;
        }

    .show-rates-grid {
        padding: 10px;
    }


    .hidden-mini {
        display: none !important;
    }

    .visible-mini {
        display: block;
    }

    .rates-table tr {
        height: auto;
    }

    .rates-table tbody > tr td {
        border: 0;
    }

    .policy-ambest-td > span:first-child,
    .policy-coverage-td > span:first-child,
    .policy-monthly-prm-td > span:first-child,
    .policy-annual-prm-td > span:first-child {
        /*display: inline-block;
        width: 50%;*/
        text-align: right;
        margin-right: 10px;
    }

    .policy-ambest-td > span,
    .policy-coverage-td > span,
    .policy-monthly-prm-td > span,
    .policy-annual-prm-td > span {
        display: table-cell;
        line-height: 1.25em;
        width: 50%;
    }

    .rates-table a {
        font-size: 0.9em;
    }

    .healthclass_details .innerSection {
        text-align: center;
    }

        .healthclass_details .innerSection .row-fluid {
            float: none;
            width: 70%;
            text-align: center;
            display: inline-block;
            margin-bottom: 0;
        }

            .healthclass_details .innerSection .row-fluid .span12 {
                float: none;
            }

    .separatorText {
        margin-top: 0;
    }

    .determinebutton {
        display: inline-block;
        width: 60%;
    }

    .user_cost_details .row-fluid:last-child .span8 {
        width: 100%;
    }

    .selections label {
        font-size: 0.8em;
    }

    .showmore-container {
        margin: 0;
    }

    #NoQuoteTxt img {
        width: 100%;
    }
}

@media (min-width:480px) and (max-width:620px) {
    .rates-mob-inner {
        font-size: 0.82em;
    }

.rates-table a {
    font-size: 0.8em;
    padding: 10px;
}

    .rates-mob > td:first-child, .rates-mob > td:last-child {
        width: 15%;
    }
}
@media (max-width:479px) {

    .qqtitle h2 {
        font-size: 1.6em;
    }

    div.user_rate_controls {
        margin-top: 0;
        border-radius: 10px;
    }

    .selections > div:first-child {
        background: #D9D9D9;
        border-radius: 10px;
    }

    .section_header1, .section_header2, .section_header3 {
        border-radius: 10px;
    }

    .section_header1, .section_header2, .section_header3 {
        padding: 2px 5px;
        font-size: 1.25em;
        font-weight: 700;
    }

    .rates-table tbody tr:nth-child(4n+0) {
        border-bottom: 5px solid #51B3CA;
    }

    .rates-table tbody tr:nth-child(4n+1) {
        border-bottom: 5px solid #6DC06B;
    }

    .rates-table tbody tr:nth-child(4n+2) {
        border-bottom: 5px solid #7CACFF;
    }

    .rates-table tbody tr:nth-child(4n+3) {
        border-bottom: 5px solid #5BD0C5;
    }

    .rates-table tbody tr:last-child {
        border-bottom: 0;
    }

    .rates-table tbody td:nth-of-type(2):before {
        content: "A.M.Best: ";
        width: 50%;
        display: inline-block;
        text-align: left;
        margin-left: 10px;
    }

    .rates-table tbody td:nth-of-type(3):before {
        content: "Coverage: ";
        width: 50%;
        display: inline-block;
        text-align: left;
        margin-left: 10px;
    }

    .rates-table tbody td:nth-of-type(4):before {
        content: "Monthly Premium: ";
        width: 50%;
        display: inline-block;
        text-align: left;
        margin-left: 10px;
    }

    .rates-table tbody td:nth-of-type(5):before {
        content: "Annual Premium: ";
        width: 50%;
        display: inline-block;
        text-align: left;
        margin-left: 10px;
    }

    .rates-table tr {
        height: auto;
    }

    .hidden-mini {
        display: block !important;
    }

        .determinebutton {
        background: #359A93;
        box-shadow: 1px 2px 0px 1px #277B76;
        border-radius: 3px;
        padding: 8px 10px;
        position: relative;
        behavior: url(/DesktopModules/PivotLife_New/Controls/JS/PIE/PIE.htc);
        font-size: 1.4em;
        /*display: inline-block;*/
    }

        .determinebutton a {
            color: white;
            font-size: 1em;
            font-weight: 500;
            cursor: pointer;
        }

    .rates-table tbody td {
        font-size: 1em;
    }
}

/*# sourceMappingURL=NewQuotingTools.css.map */

.hide {
    display: none !important;
}