.v-primary-menu-wrapper {
    width: 100%;
    height: 90px;
    background-color: var(--v-colors__white);
    box-shadow: 0px 10px 10px -10px var(--v-colors__box-shadow-25);
}

.v-primary-menu-holder {
    
    height: 90px;
    padding: 22px 40px 0px 40px;
    background-color: rgb(255, 255, 255);
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    font-family: var(--v-fonts__primary);
    z-index: 10;
    position: relative;
    max-width: 1440px;
    margin: 0px auto;
}

.v-logo {
    padding-top: 6px;
    align-items: center;
    float: left;
}

.responsive {
  width: 100%;
  height: auto;
}

.copy-right-text {
    margin-right: 3%;
    width: 433px;
}

.bannerCard{
    width: 98%;
    padding: 40px 20px 30px;
    background-color: var(--v-colors__white);
    border-radius: 10px;
    box-shadow: 0 10px 20px -1px var(--v-colors__box-shadow-10);
    color: var(--v-colors__black);
        box-sizing: border-box;
        display: block;
    }

    .cards_view {
    font-family: VoyaProximaNova,Proxima Nova,Open Sans,Gill Sans MT,Gill Sans,Corbel,Arial,sans-serif;
    font-style: normal;
    margin-top: 10px;
}

.foot-links {
    color: #333333;
    text-decoration: none;
}

.foot-links:hover {
    color: var(--v-colors__primary);

}

.primaryButton {
    background-color: var(--v-colors__primary);
    color: var(--v-colors__white);
    text-decoration: none;
    text-align: center;
    border-radius: 20px 20px 20px 20px;
    font-size: 18px;
    font-weight: 600;
    margin: 0px 2px;
    padding: 11px 20px;
}

.primaryButton:link {
   

}

.primaryButton:visited {
  

}

.primaryButton:hover {
    background-color: #12516f;
    color: var(--v-colors__white);

}

.primaryButton:active {
    background-color: #12516f;
    color: var(--v-colors__white);

}

.whiteButton {
    background-color: var(--v-colors__white);
    color: var(--v-colors__primary);
    text-decoration: none;
    text-align: center;
    border-radius: 20px 20px 20px 20px;
    border: 1px var(--v-colors__primary) solid;
    font-size: 18px;
    font-weight: 600;
    margin: 0px 2px;
    padding: 11px 20px;
}

.whiteButton:link {
   

}

.whiteButton:visited {
  

}

.whiteButton:hover {
    background-color: #12516f;
    color: var(--v-colors__white);

}

.whiteButton:active {
    background-color: #12516f;
    color: var(--v-colors__white);

}

.hostContainer {
    width: 100%;
    max-width: 1440px;
    margin: 0px auto;
    padding: 0px 40px;
}

.defaultStrip {
    background: var(--v-colors__secondary-darker-brand) !important;
    -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.stripeContainer {
    background: linear-gradient( to right, var(--v-colors__secondary-darker-brand) 100%, var(--v-colors__white) 50% );
    height: 5px;
}

.cards_view .homepage-card {
    display: inline-table;
    overflow: visible;
   
    min-height: 412px;
    padding: 30px 20px;
    vertical-align: top;
    background-color: var(--v-colors__white);

    border-radius: 10px;
    box-shadow: 0 10px 20px -1px var(--v-colors__box-shadow-10);
    color: var(--v-colors__black);
        box-sizing: border-box;
        display: block;
}



.fname-lname v-input-field[_ngcontent-rsm-c43] {
    vertical-align: top;
    display: inline-block;
    width: 47%;
    margin-right: 15px;
    position: relative;
    background-color: var(--v-colors__white);
    border-radius: 5px;
    border: solid 1px var(--v-input-field__border-color);
    color: var(--v-colors__black);
    font-family: var(--v-fonts__primary);
    font-size: 20px;
    padding: 13px 10px;
    width: 100%;
    height: 50px;
}

input {
    background-color: var(--v-colors__white);
    border-radius: 5px;
    border: solid 1px var(--v-input-field__border-color);
    color: var(--v-colors__black);
    font-family: var(--v-fonts__primary);
    font-size: 20px;
    padding: 13px 10px;
    width: 100%;
    height: 50px;

}

label {
    color: var(--v-colors__black);
    display: block;
    font-family: var(--v-fonts__primary);
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

.first-name {
    float: left;
    padding-right: 15px;
    width: 48%;
}

.last-name {
    padding-right: 15px;
    width: 48%;
}

.ss-left{
    float: left;
    padding-right: 5px;
    padding-top: 10px;
}

.ten-top{
    padding-top: 10px;
}

.plan-input {
    font-size:18px;
    color: var(--v-fonts__primary);
}

.plan-input:rollover {
    font-size:18px;
    background-color: var(--v-fonts__primary);
}

.cselect select input {apperance: none important;}
.cselect::after { content: "\25b6" }
.cselect { position: relative }
.cselect::after { position: absolute; top: 0; right: 0 }

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  background-color: white;
  color: #333333;
  text-align: left;
  border-radius: 6px;
  
  position: absolute;
  z-index: 1;
  bottom: -360%;
  left: 70%;
  margin-left: -200px;
  border: 1px solid #eeeeee;
  font-size:17px !important;
  font-weight: 300 !important;
  padding:20px 20px;
  width: 400px;
  font-family: 'Proxima Nova Light', 'Proxima Nova', 'Open Sans', 'Gill Sans MT', 'Gill Sans', Corbel, Arial, sans-serif !important;
  line-height: 24px;
  box-shadow: 0 1px 6px rgba(0,0,0, .35);
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: white transparent transparent transparent;

}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip2 {
  position: relative;
  display: inline-block;
}

.tooltip2 .tooltiptext2 {
  visibility: hidden;
  background-color: white;
  color: #333333;
  text-align: left;
  border-radius: 6px;
  
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 70%;
  margin-left: -100px;
  border: 1px solid #eeeeee;
  font-size:17px !important;
  font-weight: 300 !important;
  padding:20px 20px;
  width: 380px;
  font-family: 'Proxima Nova Light', 'Proxima Nova', 'Open Sans', 'Gill Sans MT', 'Gill Sans', Corbel, Arial, sans-serif !important;
  line-height: 24px;
  box-shadow: 0 1px 6px rgba(0,0,0, .35);
}

.tooltip2 .tooltiptext2::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: white transparent transparent transparent;

}

