 /* dark_blue : #137CB4; */
 /* dark_orange: #C74C1F; */
 /* dark_red: #E91C1C */
 /* dark_grey: #757575; */
 
 .menu.menu--header .menu__item:nth-child(1) .menu__link {
     background-color: #C74C1F;
     border-color: #C74C1F;
 }
 
 .spot.spot--recent-news .spot__cta {
     background: #137CB4;
 }
 
 .content .content__copy a,
 .content .content__copy ul li a,
 .content .content__copy table td a,
 .content .content__copy p a,
 .content .content__copy ol li a,
 .plans_content a,
 .table .table__cell a,
 .table_new .table__cell a,
 .content .content__copy ol li:before {
     color: #137CB4;
     /* text-decoration: underline; */
 }
 
 .footer {
     background: #137CB4;
 }
 
 #back2Top,
 .left_blog_text,
 .right_blog_text,
 .plans_content .cta_button,
 .spot.spot--compare .spot__cta,
 .spot.spot--compare .spot__cta:hover {
     background-color: #137CB4;
 }
 
 [style*="color: red;"] {
     color: #E91C1C !important;
 }
 
 [style*="color: #adadad;"] {
     color: #757575 !important;
 }
 /* .plans_content .plan_details {
     height: auto;
 } */
 
 .table .table__heading,
 .table_new .table__heading,
 .table .table__cell .glyph.glyph--check,
 .table_new .table__cell .glyph.glyph--check {
     color: #137CB4;
 }
 
 .table .table__cell .glyph.glyph--close,
 .table_new .table__cell .glyph.glyph--close {
     color: #757575;
 }
 
 .ovalButton {
     background-color: #137CB4;
     text-decoration: none !important;
 }
 
 .ovalButton:hover,
 .ovalButton:focus {
     background-color: #757575;
 }
 
 a#skip-link,
 .sr-only {
     background: black;
     color: white;
     position: fixed;
     z-index: 11;
     opacity: 1;
     border: 3px dotted white;
     padding: 3px;
     clip-path: inset(50%);
     clip: rect(0, 0, 0, 0);
 }
 
 a#skip-link:focus {
     top: 0;
     left: 0;
     clip: unset;
     clip-path: none;
 }
 
 .subnavigation .subnavigation__inner {
     visibility: hidden;
 }
 
 .navigation .navigation__item:hover>.subnavigation .subnavigation__inner,
 .navigation .navigation__item.a11y-active>.subnavigation .subnavigation__inner {
     visibility: visible;
     opacity: 1;
     -webkit-transition: opacity 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
     -moz-transition: opacity 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
     transition: opacity 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
     width: 12.5em;
     height: auto;
 }
 
 *:focus {
     box-shadow: 0 0 0 1px white, 0 0 0 2px black;
     outline: 0;
     border: 0;
     box-sizing: border-box;
 }
 
 .form.form--search {
     visibility: hidden;
 }
 
 .application.active--search .form.form--search {
     visibility: visible;
 }
 
 .a11y-force-hide {
     display: none;
 }