.tooltip2:hover .tooltiptext2 {
  visibility: visible;
}

.entryHeader[_ngcontent-kom-c65] {
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    color: #020b0f;
    padding-bottom: 5px;
  }

.emailAddress {
    font-size: 16px;
    padding-bottom: 5px;
    margin-left: 20px;
}

.entryText {
    font-size: 16px;
    padding-bottom: 2px;
    margin-left: 20px;
}

.emailAddress {
    color: #145a7b;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
}

span.name {
    vertical-align: super;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
}

.homepage-card div[card-header] {
    display: inline-flex;
    margin-bottom: 20px;
}

#plancontacts-detail-container[_ngcontent-rdv-c84] #plancontacts-detail-card[_ngcontent-rdv-c84] {
    margin: auto;
    background-color: var(--v-colors__white);
    border-radius: 10px;
    box-shadow: 0 10px 20px -1px
 var(--v-colors__box-shadow-10);
    color: var(--v-colors__black);
    padding: 30px 40px 50px;
    max-width: 1360px;
}

v-breadcrumbs {
      align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
}

v-breadcrumb {
         align-items: center;
  
    padding-left: 20px;
}

.BrCrumbs {
  padding: 0px 20px;
      margin: 30px 0px;
      text-decoration: none;
    white-space: nowrap;
    color: var(--v-colors__black);
    font-family: var(--v-fonts__primary);
    font-size: 18px;
}

.BrCrumbs2 {
  padding: 2px 20px 0px 0px;
      margin: 0px 0px;
      text-decoration: none;
    white-space: nowrap;
    color: var(--v-colors__black);
    font-family: var(--v-fonts__primary);
    font-size: 18px;
}


#plancontacts-detail-container {
    margin: auto;
        background-color: var(--v-colors__white);
    border-radius: 10;
    box-shadow: 0 10px 20px -1px
 var(--v-colors__box-shadow-10);
    color: var(--v-colors__black);
    padding: 30px 40px 50px;
    max-width: 1360px;
}

.top {
    font-weight: 650;
}

.topContent {
    font-weight: 400;
    display: inline;
}

.middle {
    border-top: 1px
 solid #d3d3d3;
    border-bottom: 1px
 solid #d3d3d3;
    margin-top: 40px;
    padding-top: 5px;
    padding-bottom: 30px;
    font-size: 14px;
    width: 100%;
    justify-content: left;
}

.h1[_ngcontent-shj-c84] {
    line-height: 0;
    padding-bottom: 5px;
}

.entryText {
    font-size: 18px;
    color: #000;
    padding-bottom: 2px;
    display: flex;
}

.entryPhone {
  font-size: 18px;
    color: #000;
    padding-bottom: 5px;
    padding-left: 15px;
    display: flex;
}

.entryTextCon {
    font-size: 18px;
    color: #000;
    padding-bottom: 5px;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 8px;
    } 

.entryHeaderPT {
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #020b0f;
    padding-bottom: 25px;
    padding-top: 0;
    line-height: 15px;
}

.deepOrangeDot:before {
    content: "⬤";
    color: #d75426;
    padding-right: 6px;
    font-size: small;
}

.emailAddressCon {
    font-size: 18px;
    color: #145a7b;
    padding-bottom: 8px;
    margin-left: 15px;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
}

.PMbottom {
    padding-bottom: 25px;
}

.entryHeader {
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #020b0f;
    padding-bottom: 14px;
    padding-top: 0;
    padding-right: 51px;
}

.dot {
  height: 35px;
  width: 35px;
  background-color: #ffffff;
  border:1px solid #0097A9;
  border-radius: 50%;
  display: inline-block;
}

.back {
  color: #333333;
  text-decoration: none;
}