/***************************************************** 
 *                                                   * 
 *  /public/design-kit/4.0/css/geico-design-kit.css  * 
 *                                                   * 
 *****************************************************/

/*!********************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/base/dist/styles/gdk-base.scss ***!
  \********************************************************************************************************************************************************************************************/
/*

TABLE OF CONTENTS

01 - Global
02 - Colors
03 - Fonts
04 - Icons
05 - Buttons & Links
06 - Input Fields
07 - Radios & Checkboxes
08 - Select Box
09 - Section Header
10 - Skip to Content

*/
/* /////////////////////////////////////////////////////////////////////
//  01 - Global
/////////////////////////////////////////////////////////////////////*/
/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  width: 100%;
  height: 100%;
}

::-moz-selection {
  background: #60574A;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #60574A;
  color: #fff;
  text-shadow: none;
}

a {
  color: #00e;
}

a:visited {
  color: #551a8b;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/* ==========================================================================
   Print Styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }
  a.btn, a:visited.btn {
    display: none;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="nojavascript..."]:after, a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  header div#header-left-links {
    display: none;
  }
  header div#header-right-links {
    display: none;
  }
  button.btn {
    display: none;
  }
  .btn {
    display: none;
  }
  .footer-push {
    display: none;
  }
  footer {
    display: none;
  }
  .no-print {
    display: none;
  }
  div.alert {
    display: none !important;
  }
  .bg--pattern {
    height: auto !important;
  }
  .bg--pattern canvas {
    display: none;
    height: auto !important;
  }
  .accordion li {
    border-bottom: solid thin #222222;
  }
  .accordion li .accordion-headline,
  .accordion li .accordion-content-container {
    display: block !important;
  }
  .to-top-arrow {
    display: none !important;
  }
  .tooltip-container {
    display: none !important;
  }
  .tabs .panel {
    display: block !important;
  }
  .dot-navigation {
    display: none;
  }
}
/* Print Preview Page styling */
body.print-preview nav {
  display: none;
}
body.print-preview header#primary-header {
  background-image: none;
}
body.print-preview header#primary-header div#header-left-links, body.print-preview header#primary-header div#header-right-links {
  display: none;
}
body.print-preview header#primary-header .icon-geico {
  color: #154995;
}
body.print-preview main * {
  background: none !important;
  color: black !important;
}
body.print-preview main * ul#in-page-navigation-component {
  display: none;
}
body.print-preview main * .container {
  border-bottom: black thin solid;
}
body.print-preview main * span.geico-icon {
  border-color: black;
}
body.print-preview main * button:not(.ui-datepicker-trigger) {
  display: none;
}
body.print-preview main * .accordion .accordion-content-container {
  display: block;
}
body.print-preview main * .bg-gradient * {
  color: black;
}
body.print-preview main * .bg-gradient .timeline * .transaction-type:before, body.print-preview main * .bg-gradient .timeline * .transaction-type:after {
  background-color: black !important;
  background-image: none !important;
}
body.print-preview main * .bg-gradient .timeline * span.geico-icon {
  color: black !important;
  border-color: black !important;
}
body.print-preview main * .bg-gradient .timeline * span.geico-icon:before, body.print-preview main * .bg-gradient .timeline * span.geico-icon:after {
  color: black !important;
}
body.print-preview main * .tabs * {
  border-color: black;
}
body.print-preview main * .tabs *:active, body.print-preview main * .tabs *.active {
  border-color: black;
}
body.print-preview main * .tabs * .panel-content {
  border-color: black;
}
body.print-preview main .pattern-container > section {
  border-bottom: none !important;
}
body.print-preview main .dot-navigation,
body.print-preview main .progress-bar {
  display: none;
}
body.print-preview main .segmented-control .drag-drop {
  border: black thin solid;
}
body.print-preview main .button-switch {
  border: black thin solid;
}
body.print-preview footer {
  display: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  float: left;
}

.col-sm-12 {
  width: 100%;
}

.col-sm-11 {
  width: 91.66666667%;
}

.col-sm-10 {
  width: 83.33333333%;
}

.col-sm-9 {
  width: 75%;
}

.col-sm-8 {
  width: 66.66666667%;
}

.col-sm-7 {
  width: 58.33333333%;
}

.col-sm-6 {
  width: 50%;
}

.col-sm-5 {
  width: 41.66666667%;
}

.col-sm-4 {
  width: 33.33333333%;
}

.col-sm-3 {
  width: 25%;
}

.col-sm-2 {
  width: 16.66666667%;
}

.col-sm-1 {
  width: 8.33333333%;
}

.col-sm-pull-12 {
  right: 100%;
}

.col-sm-pull-11 {
  right: 91.66666667%;
}

.col-sm-pull-10 {
  right: 83.33333333%;
}

.col-sm-pull-9 {
  right: 75%;
}

.col-sm-pull-8 {
  right: 66.66666667%;
}

.col-sm-pull-7 {
  right: 58.33333333%;
}

.col-sm-pull-6 {
  right: 50%;
}

.col-sm-pull-5 {
  right: 41.66666667%;
}

.col-sm-pull-4 {
  right: 33.33333333%;
}

.col-sm-pull-3 {
  right: 25%;
}

.col-sm-pull-2 {
  right: 16.66666667%;
}

.col-sm-pull-1 {
  right: 8.33333333%;
}

.col-sm-pull-0 {
  right: 0%;
}

.col-sm-push-12 {
  left: 100%;
}

.col-sm-push-11 {
  left: 91.66666667%;
}

.col-sm-push-10 {
  left: 83.33333333%;
}

.col-sm-push-9 {
  left: 75%;
}

.col-sm-push-8 {
  left: 66.66666667%;
}

.col-sm-push-7 {
  left: 58.33333333%;
}

.col-sm-push-6 {
  left: 50%;
}

.col-sm-push-5 {
  left: 41.66666667%;
}

.col-sm-push-4 {
  left: 33.33333333%;
}

.col-sm-push-3 {
  left: 25%;
}

.col-sm-push-2 {
  left: 16.66666667%;
}

.col-sm-push-1 {
  left: 8.33333333%;
}

.col-sm-push-0 {
  left: 0%;
}

.col-sm-offset-12 {
  margin-left: 100%;
}

.col-sm-offset-11 {
  margin-left: 91.66666667%;
}

.col-sm-offset-10 {
  margin-left: 83.33333333%;
}

.col-sm-offset-9 {
  margin-left: 75%;
}

.col-sm-offset-8 {
  margin-left: 66.66666667%;
}

.col-sm-offset-7 {
  margin-left: 58.33333333%;
}

.col-sm-offset-6 {
  margin-left: 50%;
}

.col-sm-offset-5 {
  margin-left: 41.66666667%;
}

.col-sm-offset-4 {
  margin-left: 33.33333333%;
}

.col-sm-offset-3 {
  margin-left: 25%;
}

.col-sm-offset-2 {
  margin-left: 16.66666667%;
}

.col-sm-offset-1 {
  margin-left: 8.33333333%;
}

.col-sm-offset-0 {
  margin-left: 0%;
}

@media (min-width: 481px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 101.7rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

@media (max-width: 480px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-lg {
    display: none !important;
  }
}
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */
@font-face {
  font-family: "geico";
  src: url("/public/design-kit/4.0/fonts/geico.eot?r5709x");
  src: url("/public/design-kit/4.0/fonts/geico.eot?r5709x#iefix") format("embedded-opentype"), url("/public/design-kit/4.0/fonts/geico.ttf?r5709x") format("truetype"), url("/public/design-kit/4.0/fonts/geico.woff?r5709x") format("woff"), url("/public/design-kit/4.0/fonts/geico.svg?r5709x#geico") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "geico";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.geico-icon--actionable, input[type=checkbox] + label:after, .list--links li:before, .select-box:before, .search-choice-close {
  font-family: "geico";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-vehicle:before, .geico-icon--actionable.icon-vehicle:after {
  content: "\e100";
}

.icon-vehicle-multi:before, .geico-icon--actionable.icon-vehicle-multi:after {
  content: "\e101";
}

.icon-motorcycle:before, .geico-icon--actionable.icon-motorcycle:after {
  content: "\e102";
}

.icon-motorcycle-multi:before, .geico-icon--actionable.icon-motorcycle-multi:after {
  content: "\e103";
}

.icon-atv-ins:before, .geico-icon--actionable.icon-atv-ins:after {
  content: "\e104";
}

.icon-rv-ins:before, .geico-icon--actionable.icon-rv-ins:after {
  content: "\e105";
}

.icon-boat-ins:before, .geico-icon--actionable.icon-boat-ins:after {
  content: "\e106";
}

.icon-commercial-ins:before, .geico-icon--actionable.icon-commercial-ins:after {
  content: "\e107";
}

.icon-auto-collector-ins:before, .geico-icon--actionable.icon-auto-collector-ins:after {
  content: "\e108";
}

.icon-homeowner-ins:before, .geico-icon--actionable.icon-homeowner-ins:after {
  content: "\e109";
}

.icon-renters-ins:before, .geico-icon--actionable.icon-renters-ins:after {
  content: "\e111";
}

.icon-condo-ins:before, .geico-icon--actionable.icon-condo-ins:after {
  content: "\e111";
}

.icon-mobile-home-ins:before, .geico-icon--actionable.icon-mobile-home-ins:after {
  content: "\e112";
}

.icon-flood-ins:before, .geico-icon--actionable.icon-flood-ins:after {
  content: "\e113";
}

.icon-umbrella-ins:before, .geico-icon--actionable.icon-umbrella-ins:after {
  content: "\e114";
}

.icon-life-ins:before, .geico-icon--actionable.icon-life-ins:after {
  content: "\e115";
}

.icon-web:before, .geico-icon--actionable.icon-web:after {
  content: "\e116";
}

.icon-id-protection-ins:before, .geico-icon--actionable.icon-id-protection-ins:after {
  content: "\e117";
}

.icon-collectibles-ins:before, .geico-icon--actionable.icon-collectibles-ins:after {
  content: "\e118";
}

.icon-business-ins:before, .geico-icon--actionable.icon-business-ins:after {
  content: "\e119";
}

.icon-pet-ins:before, .geico-icon--actionable.icon-pet-ins:after {
  content: "\e120";
}

.icon-rental-car-ins:before, .geico-icon--actionable.icon-rental-car-ins:after {
  content: "\e121";
}

.icon-dwelling-fire:before, .geico-icon--actionable.icon-dwelling-fire:after {
  content: "\e122";
}

.icon-animal-claim:before, .geico-icon--actionable.icon-animal-claim:after {
  content: "\e123";
}

.icon-profile:before, .geico-icon--actionable.icon-profile:after {
  content: "\e124";
}

.icon-profile-multi:before, .geico-icon--actionable.icon-profile-multi:after {
  content: "\e125";
}

.icon-motorcycle-rider:before, .geico-icon--actionable.icon-motorcycle-rider:after {
  content: "\e126";
}

.icon-motorcycle-rider-multi:before, .geico-icon--actionable.icon-motorcycle-rider-multi:after {
  content: "\e127";
}

.icon-policy:before, .geico-icon--actionable.icon-policy:after {
  content: "\e128";
}

.icon-policies:before, .geico-icon--actionable.icon-policies:after {
  content: "\e129";
}

.icon-id-card:before, .geico-icon--actionable.icon-id-card:after {
  content: "\e130";
}

.icon-id-cards:before, .geico-icon--actionable.icon-id-cards:after {
  content: "\e131";
}

.icon-license:before, .geico-icon--actionable.icon-license:after {
  content: "\e132";
}

.icon-documents:before, .geico-icon--actionable.icon-documents:after {
  content: "\e133";
}

.icon-address:before, .geico-icon--actionable.icon-address:after {
  content: "\e134";
}

.icon-coverage:before, .geico-icon--actionable.icon-coverage:after {
  content: "\e135";
}

.icon-coverage-added:before, .geico-icon--actionable.icon-coverage-added:after {
  content: "\e136";
}

.icon-account-info:before, .geico-icon--actionable.icon-account-info:after {
  content: "\e137";
}

.icon-policy-review:before, .geico-icon--actionable.icon-policy-review:after {
  content: "\e138";
}

.icon-e-signature:before, .geico-icon--actionable.icon-e-signature:after {
  content: "\e139";
}

.icon-medical:before, .geico-icon--actionable.icon-medical:after {
  content: "\e140";
}

.icon-resource-center:before, .geico-icon--actionable.icon-resource-center:after {
  content: "\e141";
}

.icon-alert:before, .geico-icon--actionable.icon-alert:after {
  content: "\e142";
}

.icon-info:before, .geico-icon--actionable.icon-info:after {
  content: "\e143";
}

.icon-notifications:before, .geico-icon--actionable.icon-notifications:after {
  content: "\e144";
}

.icon-non-critical-warning:before, .geico-icon--actionable.icon-non-critical-warning:after {
  content: "\e145";
}

.icon-tips:before, .geico-icon--actionable.icon-tips:after {
  content: "\e146";
}

.icon-settings:before, .geico-icon--actionable.icon-settings:after {
  content: "\e147";
}

.icon-bill:before, .geico-icon--actionable.icon-bill:after {
  content: "\e148";
}

.icon-quotes:before, .geico-icon--actionable.icon-quotes:after {
  content: "\e149";
}

.icon-bills:before, .geico-icon--actionable.icon-bills:after {
  content: "\e150";
}

.icon-current-discount:before, .geico-icon--actionable.icon-current-discount:after {
  content: "\e151";
}

.icon-credit-card:before, .geico-icon--actionable.icon-credit-card:after {
  content: "\e152";
}

.icon-credit-card-multi:before, .geico-icon--actionable.icon-credit-card-multi:after {
  content: "\e153";
}

.icon-check:before, .geico-icon--actionable.icon-check:after {
  content: "\e154";
}

.icon-cash:before, .geico-icon--actionable.icon-cash:after {
  content: "\e155";
}

.icon-billing-details:before, .geico-icon--actionable.icon-billing-details:after {
  content: "\e156";
}

.icon-paperless:before, .geico-icon--actionable.icon-paperless:after {
  content: "\e157";
}

.icon-confirmation:before, .geico-icon--actionable.icon-confirmation:after, .icon-check-mark:before, .geico-icon--actionable.icon-check-mark:after {
  content: "\e158";
}

.icon-question-mark:before, .geico-icon--actionable.icon-question-mark:after {
  content: "\e159";
}

.icon-contact:before, .geico-icon--actionable.icon-contact:after {
  content: "\e160";
}

.icon-email:before, .geico-icon--actionable.icon-email:after {
  content: "\e161";
}

.icon-sms-feedback:before, .geico-icon--actionable.icon-sms-feedback:after {
  content: "\e162";
}

.icon-calendar:before, .geico-icon--actionable.icon-calendar:after {
  content: "\e163";
}

.icon-help-center-agent:before, .geico-icon--actionable.icon-help-center-agent:after {
  content: "\e164";
}

.icon-call:before, .geico-icon--actionable.icon-call:after {
  content: "\e165";
}

.icon-fax:before, .geico-icon--actionable.icon-fax:after {
  content: "\e166";
}

.icon-print:before, .geico-icon--actionable.icon-print:after {
  content: "\e167";
}

.icon-mail:before, .geico-icon--actionable.icon-mail:after {
  content: "\e168";
}

.icon-geolocation:before, .geico-icon--actionable.icon-geolocation:after {
  content: "\e169";
}

.icon-edit:before, .geico-icon--actionable.icon-edit:after {
  content: "\e170";
}

.icon-navigation-arrow:before, .geico-icon--actionable.icon-navigation-arrow:after {
  content: "\e171";
}

.icon-roadside-assist:before, .geico-icon--actionable.icon-roadside-assist:after {
  content: "\e172";
}

.icon-ers:before, .geico-icon--actionable.icon-ers:after {
  content: "\e173";
}

.icon-accident-assist:before, .geico-icon--actionable.icon-accident-assist:after {
  content: "\e174";
}

.icon-breakdown:before, .geico-icon--actionable.icon-breakdown:after {
  content: "\e175";
}

.icon-vandalism:before, .geico-icon--actionable.icon-vandalism:after {
  content: "\e176";
}

.icon-accident:before, .geico-icon--actionable.icon-accident:after {
  content: "\e177";
}

.icon-hit-rental-car:before, .geico-icon--actionable.icon-hit-rental-car:after {
  content: "\e178";
}

.icon-collision:before, .geico-icon--actionable.icon-collision:after {
  content: "\e179";
}

.icon-glass:before, .geico-icon--actionable.icon-glass:after {
  content: "\e180";
}

.icon-gas-station:before, .geico-icon--actionable.icon-gas-station:after {
  content: "\e181";
}

.icon-repair-shop:before, .geico-icon--actionable.icon-repair-shop:after {
  content: "\e182";
}

.icon-inspection:before, .geico-icon--actionable.icon-inspection:after {
  content: "\e183";
}

.icon-claims:before, .geico-icon--actionable.icon-claims:after {
  content: "\e184";
}

.icon-cab:before, .geico-icon--actionable.icon-cab:after {
  content: "\e185";
}

.icon-locksmith:before, .geico-icon--actionable.icon-locksmith:after {
  content: "\e186";
}

.icon-weather:before, .geico-icon--actionable.icon-weather:after {
  content: "\e187";
}

.icon-security:before, .geico-icon--actionable.icon-security:after {
  content: "\e188";
}

.icon-faq:before, .geico-icon--actionable.icon-faq:after {
  content: "\e189";
}

.icon-extras:before, .geico-icon--actionable.icon-extras:after {
  content: "\e190";
}

.icon-customer-review:before, .geico-icon--actionable.icon-customer-review:after {
  content: "\e191";
}

.icon-local-agent:before, .geico-icon--actionable.icon-local-agent:after {
  content: "\e192";
}

.icon-gfr-geico:before, .geico-icon--actionable.icon-gfr-geico:after {
  content: "\e193";
}

.icon-legal:before, .geico-icon--actionable.icon-legal:after {
  content: "\e194";
}

.icon-video:before, .geico-icon--actionable.icon-video:after {
  content: "\e195";
}

.icon-launch-ios:before, .geico-icon--actionable.icon-launch-ios:after {
  content: "\e196";
}

.icon-launch-android:before, .geico-icon--actionable.icon-launch-android:after {
  content: "\e197";
}

.icon-loader-g:before, .geico-icon--actionable.icon-loader-g:after {
  content: "\e198";
}

.icon-share-ios:before, .geico-icon--actionable.icon-share-ios:after {
  content: "\e199";
}

.icon-share-android:before, .geico-icon--actionable.icon-share-android:after {
  content: "\e200";
}

.icon-menu:before, .geico-icon--actionable.icon-menu:after {
  content: "\e201";
}

.icon-search:before, .geico-icon--actionable.icon-search:after {
  content: "\e202";
}

.icon-feedback:before, .geico-icon--actionable.icon-feedback:after {
  content: "\e203";
}

.icon-quick-link:before, .geico-icon--actionable.icon-quick-link:after {
  content: "\e204";
}

.icon-arrow:before, .geico-icon--actionable.icon-arrow:after {
  content: "\e205";
}

.icon-turn:before, .geico-icon--actionable.icon-turn:after {
  content: "\e206";
}

.icon-lilly:before, .geico-icon--actionable.icon-lilly:after, .icon-g-microphone:before, .geico-icon--actionable.icon-g-microphone:after {
  content: "\e207";
}

.icon-expand:before, .geico-icon--actionable.icon-expand:after {
  content: "\e208";
}

.icon-collapse:before, .geico-icon--actionable.icon-collapse:after {
  content: "\e209";
}

.icon-close:before, .geico-icon--actionable.icon-close:after {
  content: "\e210";
}

.icon-chevron-rating:before, .geico-icon--actionable.icon-chevron-rating:after {
  content: "\e214";
}

.icon-chevron-right:before, .geico-icon--actionable.icon-chevron-right:after {
  display: inline-block;
  content: "\e214";
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.icon-chevron-left:before, .geico-icon--actionable.icon-chevron-left:after {
  display: inline-block;
  content: "\e214";
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon-chevron-down:before, .geico-icon--actionable.icon-chevron-down:after {
  content: "\e214";
}

.icon-chevron-up:before, .geico-icon--actionable.icon-chevron-up:after {
  display: inline-block;
  content: "\e214";
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon-chevron-unsorted:before, .geico-icon--actionable.icon-chevron-unsorted:after {
  content: "\e216";
}

.icon-chevron-double-right:before, .geico-icon--actionable.icon-chevron-double-right:after {
  content: "\e217";
}

.icon-chevron-double-left:before, .geico-icon--actionable.icon-chevron-double-left:after {
  content: "\e218";
}

.icon-chevron-link:before, .geico-icon--actionable.icon-chevron-link:after {
  display: inline-block;
  content: "\e214";
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.icon-info-i:before, .geico-icon--actionable.icon-info-i:after {
  content: "\e220";
}

.icon-calendar-button:before, .geico-icon--actionable.icon-calendar-button:after {
  content: "\e221";
}

.icon-rating-button:before, .geico-icon--actionable.icon-rating-button:after {
  content: "\e222";
}

.icon-help-button:before, .geico-icon--actionable.icon-help-button:after {
  content: "\e223";
}

.icon-facebook:before, .geico-icon--actionable.icon-facebook:after {
  content: "\e224";
}

.icon-google:before, .geico-icon--actionable.icon-google:after {
  content: "\e225";
}

.icon-twitter:before, .geico-icon--actionable.icon-twitter:after {
  content: "\e226";
}

.icon-youtube:before, .geico-icon--actionable.icon-youtube:after {
  content: "\e227";
}

.icon-benefits:before, .geico-icon--actionable.icon-benefits:after {
  content: "\e228";
}

.icon-due-date:before, .geico-icon--actionable.icon-due-date:after {
  content: "\e229";
}

.icon-smartphone:before, .geico-icon--actionable.icon-smartphone:after {
  content: "\e230";
}

.icon-go-green:before, .geico-icon--actionable.icon-go-green:after {
  content: "\e231";
}

.icon-safety-info:before, .geico-icon--actionable.icon-safety-info:after {
  content: "\e232";
}

.icon-cycle-safety:before, .geico-icon--actionable.icon-cycle-safety:after {
  content: "\e233";
}

.icon-proof-insurance:before, .geico-icon--actionable.icon-proof-insurance:after {
  content: "\e234";
}

.icon-refresh:before, .geico-icon--actionable.icon-refresh:after {
  content: "\e235";
}

.icon-license-plate:before, .geico-icon--actionable.icon-license-plate:after {
  content: "\e236";
}

.icon-geico:before, .geico-icon--actionable.icon-geico:after {
  content: "\e237";
}

.icon-add-vehicle:before, .geico-icon--actionable.icon-add-vehicle:after {
  content: "\e238";
}

.icon-add-driver:before, .geico-icon--actionable.icon-add-driver:after {
  content: "\e239";
}

.icon-add-motorcycle:before, .geico-icon--actionable.icon-add-motorcycle:after {
  content: "\e240";
}

.icon-mouse:before, .geico-icon--actionable.icon-mouse:after {
  content: "\e241";
}

.icon-apple:before, .geico-icon--actionable.icon-apple:after {
  content: "\e242";
}

.icon-android:before, .geico-icon--actionable.icon-android:after {
  content: "\e243";
}

.icon-vehicle-inspection:before, .geico-icon--actionable.icon-vehicle-inspection:after {
  content: "\e244";
}

.icon-repair-location:before, .geico-icon--actionable.icon-repair-location:after {
  content: "\e245";
}

.icon-report-claim:before, .geico-icon--actionable.icon-report-claim:after {
  content: "\e246";
}

.icon-about-claims:before, .geico-icon--actionable.icon-about-claims:after {
  content: "\e247";
}

.icon-careers:before, .geico-icon--actionable.icon-careers:after {
  content: "\e248";
}

.icon-b2b:before, .geico-icon--actionable.icon-b2b:after {
  content: "\e249";
}

.icon-life-plan:before, .geico-icon--actionable.icon-life-plan:after {
  content: "\e250";
}

.icon-federal-employee:before, .geico-icon--actionable.icon-federal-employee:after {
  content: "\e251";
}

.icon-military-personnel:before, .geico-icon--actionable.icon-military-personnel:after {
  content: "\e252";
}

.icon-geico-affiliate:before, .geico-icon--actionable.icon-geico-affiliate:after {
  content: "\e253";
}

.icon-catastrophe-center:before, .geico-icon--actionable.icon-catastrophe-center:after {
  content: "\e254";
}

.icon-overseas-ins:before, .geico-icon--actionable.icon-overseas-ins:after {
  content: "\e255";
}

.icon-state-guidelines:before, .geico-icon--actionable.icon-state-guidelines:after {
  content: "\e256";
}

.icon-publication:before, .geico-icon--actionable.icon-publication:after {
  content: "\e257";
}

.icon-merchandise:before, .geico-icon--actionable.icon-merchandise:after {
  content: "\e258";
}

.icon-commercial:before, .geico-icon--actionable.icon-commercial:after {
  content: "\e259";
}

.icon-press-release:before, .geico-icon--actionable.icon-press-release:after {
  content: "\e260";
}

.icon-share:before, .geico-icon--actionable.icon-share:after {
  content: "\e261";
}

.icon-linkedin:before, .geico-icon--actionable.icon-linkedin:after {
  content: "\e262";
}

.icon-instagram:before, .geico-icon--actionable.icon-instagram:after {
  content: "\e263";
}

.icon-pinterest:before, .geico-icon--actionable.icon-pinterest:after {
  content: "\e264";
}

.icon-loss-of-use:before, .geico-icon--actionable.icon-loss-of-use:after {
  content: "\e265";
}

.icon-non-building-structure:before, .geico-icon--actionable.icon-non-building-structure:after {
  content: "\e266";
}

.icon-other-structures:before, .geico-icon--actionable.icon-other-structures:after {
  content: "\e267";
}

.icon-special-personal-property:before, .geico-icon--actionable.icon-special-personal-property:after {
  content: "\e268";
}

.icon-water-backup:before, .geico-icon--actionable.icon-water-backup:after {
  content: "\e269";
}

.icon-snowmobile:before, .geico-icon--actionable.icon-snowmobile:after {
  content: "\e270";
}

.icon-car-sharing:before, .geico-icon--actionable.icon-car-sharing:after {
  content: "\e271";
}

.icon-to-top-arrow:before, .geico-icon--actionable.icon-to-top-arrow:after {
  content: "\e272";
}

.icon-down-arrow:before, .geico-icon--actionable.icon-down-arrow:after {
  content: "\e273";
}

.icon-concierge:before, .geico-icon--actionable.icon-concierge:after {
  content: "\e274";
}

.icon-close-20:before, .geico-icon--actionable.icon-close-20:after {
  content: "\e275";
}

.icon-more-dots:before, .geico-icon--actionable.icon-more-dots:after {
  content: "\e276";
}

.icon-driver-coverage:before, .geico-icon--actionable.icon-driver-coverage:after {
  content: "\e277";
}

.icon-vehicle-coverage:before, .geico-icon--actionable.icon-vehicle-coverage:after {
  content: "\e278";
}

.icon-motorcycle-coverage:before, .geico-icon--actionable.icon-motorcycle-coverage:after {
  content: "\e279";
}

.icon-clock:before, .geico-icon--actionable.icon-clock:after {
  content: "\e280";
}

.icon-inbound-email:before, .geico-icon--actionable.icon-inbound-email:after {
  content: "\e281";
}

.icon-outbound-email:before, .geico-icon--actionable.icon-outbound-email:after {
  content: "\e282";
}

.icon-inbound-message:before, .geico-icon--actionable.icon-inbound-message:after {
  content: "\e283";
}

.icon-outbound-message:before, .geico-icon--actionable.icon-outbound-message:after {
  content: "\e284";
}

.icon-alert-exclamation:before, .geico-icon--actionable.icon-alert-exclamation:after {
  content: "\e285";
}

.icon-total-loss:before, .geico-icon--actionable.icon-total-loss:after {
  content: "\e286";
}

.icon-pin:before, .geico-icon--actionable.icon-pin:after {
  content: "\e287";
}

.icon-plog:before, .geico-icon--actionable.icon-plog:after {
  content: "\e288";
}

.icon-resize:before, .geico-icon--actionable.icon-resize:after {
  content: "\e289";
}

.icon-web-accessibility:before, .geico-icon--actionable.icon-web-accessibility:after {
  content: "\e290";
}

.icon-dashboard:before, .geico-icon--actionable.icon-dashboard:after {
  content: "\e291";
}

.icon-travel:before, .geico-icon--actionable.icon-travel:after {
  content: "\e292";
}

.icon-microphone:before, .geico-icon--actionable.icon-microphone:after {
  content: "\e293";
}

.icon-battery:before, .geico-icon--actionable.icon-battery:after {
  content: "\e294";
}

.icon-camera:before, .geico-icon--actionable.icon-camera:after {
  content: "\e295";
}

.icon-flat-tire:before, .geico-icon--actionable.icon-flat-tire:after {
  content: "\e296";
}

.icon-stuck-in-ditch:before, .geico-icon--actionable.icon-stuck-in-ditch:after {
  content: "\e297";
}

.icon-logout:before, .geico-icon--actionable.icon-logout:after {
  content: "\e298";
}

.icon-send:before, .geico-icon--actionable.icon-send:after {
  content: "\e299";
}

.icon-return:before, .geico-icon--actionable.icon-return:after {
  content: "\e300";
}

.icon-cancel:before, .geico-icon--actionable.icon-cancel:after {
  content: "\e301";
}

.icon-wallet:before, .geico-icon--actionable.icon-wallet:after {
  content: "\e302";
}

.icon-lyft:before, .geico-icon--actionable.icon-lyft:after {
  content: "\e303";
}

.icon-microphone2:before, .geico-icon--actionable.icon-microphone2:after {
  content: "\e304";
}

.icon-glassdoor:before, .geico-icon--actionable.icon-glassdoor:after {
  content: "\e305";
}

.icon-multiple-saved-quotes:before, .geico-icon--actionable.icon-multiple-saved-quotes:after {
  content: "\e306";
}

.icon-bug:before, .geico-icon--actionable.icon-bug:after {
  content: "\e307";
}

.icon-pdf:before, .geico-icon--actionable.icon-pdf:after {
  content: "\e308";
}

.icon-zip:before, .geico-icon--actionable.icon-zip:after {
  content: "\e309";
}

.icon-pages:before, .geico-icon--actionable.icon-pages:after {
  content: "\e310";
}

.icon-spotlight:before, .geico-icon--actionable.icon-spotlight:after {
  content: "\e311";
}

.icon-versions:before, .geico-icon--actionable.icon-versions:after {
  content: "\e312";
}

.icon-need-help:before, .geico-icon--actionable.icon-need-help:after {
  content: "\e313";
}

.icon-touch-id:before, .geico-icon--actionable.icon-touch-id:after {
  content: "\e314";
}

.icon-professional-liability:before, .geico-icon--actionable.icon-professional-liability:after {
  content: "\e315";
}

.icon-general-liability:before, .geico-icon--actionable.icon-general-liability:after {
  content: "\e316";
}

.icon-express:before, .geico-icon--actionable.icon-express:after {
  content: "\e317";
}

.icon-underwriter:before, .geico-icon--actionable.icon-underwriter:after {
  content: "\e318";
}

.icon-property-card:before, .geico-icon--actionable.icon-property-card:after {
  content: "\e319";
}

.icon-workers-comp:before, .geico-icon--actionable.icon-workers-comp:after {
  content: "\e320";
}

.icon-extra-half:before, .geico-icon--actionable.icon-extra-half:after {
  content: "\e321";
}

.icon-extra-empty:before, .geico-icon--actionable.icon-extra-empty:after {
  content: "\e322";
}

.icon-storage-plan-auto:before, .geico-icon--actionable.icon-storage-plan-auto:after {
  content: "\e323";
}

.icon-storage-plan-cycle:before, .geico-icon--actionable.icon-storage-plan-cycle:after {
  content: "\e324";
}

.icon-flood:before, .geico-icon--actionable.icon-flood:after {
  content: "\e325";
}

.icon-hail:before, .geico-icon--actionable.icon-hail:after {
  content: "\e326";
}

.icon-hurricane:before, .geico-icon--actionable.icon-hurricane:after {
  content: "\e327";
}

.icon-storm:before, .geico-icon--actionable.icon-storm:after {
  content: "\e328";
}

.icon-tornado:before, .geico-icon--actionable.icon-tornado:after {
  content: "\e329";
}

.icon-fire:before, .geico-icon--actionable.icon-fire:after {
  content: "\e330";
}

.icon-winter-storm:before, .geico-icon--actionable.icon-winter-storm:after {
  content: "\e331";
}

.icon-file-doc:before, .geico-icon--actionable.icon-file-doc:after {
  content: "\e332";
}

.icon-file-img:before, .geico-icon--actionable.icon-file-img:after {
  content: "\e333";
}

.icon-severe-winter-storm:before, .geico-icon--actionable.icon-severe-winter-storm:after {
  content: "\e334";
}

.icon-geico-cares:before, .geico-icon--actionable.icon-geico-cares:after {
  content: "\e335";
}

.icon-smile-face:before, .geico-icon--actionable.icon-smile-face:after {
  content: "\e336";
}

.icon-straight-face:before, .geico-icon--actionable.icon-straight-face:after {
  content: "\e337";
}

.icon-frown-face:before, .geico-icon--actionable.icon-frown-face:after {
  content: "\e338";
}

.icon-parking-locator:before, .geico-icon--actionable.icon-parking-locator:after {
  content: "\e339";
}

.icon-trash:before, .geico-icon--actionable.icon-trash:after {
  content: "\e340";
}

.icon-time-delay:before, .geico-icon--actionable.icon-time-delay:after {
  content: "\e341";
}

.icon-travel-airplane:before, .geico-icon--actionable.icon-travel-airplane:after {
  content: "\e342";
}

.icon-medical-bag:before, .geico-icon--actionable.icon-medical-bag:after {
  content: "\e343";
}

.icon-smart-speaker:before, .geico-icon--actionable.icon-smart-speaker:after {
  content: "\e344";
}

.icon-drive-easy:before, .geico-icon--actionable.icon-drive-easy:after {
  content: "\e345";
}

.icon-wellness-fitness:before, .geico-icon--actionable.icon-wellness-fitness:after {
  content: "\e346";
}

.icon-landlord:before, .geico-icon--actionable.icon-landlord:after {
  content: "\e347";
}

.icon-community:before, .geico-icon--actionable.icon-community:after {
  content: "\e348";
}

.icon-pwc-boat:before, .geico-icon--actionable.icon-pwc-boat:after {
  content: "\e349";
}

.icon-pontoon-boat:before, .geico-icon--actionable.icon-pontoon-boat:after {
  content: "\e350";
}

.icon-bass-boat:before, .geico-icon--actionable.icon-bass-boat:after {
  content: "\e351";
}

.icon-bowrider-boat:before, .geico-icon--actionable.icon-bowrider-boat:after {
  content: "\e352";
}

.icon-center-console-boat:before, .geico-icon--actionable.icon-center-console-boat:after {
  content: "\e353";
}

.icon-cruiser-boat:before, .geico-icon--actionable.icon-cruiser-boat:after {
  content: "\e354";
}

.icon-walkaround-boat:before, .geico-icon--actionable.icon-walkaround-boat:after {
  content: "\e355";
}

.icon-cuddy-cabin-boat:before, .geico-icon--actionable.icon-cuddy-cabin-boat:after {
  content: "\e356";
}

.icon-sail-boat:before, .geico-icon--actionable.icon-sail-boat:after {
  content: "\e357";
}

.icon-virtual-assistant:before, .geico-icon--actionable.icon-virtual-assistant:after {
  content: "\e358";
}

.icon-add-renters:before, .geico-icon--actionable.icon-add-renters:after {
  content: "\e359";
}

.icon-augmented-reality:before, .geico-icon--actionable.icon-augmented-reality:after {
  content: "\e360";
}

.icon-arrow-left:before, .geico-icon--actionable.icon-arrow-left:after {
  content: "\e361";
}

.icon-arrow-right:before, .geico-icon--actionable.icon-arrow-right:after {
  content: "\e362";
}

.icon-bundling-auto-home:before, .geico-icon--actionable.icon-bundling-auto-home:after {
  content: "\e363";
}

.icon-car-buying:before, .geico-icon--actionable.icon-car-buying:after {
  content: "\e364";
}

.icon-commercial-delivery:before, .geico-icon--actionable.icon-commercial-delivery:after {
  content: "\e365";
}

.icon-discover:before, .geico-icon--actionable.icon-discover:after {
  content: "\e366";
}

.icon-find-ride:before, .geico-icon--actionable.icon-find-ride:after {
  content: "\e367";
}

.icon-explore:before, .geico-icon--actionable.icon-explore:after {
  content: "\e368";
}

.icon-vehicle-care:before, .geico-icon--actionable.icon-vehicle-care:after {
  content: "\e369";
}

.icon-cyber-liability:before, .geico-icon--actionable.icon-cyber-liability:after {
  content: "\e370";
}

.icon-tiktok:before, .geico-icon--actionable.icon-tiktok:after {
  content: "\e371";
}

.icon-live-chat:before, .geico-icon--actionable.icon-live-chat:after {
  content: "\e372";
}

.icon-show:before, .geico-icon--actionable.icon-show:after {
  content: "\e373";
}

.icon-hide:before, .geico-icon--actionable.icon-hide:after {
  content: "\e374";
}

.icon-earthquake:before, .geico-icon--actionable.icon-earthquake:after {
  content: "\e375";
}

.icon-condo-fire:before, .geico-icon--actionable.icon-condo-fire:after {
  content: "\e376";
}

.icon-event:before, .geico-icon--actionable.icon-event:after {
  content: "\e377";
}

.icon-laptop:before, .geico-icon--actionable.icon-laptop:after {
  content: "\e378";
}

.icon-tablet:before, .geico-icon--actionable.icon-tablet:after {
  content: "\e379";
}

.icon-desktop:before, .geico-icon--actionable.icon-desktop:after {
  content: "\e380";
}

.icon-style:before, .geico-icon--actionable.icon-style:after {
  content: "\e381";
}

.icon-components:before, .geico-icon--actionable.icon-components:after {
  content: "\e382";
}

.icon-wifi:before, .geico-icon--actionable.icon-wifi:after {
  content: "\e383";
}

.icon-class-a-motorhome-rv:before, .geico-icon--actionable.icon-class-a-motorhome-rv:after {
  content: "\e384";
}

.icon-class-b-motorhome-rv:before, .geico-icon--actionable.icon-class-b-motorhome-rv:after {
  content: "\e385";
}

.icon-class-c-motorhome-rv:before, .geico-icon--actionable.icon-class-c-motorhome-rv:after {
  content: "\e386";
}

.icon-truck-camper-trailer-rv:before, .geico-icon--actionable.icon-truck-camper-trailer-rv:after {
  content: "\e387";
}

.icon-recreational-cargo-trailer-rv:before, .geico-icon--actionable.icon-recreational-cargo-trailer-rv:after {
  content: "\e388";
}

.icon-5th-wheel-trailer-rv:before, .geico-icon--actionable.icon-5th-wheel-trailer-rv:after {
  content: "\e389";
}

.icon-conventional-trailer-rv:before, .geico-icon--actionable.icon-conventional-trailer-rv:after {
  content: "\e390";
}

.icon-pop-up-folding-trailer-rv:before, .geico-icon--actionable.icon-pop-up-folding-trailer-rv:after {
  content: "\e391";
}

.icon-onboarding:before, .geico-icon--actionable.icon-onboarding:after {
  content: "\e392";
}

.icon-learning:before, .geico-icon--actionable.icon-learning:after {
  content: "\e393";
}

.icon-shopping:before, .geico-icon--actionable.icon-shopping:after {
  content: "\e394";
}

.icon-download:before, .geico-icon--actionable.icon-download:after {
  content: "\e395";
}

.icon-download-new-tab:before, .geico-icon--actionable.icon-download-new-tab:after {
  content: "\e396";
}

.icon-play:before, .geico-icon--actionable.icon-play:after {
  content: "\e397";
}

.icon-pause:before, .geico-icon--actionable.icon-pause:after {
  content: "\e398";
}

.icon-skip-next:before, .geico-icon--actionable.icon-skip-next:after {
  content: "\e399";
}

.icon-skip-previous:before, .geico-icon--actionable.icon-skip-previous:after {
  content: "\e400";
}

.icon-bundling-auto-renters:before, .geico-icon--actionable.icon-bundling-auto-renters:after {
  content: "\e401";
}

.icon-bluetooth:before, .geico-icon--actionable.icon-bluetooth:after {
  content: "\e402";
}

.icon-motion:before, .geico-icon--actionable.icon-motion:after {
  content: "\e403";
}

.icon-filter:before, .geico-icon--actionable.icon-filter:after {
  content: "\e404";
}

.icon-power-on:before, .geico-icon--actionable.icon-power-on:after {
  content: "\e405";
}

.icon-power-off:before, .geico-icon--actionable.icon-power-off:after {
  content: "\e406";
}

.icon-thumbs-up:before, .geico-icon--actionable.icon-thumbs-up:after {
  content: "\e407";
}

.icon-thumbs-down:before, .geico-icon--actionable.icon-thumbs-down:after {
  display: inline-block;
  content: "\e407";
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon-construction:before, .geico-icon--actionable.icon-construction:after {
  content: "\e408";
}

.icon-celebration:before, .geico-icon--actionable.icon-celebration:after {
  content: "\e409";
}

.icon-translate:before, .geico-icon--actionable.icon-translate:after {
  content: "\e410";
}

.icon-copy:before, .geico-icon--actionable.icon-copy:after {
  content: "\e411";
}

.icon-web-component:before, .geico-icon--actionable.icon-web-component:after {
  content: "\e412";
}

.icon-react:before, .geico-icon--actionable.icon-react:after {
  content: "\e413";
}

@font-face {
  font-family: "GEICORoobert";
  font-style: normal;
  font-weight: 400;
  src: url(/public/design-kit/4.0/fonts/GEICORoobert-Regular.woff2) format("woff2"), url(/public/design-kit/4.0/fonts/GEICORoobert-Regular.woff) format("woff");
}
@font-face {
  font-family: "GEICORoobert";
  font-style: normal;
  font-weight: 700;
  src: url(/public/design-kit/4.0/fonts/GEICORoobert-Bold.woff2) format("woff2"), url(/public/design-kit/4.0/fonts/GEICORoobert-Bold.woff) format("woff");
}
@font-face {
  font-family: "GEICORoobert";
  font-style: italic;
  font-weight: 400;
  src: url(/public/design-kit/4.0/fonts/GEICORoobert-RegularItalic.woff2) format("woff2"), url(/public/design-kit/4.0/fonts/GEICORoobert-RegularItalic.woff) format("woff");
}
@font-face {
  font-family: "GEICORoobert";
  font-style: italic;
  font-weight: 700;
  src: url(/public/design-kit/4.0/fonts/GEICORoobert-BoldItalic.woff2) format("woff2"), url(/public/design-kit/4.0/fonts/GEICORoobert-BoldItalic.woff) format("woff");
}
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.dark {
  transition: all 0.5s linear;
}

html[data-colorMode=dark] {
  color-scheme: dark;
}

* {
  margin: 0;
  outline: 0 none;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

main, #wrapper {
  display: block;
  flex: 1 0 auto;
  margin: 0;
  min-height: auto;
}

.main-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

footer {
  flex-shrink: 0;
}

html,
body,
button,
input,
select,
textarea {
  font-family: "GEICORoobert", sans-serif;
  font-variant-ligatures: no-common-ligatures;
  color: #1C1C1E;
}
html .bg-gradient, html .bg-color,
body .bg-gradient,
body .bg-color,
button .bg-gradient,
button .bg-color,
input .bg-gradient,
input .bg-color,
select .bg-gradient,
select .bg-color,
textarea .bg-gradient,
textarea .bg-color {
  color: #FFFFFF;
}

br {
  font-family: "geico";
}

html {
  font-size: 62.5%; /* Sets up the Base 10 */
  overflow-x: hidden;
}

html {
  height: auto;
}

body {
  font-size: 16px;
  min-width: 30rem;
  min-height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

*:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  font-weight: 700;
  text-decoration: underline;
  color: #005CCC;
  outline: 0;
}
a:hover {
  text-decoration: none;
  color: #295697;
}
a:active {
  text-decoration: none;
  color: #1E4071;
  outline: 0;
}
a:visited {
  color: #5C3D99;
}

.bg-gradient a, .bg-color a {
  color: #FFFFFF;
}
.bg-gradient a:hover, .bg-gradient a:visited, .bg-gradient a:active, .bg-color a:hover, .bg-color a:visited, .bg-color a:active {
  color: #FFFFFF;
}
.bg-gradient .segmented-control-component a:hover, .bg-color .segmented-control-component a:hover {
  color: #1C1C1E;
}

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

@media (max-width: 767px) {
  body {
    padding-top: 6rem;
  }
  .footer-push {
    display: none;
  }
}
@media (min-width: 768px) {
  html, body {
    height: 100%;
  }
  #wrapper {
    height: auto !important;
    height: 100%;
    padding-top: 6rem;
    word-wrap: break-word;
    word-break: break-word;
  }
  footer {
    position: relative;
  }
}
.padding-top {
  padding-top: 3rem;
}

.padding-bottom {
  padding-bottom: 3rem;
}

.margin-bottom {
  margin-bottom: 3rem;
}

.margin-top {
  margin-top: 3rem;
}

.hidden {
  display: none;
}

img.img--pull-left {
  float: left;
}

.clear-float {
  clear: both;
}

.remove-float {
  float: none !important;
}

.bg-color {
  background-color: #005CCC;
}

.bg-gradient {
  background-image: linear-gradient(to right, #005CCC 0%, #558de1 100%);
}

.multiple-column-boxes > [class*=col-] {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .multiple-column-boxes {
    display: -webkit-flex;
    display: flex;
  }
  .multiple-column-boxes > [class*=col-]:not(:last-child) {
    border-right: 3px #FAFAFA solid;
  }
}
@media (max-width: 768px) {
  .multiple-column-boxes > [class*=col-]:not(:last-child) {
    border-bottom: 3px #FAFAFA solid;
  }
}
@media (max-width: 767px) {
  #wrapper {
    word-wrap: break-word;
    word-break: break-word;
  }
}
html .dark,
body .dark {
  color: #FAFAFA;
}

.dark button,
.dark input,
.dark select,
.dark textarea {
  color: #FAFAFA;
}
.dark a {
  color: #80C2FF;
}
.dark a:hover {
  color: #C3D9FF;
}
.dark a:active {
  color: #ABC7FF;
}
.dark a:visited {
  color: #A7B2F1;
}

/* /////////////////////////////////////////////////////////////////////
//  02 - Colors
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.bg-color--overcast, .bg-color--gray3 {
  background-color: #BCBCBC;
}

.bg-color--cloudy, .bg-color--gray1 {
  background-color: #FAFAFA;
}

.bg-color--foggy, .bg-color-gray2 {
  background-color: #EDEDED;
}

.dark .bg-color--cloudy, .dark .bg-color--gray1 {
  background-color: #1C1C1E;
}

/* /////////////////////////////////////////////////////////////////////
//  03 - Fonts
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "GEICORoobert", sans-serif;
  line-height: 2.4rem;
  margin-bottom: 1.2rem;
  color: #1C1C1E;
  font-weight: 700;
}

.bg-gradient h1, .bg-gradient h2, .bg-gradient h3, .bg-gradient h4, .bg-gradient h5, .bg-gradient h6, .bg-gradient .h1, .bg-gradient .h2, .bg-gradient .h3, .bg-gradient .h4, .bg-gradient .h5, .bg-gradient .h6, .bg-color h1, .bg-color h2, .bg-color h3, .bg-color h4, .bg-color h5, .bg-color h6, .bg-color .h1, .bg-color .h2, .bg-color .h3, .bg-color .h4, .bg-color .h5, .bg-color .h6 {
  color: #FFFFFF;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark .h1, .dark .h2, .dark .h3, .dark .h4, .dark .h5, .dark .h6 {
  color: #FAFAFA;
}

h1, .h1 {
  font-size: 4.4rem;
  line-height: 5.28rem;
}
@media only screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
@media only screen and (max-width: 480px) {
  h1, .h1 {
    font-size: 3.6rem;
    line-height: 4.32rem;
  }
}

h2, .h2 {
  font-size: 3.6rem;
  line-height: 4.32rem;
}
@media only screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 3.2rem;
    line-height: 3.84rem;
  }
}
@media only screen and (max-width: 480px) {
  h2, .h2 {
    font-size: 2.8rem;
    line-height: 3.22rem;
  }
}

h3, .h3 {
  font-size: 2.8rem;
  line-height: 3.22rem;
}
@media only screen and (max-width: 768px) {
  h3, .h3 {
    font-size: 2.6rem;
    line-height: 3.12rem;
  }
}
@media only screen and (max-width: 480px) {
  h3, .h3 {
    font-size: 2.2rem;
    line-height: 2.53rem;
  }
}

h4, .h4 {
  font-size: 2.2rem;
  line-height: 2.53rem;
}
@media only screen and (max-width: 768px) {
  h4, .h4 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 480px) {
  h4, .h4 {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}

h5, .h5 {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

h6, .h6 {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

b, strong {
  font-weight: 700;
}

p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 2rem;
}

.small-text {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.font--regular {
  font-weight: 400;
}

.font--bold {
  font-weight: 700;
}

.font--italic {
  font-style: italic;
}

.font--center {
  text-align: center;
}

.font--tabular-numerals {
  font-variant-numeric: tabular-nums;
}

/* /////////////////////////////////////////////////////////////////////
//  04 - Icons
/////////////////////////////////////////////////////////////////////*/
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */
.no-touch .bg-gradient .geico-icon.geico-icon--actionable:active, .no-touch .bg-color .geico-icon.geico-icon--actionable:active, .no-touch div:not(.panel-wrapper).bg-gradient .geico-icon.geico-icon--actionable:active, .no-touch div:not(.panel-wrapper).bg-color .geico-icon.geico-icon--actionable:active {
  background-color: #FFFFFF;
}

.touch .bg-gradient .geico-icon.geico-icon--actionable:active, .touch .bg-color .geico-icon.geico-icon--actionable:active, .touch div:not(.panel-wrapper).bg-gradient .geico-icon.geico-icon--actionable:active, .touch div:not(.panel-wrapper).bg-color .geico-icon.geico-icon--actionable:active {
  background-color: rgba(255, 255, 255, 0.5);
}

.icon--geico-blue.geico-icon:not(.geico-icon--actionable), .icon--geico-blue[class*=icon-] {
  color: #004B9B;
}
.icon--geico-blue .bg-color.geico-icon, .icon--geico-blue .bg-color[class^=icon-], .icon--geico-blue .bg-color[class*=" icon-"], .icon--geico-blue.bg-color.geico-icon, .icon--geico-blue.bg-color[class^=icon-], .icon--geico-blue.bg-color[class*=" icon-"], .icon--geico-blue .bg-gradient.geico-icon, .icon--geico-blue .bg-gradient[class^=icon-], .icon--geico-blue .bg-gradient[class*=" icon-"], .icon--geico-blue.bg-gradient.geico-icon, .icon--geico-blue.bg-gradient[class^=icon-], .icon--geico-blue.bg-gradient[class*=" icon-"] {
  color: #FFFFFF;
}
.icon--geico-blue .bg-color.geico-icon, .icon--geico-blue.bg-color.geico-icon, .icon--geico-blue .bg-gradient.geico-icon, .icon--geico-blue.bg-gradient.geico-icon {
  border-color: #FFFFFF;
}
.icon--geico-blue .bg-color.geico-icon.geico-icon--actionable, .icon--geico-blue.bg-color.geico-icon.geico-icon--actionable, .icon--geico-blue .bg-gradient.geico-icon.geico-icon--actionable, .icon--geico-blue.bg-gradient.geico-icon.geico-icon--actionable {
  color: #004B9B;
  background-color: #FFFFFF;
}

.icon--primary-blue.geico-icon:not(.geico-icon--actionable), .icon--primary-blue[class*=icon-] {
  color: #005CCC;
}
.icon--primary-blue .bg-color.geico-icon, .icon--primary-blue .bg-color[class^=icon-], .icon--primary-blue .bg-color[class*=" icon-"], .icon--primary-blue.bg-color.geico-icon, .icon--primary-blue.bg-color[class^=icon-], .icon--primary-blue.bg-color[class*=" icon-"], .icon--primary-blue .bg-gradient.geico-icon, .icon--primary-blue .bg-gradient[class^=icon-], .icon--primary-blue .bg-gradient[class*=" icon-"], .icon--primary-blue.bg-gradient.geico-icon, .icon--primary-blue.bg-gradient[class^=icon-], .icon--primary-blue.bg-gradient[class*=" icon-"] {
  color: #FFFFFF;
}
.icon--primary-blue .bg-color.geico-icon, .icon--primary-blue.bg-color.geico-icon, .icon--primary-blue .bg-gradient.geico-icon, .icon--primary-blue.bg-gradient.geico-icon {
  border-color: #FFFFFF;
}
.icon--primary-blue .bg-color.geico-icon.geico-icon--actionable, .icon--primary-blue.bg-color.geico-icon.geico-icon--actionable, .icon--primary-blue .bg-gradient.geico-icon.geico-icon--actionable, .icon--primary-blue.bg-gradient.geico-icon.geico-icon--actionable {
  color: #005CCC;
  background-color: #FFFFFF;
}

.icon--heritage-blue.geico-icon:not(.geico-icon--actionable), .icon--heritage-blue[class*=icon-] {
  color: #004B9B;
}
.icon--heritage-blue .bg-color.geico-icon, .icon--heritage-blue .bg-color[class^=icon-], .icon--heritage-blue .bg-color[class*=" icon-"], .icon--heritage-blue.bg-color.geico-icon, .icon--heritage-blue.bg-color[class^=icon-], .icon--heritage-blue.bg-color[class*=" icon-"], .icon--heritage-blue .bg-gradient.geico-icon, .icon--heritage-blue .bg-gradient[class^=icon-], .icon--heritage-blue .bg-gradient[class*=" icon-"], .icon--heritage-blue.bg-gradient.geico-icon, .icon--heritage-blue.bg-gradient[class^=icon-], .icon--heritage-blue.bg-gradient[class*=" icon-"] {
  color: #FFFFFF;
}
.icon--heritage-blue .bg-color.geico-icon, .icon--heritage-blue.bg-color.geico-icon, .icon--heritage-blue .bg-gradient.geico-icon, .icon--heritage-blue.bg-gradient.geico-icon {
  border-color: #FFFFFF;
}
.icon--heritage-blue .bg-color.geico-icon.geico-icon--actionable, .icon--heritage-blue.bg-color.geico-icon.geico-icon--actionable, .icon--heritage-blue .bg-gradient.geico-icon.geico-icon--actionable, .icon--heritage-blue.bg-gradient.geico-icon.geico-icon--actionable {
  color: #004B9B;
  background-color: #FFFFFF;
}

.icon--primary-orange.geico-icon:not(.geico-icon--actionable), .icon--primary-orange[class*=icon-] {
  color: #EF5621;
}
.icon--primary-orange .bg-color.geico-icon, .icon--primary-orange .bg-color[class^=icon-], .icon--primary-orange .bg-color[class*=" icon-"], .icon--primary-orange.bg-color.geico-icon, .icon--primary-orange.bg-color[class^=icon-], .icon--primary-orange.bg-color[class*=" icon-"], .icon--primary-orange .bg-gradient.geico-icon, .icon--primary-orange .bg-gradient[class^=icon-], .icon--primary-orange .bg-gradient[class*=" icon-"], .icon--primary-orange.bg-gradient.geico-icon, .icon--primary-orange.bg-gradient[class^=icon-], .icon--primary-orange.bg-gradient[class*=" icon-"] {
  color: #FFFFFF;
}
.icon--primary-orange .bg-color.geico-icon, .icon--primary-orange.bg-color.geico-icon, .icon--primary-orange .bg-gradient.geico-icon, .icon--primary-orange.bg-gradient.geico-icon {
  border-color: #FFFFFF;
}
.icon--primary-orange .bg-color.geico-icon.geico-icon--actionable, .icon--primary-orange.bg-color.geico-icon.geico-icon--actionable, .icon--primary-orange .bg-gradient.geico-icon.geico-icon--actionable, .icon--primary-orange.bg-gradient.geico-icon.geico-icon--actionable {
  color: #EF5621;
  background-color: #FFFFFF;
}

.icon--primary-green.geico-icon:not(.geico-icon--actionable), .icon--primary-green[class*=icon-] {
  color: #22841F;
}
.icon--primary-green .bg-color.geico-icon, .icon--primary-green .bg-color[class^=icon-], .icon--primary-green .bg-color[class*=" icon-"], .icon--primary-green.bg-color.geico-icon, .icon--primary-green.bg-color[class^=icon-], .icon--primary-green.bg-color[class*=" icon-"], .icon--primary-green .bg-gradient.geico-icon, .icon--primary-green .bg-gradient[class^=icon-], .icon--primary-green .bg-gradient[class*=" icon-"], .icon--primary-green.bg-gradient.geico-icon, .icon--primary-green.bg-gradient[class^=icon-], .icon--primary-green.bg-gradient[class*=" icon-"] {
  color: #FFFFFF;
}
.icon--primary-green .bg-color.geico-icon, .icon--primary-green.bg-color.geico-icon, .icon--primary-green .bg-gradient.geico-icon, .icon--primary-green.bg-gradient.geico-icon {
  border-color: #FFFFFF;
}
.icon--primary-green .bg-color.geico-icon.geico-icon--actionable, .icon--primary-green.bg-color.geico-icon.geico-icon--actionable, .icon--primary-green .bg-gradient.geico-icon.geico-icon--actionable, .icon--primary-green.bg-gradient.geico-icon.geico-icon--actionable {
  color: #22841F;
  background-color: #FFFFFF;
}

.icon--primary-red.geico-icon:not(.geico-icon--actionable), .icon--primary-red[class*=icon-] {
  color: #E00B20;
}
.icon--primary-red .bg-color.geico-icon, .icon--primary-red .bg-color[class^=icon-], .icon--primary-red .bg-color[class*=" icon-"], .icon--primary-red.bg-color.geico-icon, .icon--primary-red.bg-color[class^=icon-], .icon--primary-red.bg-color[class*=" icon-"], .icon--primary-red .bg-gradient.geico-icon, .icon--primary-red .bg-gradient[class^=icon-], .icon--primary-red .bg-gradient[class*=" icon-"], .icon--primary-red.bg-gradient.geico-icon, .icon--primary-red.bg-gradient[class^=icon-], .icon--primary-red.bg-gradient[class*=" icon-"] {
  color: #FFFFFF;
}
.icon--primary-red .bg-color.geico-icon, .icon--primary-red.bg-color.geico-icon, .icon--primary-red .bg-gradient.geico-icon, .icon--primary-red.bg-gradient.geico-icon {
  border-color: #FFFFFF;
}
.icon--primary-red .bg-color.geico-icon.geico-icon--actionable, .icon--primary-red.bg-color.geico-icon.geico-icon--actionable, .icon--primary-red .bg-gradient.geico-icon.geico-icon--actionable, .icon--primary-red.bg-gradient.geico-icon.geico-icon--actionable {
  color: #E00B20;
  background-color: #FFFFFF;
}

.icon--primary-yellow.geico-icon:not(.geico-icon--actionable), .icon--primary-yellow[class*=icon-] {
  color: #FFBA23;
}
.icon--primary-yellow .bg-color.geico-icon, .icon--primary-yellow .bg-color[class^=icon-], .icon--primary-yellow .bg-color[class*=" icon-"], .icon--primary-yellow.bg-color.geico-icon, .icon--primary-yellow.bg-color[class^=icon-], .icon--primary-yellow.bg-color[class*=" icon-"], .icon--primary-yellow .bg-gradient.geico-icon, .icon--primary-yellow .bg-gradient[class^=icon-], .icon--primary-yellow .bg-gradient[class*=" icon-"], .icon--primary-yellow.bg-gradient.geico-icon, .icon--primary-yellow.bg-gradient[class^=icon-], .icon--primary-yellow.bg-gradient[class*=" icon-"] {
  color: #FFFFFF;
}
.icon--primary-yellow .bg-color.geico-icon, .icon--primary-yellow.bg-color.geico-icon, .icon--primary-yellow .bg-gradient.geico-icon, .icon--primary-yellow.bg-gradient.geico-icon {
  border-color: #FFFFFF;
}
.icon--primary-yellow .bg-color.geico-icon.geico-icon--actionable, .icon--primary-yellow.bg-color.geico-icon.geico-icon--actionable, .icon--primary-yellow .bg-gradient.geico-icon.geico-icon--actionable, .icon--primary-yellow.bg-gradient.geico-icon.geico-icon--actionable {
  color: #FFBA23;
  background-color: #FFFFFF;
}

.icon--primary-yellow-orange.geico-icon:not(.geico-icon--actionable), .icon--primary-yellow-orange[class*=icon-] {
  color: #F3A241;
}
.icon--primary-yellow-orange .bg-color.geico-icon, .icon--primary-yellow-orange .bg-color[class^=icon-], .icon--primary-yellow-orange .bg-color[class*=" icon-"], .icon--primary-yellow-orange.bg-color.geico-icon, .icon--primary-yellow-orange.bg-color[class^=icon-], .icon--primary-yellow-orange.bg-color[class*=" icon-"], .icon--primary-yellow-orange .bg-gradient.geico-icon, .icon--primary-yellow-orange .bg-gradient[class^=icon-], .icon--primary-yellow-orange .bg-gradient[class*=" icon-"], .icon--primary-yellow-orange.bg-gradient.geico-icon, .icon--primary-yellow-orange.bg-gradient[class^=icon-], .icon--primary-yellow-orange.bg-gradient[class*=" icon-"] {
  color: #FFFFFF;
}
.icon--primary-yellow-orange .bg-color.geico-icon, .icon--primary-yellow-orange.bg-color.geico-icon, .icon--primary-yellow-orange .bg-gradient.geico-icon, .icon--primary-yellow-orange.bg-gradient.geico-icon {
  border-color: #FFFFFF;
}
.icon--primary-yellow-orange .bg-color.geico-icon.geico-icon--actionable, .icon--primary-yellow-orange.bg-color.geico-icon.geico-icon--actionable, .icon--primary-yellow-orange .bg-gradient.geico-icon.geico-icon--actionable, .icon--primary-yellow-orange.bg-gradient.geico-icon.geico-icon--actionable {
  color: #F3A241;
  background-color: #FFFFFF;
}

.icon--secondary-purple.geico-icon:not(.geico-icon--actionable), .icon--secondary-purple[class*=icon-] {
  color: #977FCC;
}
.icon--secondary-purple .bg-color.geico-icon, .icon--secondary-purple .bg-color[class^=icon-], .icon--secondary-purple .bg-color[class*=" icon-"], .icon--secondary-purple.bg-color.geico-icon, .icon--secondary-purple.bg-color[class^=icon-], .icon--secondary-purple.bg-color[class*=" icon-"], .icon--secondary-purple .bg-gradient.geico-icon, .icon--secondary-purple .bg-gradient[class^=icon-], .icon--secondary-purple .bg-gradient[class*=" icon-"], .icon--secondary-purple.bg-gradient.geico-icon, .icon--secondary-purple.bg-gradient[class^=icon-], .icon--secondary-purple.bg-gradient[class*=" icon-"] {
  color: #FFFFFF;
}
.icon--secondary-purple .bg-color.geico-icon, .icon--secondary-purple.bg-color.geico-icon, .icon--secondary-purple .bg-gradient.geico-icon, .icon--secondary-purple.bg-gradient.geico-icon {
  border-color: #FFFFFF;
}
.icon--secondary-purple .bg-color.geico-icon.geico-icon--actionable, .icon--secondary-purple.bg-color.geico-icon.geico-icon--actionable, .icon--secondary-purple .bg-gradient.geico-icon.geico-icon--actionable, .icon--secondary-purple.bg-gradient.geico-icon.geico-icon--actionable {
  color: #977FCC;
  background-color: #FFFFFF;
}

.icon--secondary-teal.geico-icon:not(.geico-icon--actionable), .icon--secondary-teal[class*=icon-] {
  color: #327B7B;
}
.icon--secondary-teal .bg-color.geico-icon, .icon--secondary-teal .bg-color[class^=icon-], .icon--secondary-teal .bg-color[class*=" icon-"], .icon--secondary-teal.bg-color.geico-icon, .icon--secondary-teal.bg-color[class^=icon-], .icon--secondary-teal.bg-color[class*=" icon-"], .icon--secondary-teal .bg-gradient.geico-icon, .icon--secondary-teal .bg-gradient[class^=icon-], .icon--secondary-teal .bg-gradient[class*=" icon-"], .icon--secondary-teal.bg-gradient.geico-icon, .icon--secondary-teal.bg-gradient[class^=icon-], .icon--secondary-teal.bg-gradient[class*=" icon-"] {
  color: #FFFFFF;
}
.icon--secondary-teal .bg-color.geico-icon, .icon--secondary-teal.bg-color.geico-icon, .icon--secondary-teal .bg-gradient.geico-icon, .icon--secondary-teal.bg-gradient.geico-icon {
  border-color: #FFFFFF;
}
.icon--secondary-teal .bg-color.geico-icon.geico-icon--actionable, .icon--secondary-teal.bg-color.geico-icon.geico-icon--actionable, .icon--secondary-teal .bg-gradient.geico-icon.geico-icon--actionable, .icon--secondary-teal.bg-gradient.geico-icon.geico-icon--actionable {
  color: #327B7B;
  background-color: #FFFFFF;
}

.icon--secondary-magenta.geico-icon:not(.geico-icon--actionable), .icon--secondary-magenta[class*=icon-] {
  color: #BE3C9D;
}
.icon--secondary-magenta .bg-color.geico-icon, .icon--secondary-magenta .bg-color[class^=icon-], .icon--secondary-magenta .bg-color[class*=" icon-"], .icon--secondary-magenta.bg-color.geico-icon, .icon--secondary-magenta.bg-color[class^=icon-], .icon--secondary-magenta.bg-color[class*=" icon-"], .icon--secondary-magenta .bg-gradient.geico-icon, .icon--secondary-magenta .bg-gradient[class^=icon-], .icon--secondary-magenta .bg-gradient[class*=" icon-"], .icon--secondary-magenta.bg-gradient.geico-icon, .icon--secondary-magenta.bg-gradient[class^=icon-], .icon--secondary-magenta.bg-gradient[class*=" icon-"] {
  color: #FFFFFF;
}
.icon--secondary-magenta .bg-color.geico-icon, .icon--secondary-magenta.bg-color.geico-icon, .icon--secondary-magenta .bg-gradient.geico-icon, .icon--secondary-magenta.bg-gradient.geico-icon {
  border-color: #FFFFFF;
}
.icon--secondary-magenta .bg-color.geico-icon.geico-icon--actionable, .icon--secondary-magenta.bg-color.geico-icon.geico-icon--actionable, .icon--secondary-magenta .bg-gradient.geico-icon.geico-icon--actionable, .icon--secondary-magenta.bg-gradient.geico-icon.geico-icon--actionable {
  color: #BE3C9D;
  background-color: #FFFFFF;
}

.icon--gray.geico-icon:not(.geico-icon--actionable), .icon--gray[class*=icon-] {
  color: #616161;
}
.icon--gray .bg-color.geico-icon, .icon--gray .bg-color[class^=icon-], .icon--gray .bg-color[class*=" icon-"], .icon--gray.bg-color.geico-icon, .icon--gray.bg-color[class^=icon-], .icon--gray.bg-color[class*=" icon-"], .icon--gray .bg-gradient.geico-icon, .icon--gray .bg-gradient[class^=icon-], .icon--gray .bg-gradient[class*=" icon-"], .icon--gray.bg-gradient.geico-icon, .icon--gray.bg-gradient[class^=icon-], .icon--gray.bg-gradient[class*=" icon-"] {
  color: #FFFFFF;
}
.icon--gray .bg-color.geico-icon, .icon--gray.bg-color.geico-icon, .icon--gray .bg-gradient.geico-icon, .icon--gray.bg-gradient.geico-icon {
  border-color: #FFFFFF;
}
.icon--gray .bg-color.geico-icon.geico-icon--actionable, .icon--gray.bg-color.geico-icon.geico-icon--actionable, .icon--gray .bg-gradient.geico-icon.geico-icon--actionable, .icon--gray.bg-gradient.geico-icon.geico-icon--actionable {
  color: #616161;
  background-color: #FFFFFF;
}

.geico-icon {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  font-size-adjust: none;
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  color: #1C1C1E;
  box-sizing: border-box;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 3.2rem;
  line-height: 3.2rem;
}
.geico-icon:before {
  display: block;
  margin: 0 auto;
}
.geico-icon.geico-icon--xsmall {
  width: 1.6rem;
  height: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.geico-icon.geico-icon--small {
  width: 2.4rem;
  height: 2.4rem;
  font-size: 2.4rem;
  line-height: 2.4rem;
}
.geico-icon.geico-icon--large {
  width: 5.6rem;
  height: 5.6rem;
  font-size: 5.6rem;
  line-height: 5.6rem;
}
.geico-icon.geico-icon--xlarge {
  width: 8.8rem;
  height: 8.8rem;
  font-size: 8.8rem;
  line-height: 8.8rem;
}
.geico-icon.geico-icon--actionable {
  text-decoration: none;
  color: #005CCC;
  cursor: pointer;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 3.2rem;
  line-height: 3.2rem;
}
.geico-icon.geico-icon--actionable:hover, .geico-icon.geico-icon--actionable:focus {
  color: #004599;
}
.geico-icon.geico-icon--actionable:active {
  color: #002e66;
}
.geico-icon.geico-icon--actionable.geico-icon--small {
  background-color: transparent;
  width: 2.4rem;
  height: 2.4rem;
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #005CCC;
  cursor: pointer;
}
.geico-icon.geico-icon--actionable.geico-icon--small:hover, .geico-icon.geico-icon--actionable.geico-icon--small:focus {
  color: #004599;
}
.geico-icon.geico-icon--actionable.geico-icon--small:active {
  color: #002e66;
}
.geico-icon.geico-icon--actionable.geico-icon--large {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 3.2rem;
  line-height: 3.2rem;
}

.bg-gradient .geico-icon.geico-icon--actionable, .bg-gradient .geico-icon.geico-icon--actionable:active, .bg-gradient .geico-icon.geico-icon--actionable:visited, .bg-color .geico-icon.geico-icon--actionable, .bg-color .geico-icon.geico-icon--actionable:active, .bg-color .geico-icon.geico-icon--actionable:visited, div:not(.panel-wrapper).bg-gradient .geico-icon.geico-icon--actionable, div:not(.panel-wrapper).bg-gradient .geico-icon.geico-icon--actionable:active, div:not(.panel-wrapper).bg-gradient .geico-icon.geico-icon--actionable:visited, div:not(.panel-wrapper).bg-color .geico-icon.geico-icon--actionable, div:not(.panel-wrapper).bg-color .geico-icon.geico-icon--actionable:active, div:not(.panel-wrapper).bg-color .geico-icon.geico-icon--actionable:visited {
  background-color: #FFFFFF;
  color: #005CCC;
}

#icons .pattern-content > div {
  padding-left: 1rem;
  padding-right: 1rem;
}

.dark .icon--geico-blue.geico-icon:not(.geico-icon--actionable), .dark .icon--geico-blue[class*=icon-] {
  color: #99D4F2;
}
.dark .icon--primary-blue.geico-icon:not(.geico-icon--actionable), .dark .icon--primary-blue[class*=icon-] {
  color: #7CABFF;
}
.dark .icon--heritage-blue.geico-icon:not(.geico-icon--actionable), .dark .icon--heritage-blue[class*=icon-] {
  color: #99D4F2;
}
.dark .icon--primary-orange.geico-icon:not(.geico-icon--actionable), .dark .icon--primary-orange[class*=icon-] {
  color: #FF8B64;
}
.dark .icon--primary-green.geico-icon:not(.geico-icon--actionable), .dark .icon--primary-green[class*=icon-] {
  color: #72BF59;
}
.dark .icon--primary-red.geico-icon:not(.geico-icon--actionable), .dark .icon--primary-red[class*=icon-] {
  color: #FF888F;
}
.dark .icon--primary-yellow.geico-icon:not(.geico-icon--actionable), .dark .icon--primary-yellow[class*=icon-] {
  color: #E1B539;
}
.dark .icon--primary-yellow-orange.geico-icon:not(.geico-icon--actionable), .dark .icon--primary-yellow-orange[class*=icon-] {
  color: #F49E37;
}
.dark .icon--secondary-purple.geico-icon:not(.geico-icon--actionable), .dark .icon--secondary-purple[class*=icon-] {
  color: #B39DF1;
}
.dark .icon--secondary-teal.geico-icon:not(.geico-icon--actionable), .dark .icon--secondary-teal[class*=icon-] {
  color: #5ABBBD;
}
.dark .icon--secondary-magenta.geico-icon:not(.geico-icon--actionable), .dark .icon--secondary-magenta[class*=icon-] {
  color: #EE84D3;
}
.dark .geico-icon {
  color: #FAFAFA;
}
.dark .geico-icon.geico-icon--actionable {
  text-decoration: none;
  color: #7CABFF;
  cursor: pointer;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 3.2rem;
  line-height: 3.2rem;
}
.dark .geico-icon.geico-icon--actionable:hover, .dark .geico-icon.geico-icon--actionable:focus {
  color: #ABC7FF;
}
.dark .geico-icon.geico-icon--actionable:active {
  color: #B6C4FF;
}
.dark .geico-icon.geico-icon--actionable.geico-icon--small {
  background-color: transparent;
  width: 2.4rem;
  height: 2.4rem;
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #7CABFF;
  cursor: pointer;
}
.dark .geico-icon.geico-icon--actionable.geico-icon--small:hover, .dark .geico-icon.geico-icon--actionable.geico-icon--small:focus {
  color: #ABC7FF;
}
.dark .geico-icon.geico-icon--actionable.geico-icon--small:active {
  color: #B6C4FF;
}

/* /////////////////////////////////////////////////////////////////////
//  05 - Buttons & Links
/////////////////////////////////////////////////////////////////////*/
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
button.btn--primary, button.btn--secondary, button.btn--destructive, .btn.btn--primary, .btn.btn--secondary, .btn.btn--destructive, a.btn:visited.btn--primary, a.btn:visited.btn--secondary, a.btn:visited.btn--destructive, a.btn:active.btn--primary, a.btn:active.btn--secondary, a.btn:active.btn--destructive {
  -webkit-transition: all 0.15s ease-in; /* Safari, Chrome */
  -moz-transition: all 0.15s ease-in; /* Firefox 4.0~16.0 */
  transition: all 0.15s ease-in; /* IE >9, FF >15, Opera >12.0 */
}

.btn-group {
  display: inline-block;
}

button, .btn, a.btn:visited, a.btn:active {
  font-weight: 700;
  border-radius: 2.5rem;
  height: 5rem;
  line-height: 4.4rem;
  padding: 0 3rem;
  margin-right: 1.5rem;
  margin-bottom: 3rem;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: medium none;
  color: #FFFFFF;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  vertical-align: middle;
  overflow: visible;
  text-transform: capitalize;
  border: 0.2rem solid transparent;
}
button span, .btn span, a.btn:visited span, a.btn:active span {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  pointer-events: none;
}
button.btn--primary, .btn.btn--primary, a.btn:visited.btn--primary, a.btn:active.btn--primary {
  background-color: #004B9B;
  color: #FFFFFF;
}
button.btn--primary:hover, .btn.btn--primary:hover, a.btn:visited.btn--primary:hover, a.btn:active.btn--primary:hover {
  background-color: #073770;
}
button.btn--primary:active, .btn.btn--primary:active, a.btn:visited.btn--primary:active, a.btn:active.btn--primary:active {
  background-color: #001F45;
}
button.btn--primary:focus, .btn.btn--primary:focus, a.btn:visited.btn--primary:focus, a.btn:active.btn--primary:focus {
  border: 0.2rem solid #FFFFFF;
  outline: 0.2rem solid #004B9B;
}
button.btn--secondary, .btn.btn--secondary, a.btn:visited.btn--secondary, a.btn:active.btn--secondary {
  color: #004B9B;
  background-color: transparent;
  border: 0.2rem solid #004B9B;
}
button.btn--secondary:hover, .btn.btn--secondary:hover, a.btn:visited.btn--secondary:hover, a.btn:active.btn--secondary:hover {
  color: #FFFFFF;
  background-color: #073770;
}
button.btn--secondary:active, .btn.btn--secondary:active, a.btn:visited.btn--secondary:active, a.btn:active.btn--secondary:active {
  background-color: #001F45;
}
button.btn--secondary:focus, .btn.btn--secondary:focus, a.btn:visited.btn--secondary:focus, a.btn:active.btn--secondary:focus {
  border: 0.2rem solid #FFFFFF;
  outline: 0.2rem solid #004B9B;
  background-color: #004B9B;
  color: #FFFFFF;
}
button.btn--secondary:disabled, .btn.btn--secondary:disabled, a.btn:visited.btn--secondary:disabled, a.btn:active.btn--secondary:disabled {
  border: transparent;
}
button.btn--tertiary, .btn.btn--tertiary, a.btn:visited.btn--tertiary, a.btn:active.btn--tertiary {
  color: #005CCC;
  border-color: #005CCC;
  background-color: rgba(250, 250, 250, 0);
  box-shadow: inset 0 0 0 0.1rem #005CCC;
  font-size: 1.5rem;
  line-height: 1rem;
  border-radius: 2.5rem;
  height: 2.6rem;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
button.btn--tertiary:hover, button.btn--tertiary:focus, .btn.btn--tertiary:hover, .btn.btn--tertiary:focus, a.btn:visited.btn--tertiary:hover, a.btn:visited.btn--tertiary:focus, a.btn:active.btn--tertiary:hover, a.btn:active.btn--tertiary:focus {
  color: #FFFFFF;
  background-color: rgba(0, 92, 204, 0.6);
  box-shadow: none;
}
button.btn--tertiary:active, .btn.btn--tertiary:active, a.btn:visited.btn--tertiary:active, a.btn:active.btn--tertiary:active {
  color: #FFFFFF;
  background-color: rgba(0, 92, 204, 0.8);
  box-shadow: none;
}
button.btn--tertiary:disabled, .btn.btn--tertiary:disabled, a.btn:visited.btn--tertiary:disabled, a.btn:active.btn--tertiary:disabled {
  box-shadow: none;
}
button.btn--destructive, .btn.btn--destructive, a.btn:visited.btn--destructive, a.btn:active.btn--destructive {
  color: #004B9B;
  background-color: transparent;
}
button.btn--destructive:hover, .btn.btn--destructive:hover, a.btn:visited.btn--destructive:hover, a.btn:active.btn--destructive:hover {
  color: #FFFFFF;
  background-color: #073770;
}
button.btn--destructive:active, .btn.btn--destructive:active, a.btn:visited.btn--destructive:active, a.btn:active.btn--destructive:active {
  background-color: #001F45;
}
button.btn--destructive:focus, .btn.btn--destructive:focus, a.btn:visited.btn--destructive:focus, a.btn:active.btn--destructive:focus {
  border: 0.2rem solid #FFFFFF;
  outline: 0.2rem solid #004B9B;
  background-color: #004B9B;
  color: #FFFFFF;
}
button.btn--primary:disabled, button.btn--secondary:disabled, button.btn--destructive:disabled, .btn.btn--primary:disabled, .btn.btn--secondary:disabled, .btn.btn--destructive:disabled, a.btn:visited.btn--primary:disabled, a.btn:visited.btn--secondary:disabled, a.btn:visited.btn--destructive:disabled, a.btn:active.btn--primary:disabled, a.btn:active.btn--secondary:disabled, a.btn:active.btn--destructive:disabled {
  background-color: #EDEDED;
  color: rgba(97, 97, 97, 0.6);
  cursor: not-allowed;
}
button.btn--pull-right, .btn.btn--pull-right, a.btn:visited.btn--pull-right, a.btn:active.btn--pull-right {
  float: right;
}
button.btn--pull-right:not(.ui-datepicker-trigger), .btn.btn--pull-right:not(.ui-datepicker-trigger), a.btn:visited.btn--pull-right:not(.ui-datepicker-trigger), a.btn:active.btn--pull-right:not(.ui-datepicker-trigger) {
  margin-right: 0rem;
  margin-left: 1.5rem;
}
button.btn--full, .btn.btn--full, a.btn:visited.btn--full, a.btn:active.btn--full {
  width: 100%;
}

.btn-center {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.bg-color button.btn--primary, .bg-color button:active.btn--primary, .bg-color .btn:active.btn--primary, .bg-color .btn.btn--primary, .bg-color a.btn:visited.btn--primary, .bg-color a.btn:hover:active.btn--primary, .bg-gradient button.btn--primary, .bg-gradient button:active.btn--primary, .bg-gradient .btn:active.btn--primary, .bg-gradient .btn.btn--primary, .bg-gradient a.btn:visited.btn--primary, .bg-gradient a.btn:hover:active.btn--primary {
  color: #295697;
  background-color: #FFFFFF;
}
.bg-color button.btn--primary:hover, .bg-color button:active.btn--primary:hover, .bg-color .btn:active.btn--primary:hover, .bg-color .btn.btn--primary:hover, .bg-color a.btn:visited.btn--primary:hover, .bg-color a.btn:hover:active.btn--primary:hover, .bg-gradient button.btn--primary:hover, .bg-gradient button:active.btn--primary:hover, .bg-gradient .btn:active.btn--primary:hover, .bg-gradient .btn.btn--primary:hover, .bg-gradient a.btn:visited.btn--primary:hover, .bg-gradient a.btn:hover:active.btn--primary:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
.bg-color button.btn--primary:active, .bg-color button:active.btn--primary:active, .bg-color .btn:active.btn--primary:active, .bg-color .btn.btn--primary:active, .bg-color a.btn:visited.btn--primary:active, .bg-color a.btn:hover:active.btn--primary:active, .bg-gradient button.btn--primary:active, .bg-gradient button:active.btn--primary:active, .bg-gradient .btn:active.btn--primary:active, .bg-gradient .btn.btn--primary:active, .bg-gradient a.btn:visited.btn--primary:active, .bg-gradient a.btn:hover:active.btn--primary:active {
  background-color: rgba(255, 255, 255, 0.65);
}
.bg-color button.btn--primary:focus, .bg-color button:active.btn--primary:focus, .bg-color .btn:active.btn--primary:focus, .bg-color .btn.btn--primary:focus, .bg-color a.btn:visited.btn--primary:focus, .bg-color a.btn:hover:active.btn--primary:focus, .bg-gradient button.btn--primary:focus, .bg-gradient button:active.btn--primary:focus, .bg-gradient .btn:active.btn--primary:focus, .bg-gradient .btn.btn--primary:focus, .bg-gradient a.btn:visited.btn--primary:focus, .bg-gradient a.btn:hover:active.btn--primary:focus {
  color: #295697;
  background-color: white;
  border: 0.2rem solid #295697;
  outline: 0.2rem solid white;
}
.bg-color button.btn--primary:disabled, .bg-color button:active.btn--primary:disabled, .bg-color .btn:active.btn--primary:disabled, .bg-color .btn.btn--primary:disabled, .bg-color a.btn:visited.btn--primary:disabled, .bg-color a.btn:hover:active.btn--primary:disabled, .bg-gradient button.btn--primary:disabled, .bg-gradient button:active.btn--primary:disabled, .bg-gradient .btn:active.btn--primary:disabled, .bg-gradient .btn.btn--primary:disabled, .bg-gradient a.btn:visited.btn--primary:disabled, .bg-gradient a.btn:hover:active.btn--primary:disabled {
  background-color: #EDEDED;
}
.bg-color button.btn--secondary, .bg-color button:active.btn--secondary, .bg-color .btn:active.btn--secondary, .bg-color .btn.btn--secondary, .bg-color a.btn:visited.btn--secondary, .bg-color a.btn:hover:active.btn--secondary, .bg-gradient button.btn--secondary, .bg-gradient button:active.btn--secondary, .bg-gradient .btn:active.btn--secondary, .bg-gradient .btn.btn--secondary, .bg-gradient a.btn:visited.btn--secondary, .bg-gradient a.btn:hover:active.btn--secondary {
  color: #FFFFFF;
  background-color: transparent;
  border: 0.2rem solid #FFFFFF;
}
.bg-color button.btn--secondary:hover, .bg-color button:active.btn--secondary:hover, .bg-color .btn:active.btn--secondary:hover, .bg-color .btn.btn--secondary:hover, .bg-color a.btn:visited.btn--secondary:hover, .bg-color a.btn:hover:active.btn--secondary:hover, .bg-gradient button.btn--secondary:hover, .bg-gradient button:active.btn--secondary:hover, .bg-gradient .btn:active.btn--secondary:hover, .bg-gradient .btn.btn--secondary:hover, .bg-gradient a.btn:visited.btn--secondary:hover, .bg-gradient a.btn:hover:active.btn--secondary:hover {
  color: #295697;
  background-color: rgba(255, 255, 255, 0.85);
  border: 0.2rem solid rgba(255, 255, 255, 0.85);
}
.bg-color button.btn--secondary:active, .bg-color button:active.btn--secondary:active, .bg-color .btn:active.btn--secondary:active, .bg-color .btn.btn--secondary:active, .bg-color a.btn:visited.btn--secondary:active, .bg-color a.btn:hover:active.btn--secondary:active, .bg-gradient button.btn--secondary:active, .bg-gradient button:active.btn--secondary:active, .bg-gradient .btn:active.btn--secondary:active, .bg-gradient .btn.btn--secondary:active, .bg-gradient a.btn:visited.btn--secondary:active, .bg-gradient a.btn:hover:active.btn--secondary:active {
  color: #295697;
  background-color: rgba(255, 255, 255, 0.65);
  border: 0.2rem solid rgba(255, 255, 255, 0.65);
}
.bg-color button.btn--secondary:focus, .bg-color button:active.btn--secondary:focus, .bg-color .btn:active.btn--secondary:focus, .bg-color .btn.btn--secondary:focus, .bg-color a.btn:visited.btn--secondary:focus, .bg-color a.btn:hover:active.btn--secondary:focus, .bg-gradient button.btn--secondary:focus, .bg-gradient button:active.btn--secondary:focus, .bg-gradient .btn:active.btn--secondary:focus, .bg-gradient .btn.btn--secondary:focus, .bg-gradient a.btn:visited.btn--secondary:focus, .bg-gradient a.btn:hover:active.btn--secondary:focus {
  color: #295697;
  background-color: white;
  border: 0.2rem solid #295697;
  outline: 0.2rem solid white;
}
.bg-color button.btn--secondary:disabled, .bg-color button:active.btn--secondary:disabled, .bg-color .btn:active.btn--secondary:disabled, .bg-color .btn.btn--secondary:disabled, .bg-color a.btn:visited.btn--secondary:disabled, .bg-color a.btn:hover:active.btn--secondary:disabled, .bg-gradient button.btn--secondary:disabled, .bg-gradient button:active.btn--secondary:disabled, .bg-gradient .btn:active.btn--secondary:disabled, .bg-gradient .btn.btn--secondary:disabled, .bg-gradient a.btn:visited.btn--secondary:disabled, .bg-gradient a.btn:hover:active.btn--secondary:disabled {
  border: none;
}
.bg-color button.btn--destructive, .bg-color button:active.btn--destructive, .bg-color .btn:active.btn--destructive, .bg-color .btn.btn--destructive, .bg-color a.btn:visited.btn--destructive, .bg-color a.btn:hover:active.btn--destructive, .bg-gradient button.btn--destructive, .bg-gradient button:active.btn--destructive, .bg-gradient .btn:active.btn--destructive, .bg-gradient .btn.btn--destructive, .bg-gradient a.btn:visited.btn--destructive, .bg-gradient a.btn:hover:active.btn--destructive {
  color: #FFFFFF;
}
.bg-color button.btn--destructive:hover, .bg-color button:active.btn--destructive:hover, .bg-color .btn:active.btn--destructive:hover, .bg-color .btn.btn--destructive:hover, .bg-color a.btn:visited.btn--destructive:hover, .bg-color a.btn:hover:active.btn--destructive:hover, .bg-gradient button.btn--destructive:hover, .bg-gradient button:active.btn--destructive:hover, .bg-gradient .btn:active.btn--destructive:hover, .bg-gradient .btn.btn--destructive:hover, .bg-gradient a.btn:visited.btn--destructive:hover, .bg-gradient a.btn:hover:active.btn--destructive:hover {
  color: #295697;
  background-color: rgba(255, 255, 255, 0.85);
  border: 0.2rem solid rgba(255, 255, 255, 0.85);
}
.bg-color button.btn--destructive:active, .bg-color button:active.btn--destructive:active, .bg-color .btn:active.btn--destructive:active, .bg-color .btn.btn--destructive:active, .bg-color a.btn:visited.btn--destructive:active, .bg-color a.btn:hover:active.btn--destructive:active, .bg-gradient button.btn--destructive:active, .bg-gradient button:active.btn--destructive:active, .bg-gradient .btn:active.btn--destructive:active, .bg-gradient .btn.btn--destructive:active, .bg-gradient a.btn:visited.btn--destructive:active, .bg-gradient a.btn:hover:active.btn--destructive:active {
  color: #295697;
  background-color: rgba(255, 255, 255, 0.65);
  border: 0.2rem solid rgba(255, 255, 255, 0.65);
}
.bg-color button.btn--destructive:focus, .bg-color button:active.btn--destructive:focus, .bg-color .btn:active.btn--destructive:focus, .bg-color .btn.btn--destructive:focus, .bg-color a.btn:visited.btn--destructive:focus, .bg-color a.btn:hover:active.btn--destructive:focus, .bg-gradient button.btn--destructive:focus, .bg-gradient button:active.btn--destructive:focus, .bg-gradient .btn:active.btn--destructive:focus, .bg-gradient .btn.btn--destructive:focus, .bg-gradient a.btn:visited.btn--destructive:focus, .bg-gradient a.btn:hover:active.btn--destructive:focus {
  color: #295697;
  background-color: white;
  border: 0.2rem solid #295697;
  outline: 0.2rem solid white;
}
.bg-color button:disabled, .bg-color button:active:disabled, .bg-color .btn:active:disabled, .bg-color .btn:disabled, .bg-color a.btn:visited:disabled, .bg-color a.btn:hover:active:disabled, .bg-gradient button:disabled, .bg-gradient button:active:disabled, .bg-gradient .btn:active:disabled, .bg-gradient .btn:disabled, .bg-gradient a.btn:visited:disabled, .bg-gradient a.btn:hover:active:disabled {
  background-color: #FFFFFF;
  color: #616161;
  opacity: 0.25;
}
.bg-color button:disabled:hover, .bg-color button:disabled:focus, .bg-color button:disabled:active, .bg-color button:active:disabled:hover, .bg-color button:active:disabled:focus, .bg-color button:active:disabled:active, .bg-color .btn:active:disabled:hover, .bg-color .btn:active:disabled:focus, .bg-color .btn:active:disabled:active, .bg-color .btn:disabled:hover, .bg-color .btn:disabled:focus, .bg-color .btn:disabled:active, .bg-color a.btn:visited:disabled:hover, .bg-color a.btn:visited:disabled:focus, .bg-color a.btn:visited:disabled:active, .bg-color a.btn:hover:active:disabled:hover, .bg-color a.btn:hover:active:disabled:focus, .bg-color a.btn:hover:active:disabled:active, .bg-gradient button:disabled:hover, .bg-gradient button:disabled:focus, .bg-gradient button:disabled:active, .bg-gradient button:active:disabled:hover, .bg-gradient button:active:disabled:focus, .bg-gradient button:active:disabled:active, .bg-gradient .btn:active:disabled:hover, .bg-gradient .btn:active:disabled:focus, .bg-gradient .btn:active:disabled:active, .bg-gradient .btn:disabled:hover, .bg-gradient .btn:disabled:focus, .bg-gradient .btn:disabled:active, .bg-gradient a.btn:visited:disabled:hover, .bg-gradient a.btn:visited:disabled:focus, .bg-gradient a.btn:visited:disabled:active, .bg-gradient a.btn:hover:active:disabled:hover, .bg-gradient a.btn:hover:active:disabled:focus, .bg-gradient a.btn:hover:active:disabled:active {
  background-color: #FFFFFF;
  color: #616161;
  opacity: 0.25;
}

.btn--pull-right {
  float: right;
}
.btn--pull-right:not(.ui-datepicker-trigger) {
  margin-right: 0rem;
  margin-left: 1.5rem;
}

@media (max-width: 480px) {
  button, .btn, a.btn:visited, a.btn:active, .modal .modal-container .modal-content .btn, .modal .modal-container .modal-content button.btn {
    height: 5rem;
    line-height: 4.4rem;
    margin-bottom: 1rem;
  }
  button.btn--full-mobile, .btn.btn--full-mobile, a.btn:visited.btn--full-mobile, a.btn:active.btn--full-mobile, .modal .modal-container .modal-content .btn.btn--full-mobile, .modal .modal-container .modal-content button.btn.btn--full-mobile {
    padding-left: 0rem;
    padding-right: 0rem;
    margin-right: 0rem;
    left: auto;
    width: 100%;
    text-align: center;
  }
  button.btn--full-mobile:last-child, .btn.btn--full-mobile:last-child, a.btn:visited.btn--full-mobile:last-child, a.btn:active.btn--full-mobile:last-child, .modal .modal-container .modal-content .btn.btn--full-mobile:last-child, .modal .modal-container .modal-content button.btn.btn--full-mobile:last-child {
    margin-bottom: 3rem;
  }
  .btn-group {
    display: block;
  }
  .btn-group button, .btn-group .btn, .btn-group a.btn:visited, .btn-group a.btn:active {
    padding-left: 0rem;
    padding-right: 0rem;
    margin-right: 0rem;
    width: calc(50% - 0.8rem);
    text-align: center;
    margin-right: 0;
    margin-left: 0.8rem;
    margin-bottom: 1rem;
  }
  .btn-group button:last-child, .btn-group .btn:last-child, .btn-group a.btn:visited:last-child, .btn-group a.btn:active:last-child {
    margin-left: 0;
  }
  .btn-group button.btn--full-mobile:not(.btn--pull-right), .btn-group .btn.btn--full-mobile:not(.btn--pull-right), .btn-group a.btn:visited.btn--full-mobile:not(.btn--pull-right), .btn-group a.btn:active.btn--full-mobile:not(.btn--pull-right) {
    margin-right: 0.8rem;
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .btn-group button.btn--full-mobile:not(.btn--pull-right):last-child, .btn-group .btn.btn--full-mobile:not(.btn--pull-right):last-child, .btn-group a.btn:visited.btn--full-mobile:not(.btn--pull-right):last-child, .btn-group a.btn:active.btn--full-mobile:not(.btn--pull-right):last-child {
    margin-right: 0;
  }
}
.dark button.btn--primary, .dark .btn.btn--primary, .dark a.btn:visited.btn--primary, .dark a.btn:active.btn--primary {
  background-color: #99D4F2;
  color: #1C1C1E;
}
.dark button.btn--primary:hover, .dark .btn.btn--primary:hover, .dark a.btn:visited.btn--primary:hover, .dark a.btn:active.btn--primary:hover {
  color: #1C1C1E;
  background-color: #BAE3F8;
}
.dark button.btn--primary:active, .dark .btn.btn--primary:active, .dark a.btn:visited.btn--primary:active, .dark a.btn:active.btn--primary:active {
  color: #1C1C1E;
  background-color: #D7EDF9;
}
.dark button.btn--primary:focus, .dark .btn.btn--primary:focus, .dark a.btn:visited.btn--primary:focus, .dark a.btn:active.btn--primary:focus {
  border-color: #1C1C1E;
  outline-color: #FFFFFF;
}
.dark button.btn--secondary, .dark .btn.btn--secondary, .dark a.btn:visited.btn--secondary, .dark a.btn:active.btn--secondary {
  color: #99D4F2;
  background-color: transparent;
  border: 0.1rem solid #99D4F2;
}
.dark button.btn--secondary:hover, .dark .btn.btn--secondary:hover, .dark a.btn:visited.btn--secondary:hover, .dark a.btn:active.btn--secondary:hover {
  color: #1C1C1E;
  background-color: #BAE3F8;
}
.dark button.btn--secondary:active, .dark .btn.btn--secondary:active, .dark a.btn:visited.btn--secondary:active, .dark a.btn:active.btn--secondary:active {
  color: #1C1C1E;
  background-color: #D7EDF9;
}
.dark button.btn--secondary:focus, .dark .btn.btn--secondary:focus, .dark a.btn:visited.btn--secondary:focus, .dark a.btn:active.btn--secondary:focus {
  color: #1C1C1E;
  background-color: #99D4F2;
  border-color: #1C1C1E;
  outline-color: #FFFFFF;
}
.dark button.btn--secondary:disabled, .dark .btn.btn--secondary:disabled, .dark a.btn:visited.btn--secondary:disabled, .dark a.btn:active.btn--secondary:disabled {
  box-shadow: none;
}
.dark button.btn--tertiary, .dark .btn.btn--tertiary, .dark a.btn:visited.btn--tertiary, .dark a.btn:active.btn--tertiary {
  color: #7CABFF;
  border-color: #7CABFF;
  background-color: rgba(250, 250, 250, 0);
  box-shadow: inset 0 0 0 0.1rem #7CABFF;
}
.dark button.btn--tertiary:hover, .dark button.btn--tertiary:focus, .dark .btn.btn--tertiary:hover, .dark .btn.btn--tertiary:focus, .dark a.btn:visited.btn--tertiary:hover, .dark a.btn:visited.btn--tertiary:focus, .dark a.btn:active.btn--tertiary:hover, .dark a.btn:active.btn--tertiary:focus {
  color: #FAFAFA;
  background-color: #C3D9FF;
}
.dark button.btn--tertiary:active, .dark .btn.btn--tertiary:active, .dark a.btn:visited.btn--tertiary:active, .dark a.btn:active.btn--tertiary:active {
  color: #FAFAFA;
  background-color: #ABC7FF;
}
.dark button.btn--destructive, .dark .btn.btn--destructive, .dark a.btn:visited.btn--destructive, .dark a.btn:active.btn--destructive {
  color: #99D4F2;
  background-color: transparent;
}
.dark button.btn--destructive:hover, .dark .btn.btn--destructive:hover, .dark a.btn:visited.btn--destructive:hover, .dark a.btn:active.btn--destructive:hover {
  color: #1C1C1E;
  background-color: #BAE3F8;
}
.dark button.btn--destructive:active, .dark .btn.btn--destructive:active, .dark a.btn:visited.btn--destructive:active, .dark a.btn:active.btn--destructive:active {
  color: #1C1C1E;
  background-color: #D7EDF9;
}
.dark button.btn--destructive:focus, .dark .btn.btn--destructive:focus, .dark a.btn:visited.btn--destructive:focus, .dark a.btn:active.btn--destructive:focus {
  color: #1C1C1E;
  background-color: #99D4F2;
  border: 0.1rem solid #1C1C1E;
  outline: 0.2rem solid #FFFFFF;
}
.dark button.btn--primary:disabled, .dark button.btn--secondary:disabled, .dark button.btn--destructive:disabled, .dark .btn.btn--primary:disabled, .dark .btn.btn--secondary:disabled, .dark .btn.btn--destructive:disabled, .dark a.btn:visited.btn--primary:disabled, .dark a.btn:visited.btn--secondary:disabled, .dark a.btn:visited.btn--destructive:disabled, .dark a.btn:active.btn--primary:disabled, .dark a.btn:active.btn--secondary:disabled, .dark a.btn:active.btn--destructive:disabled {
  background-color: #404040;
  color: #666666;
  cursor: not-allowed;
}
.dark .bg-color button.btn--primary, .dark .bg-color button:active.btn--primary, .dark .bg-color .btn:active.btn--primary, .dark .bg-color .btn.btn--primary, .dark .bg-color a.btn:visited.btn--primary, .dark .bg-color a.btn:hover:active.btn--primary, .dark .bg-gradient button.btn--primary, .dark .bg-gradient button:active.btn--primary, .dark .bg-gradient .btn:active.btn--primary, .dark .bg-gradient .btn.btn--primary, .dark .bg-gradient a.btn:visited.btn--primary, .dark .bg-gradient a.btn:hover:active.btn--primary {
  color: #295697;
  background-color: #FFFFFF;
}
.dark .bg-color button.btn--primary:hover, .dark .bg-color button:active.btn--primary:hover, .dark .bg-color .btn:active.btn--primary:hover, .dark .bg-color .btn.btn--primary:hover, .dark .bg-color a.btn:visited.btn--primary:hover, .dark .bg-color a.btn:hover:active.btn--primary:hover, .dark .bg-gradient button.btn--primary:hover, .dark .bg-gradient button:active.btn--primary:hover, .dark .bg-gradient .btn:active.btn--primary:hover, .dark .bg-gradient .btn.btn--primary:hover, .dark .bg-gradient a.btn:visited.btn--primary:hover, .dark .bg-gradient a.btn:hover:active.btn--primary:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
.dark .bg-color button.btn--primary:active, .dark .bg-color button:active.btn--primary:active, .dark .bg-color .btn:active.btn--primary:active, .dark .bg-color .btn.btn--primary:active, .dark .bg-color a.btn:visited.btn--primary:active, .dark .bg-color a.btn:hover:active.btn--primary:active, .dark .bg-gradient button.btn--primary:active, .dark .bg-gradient button:active.btn--primary:active, .dark .bg-gradient .btn:active.btn--primary:active, .dark .bg-gradient .btn.btn--primary:active, .dark .bg-gradient a.btn:visited.btn--primary:active, .dark .bg-gradient a.btn:hover:active.btn--primary:active {
  background-color: rgba(255, 255, 255, 0.65);
}
.dark .bg-color button.btn--primary:focus, .dark .bg-color button:active.btn--primary:focus, .dark .bg-color .btn:active.btn--primary:focus, .dark .bg-color .btn.btn--primary:focus, .dark .bg-color a.btn:visited.btn--primary:focus, .dark .bg-color a.btn:hover:active.btn--primary:focus, .dark .bg-gradient button.btn--primary:focus, .dark .bg-gradient button:active.btn--primary:focus, .dark .bg-gradient .btn:active.btn--primary:focus, .dark .bg-gradient .btn.btn--primary:focus, .dark .bg-gradient a.btn:visited.btn--primary:focus, .dark .bg-gradient a.btn:hover:active.btn--primary:focus {
  color: #295697;
  background-color: white;
  border: 0.2rem solid #295697;
  outline: 0.2rem solid white;
}
.dark .bg-color button.btn--primary:disabled, .dark .bg-color button:active.btn--primary:disabled, .dark .bg-color .btn:active.btn--primary:disabled, .dark .bg-color .btn.btn--primary:disabled, .dark .bg-color a.btn:visited.btn--primary:disabled, .dark .bg-color a.btn:hover:active.btn--primary:disabled, .dark .bg-gradient button.btn--primary:disabled, .dark .bg-gradient button:active.btn--primary:disabled, .dark .bg-gradient .btn:active.btn--primary:disabled, .dark .bg-gradient .btn.btn--primary:disabled, .dark .bg-gradient a.btn:visited.btn--primary:disabled, .dark .bg-gradient a.btn:hover:active.btn--primary:disabled {
  background-color: #EDEDED;
}
.dark .bg-color button.btn--secondary, .dark .bg-color button:active.btn--secondary, .dark .bg-color .btn:active.btn--secondary, .dark .bg-color .btn.btn--secondary, .dark .bg-color a.btn:visited.btn--secondary, .dark .bg-color a.btn:hover:active.btn--secondary, .dark .bg-gradient button.btn--secondary, .dark .bg-gradient button:active.btn--secondary, .dark .bg-gradient .btn:active.btn--secondary, .dark .bg-gradient .btn.btn--secondary, .dark .bg-gradient a.btn:visited.btn--secondary, .dark .bg-gradient a.btn:hover:active.btn--secondary {
  color: #FFFFFF;
  background-color: transparent;
  border: 0.2rem solid #FFFFFF;
}
.dark .bg-color button.btn--secondary:hover, .dark .bg-color button:active.btn--secondary:hover, .dark .bg-color .btn:active.btn--secondary:hover, .dark .bg-color .btn.btn--secondary:hover, .dark .bg-color a.btn:visited.btn--secondary:hover, .dark .bg-color a.btn:hover:active.btn--secondary:hover, .dark .bg-gradient button.btn--secondary:hover, .dark .bg-gradient button:active.btn--secondary:hover, .dark .bg-gradient .btn:active.btn--secondary:hover, .dark .bg-gradient .btn.btn--secondary:hover, .dark .bg-gradient a.btn:visited.btn--secondary:hover, .dark .bg-gradient a.btn:hover:active.btn--secondary:hover {
  color: #295697;
  background-color: rgba(255, 255, 255, 0.85);
  border: 0.2rem solid rgba(255, 255, 255, 0.85);
}
.dark .bg-color button.btn--secondary:active, .dark .bg-color button:active.btn--secondary:active, .dark .bg-color .btn:active.btn--secondary:active, .dark .bg-color .btn.btn--secondary:active, .dark .bg-color a.btn:visited.btn--secondary:active, .dark .bg-color a.btn:hover:active.btn--secondary:active, .dark .bg-gradient button.btn--secondary:active, .dark .bg-gradient button:active.btn--secondary:active, .dark .bg-gradient .btn:active.btn--secondary:active, .dark .bg-gradient .btn.btn--secondary:active, .dark .bg-gradient a.btn:visited.btn--secondary:active, .dark .bg-gradient a.btn:hover:active.btn--secondary:active {
  color: #295697;
  background-color: rgba(255, 255, 255, 0.65);
  border: 0.2rem solid rgba(255, 255, 255, 0.65);
}
.dark .bg-color button.btn--secondary:focus, .dark .bg-color button:active.btn--secondary:focus, .dark .bg-color .btn:active.btn--secondary:focus, .dark .bg-color .btn.btn--secondary:focus, .dark .bg-color a.btn:visited.btn--secondary:focus, .dark .bg-color a.btn:hover:active.btn--secondary:focus, .dark .bg-gradient button.btn--secondary:focus, .dark .bg-gradient button:active.btn--secondary:focus, .dark .bg-gradient .btn:active.btn--secondary:focus, .dark .bg-gradient .btn.btn--secondary:focus, .dark .bg-gradient a.btn:visited.btn--secondary:focus, .dark .bg-gradient a.btn:hover:active.btn--secondary:focus {
  color: #295697;
  background-color: white;
  border: 0.2rem solid #295697;
  outline: 0.2rem solid white;
}
.dark .bg-color button.btn--secondary:disabled, .dark .bg-color button:active.btn--secondary:disabled, .dark .bg-color .btn:active.btn--secondary:disabled, .dark .bg-color .btn.btn--secondary:disabled, .dark .bg-color a.btn:visited.btn--secondary:disabled, .dark .bg-color a.btn:hover:active.btn--secondary:disabled, .dark .bg-gradient button.btn--secondary:disabled, .dark .bg-gradient button:active.btn--secondary:disabled, .dark .bg-gradient .btn:active.btn--secondary:disabled, .dark .bg-gradient .btn.btn--secondary:disabled, .dark .bg-gradient a.btn:visited.btn--secondary:disabled, .dark .bg-gradient a.btn:hover:active.btn--secondary:disabled {
  border: none;
}
.dark .bg-color button.btn--destructive, .dark .bg-color button:active.btn--destructive, .dark .bg-color .btn:active.btn--destructive, .dark .bg-color .btn.btn--destructive, .dark .bg-color a.btn:visited.btn--destructive, .dark .bg-color a.btn:hover:active.btn--destructive, .dark .bg-gradient button.btn--destructive, .dark .bg-gradient button:active.btn--destructive, .dark .bg-gradient .btn:active.btn--destructive, .dark .bg-gradient .btn.btn--destructive, .dark .bg-gradient a.btn:visited.btn--destructive, .dark .bg-gradient a.btn:hover:active.btn--destructive {
  color: #FFFFFF;
}
.dark .bg-color button.btn--destructive:hover, .dark .bg-color button:active.btn--destructive:hover, .dark .bg-color .btn:active.btn--destructive:hover, .dark .bg-color .btn.btn--destructive:hover, .dark .bg-color a.btn:visited.btn--destructive:hover, .dark .bg-color a.btn:hover:active.btn--destructive:hover, .dark .bg-gradient button.btn--destructive:hover, .dark .bg-gradient button:active.btn--destructive:hover, .dark .bg-gradient .btn:active.btn--destructive:hover, .dark .bg-gradient .btn.btn--destructive:hover, .dark .bg-gradient a.btn:visited.btn--destructive:hover, .dark .bg-gradient a.btn:hover:active.btn--destructive:hover {
  color: #295697;
  background-color: rgba(255, 255, 255, 0.85);
  border: 0.2rem solid rgba(255, 255, 255, 0.85);
}
.dark .bg-color button.btn--destructive:active, .dark .bg-color button:active.btn--destructive:active, .dark .bg-color .btn:active.btn--destructive:active, .dark .bg-color .btn.btn--destructive:active, .dark .bg-color a.btn:visited.btn--destructive:active, .dark .bg-color a.btn:hover:active.btn--destructive:active, .dark .bg-gradient button.btn--destructive:active, .dark .bg-gradient button:active.btn--destructive:active, .dark .bg-gradient .btn:active.btn--destructive:active, .dark .bg-gradient .btn.btn--destructive:active, .dark .bg-gradient a.btn:visited.btn--destructive:active, .dark .bg-gradient a.btn:hover:active.btn--destructive:active {
  color: #295697;
  background-color: rgba(255, 255, 255, 0.65);
  border: 0.2rem solid rgba(255, 255, 255, 0.65);
}
.dark .bg-color button.btn--destructive:focus, .dark .bg-color button:active.btn--destructive:focus, .dark .bg-color .btn:active.btn--destructive:focus, .dark .bg-color .btn.btn--destructive:focus, .dark .bg-color a.btn:visited.btn--destructive:focus, .dark .bg-color a.btn:hover:active.btn--destructive:focus, .dark .bg-gradient button.btn--destructive:focus, .dark .bg-gradient button:active.btn--destructive:focus, .dark .bg-gradient .btn:active.btn--destructive:focus, .dark .bg-gradient .btn.btn--destructive:focus, .dark .bg-gradient a.btn:visited.btn--destructive:focus, .dark .bg-gradient a.btn:hover:active.btn--destructive:focus {
  color: #295697;
  background-color: white;
  border: 0.2rem solid #295697;
  outline: 0.2rem solid white;
}
.dark .bg-color button:disabled, .dark .bg-color button:active:disabled, .dark .bg-color .btn:active:disabled, .dark .bg-color .btn:disabled, .dark .bg-color a.btn:visited:disabled, .dark .bg-color a.btn:hover:active:disabled, .dark .bg-gradient button:disabled, .dark .bg-gradient button:active:disabled, .dark .bg-gradient .btn:active:disabled, .dark .bg-gradient .btn:disabled, .dark .bg-gradient a.btn:visited:disabled, .dark .bg-gradient a.btn:hover:active:disabled {
  background-color: #FFFFFF;
  color: #616161;
  opacity: 0.25;
}
.dark .bg-color button:disabled:hover, .dark .bg-color button:disabled:focus, .dark .bg-color button:disabled:active, .dark .bg-color button:active:disabled:hover, .dark .bg-color button:active:disabled:focus, .dark .bg-color button:active:disabled:active, .dark .bg-color .btn:active:disabled:hover, .dark .bg-color .btn:active:disabled:focus, .dark .bg-color .btn:active:disabled:active, .dark .bg-color .btn:disabled:hover, .dark .bg-color .btn:disabled:focus, .dark .bg-color .btn:disabled:active, .dark .bg-color a.btn:visited:disabled:hover, .dark .bg-color a.btn:visited:disabled:focus, .dark .bg-color a.btn:visited:disabled:active, .dark .bg-color a.btn:hover:active:disabled:hover, .dark .bg-color a.btn:hover:active:disabled:focus, .dark .bg-color a.btn:hover:active:disabled:active, .dark .bg-gradient button:disabled:hover, .dark .bg-gradient button:disabled:focus, .dark .bg-gradient button:disabled:active, .dark .bg-gradient button:active:disabled:hover, .dark .bg-gradient button:active:disabled:focus, .dark .bg-gradient button:active:disabled:active, .dark .bg-gradient .btn:active:disabled:hover, .dark .bg-gradient .btn:active:disabled:focus, .dark .bg-gradient .btn:active:disabled:active, .dark .bg-gradient .btn:disabled:hover, .dark .bg-gradient .btn:disabled:focus, .dark .bg-gradient .btn:disabled:active, .dark .bg-gradient a.btn:visited:disabled:hover, .dark .bg-gradient a.btn:visited:disabled:focus, .dark .bg-gradient a.btn:visited:disabled:active, .dark .bg-gradient a.btn:hover:active:disabled:hover, .dark .bg-gradient a.btn:hover:active:disabled:focus, .dark .bg-gradient a.btn:hover:active:disabled:active {
  background-color: #FFFFFF;
  color: #616161;
  opacity: 0.25;
}

/* /////////////////////////////////////////////////////////////////////
//  06 - Input Fields
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
label.text, p.label, fieldset legend {
  cursor: pointer;
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 1.2rem;
  font-weight: 700;
  color: #141414;
}

label.text.label--inline, fieldset legend.label--inline {
  display: inline-block;
}

.form-descriptive-copy {
  display: block;
  font-size: 1.4rem;
  line-height: 1.7rem;
  margin-bottom: 1.2rem;
  margin-top: -0.5rem;
  color: #1C1C1E;
}
.form-descriptive-copy.tags {
  font-size: 1.4rem;
}
.form-descriptive-copy.tags::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 2px;
  border-radius: 50%;
}
.form-descriptive-copy.tags.tags-general::before {
  background: #005CCC;
}
.form-descriptive-copy.tags.tags-confirmation::before {
  background: #22841F;
}
.form-descriptive-copy.tags.tags-good::before {
  background: #81B90C;
}
.form-descriptive-copy.tags.tags-tip::before {
  background: #FFBA23;
}
.form-descriptive-copy.tags.tags-attention::before {
  background: #EF5621;
}
.form-descriptive-copy.tags.tags-concerning::before {
  background: #E00B20;
}
.form-descriptive-copy.tags.tags-removed::before {
  background: #616161;
}

input[type=text].secureInput, input[type=password].secureInput {
  display: none;
}

input[type=tel].date {
  width: 13.8rem;
}

input[type=tel].date--short {
  width: 10.7rem;
}

input[type=tel].phone-number::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}

input[type=text].social-security-number::-ms-clear, input[type=tel].social-security-number::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}

input[type=tel].date-short-year {
  width: 8.7rem;
}
input[type=tel].date-short-year::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}

.zip-code-form {
  position: relative;
}
.zip-code-form input[type=tel].zip-code-input::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}
.zip-code-form input[type=tel].zip-code-input:focus {
  outline: none;
}
.zip-code-form input[type=tel].zip-code-input:disabled + span.zip-code-geo-icon {
  color: #616161;
  cursor: not-allowed;
}
.zip-code-form .zip-code-geo-icon {
  position: absolute;
  right: 1rem;
  background-color: transparent;
  text-align: center;
  font-family: "geico";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 2.4rem;
  line-height: 5rem;
  width: 2.4rem;
  height: 5rem;
  -webkit-font-smoothing: antialiased;
  border: none;
  text-decoration: none;
  color: #005CCC;
  left: 12.2rem;
  text-shadow: none;
}
.zip-code-form .zip-code-geo-icon:hover, .zip-code-form .zip-code-geo-icon:focus {
  cursor: pointer;
  color: #295697;
}
.zip-code-form .zip-code-geo-icon.active {
  color: #1E4071;
}

input[type=text], input[type=password], input[type=email], input[type=number], input[type=tel], input[type=search]:not(.select2-search__field), .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  background-color: #FFFFFF;
  border-radius: 0.8rem;
  border: 0.1rem solid #EDEDED;
  display: inline-block;
  padding-left: 1.4rem;
  margin-bottom: 3.5rem;
  padding-right: 1.4rem;
  font-size: 1.6rem;
  height: 5rem;
  color: #141414;
  box-shadow: none;
  -webkit-transition: border 0.1s ease-in; /* Safari, Chrome */
  -moz-transition: border 0.1s ease-in; /* Firefox 4.0~16.0 */
  transition: border 0.1s ease-in; /* IE >9, FF >15, Opera >12.0 */
  word-break: normal;
  word-wrap: normal;
}
input[type=text]:hover, input[type=password]:hover, input[type=email]:hover, input[type=number]:hover, input[type=tel]:hover, input[type=search]:not(.select2-search__field):hover, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple:hover {
  border: 0.1rem solid #BCBCBC;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=search]:not(.select2-search__field):focus, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple:focus {
  border: 0.1rem solid #005CCC;
}
input[type=text].segmented-control, input[type=password].segmented-control, input[type=email].segmented-control, input[type=number].segmented-control, input[type=tel].segmented-control, input[type=search]:not(.select2-search__field).segmented-control, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple.segmented-control {
  float: left;
  margin-top: 0.3rem;
}

.form-field--error input[type=text], .form-field--error input[type=password], .form-field--error input[type=email], .form-field--error input[type=number], .form-field--error input[type=tel], .form-field--error input[type=search]:not(.select2-search__field) {
  background-color: #FFFFFF;
  border: 0.1rem solid #E00B20;
  margin-bottom: 1rem;
}
.form-field--error input[type=text]:focus, .form-field--error input[type=password]:focus, .form-field--error input[type=email]:focus, .form-field--error input[type=number]:focus, .form-field--error input[type=tel]:focus, .form-field--error input[type=search]:not(.select2-search__field):focus {
  -webkit-transition: border-color 0.1s ease-in; /* Safari, Chrome */
  -moz-transition: border-color 0.1s ease-in; /* Firefox 4.0~16.0 */
  transition: border-color 0.1s ease-in; /* IE >9, FF >15, Opera >12.0 */
  border-color: #E00B20;
}
.form-field--error .form-message {
  color: #E00B20;
  display: block;
  font-size: 1.6rem !important;
  margin-bottom: 3rem;
  width: 100%;
  float: left;
}
.form-field--error .form-message a {
  color: currentColor;
}
.form-field--error input[type=tel].zip-code-input {
  border: 0.1rem solid #E00B20;
}
.form-field--error .zip-code-geo-icon {
  border-color: #E00B20;
}

input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=search]:not(.select2-search__field):disabled {
  background-color: #EDEDED;
  border: 0.1rem solid #BCBCBC;
  color: #1C1C1E;
  cursor: not-allowed;
}
input[type=text]:disabled:hover,
input[type=email]:disabled:hover,
input[type=password]:disabled:hover,
input[type=number]:disabled:hover,
input[type=tel]:disabled:hover,
input[type=search]:not(.select2-search__field):disabled:hover {
  background-color: #EDEDED;
  border: 0.1rem solid #BCBCBC;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number].small-number-input, .small-input {
  width: 7.8rem;
}

input[type=password]::-ms-reveal {
  display: none;
}

.search-icon {
  position: relative;
}
.search-icon input {
  padding-left: 5.4rem;
}
.search-icon:before {
  content: "\e202";
  font-family: geico;
  position: absolute;
  top: 0.8rem;
  left: 1.5rem;
  color: #1C1C1E;
  font-size: 2.4rem;
}

::-webkit-input-placeholder {
  color: rgba(97, 97, 97, 0.7);
}

::-moz-placeholder {
  color: rgba(97, 97, 97, 0.7);
}

:-ms-input-placeholder, input:-ms-input-placeholder {
  color: rgba(97, 97, 97, 0.7);
}

.bg-gradient label.text, .bg-gradient .form-descriptive-copy, .bg-color label.text, .bg-color .form-descriptive-copy {
  color: #FFFFFF;
}
.bg-gradient input[type=text], .bg-gradient input[type=password], .bg-gradient input[type=email], .bg-gradient input[type=number], .bg-gradient input[type=tel], .bg-gradient input[type=search]:not(.select2-search__field), .bg-color input[type=text], .bg-color input[type=password], .bg-color input[type=email], .bg-color input[type=number], .bg-color input[type=tel], .bg-color input[type=search]:not(.select2-search__field) {
  border-color: #1C1C1E;
}
.bg-gradient input[type=text]:hover, .bg-gradient input[type=password]:hover, .bg-gradient input[type=email]:hover, .bg-gradient input[type=number]:hover, .bg-gradient input[type=tel]:hover, .bg-gradient input[type=search]:not(.select2-search__field):hover, .bg-color input[type=text]:hover, .bg-color input[type=password]:hover, .bg-color input[type=email]:hover, .bg-color input[type=number]:hover, .bg-color input[type=tel]:hover, .bg-color input[type=search]:not(.select2-search__field):hover {
  -webkit-transition: border-color 0.1s ease-in; /* Safari, Chrome */
  -moz-transition: border-color 0.1s ease-in; /* Firefox 4.0~16.0 */
  transition: border-color 0.1s ease-in; /* IE >9, FF >15, Opera >12.0 */
  border-color: rgba(28, 28, 30, 0.6);
}
.bg-gradient input[type=text]:focus, .bg-gradient input[type=password]:focus, .bg-gradient input[type=email]:focus, .bg-gradient input[type=number]:focus, .bg-gradient input[type=tel]:focus, .bg-gradient input[type=search]:not(.select2-search__field):focus, .bg-color input[type=text]:focus, .bg-color input[type=password]:focus, .bg-color input[type=email]:focus, .bg-color input[type=number]:focus, .bg-color input[type=tel]:focus, .bg-color input[type=search]:not(.select2-search__field):focus {
  border-color: #1C1C1E;
  box-shadow: 0px 0px 0px 0px #1C1C1E;
}

.search-field-wrapper {
  position: relative;
}
.search-field-wrapper:before {
  font-family: "geico";
  content: "\e202";
  width: 2.4rem;
  height: 2.4rem;
  font-size: 2.4rem;
  line-height: 2.4rem;
  position: absolute;
  margin-top: 1.3rem;
  margin-left: 1.3rem;
}
.search-field-wrapper input[type=search]:not(.select2-search__field) {
  -webkit-appearance: none;
  box-sizing: border-box;
  padding-left: 4.7rem;
}
.search-field-wrapper input[type=search]:not(.select2-search__field)::-webkit-search-cancel-button {
  display: none;
}
.search-field-wrapper input[type=search]:not(.select2-search__field)::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.6rem;
  background-image: url('data:image/svg+xml;utf8, <path fill="#005CCC" d="M16 19.385l-6.923 6.923c-0.462 0.462-1.026 0.692-1.692 0.692s-1.231-0.231-1.692-0.692c-0.462-0.462-0.692-1.026-0.692-1.692s0.231-1.231 0.692-1.692l6.923-6.923-6.923-6.923c-0.462-0.462-0.692-1.026-0.692-1.692s0.231-1.231 0.692-1.692c0.462-0.462 1.026-0.692 1.692-0.692s1.231 0.231 1.692 0.692l6.923 6.923 6.923-6.923c0.462-0.462 1.026-0.692 1.692-0.692s1.231 0.231 1.692 0.692c0.462 0.462 0.692 1.026 0.692 1.692s-0.231 1.231-0.692 1.692l-6.923 6.923 6.923 6.923c0.462 0.462 0.692 1.026 0.692 1.692s-0.231 1.231-0.692 1.692-1.026 0.692-1.692 0.692c-0.667 0-1.231-0.231-1.692-0.692l-6.923-6.923z"/>');
  background-repeat: no-repeat;
  background-size: 1.6rem;
  cursor: pointer;
}
.search-field-wrapper.search-field--full-width {
  display: flex;
}
.search-field-wrapper.search-field--full-width input[type=search]:not(.select2-search__field) {
  flex: 1;
}
.search-field-wrapper .search-field-btn:not(.btn--full) {
  margin: 0 0 0 2rem;
}

@media screen and (max-width: 480px) {
  input[type=text], input[type=password], input[type=email], input[type=number], input[type=tel], input[type=search]:not(.select2-search__field) {
    width: 100%;
  }
  input[type=tel].date {
    width: calc(100% - 5rem);
  }
  .zip-code-form .zip-code-geo-icon {
    left: auto;
  }
  .search-field-wrapper .search-field-btn.btn--full-mobile {
    margin-left: 0;
  }
}
.dark label.text, .dark p.label, .dark fieldset legend {
  color: #FAFAFA;
}
.dark .form-descriptive-copy {
  color: #FAFAFA;
}
.dark .form-descriptive-copy.tags::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 2px;
  border-radius: 50%;
}
.dark .form-descriptive-copy.tags.tags-general::before {
  background: #7CABFF;
}
.dark .form-descriptive-copy.tags.tags-confirmation::before {
  background: #72BF59;
}
.dark .form-descriptive-copy.tags.tags-good::before {
  background: #A7CF53;
}
.dark .form-descriptive-copy.tags.tags-tip::before {
  background: #E1B539;
}
.dark .form-descriptive-copy.tags.tags-attention::before {
  background: #FF8B64;
}
.dark .form-descriptive-copy.tags.tags-concerning::before {
  background: #FF888F;
}
.dark .form-descriptive-copy.tags.tags-removed::before {
  background: #BCBCBC;
}
.dark .zip-code-form:disabled + span.zip-code-geo-icon {
  color: #616161;
}
.dark .zip-code-geo-icon {
  color: #7CABFF;
}
.dark .zip-code-geo-icon:hover, .dark .zip-code-geo-icon:focus {
  color: #ABC7FF;
}
.dark .zip-code-geo-icon.active {
  color: #B6C4FF;
}
.dark input[type=text], .dark input[type=password], .dark input[type=email], .dark input[type=number], .dark input[type=tel], .dark input[type=search]:not(.select2-search__field), .dark .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  background-color: #2B2B2F;
  border: 0.1rem solid #2B2B2F;
  color: #FAFAFA;
  color: #FAFAFA;
}
.dark input[type=text]:hover, .dark input[type=password]:hover, .dark input[type=email]:hover, .dark input[type=number]:hover, .dark input[type=tel]:hover, .dark input[type=search]:not(.select2-search__field):hover, .dark .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple:hover {
  border: 0.1rem solid #616161;
}
.dark input[type=text]:focus, .dark input[type=password]:focus, .dark input[type=email]:focus, .dark input[type=number]:focus, .dark input[type=tel]:focus, .dark input[type=search]:not(.select2-search__field):focus, .dark .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple:focus {
  border: 0.1rem solid #ABC7FF;
}
.dark .form-field--error input[type=text], .dark .form-field--error input[type=password], .dark .form-field--error input[type=email], .dark .form-field--error input[type=number], .dark .form-field--error input[type=tel], .dark .form-field--error input[type=search]:not(.select2-search__field) {
  border: 0.1rem solid #FF888F;
}
.dark .form-field--error input[type=text]:focus, .dark .form-field--error input[type=password]:focus, .dark .form-field--error input[type=email]:focus, .dark .form-field--error input[type=number]:focus, .dark .form-field--error input[type=tel]:focus, .dark .form-field--error input[type=search]:not(.select2-search__field):focus {
  -webkit-transition: border 0.1s ease-in; /* Safari, Chrome */
  -moz-transition: border 0.1s ease-in; /* Firefox 4.0~16.0 */
  transition: border 0.1s ease-in; /* IE >9, FF >15, Opera >12.0 */
  border: 0.1rem solid #FF888F;
}
.dark .form-field--error .form-message {
  color: #FF888F;
}
.dark .form-field--error input[type=tel].zip-code-input {
  border: 0.1rem solid #FF888F;
}
.dark .form-field--error .zip-code-geo-icon {
  border-color: #FF888F;
}
.dark input[type=text]:disabled, .dark input[type=email]:disabled, .dark input[type=password]:disabled, .dark input[type=number]:disabled, .dark input[type=tel]:disabled, .dark input[type=search]:not(.select2-search__field):disabled {
  background-color: #141414;
  border: 0.1rem solid #141414;
  color: #616161;
}
.dark input[type=text]:disabled:hover, .dark input[type=email]:disabled:hover, .dark input[type=password]:disabled:hover, .dark input[type=number]:disabled:hover, .dark input[type=tel]:disabled:hover, .dark input[type=search]:not(.select2-search__field):disabled:hover {
  background-color: #141414;
  border: 0.1rem solid #141414;
}
.dark .search-icon:before {
  color: #FAFAFA;
}
.dark ::-webkit-input-placeholder {
  color: #BCBCBC;
}
.dark ::-moz-placeholder {
  color: #BCBCBC;
}
.dark :-ms-input-placeholder, .dark input:-ms-input-placeholder {
  color: #BCBCBC;
}
.dark input[type=search]:not(.select2-search__field)::-webkit-search-cancel-button {
  background-image: url('data:image/svg+xml;utf8, <path fill="#7CABFF" d="M16 19.385l-6.923 6.923c-0.462 0.462-1.026 0.692-1.692 0.692s-1.231-0.231-1.692-0.692c-0.462-0.462-0.692-1.026-0.692-1.692s0.231-1.231 0.692-1.692l6.923-6.923-6.923-6.923c-0.462-0.462-0.692-1.026-0.692-1.692s0.231-1.231 0.692-1.692c0.462-0.462 1.026-0.692 1.692-0.692s1.231 0.231 1.692 0.692l6.923 6.923 6.923-6.923c0.462-0.462 1.026-0.692 1.692-0.692s1.231 0.231 1.692 0.692c0.462 0.462 0.692 1.026 0.692 1.692s-0.231 1.231-0.692 1.692l-6.923 6.923 6.923 6.923c0.462 0.462 0.692 1.026 0.692 1.692s-0.231 1.231-0.692 1.692-1.026 0.692-1.692 0.692c-0.667 0-1.231-0.231-1.692-0.692l-6.923-6.923z"/>');
}

/* /////////////////////////////////////////////////////////////////////
//  07 - Radios & Checkboxes
/////////////////////////////////////////////////////////////////////*/
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
form input[type=radio]:checked + label:after {
  background: #005CCC;
}
form .radio-button-group,
form .checkbox-group {
  margin-bottom: 3.5rem;
  clear: both;
}
form .radio-button-group legend,
form .checkbox-group legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
form .radio-button-group.with-tooltip legend,
form .checkbox-group.with-tooltip legend {
  float: left;
  max-width: 85%;
}
form .radio-button-group.with-tooltip .tooltip-container,
form .checkbox-group.with-tooltip .tooltip-container {
  bottom: 1px;
  left: 4px;
  float: left;
}
form label.checkbox .tooltip-trigger {
  margin-bottom: 0.35rem;
}
form .checkbox-group.with-tooltip > div > input[type=checkbox] ~ .checkbox {
  float: left;
  clear: both;
}
form .checkbox-group.with-tooltip .checkbox-wrapper {
  clear: both;
}
form .radio-button-group.with-tooltip > div > input[type=radio] ~ .radio {
  float: left;
  clear: both;
}
form .radio-button-group.with-tooltip .radio-button-wrapper {
  clear: both;
}
form input[type=radio],
form input[type=checkbox] {
  position: absolute;
  left: -999.9rem;
  padding: 0;
}
form input[type=checkbox]:checked + label:before {
  background-color: #005CCC;
  border: none;
}
form input[type=radio]:checked + label,
form input[type=checkbox]:checked + label {
  background-color: #F0F4FB;
  border: 0.1rem solid #005CCC;
}
form input[type=radio]:checked + label > span,
form input[type=checkbox]:checked + label > span {
  font-weight: 700;
}
form input[type=radio]:checked + label > span span,
form input[type=checkbox]:checked + label > span span {
  font-weight: 400;
}
form input[type=radio]:focus + label,
form input[type=checkbox]:focus + label {
  -webkit-transition: border-color 0.1s ease-in; /* Safari, Chrome */
  -moz-transition: border-color 0.1s ease-in; /* Firefox 4.0~16.0 */
  transition: border-color 0.1s ease-in; /* IE >9, FF >15, Opera >12.0 */
  border: 0.1rem solid #005CCC;
}
form input[type=radio]:active + label:not(.disabled),
form input[type=checkbox]:active + label:not(.disabled) {
  -webkit-transition: border-color 0.1s ease-in; /* Safari, Chrome */
  -moz-transition: border-color 0.1s ease-in; /* Firefox 4.0~16.0 */
  transition: border-color 0.1s ease-in; /* IE >9, FF >15, Opera >12.0 */
  background-color: #F0F4FB;
  border: 0.1rem solid #005CCC;
}
form input[type=radio]:disabled + label,
form input[type=checkbox]:disabled + label {
  -webkit-transition: border-color 0.1s ease-in; /* Safari, Chrome */
  -moz-transition: border-color 0.1s ease-in; /* Firefox 4.0~16.0 */
  transition: border-color 0.1s ease-in; /* IE >9, FF >15, Opera >12.0 */
  background-color: #EDEDED;
  border: 0.1rem solid #BCBCBC;
  box-shadow: none;
}
form input[type=radio]:focus + label:before,
form input[type=checkbox]:focus + label:before {
  border-color: #005CCC;
}
form input[type=checkbox]:focus:checked + label:before {
  border-color: #005CCC;
  background-color: #005CCC;
}
form input[type=radio]:disabled:checked + label:before {
  background-color: #EDEDED;
  border-color: #616161;
}
form input[type=radio]:disabled:checked + label:after {
  background-color: #616161;
  border-color: #616161;
}
form input[type=checkbox]:disabled:checked + label:before {
  background-color: #616161;
  border-color: #616161;
}

.radio-button-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.radio-button-wrapper label.radio {
  width: 100%;
}
.radio-button-wrapper.col-1 {
  width: 46%;
}
.radio-button-wrapper.col-1 > div {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}
.radio-button-wrapper.col-2 > div {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  width: 46%;
  margin-bottom: 1rem;
}
.radio-button-wrapper.col-2 > div:nth-child(odd) {
  margin-right: 4%;
}
.radio-button-wrapper.col-3 > div {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  width: 29%;
  margin-bottom: 1rem;
}
.radio-button-wrapper.col-3 > div:nth-child(odd), .radio-button-wrapper.col-3 > div:nth-child(even) {
  margin-right: 4%;
}
.radio-button-wrapper .label--description span {
  display: block;
}
.radio-button-wrapper .label--description span span {
  font-size: 1.4rem;
  padding-top: 0.3rem;
}

.checkbox-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.checkbox-wrapper label.checkbox {
  width: 100%;
}
.checkbox-wrapper.col-1 {
  width: 46%;
}
.checkbox-wrapper.col-1 > div {
  flex: 0 0 auto;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
}
.checkbox-wrapper.col-1 > div:nth-child(odd) {
  margin-right: 4%;
}
.checkbox-wrapper.col-2 > div {
  flex: 0 0 auto;
  display: flex;
  width: 46%;
  margin-bottom: 1rem;
}
.checkbox-wrapper.col-2 > div:nth-child(odd) {
  margin-right: 4%;
}
.checkbox-wrapper.col-3 > div {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  width: 29%;
  margin-bottom: 1rem;
}
.checkbox-wrapper.col-3 > div:nth-child(odd), .checkbox-wrapper.col-3 > div:nth-child(even) {
  margin-right: 4%;
}
.checkbox-wrapper .label--description span {
  display: block;
}
.checkbox-wrapper .label--description span span {
  font-size: 1.4rem;
  padding-top: 0.3rem;
}

.old-style .checkbox-wrapper .label--description span {
  padding-top: 0.3rem;
}

label.radio, label.checkbox {
  cursor: pointer;
  display: flex;
  position: relative;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding-left: 5rem;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.1s ease-in; /* Safari, Chrome */
  -moz-transition: border-color 0.1s ease-in; /* Firefox 4.0~16.0 */
  transition: border-color 0.1s ease-in; /* IE >9, FF >15, Opera >12.0 */
  align-items: center;
  height: 100%;
  align-items: flex-start;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
  border: 0.1rem solid #EDEDED;
}
label.radio:hover, label.checkbox:hover {
  border: 0.1rem solid #BCBCBC;
}
label.radio:focus, label.checkbox:focus {
  border: 0.1rem solid #005CCC;
}
label.radio:active, label.checkbox:active {
  background-color: #F0F4FB;
  border: 0.1rem solid #005CCC;
}

label.checkbox {
  padding-top: 1.8rem;
  margin-bottom: 2rem;
}

label.radio {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

label.radio:before,
label.checkbox:before {
  border: 0.1rem;
  border-style: solid;
  border-color: #BCBCBC;
  content: "";
  display: block;
  height: 2.4rem;
  width: 2.4rem;
  background-color: #FFFFFF;
  margin-left: 1.3rem;
  margin-right: 1.3rem;
  flex: 0 0 3rem;
  position: absolute;
  left: 0;
}

input[type=radio] + label:before {
  top: 1.3rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

input[type=checkbox] + label:before {
  top: 1.7rem;
  border-radius: 0.7rem;
}

label.checkbox:after {
  position: absolute;
  font-size: 1.6rem;
  height: 1.8rem;
  width: 1.8rem;
  color: #FFFFFF;
  content: "\e158";
  opacity: 0; /* W3C */
  filter: alpha(opacity=0); /* IE */
  -webkit-transition: opacity 0.1s ease-in; /* Safari, Chrome */
  -moz-transition: opacity 0.1s ease-in; /* Firefox 4.0~16.0 */
  transition: opacity 0.1s ease-in; /* IE >9, FF >15, Opera >12.0 */
  padding-bottom: 1.5rem;
  top: 2.1rem;
  left: 1.7rem;
}

label.radio:after {
  position: absolute;
  height: 1.6rem;
  width: 1.6rem;
  border-radius: 50%;
  content: "";
  background: #1C1C1E;
  opacity: 0; /* W3C */
  filter: alpha(opacity=0); /* IE */
  top: 1.7rem;
  left: 1.7rem;
}

input[type=radio]:checked + label:before,
input[type=checkbox]:checked + label:before {
  border: 0.1rem;
  border-style: solid;
  border-color: #005CCC;
}

input[type=radio]:active + label:not(.disabled):before,
input[type=checkbox]:active + label:not(.disabled):before {
  -webkit-transition: border-color 0.1s ease-in; /* Safari, Chrome */
  -moz-transition: border-color 0.1s ease-in; /* Firefox 4.0~16.0 */
  transition: border-color 0.1s ease-in; /* IE >9, FF >15, Opera >12.0 */
  border-color: #1C1C1E;
}

input[type=radio]:checked:disabled + label:before,
input[type=checkbox]:checked:disabled + label:before {
  border: 0.1rem;
  border-style: solid;
  border-color: #616161;
}

input[type=radio]:checked + label:after,
input[type=checkbox]:checked + label:after {
  opacity: 1; /* W3C */
  filter: alpha(opacity=100); /* IE */
  -webkit-transition: opacity 0.1s ease-in; /* Safari, Chrome */
  -moz-transition: opacity 0.1s ease-in; /* Firefox 4.0~16.0 */
  transition: opacity 0.1s ease-in; /* IE >9, FF >15, Opera >12.0 */
}

label.radio.disabled, label.checkbox.disabled {
  cursor: not-allowed;
  color: #616161;
  background-color: #EDEDED;
  border: 0.1rem solid #BCBCBC;
}

label.checkbox.disabled:before,
label.radio.disabled:before {
  background-color: #EDEDED;
  cursor: not-allowed;
  border-color: #BCBCBC;
}

label.checkbox.disabled,
label.radio.disabled,
label.checkbox.disabled:after,
label.radio.disabled:after {
  cursor: not-allowed;
}

.bg-gradient form .old-style label.radio,
.bg-gradient form .old-style label.checkbox,
.bg-gradient fieldset legend, .bg-color form .old-style label.radio,
.bg-color form .old-style label.checkbox,
.bg-color fieldset legend {
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  form .radio-button-wrapper.col-1 {
    width: 100%;
  }
  form .radio-button-wrapper.col-1 > div {
    width: 100%;
  }
  form .radio-button-wrapper.col-1 > div:nth-child(odd) {
    margin-right: 0rem;
  }
  form .radio-button-wrapper.col-2 {
    width: 100%;
  }
  form .radio-button-wrapper.col-2 > div {
    width: 100%;
  }
  form .radio-button-wrapper.col-2 > div:nth-child(odd) {
    margin-right: 0rem;
  }
  form .radio-button-wrapper.col-3 {
    width: 100%;
  }
  form .radio-button-wrapper.col-3 > div {
    width: 100%;
  }
  form .radio-button-wrapper.col-3 > div:nth-child(odd) {
    margin-right: 0rem;
  }
  form .checkbox-wrapper.col-1 {
    width: 100%;
  }
  form .checkbox-wrapper.col-1 div {
    margin-right: 0rem;
  }
  form .checkbox-wrapper.col-2 {
    width: 100%;
  }
  form .checkbox-wrapper.col-2 div {
    width: 100%;
  }
  form .checkbox-wrapper.col-2 div:nth-child(odd) {
    margin-right: 0rem;
  }
  form .checkbox-wrapper.col-3 {
    width: 100%;
  }
  form .checkbox-wrapper.col-3 div {
    width: 100%;
  }
  form .checkbox-wrapper.col-3 div:nth-child(odd) {
    margin-right: 0rem;
  }
}
.dark form input[type=radio]:checked + label:after {
  background: #ABC7FF;
  border-color: #ABC7FF;
}
.dark form input[type=checkbox]:checked + label:before {
  background-color: #ABC7FF;
  border-color: #ABC7FF;
}
.dark form input[type=radio]:checked + label,
.dark form input[type=checkbox]:checked + label {
  background-color: #002F65;
  border: 0.1rem solid #ABC7FF;
}
.dark form input[type=radio]:focus + label,
.dark form input[type=checkbox]:focus + label {
  border: 0.1rem solid #ABC7FF;
}
.dark form input[type=radio]:active + label:not(.disabled),
.dark form input[type=checkbox]:active + label:not(.disabled) {
  background-color: #002F65;
  border: 0.1rem solid #ABC7FF;
}
.dark form input[type=radio]:disabled + label,
.dark form input[type=checkbox]:disabled + label {
  background-color: #141414;
  border: 0.1rem solid #141414;
}
.dark form input[type=radio]:focus + label:before,
.dark form input[type=checkbox]:focus + label:before {
  border-color: #ABC7FF;
}
.dark form input[type=checkbox]:focus:checked + label:before {
  border-color: #ABC7FF;
  background-color: #ABC7FF;
}
.dark form input[type=radio]:disabled:checked + label:before {
  background-color: #141414;
  border-color: #616161;
}
.dark form input[type=radio]:disabled:checked + label:after {
  background-color: #616161;
  border-color: #616161;
}
.dark form input[type=checkbox]:disabled:checked + label:before {
  background-color: #616161;
  border-color: #616161;
}
.dark label.radio, .dark label.checkbox {
  background-color: #2B2B2F;
  border: 0.1rem solid #2B2B2F;
  color: #FAFAFA;
}
.dark label.radio:hover, .dark label.checkbox:hover {
  border: 0.1rem solid #616161;
}
.dark label.radio:hover:before, .dark label.checkbox:hover:before {
  border-color: #FAFAFA;
}
.dark label.radio:before,
.dark label.checkbox:before {
  border-color: #BCBCBC;
  background-color: #2B2B2F;
}
.dark label.checkbox:after {
  color: #000000;
}
.dark label.radio:after {
  background: #ABC7FF;
}
.dark input[type=radio]:checked + label:before,
.dark input[type=checkbox]:checked + label:before {
  border-color: #ABC7FF;
}
.dark input[type=radio]:active + label:not(.disabled):before,
.dark input[type=checkbox]:active + label:not(.disabled):before {
  background-color: #002F65;
  border: 0.1rem solid #ABC7FF;
}
.dark input[type=radio]:checked:disabled + label:before,
.dark input[type=checkbox]:checked:disabled + label:before {
  border-color: #616161;
}
.dark label.radio.disabled, .dark label.checkbox.disabled {
  color: #616161;
  background-color: #141414;
  border-color: #141414;
}
.dark label.checkbox.disabled:before,
.dark label.radio.disabled:before {
  background-color: #141414;
  border-color: #616161;
}
.dark .form-field--error label.text, .dark .form-field--error legend {
  color: #FAFAFA;
}
.dark .form-field--error input[type=radio] + label, .dark .form-field--error input[type=checkbox] + label {
  background-color: #550719;
  border: 0.1rem solid #FF888F;
}
.dark .form-field--error input[type=radio]:not(:disabled):not(:checked):not(:focus) + label:before, .dark .form-field--error input[type=checkbox]:not(:disabled):not(:checked):not(:focus) + label:before {
  border-color: #FF888F;
  background-color: #550719;
}
.dark .form-field--error input[type=radio]:checked + label:before {
  border-color: #ABC7FF;
}
.dark .form-field--error .form-message {
  color: #FF888F;
}
.dark form .old-style label:hover.radio:before,
.dark form .old-style label:hover.checkbox:before {
  border-color: #FAFAFA;
}

form .old-style label.radio,
form .old-style label.checkbox,
form .old-style input[type=radio]:disabled + label,
form .old-style input[type=checkbox]:disabled + label,
form .old-style input[type=radio]:focus + label,
form .old-style input[type=checkbox]:focus + label,
form .old-style input[type=radio]:active + label:not(.disabled),
form .old-style input[type=checkbox]:active + label:not(.disabled),
form .old-style input[type=radio]:checked + label,
form .old-style input[type=checkbox]:checked + label,
form .old-style label.radio:hover,
form .old-style label.checkbox:hover {
  background-color: transparent;
  border-color: transparent;
}
form .old-style label:hover.radio:before,
form .old-style label:hover.checkbox:before {
  border-color: #616161;
}
form .old-style label.checkbox, form .old-style label.radio {
  display: inline-block;
}
form .old-style label.checkbox span:not([class]), form .old-style label.radio span:not([class]) {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}
form .old-style input[type=radio]:checked + label,
form .old-style input[type=checkbox]:checked + label {
  font-weight: 700;
}
form .old-style input[type=radio]:checked + label > span:not([class]),
form .old-style input[type=checkbox]:checked + label > span:not([class]) {
  font-weight: 400;
}

.form-field--error input[type=radio] + label, .form-field--error input[type=checkbox] + label {
  background-color: #FBF3F0;
  border: 0.1rem solid #E00B20;
}
.form-field--error input[type=radio]:not(:disabled):not(:checked):not(:focus) + label:before, .form-field--error input[type=checkbox]:not(:disabled):not(:checked):not(:focus) + label:before {
  border-color: #E00B20;
  background-color: #FBF3F0;
}
.form-field--error input[type=radio]:checked + label:before {
  border-color: #005CCC;
}
.form-field--error .form-message {
  color: #E00B20;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 3rem;
  width: 100%;
  float: left;
}
.form-field--error .form-message a {
  color: currentColor;
}
.form-field--error.previously-styled-radio input[type=radio] + label, .form-field--error.previously-styled-radio input[type=checkbox] + label, .form-field--error.previously-styled-checkbox input[type=radio] + label, .form-field--error.previously-styled-checkbox input[type=checkbox] + label {
  margin-bottom: 1rem;
}
.form-field--error.previously-styled-radio .radio-button-wrapper label, .form-field--error.previously-styled-radio .checkbox-wrapper label, .form-field--error.previously-styled-checkbox .radio-button-wrapper label, .form-field--error.previously-styled-checkbox .checkbox-wrapper label {
  border-width: 0;
}
.form-field--error.previously-styled-radio .radio-button-wrapper .radio-button label, .form-field--error.previously-styled-radio .radio-button-wrapper .checkbox label, .form-field--error.previously-styled-radio .checkbox-wrapper .radio-button label, .form-field--error.previously-styled-radio .checkbox-wrapper .checkbox label, .form-field--error.previously-styled-checkbox .radio-button-wrapper .radio-button label, .form-field--error.previously-styled-checkbox .radio-button-wrapper .checkbox label, .form-field--error.previously-styled-checkbox .checkbox-wrapper .radio-button label, .form-field--error.previously-styled-checkbox .checkbox-wrapper .checkbox label {
  border-width: 0;
}
.form-field--error.old-style input[type=radio] + label,
.form-field--error.old-style input[type=checkbox] + label {
  background-color: transparent;
  border-color: transparent;
}

/* /////////////////////////////////////////////////////////////////////
//  08 - Select Box
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.form-field--error .select-box select, .form-field--error .select-box {
  margin-bottom: 1rem;
}
.form-field--error .select-box select {
  background-color: #FBF3F0;
  border: 0.1rem solid #E00B20;
}
.form-field--error .select-box select:focus, .form-field--error .select-box select:hover, .form-field--error .select-box select:active {
  background-color: #FBF3F0;
  border: 0.1rem solid #E00B20;
}
.form-field--error .form-message {
  color: #E00B20;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 3rem;
  width: 100%;
  float: left;
}
.form-field--error .form-message a {
  color: currentColor;
}

.select-box {
  position: relative;
  display: inline-block;
  height: 5rem;
  margin-bottom: 3.5rem;
  color: #1C1C1E;
  text-indent: 0.01px;
  text-overflow: "";
}
.select-box:after {
  font-family: "geico";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: "\e214";
  width: 4rem;
  height: 5.2rem;
  line-height: 0;
  font-size: 1.2rem;
  padding-top: 2.6rem;
  backface-visibility: hidden;
  position: absolute;
  color: #1C1C1E;
  right: 0;
  pointer-events: none;
  text-align: center;
  top: 0;
  z-index: 1;
}
.select-box.disabled select {
  cursor: not-allowed;
  color: #616161;
  background-color: #EDEDED;
  border: 0.1rem solid #BCBCBC;
}
.select-box.disabled select:hover, .select-box.disabled select:focus, .select-box.disabled select:active {
  background-color: #EDEDED;
  border: 0.1rem solid #BCBCBC;
}
.select-box.disabled:after {
  border-color: #616161;
  color: #616161;
}
.select-box select {
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
  border: 0.1rem solid #EDEDED;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  box-sizing: border-box;
  height: 100%;
  font-size: 1.6rem;
  padding-left: 1.4rem;
  padding-right: 4rem;
  padding-bottom: 0.25rem;
  color: #1C1C1E;
  cursor: pointer;
  border-width: 0.1rem;
  width: 100%;
  word-break: normal;
  word-wrap: normal;
  -webkit-transition: border 0.1s ease-in; /* Safari, Chrome */
  -moz-transition: border 0.1s ease-in; /* Firefox 4.0~16.0 */
  transition: border 0.1s ease-in; /* IE >9, FF >15, Opera >12.0 */
}
.select-box select:hover {
  border: 0.1rem solid #BCBCBC;
}
.select-box select:focus, .select-box select:active {
  background-color: #F0F4FB;
  border: 0.1rem solid #005CCC;
}
.select-box select:focus::-ms-value {
  background: transparent;
  color: #1C1C1E;
}
.select-box select::-ms-expand {
  display: none;
}
.select-box select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #616161;
}

@-moz-document url-prefix() {
  .select-box select {
    color: #1C1C1E;
    text-shadow: 0 0 0 #616161;
  }
}
@-moz-document url-prefix() {
  .bg-gradient .select-box select, .bg-color .select-box select {
    color: #1C1C1E;
    text-shadow: 0 0 0 #FFFFFF;
  }
}
@media (max-width: 480px) {
  .select-box {
    width: 100%;
  }
}
.dark .form-field--error .select-box select {
  background-color: #550719;
  border: 0.1rem solid #FF888F;
}
.dark .form-field--error .select-box select:focus, .dark .form-field--error .select-box select:hover, .dark .form-field--error .select-box select:active {
  background-color: #550719;
  border: 0.1rem solid #FF888F;
}
.dark .form-field--error .select-box:after {
  color: #FF888F;
}
.dark .form-field--error .form-message {
  color: #FF888F;
}
.dark .form-field--error .select-box.disabled select {
  color: #616161;
  background-color: #141414;
  border: 0.1rem solid #141414;
}
.dark .form-field--error .select-box.disabled select:hover, .dark .form-field--error .select-box.disabled select:focus, .dark .form-field--error .select-box.disabled select:active {
  background-color: #141414;
  border: 0.1rem solid #141414;
}
.dark .form-field--error .select-box.disabled:after {
  border-color: #616161;
  color: #616161;
}
.dark .select-box {
  color: #FAFAFA;
}
.dark .select-box:after {
  color: #FAFAFA;
}
.dark .select-box.disabled select {
  color: #616161;
  background-color: #141414;
  border: 0.1rem solid #141414;
}
.dark .select-box.disabled select:hover, .dark .select-box.disabled select:focus, .dark .select-box.disabled select:active {
  background-color: #141414;
  border: 0.1rem solid #141414;
}
.dark .select-box.disabled:after {
  border-color: #616161;
  color: #616161;
}
.dark .select-box select {
  background-color: #2B2B2F;
  border: 0.1rem solid #2B2B2F;
  color: #FAFAFA;
  color: #FAFAFA;
}
.dark .select-box select:hover {
  border: 0.1rem solid #ABC7FF;
}
.dark .select-box select:focus, .dark .select-box select:active {
  background-color: #002F65;
  border: 0.1rem solid #ABC7FF;
}
.dark .select-box select:focus::-ms-value {
  color: #FAFAFA;
}
.dark .select-box select:-moz-focusring {
  text-shadow: 0 0 0 #616161;
}
@-moz-document url-prefix() {
  .dark .select-box select {
    color: #FAFAFA;
    text-shadow: 0 0 0 #616161;
  }
}

/* /////////////////////////////////////////////////////////////////////
//  09 - Section Header
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */
.section-header {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.section-header .geico-icon {
  margin-right: 2rem;
  min-width: 4.5rem;
  margin-bottom: auto;
}
.section-header .geico-icon[class*=icon-frame-] {
  width: 5.6rem;
  height: 5.6rem;
  font-size: 5.6rem;
  line-height: 5.6rem;
  min-width: 5.5rem;
}
.section-header .geico-icon.icon-frame-vehicle:before {
  content: "\e001";
}
.section-header .geico-icon.icon-frame-motorcycle:before {
  content: "\e002";
}
.section-header .geico-icon.icon-frame-homeowner:before {
  content: "\e003";
}
.section-header .geico-icon.icon-frame-boat:before {
  content: "\e004";
}
.section-header .geico-icon.icon-frame-rv:before {
  content: "\e005";
}
.section-header .geico-icon.icon-frame-condo:before {
  content: "\e006";
}
.section-header .geico-icon.icon-frame-atv:before {
  content: "\e007";
}
.section-header .geico-icon.icon-frame-pet:before {
  content: "\e008";
}
.section-header .geico-icon.icon-frame-collectibles:before {
  content: "\e009";
}
.section-header h3, .section-header p {
  margin-bottom: 0;
}
.section-header .section-header-title-subtext h3 {
  line-height: 3rem;
  margin-bottom: 1rem;
}
.section-header .section-header-title-subtext .tags {
  font-size: 1.4rem;
}
.section-header .section-header-title-subtext .tags::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 2px;
  border-radius: 50%;
}
.section-header .section-header-title-subtext .tags.tags-general::before {
  background: #005CCC;
}
.section-header .section-header-title-subtext .tags.tags-confirmation::before {
  background: #22841F;
}
.section-header .section-header-title-subtext .tags.tags-good::before {
  background: #81B90C;
}
.section-header .section-header-title-subtext .tags.tags-tip::before {
  background: #FFBA23;
}
.section-header .section-header-title-subtext .tags.tags-attention::before {
  background: #EF5621;
}
.section-header .section-header-title-subtext .tags.tags-concerning::before {
  background: #E00B20;
}
.section-header .section-header-title-subtext .tags.tags-removed::before {
  background: #616161;
}

.dark .section-header .section-header-title-subtext .tags::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 2px;
  border-radius: 50%;
}
.dark .section-header .section-header-title-subtext .tags.tags-general::before {
  background: #7CABFF;
}
.dark .section-header .section-header-title-subtext .tags.tags-confirmation::before {
  background: #72BF59;
}
.dark .section-header .section-header-title-subtext .tags.tags-good::before {
  background: #A7CF53;
}
.dark .section-header .section-header-title-subtext .tags.tags-tip::before {
  background: #E1B539;
}
.dark .section-header .section-header-title-subtext .tags.tags-attention::before {
  background: #FF8B64;
}
.dark .section-header .section-header-title-subtext .tags.tags-concerning::before {
  background: #FF888F;
}
.dark .section-header .section-header-title-subtext .tags.tags-removed::before {
  background: #BCBCBC;
}

/* /////////////////////////////////////////////////////////////////////
//  10 - Skip to Content
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
a.skip-to-content {
  left: -999px;
  position: fixed;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skip-to-content:focus, a.skip-to-content:active {
  color: #004B9B;
  background-color: #EDEDED;
  left: auto;
  top: 0;
  width: 100%;
  height: auto;
  overflow: auto;
  margin: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  z-index: 999;
  cursor: pointer;
  border: 1.5px dotted #1C1C1E;
}

@media (max-width: 768px) {
  a.skip-to-content {
    position: absolute;
  }
}
/*!********************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/styles/dist/styles/gdk-styles.scss ***!
  \********************************************************************************************************************************************************************/
@charset "UTF-8";
/*

TABLE OF CONTENTS

01 - Block Quotes
03 - Lists
04 - Page Header
06 - Pagination
07 - Disclaimer
08 - Inline Error Message
11 - Stroke Separator
12 - Enterprise Notifications
13 - Customer Reviews
14 - Video Guidelines
15 - Section Loading Error
16 - Account Summary Page
18 - Data List
19 - Cross Sell
21 - Selection List
22 - Watermark
23 - Dropdown List
24 - Data Tables
25 - Breakdown Layout
26 - Cards
27 - Tile Selection
28 - Icon List
29 - File Upload
30 - Content Cards
31 - Pricing Cards
33 - Contact Us flow
34 - Billing Cards
35 - Highlight Messaging
36 - Highlight Messaging
37 - Button Switch Cards
38 - Line Item Cards
39 - Upsell Cards
40 - Confirmation
41 - Overline Text
42 - Policy Card
43 - Setting expectations
44 - Sticky Bar
45 - Breadcrumb
46 - Chips
47 - Receipt
48 - Flexible Container
*/
/* /////////////////////////////////////////////////////////////////////
//  01 - Block Quotes
/////////////////////////////////////////////////////////////////////*/
blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  font-size: 2rem;
  line-height: 2.6rem;
  font-style: italic;
}

@media (min-width: 481px) {
  blockquote {
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
/* /////////////////////////////////////////////////////////////////////
//  03 - Lists
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
ul.list,
ol.list {
  margin-bottom: 3rem;
}
ul.list.list--indent,
ol.list.list--indent {
  margin-left: 3rem;
  margin-right: 3rem;
}
ul.list li,
ol.list li {
  padding-top: 1rem;
  line-height: 140%;
}
ul.list li:before, ul.list li:after,
ol.list li:before,
ol.list li:after {
  display: table;
  content: " ";
}
ul.list li:after,
ol.list li:after {
  clear: both;
}
ul.list li:first-child,
ol.list li:first-child {
  padding-top: 0;
}
ul.list.list--ordered,
ol.list.list--ordered {
  padding-left: 2rem;
}
ul.list.list--numbered,
ol.list.list--numbered {
  padding-left: 2rem;
}
ul.list.list--numbered li,
ol.list.list--numbered li {
  list-style: decimal;
  display: list-item !important;
  text-align: -webkit-match-parent;
}
ul.list.list--numbered li:before, ul.list.list--numbered li:after,
ol.list.list--numbered li:before,
ol.list.list--numbered li:after {
  display: none;
}
ul.list.list--unordered,
ol.list.list--unordered {
  position: relative;
  padding-left: 2rem;
}
ul.list.list--unordered li,
ol.list.list--unordered li {
  list-style: none;
}
ul.list.list--unordered li:before,
ol.list.list--unordered li:before {
  content: "•";
  position: absolute;
  left: 0;
}
ul.list.list--unordered.list--checkmark,
ol.list.list--unordered.list--checkmark {
  padding-left: 2.5rem;
}
ul.list.list--unordered.list--checkmark li:before,
ol.list.list--unordered.list--checkmark li:before {
  font-family: geico;
  content: "\e158";
  color: #327B7B;
  font-size: 75%;
  display: inline-block;
}
ul.list.list--unordered.list--crossmark,
ol.list.list--unordered.list--crossmark {
  padding-left: 2.5rem;
}
ul.list.list--unordered.list--crossmark li:before,
ol.list.list--unordered.list--crossmark li:before {
  font-family: geico;
  content: "\e210";
  color: #E00B20;
  font-size: 75%;
  display: inline-block;
}
ul.list.list--one-column li, ul.list.list--two-column li,
ol.list.list--one-column li,
ol.list.list--two-column li {
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  border-bottom: 0.2rem solid rgba(0, 0, 0, 0.1);
}
ul.list.list--one-column li:last-child, ul.list.list--two-column li:last-child,
ol.list.list--one-column li:last-child,
ol.list.list--two-column li:last-child {
  border-bottom: none;
}
ul.list.list--one-column li,
ol.list.list--one-column li {
  font-weight: 700;
}
ul.list.list--one-column li span,
ol.list.list--one-column li span {
  font-weight: normal;
}
ul.list.list--two-column li > div,
ol.list.list--two-column li > div {
  width: 50%;
  display: inline-block;
}
ul.list.list--two-column li > div:first-child,
ol.list.list--two-column li > div:first-child {
  font-weight: 700;
  float: left;
  padding-right: 1rem;
}
ul.list.list--two-column li > div:first-child span,
ol.list.list--two-column li > div:first-child span {
  font-weight: normal;
}
ul.list.list--two-column li > div:last-child,
ol.list.list--two-column li > div:last-child {
  text-align: right;
  padding-left: 1rem;
  display: grid;
}
ul.list.list--two-column li > div:last-child .list-text-align-reset,
ol.list.list--two-column li > div:last-child .list-text-align-reset {
  text-align: initial;
}
ul.list.list--two-column li .chips,
ol.list.list--two-column li .chips {
  justify-self: end;
}
ul.list.list--two-column.short-value li, ul.list.list--two-column.short-label li, ul.list.list--two-column.left-col-longer li, ul.list.list--two-column.right-col-longer li,
ol.list.list--two-column.short-value li,
ol.list.list--two-column.short-label li,
ol.list.list--two-column.left-col-longer li,
ol.list.list--two-column.right-col-longer li {
  display: flex;
  justify-content: space-between;
}
ul.list.list--two-column.short-value li > div, ul.list.list--two-column.short-label li > div, ul.list.list--two-column.left-col-longer li > div, ul.list.list--two-column.right-col-longer li > div,
ol.list.list--two-column.short-value li > div,
ol.list.list--two-column.short-label li > div,
ol.list.list--two-column.left-col-longer li > div,
ol.list.list--two-column.right-col-longer li > div {
  min-width: auto;
  width: auto;
  padding-bottom: 0 !important;
}
ul.list.list--two-column.short-value li > div:first-child, ul.list.list--two-column.left-col-longer li > div:first-child,
ol.list.list--two-column.short-value li > div:first-child,
ol.list.list--two-column.left-col-longer li > div:first-child {
  padding-right: 2rem;
}
ul.list.list--two-column.short-value li > div:last-child, ul.list.list--two-column.left-col-longer li > div:last-child,
ol.list.list--two-column.short-value li > div:last-child,
ol.list.list--two-column.left-col-longer li > div:last-child {
  flex-shrink: 0;
  margin-left: auto;
  max-width: 75%;
}
ul.list.list--two-column.short-label li > div:first-child, ul.list.list--two-column.right-col-longer li > div:first-child,
ol.list.list--two-column.short-label li > div:first-child,
ol.list.list--two-column.right-col-longer li > div:first-child {
  flex-shrink: 0;
  margin-right: auto;
  max-width: 75%;
}
ul.list.list--two-column.short-label li > div:last-child, ul.list.list--two-column.right-col-longer li > div:last-child,
ol.list.list--two-column.short-label li > div:last-child,
ol.list.list--two-column.right-col-longer li > div:last-child {
  padding-left: 2rem;
}
ul.list.list--two-column.tabular-nums li > div:last-child,
ol.list.list--two-column.tabular-nums li > div:last-child {
  font-variant-numeric: tabular-nums;
}
ul.list li ul.list,
ul.list li ol.list,
ol.list li ul.list,
ol.list li ol.list {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
ul.list.list--one-column li .chips, ul.list.list--two-column li .chips, ul.list.list--unordered li .chips,
ol.list.list--one-column li .chips,
ol.list.list--two-column li .chips,
ol.list.list--unordered li .chips {
  margin-top: 0.3rem;
}
ul.list.list--unordered .chips, ul.list.list--one-column .chips,
ol.list.list--unordered .chips,
ol.list.list--one-column .chips {
  display: block;
}

ul.list.list--unordered.list--check--cross {
  list-style: none;
}
ul.list.list--unordered.list--check--cross .checkmark::before {
  font-family: geico;
  content: "\e158";
  color: #327B7B;
  font-size: 75%;
  display: inline-block;
}
ul.list.list--unordered.list--check--cross .crossmark::before {
  font-family: geico;
  content: "\e210";
  color: #E00B20;
  font-size: 75%;
  display: inline-block;
}

.bg-gradient ul.list.list--one-column li, .bg-gradient ul.list.list--two-column li,
.bg-gradient ol.list.list--one-column li,
.bg-gradient ol.list.list--two-column li,
.bg-color ul.list.list--one-column li,
.bg-color ul.list.list--two-column li,
.bg-color ol.list.list--one-column li,
.bg-color ol.list.list--two-column li {
  border-bottom: 0.2rem solid #fff;
}

@media (max-width: 480px) {
  ul.list.list--indent,
  ol.list.list--indent {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  ul.list.list--two-column li .chips, ul.list.list--one-column li .chips, ul.list.inline li .chips, ul.list.short-value li .chips, ul.list.short-label li .chips,
  ol.list.list--two-column li .chips,
  ol.list.list--one-column li .chips,
  ol.list.inline li .chips,
  ol.list.short-value li .chips,
  ol.list.short-label li .chips {
    margin-top: 0.3rem;
  }
  ul.list.list--two-column li > div,
  ol.list.list--two-column li > div {
    width: 100%;
  }
  ul.list.list--two-column li > div:first-child,
  ol.list.list--two-column li > div:first-child {
    padding-bottom: 1.2rem;
  }
  ul.list.list--two-column li > div:last-child,
  ol.list.list--two-column li > div:last-child {
    text-align: left;
    padding-left: 0;
    display: inline-block;
  }
  ul.list.list--two-column.left-col-longer li, ul.list.list--two-column.right-col-longer li,
  ol.list.list--two-column.left-col-longer li,
  ol.list.list--two-column.right-col-longer li {
    display: block;
  }
  ul.list.list--two-column.left-col-longer li > div:first-child, ul.list.list--two-column.right-col-longer li > div:first-child,
  ol.list.list--two-column.left-col-longer li > div:first-child,
  ol.list.list--two-column.right-col-longer li > div:first-child {
    width: 100%;
    padding-bottom: 1.2rem !important;
  }
  ul.list.list--two-column.left-col-longer li > div:last-child, ul.list.list--two-column.right-col-longer li > div:last-child,
  ol.list.list--two-column.left-col-longer li > div:last-child,
  ol.list.list--two-column.right-col-longer li > div:last-child {
    text-align: left;
    width: 100%;
  }
  ul.list.list--two-column.inline li > div,
  ol.list.list--two-column.inline li > div {
    width: 50%;
    display: inline-block;
    padding-bottom: 0;
  }
  ul.list.list--two-column.inline li > div:first-child,
  ol.list.list--two-column.inline li > div:first-child {
    float: left;
    padding-right: 1rem;
  }
  ul.list.list--two-column.inline li > div:first-child span,
  ol.list.list--two-column.inline li > div:first-child span {
    font-weight: normal;
  }
  ul.list.list--two-column.inline li > div:last-child,
  ol.list.list--two-column.inline li > div:last-child {
    text-align: right;
    padding-left: 1rem;
  }
  ul.list.list--two-column.short-value li > div:first-child, ul.list.list--two-column.short-label li > div:first-child,
  ol.list.list--two-column.short-value li > div:first-child,
  ol.list.list--two-column.short-label li > div:first-child {
    text-align: left;
  }
  ul.list.list--two-column.short-value li > div:last-child, ul.list.list--two-column.short-label li > div:last-child,
  ol.list.list--two-column.short-value li > div:last-child,
  ol.list.list--two-column.short-label li > div:last-child {
    text-align: right;
  }
  ul.list.list--two-column.tabular-nums li > div:last-child,
  ol.list.list--two-column.tabular-nums li > div:last-child {
    font-variant-numeric: tabular-nums;
  }
}
.dark ul.list.list--unordered.list--checkmark li:before,
.dark ol.list.list--unordered.list--checkmark li:before {
  color: #FAFAFA;
}
.dark ul.list.list--unordered.list--crossmark li:before,
.dark ol.list.list--unordered.list--crossmark li:before {
  color: #FAFAFA;
}
.dark ul.list.list--one-column li, .dark ul.list.list--two-column li,
.dark ol.list.list--one-column li,
.dark ol.list.list--two-column li {
  border-bottom: 0.2rem solid #616161;
}
.dark ul.list.list--one-column li:last-child, .dark ul.list.list--two-column li:last-child,
.dark ol.list.list--one-column li:last-child,
.dark ol.list.list--two-column li:last-child {
  border-bottom: none;
}
.dark ul.list.list--unordered.list--check--cross .checkmark::before {
  color: #FAFAFA;
}
.dark ul.list.list--unordered.list--check--cross .crossmark::before {
  color: #FAFAFA;
}

/* /////////////////////////////////////////////////////////////////////
//  04 - Page Header
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.page-header--wrapper {
  background-color: #edeffc;
}
.page-header--wrapper .geico-icon:not(.geico-icon--actionable) {
  width: 5.6rem;
  height: 5.6rem;
  font-size: 5.6rem;
  line-height: 5.6rem;
}

.page-header {
  position: relative;
  overflow: auto;
  display: flex;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.page-header.page-header-bottom-border:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 0.2rem solid rgba(0, 0, 0, 0.15);
}
.page-header.page-header-bottom-border .page-header-right {
  margin-bottom: 2rem;
}
.page-header .page-header-left {
  flex-grow: 1;
  width: 75%;
}
.page-header .page-header-right:not(:empty) {
  width: 25%;
}
.page-header h2 {
  margin-bottom: 0rem;
  margin-top: 0.5rem;
}
.page-header h4 {
  margin-bottom: 1rem;
}
.page-header.page-header--without-subheader h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.page-header.page-header--full-width {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.page-header.page-header--full-width:after {
  display: none;
}

.bg-gradient .page-header:after, .bg-color .page-header:after {
  border-bottom: 0.2rem solid rgba(255, 255, 255, 0.2);
}

.dark .page-header--wrapper {
  background-color: #2B2B2F;
  color: #FAFAFA;
}
.dark .page-header.page-header-bottom-border:after {
  border-bottom: 0.2rem solid rgba(255, 255, 255, 0.15);
}
.dark .bg-gradient .page-header:after, .dark .bg-color .page-header:after {
  border-bottom: 0.2rem solid rgba(255, 255, 255, 0.15);
}

/* /////////////////////////////////////////////////////////////////////
//  06 - Pagination
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.pagination {
  align-content: center;
  margin: 0 auto 3rem auto;
  overflow: hidden;
  width: 35rem;
}
.pagination ul {
  height: 4.4rem;
}
.pagination .pagination-pages {
  padding-top: 1.5rem;
}
.pagination li {
  border-radius: 50%;
  width: 4.4rem;
  height: 4.4rem;
  line-height: 4.4rem;
  background-color: #EDEDED;
  font-size: 1.4rem;
  color: #1C1C1E;
  display: inline-block;
  text-align: center;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  cursor: pointer;
  position: relative;
  float: left;
}
.pagination li [class^=icon-] {
  font-size: 1.2rem;
}
.pagination li a {
  line-height: 4.4rem;
  display: block;
  text-decoration: none;
  color: #1C1C1E;
}
.pagination li a:focus {
  color: #fff;
  background-color: #616161;
  border-radius: 50%;
  width: 4.4rem;
  height: 4.4rem;
}
.pagination li a[class^=icon-chevron-]:focus {
  line-height: normal;
}
.pagination li:active, .pagination li:hover {
  background-color: #616161;
  color: #FFFFFF;
}
.pagination li:active a, .pagination li:hover a {
  color: #FFFFFF;
}
.pagination li.disabled {
  background-color: #FFFFFF;
  position: relative;
}
.pagination li.disabled:after {
  content: "";
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: solid #BCBCBC;
  color: #BCBCBC;
  border-width: 0.2rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pagination li.disabled:hover {
  color: #BCBCBC;
  background-color: #FFFFFF;
  cursor: not-allowed;
}
.pagination li.disabled a {
  color: #BCBCBC;
  background-color: #FFFFFF;
}
.pagination li.disabled a:focus {
  width: auto;
  height: auto;
}
.pagination li.pagination-active {
  background-color: #616161;
}
.pagination li.pagination-active a {
  color: #FFFFFF;
}
.pagination .view-all {
  font-size: 1.6rem;
  text-align: center;
  display: block;
  cursor: pointer;
}
.pagination .pagination-pages {
  font-size: 1.6rem;
  color: #616161;
  text-align: center;
}

.pagination--three-or-less {
  width: 15.1rem;
}
.pagination--three-or-less ul {
  display: flex;
  justify-content: center;
}

.pagination:not(.pagination--three-or-less) li:nth-child(1).disabled a, .pagination:not(.pagination--three-or-less) li:nth-child(2).disabled a {
  right: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.pagination:not(.pagination--three-or-less) li:nth-child(1).disabled a:focus, .pagination:not(.pagination--three-or-less) li:nth-child(2).disabled a:focus {
  top: 1.6rem;
}
.pagination:not(.pagination--three-or-less) li:nth-child(1).disabled a:focus:before, .pagination:not(.pagination--three-or-less) li:nth-child(2).disabled a:focus:before {
  position: relative;
  top: auto;
  right: auto;
}
.pagination:not(.pagination--three-or-less) li:nth-child(1) a, .pagination:not(.pagination--three-or-less) li:nth-child(2) a {
  position: relative;
}
.pagination:not(.pagination--three-or-less) li:nth-child(1) a:focus, .pagination:not(.pagination--three-or-less) li:nth-child(2) a:focus {
  position: relative;
  top: 0;
  left: 0;
}
.pagination:not(.pagination--three-or-less) li:nth-child(1) a:focus:before, .pagination:not(.pagination--three-or-less) li:nth-child(2) a:focus:before {
  position: relative;
  top: 16px;
  right: 1px;
}
.pagination:not(.pagination--three-or-less) li:nth-child(6).disabled a, .pagination:not(.pagination--three-or-less) li:nth-child(7).disabled a {
  left: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.pagination:not(.pagination--three-or-less) li:nth-child(6).disabled a:focus, .pagination:not(.pagination--three-or-less) li:nth-child(7).disabled a:focus {
  top: 1.6rem;
}
.pagination:not(.pagination--three-or-less) li:nth-child(6).disabled a:focus:before, .pagination:not(.pagination--three-or-less) li:nth-child(7).disabled a:focus:before {
  position: relative;
  top: auto;
  right: auto;
}
.pagination:not(.pagination--three-or-less) li:nth-child(6) a, .pagination:not(.pagination--three-or-less) li:nth-child(7) a {
  left: 0.1rem;
  position: relative;
}
.pagination:not(.pagination--three-or-less) li:nth-child(6) a:focus, .pagination:not(.pagination--three-or-less) li:nth-child(7) a:focus {
  position: relative;
  top: 0;
  left: 0;
}
.pagination:not(.pagination--three-or-less) li:nth-child(6) a:focus:before, .pagination:not(.pagination--three-or-less) li:nth-child(7) a:focus:before {
  position: relative;
  top: 16px;
  left: 1px;
}

@media screen and (max-width: 480px) {
  .pagination:not(.pagination--three-or-less) {
    width: 25.1rem;
  }
  .pagination:not(.pagination--three-or-less) li:nth-child(3), .pagination:not(.pagination--three-or-less) li:nth-child(4), .pagination:not(.pagination--three-or-less) li:nth-child(5) {
    display: none;
  }
  .pagination:not(.pagination--three-or-less) li.pagination-active {
    display: inline-block;
  }
}
.dark .pagination li {
  background-color: transparent;
  color: #1C1C1E;
  border: 0.1rem solid #FAFAFA;
}
.dark .pagination li a {
  color: #FAFAFA;
}
.dark .pagination li a:focus {
  color: #1C1C1E;
  background-color: #BCBCBC;
  border: none;
}
.dark .pagination li:active, .dark .pagination li:hover {
  background-color: #FAFAFA;
  color: #2B2B2F;
}
.dark .pagination li:active a, .dark .pagination li:hover a {
  color: #2B2B2F;
}
.dark .pagination li.disabled {
  background-color: #141414;
  border: 0.1rem solid #141414;
}
.dark .pagination li.disabled:after {
  border: 0.1rem solid #141414;
  color: #616161;
}
.dark .pagination li.disabled:hover {
  color: #616161;
  background-color: #141414;
}
.dark .pagination li.disabled a {
  color: #616161;
  background-color: #141414;
}
.dark .pagination li.pagination-active {
  background-color: #FAFAFA;
}
.dark .pagination li.pagination-active a {
  color: #2B2B2F;
}
.dark .pagination .pagination-pages {
  color: #FAFAFA;
}

/* /////////////////////////////////////////////////////////////////////
//  07 - Disclaimer
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.disclaimer {
  border-radius: 1.6rem;
  background-color: #EDEDED;
  max-height: 22.6rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-bottom: 3rem;
  overflow-y: auto;
  color: #1C1C1E;
}
.disclaimer p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-bottom: 0.5rem;
}
.disclaimer .heading {
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
}

.accordion li.accordion-disclaimer {
  border-radius: 1.6rem;
  background-color: #EDEDED;
  max-height: none;
  box-shadow: none;
}
.accordion li.accordion-disclaimer:hover, .accordion li.accordion-disclaimer:focus, .accordion li.accordion-disclaimer:active {
  border: 0.1rem solid #EDEDED;
}
.accordion li.accordion-disclaimer.open {
  border: 0.1rem solid #EDEDED;
  box-shadow: none;
}
.accordion li.accordion-disclaimer .heading {
  font-size: 1.4rem;
  font-weight: bold;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.accordion li.accordion-disclaimer .accordion-headline {
  min-height: 0;
  padding-left: 3rem;
  padding-right: 3rem;
}
.accordion li.accordion-disclaimer .accordion-headline:after {
  color: #1C1C1E;
}
.accordion li.accordion-disclaimer .accordion-content-container {
  padding-left: 3rem;
  padding-right: 3rem;
}
.accordion li.accordion-disclaimer .accordion-content {
  font-size: 1.2rem;
  padding-bottom: 3rem;
}
.accordion li.accordion-disclaimer .accordion-content p {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.accordion li.accordion-disclaimer .accordion-content ul.list, .accordion li.accordion-disclaimer .accordion-content ol.list {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .disclaimer {
    padding: 1.5rem;
  }
  .accordion li.accordion-disclaimer .heading {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .accordion li.accordion-disclaimer .accordion-content-container, .accordion li.accordion-disclaimer .accordion-headline {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .accordion li.accordion-disclaimer .accordion-content {
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .disclaimer {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 3rem;
  }
  .disclaimer > div {
    margin-bottom: 30px;
  }
}
.dark .disclaimer {
  background-color: #2B2B2F;
  color: #FAFAFA;
}
.dark .accordion li.accordion-disclaimer {
  background-color: #2B2B2F;
  border: 0.1rem solid #2B2B2F;
}
.dark .accordion li.accordion-disclaimer:hover, .dark .accordion li.accordion-disclaimer:focus, .dark .accordion li.accordion-disclaimer:active {
  border: 0.1rem solid #2B2B2F;
}
.dark .accordion li.accordion-disclaimer.open {
  border: 0.1rem solid #2B2B2F;
  box-shadow: none;
}
.dark .accordion li.accordion-disclaimer .accordion-headline .heading {
  color: #FAFAFA;
}
.dark .accordion li.accordion-disclaimer .accordion-headline:after {
  color: #FAFAFA;
}
.dark .accordion li.accordion-disclaimer .list.list--unordered li {
  color: #FAFAFA;
}

/* /////////////////////////////////////////////////////////////////////
//  08 - Inline Error States
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.form-field--error .form-message {
  color: #E00B20;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 3rem;
  width: 100%;
  float: left;
}
.form-field--error .form-message a {
  color: currentColor;
}

.form-field--success label.text, .form-field--success legend {
  color: #22841F;
}
.form-field--success input[type=text], .form-field--success input[type=password], .form-field--success input[type=email], .form-field--success input[type=number], .form-field--success input[type=tel], .form-field--success .select-box select, .form-field--success .select-box, .form-field--success textarea {
  border-color: #22841F;
  border-width: 0.2rem;
  margin-bottom: 1rem;
}
.form-field--success .form-message {
  color: #22841F;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 3rem;
}
.form-field--success .form-message a {
  color: currentColor;
}

.dark .form-field--error .form-message {
  color: #FF888F;
}
.dark .form-field--success label.text, .dark .form-field--success legend {
  color: #72BF59;
}
.dark .form-field--success input[type=text], .dark .form-field--success input[type=password], .dark .form-field--success input[type=email], .dark .form-field--success input[type=number], .dark .form-field--success input[type=tel], .dark .form-field--success .select-box select, .dark .form-field--success .select-box, .dark .form-field--success textarea {
  border-color: #72BF59;
}
.dark .form-field--success .form-message {
  color: #72BF59;
}

/* /////////////////////////////////////////////////////////////////////
//  11 - Stoke Separator
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.stroke-separator {
  display: block;
  width: 100%;
  margin-bottom: 3rem;
  height: 0.2rem;
  background-color: #EDEDED;
}
.stroke-separator.stroke-separator--vertical {
  height: 20rem;
  margin: 0 auto;
  width: 0.2rem;
}

.bg-color .stroke-separator.stroke-separator--white, .bg-gradient .stroke-separator.stroke-separator--white {
  border-bottom: 0.2rem solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
}

.dark .stroke-separator {
  background-color: #616161;
}

/* /////////////////////////////////////////////////////////////////////
//  12 - Enterprise Notifications
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */
.no-touch .enterprise-notifications .enterprise-notifications-content a {
  color: #FFFFFF;
}
.no-touch .enterprise-notifications .enterprise-notifications-content a:active {
  color: #FFFFFF;
}

.enterprise-notifications {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  background-image: linear-gradient(to right, #194b93 0%, #215bb0 100%);
  border-bottom: 0.1rem white solid;
  color: #FFFFFF;
  font-size: 1.4rem;
  height: 6rem;
  width: 100%;
}
.enterprise-notifications .enterprise-notifications-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 96rem;
}
.enterprise-notifications .enterprise-notifications-content span {
  color: #FFFFFF;
  font-size: 2.4rem;
  margin: 1rem;
}
.enterprise-notifications .enterprise-notifications-content p {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  float: left;
  line-height: normal;
}
.enterprise-notifications .enterprise-notifications-content p a {
  color: #FFFFFF;
}
.enterprise-notifications .enterprise-notifications-content p a:active {
  color: rgba(224, 11, 32, 0.7);
}

body.with-enterprise-notifications #primary-header {
  top: 6rem;
}
body.with-enterprise-notifications #wrapper {
  padding-top: 12rem;
}
body.with-enterprise-notifications #primary-navigation .panel-wrapper {
  top: 12rem;
}

@media (max-width: 768px) {
  body.with-enterprise-notifications #wrapper {
    padding-top: 6rem;
  }
}
/* /////////////////////////////////////////////////////////////////////
//  13 - Customer Reviews
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.customer-review {
  margin-bottom: 3rem;
}
.customer-review:before, .customer-review:after {
  content: "";
  display: block;
  height: 0.2rem;
  width: calc(100% - 12rem);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: 6rem;
}
.customer-review blockquote {
  text-align: center;
  font-weight: 700;
}
.customer-review cite {
  display: block;
  text-align: center;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2.2rem;
  padding-bottom: 3rem;
}
.customer-review cite:before {
  content: "– ";
}
.customer-review.customer-review--geico-blue blockquote {
  color: #004B9B;
}
.customer-review.customer-review--primary-blue blockquote {
  color: #005CCC;
}
.customer-review.customer-review--primary-orange blockquote {
  color: #EF5621;
}
.customer-review.customer-review--secondary-purple blockquote {
  color: #977FCC;
}
.customer-review.customer-review--secondary-teal blockquote {
  color: #327B7B;
}
.customer-review.customer-review--primary-green blockquote {
  color: #22841F;
}
.customer-review.customer-review--gray4 blockquote {
  color: #616161;
}

.bg-gradient .customer-review, .bg-color .customer-review {
  color: #FFFFFF;
}
.bg-gradient .customer-review:before, .bg-gradient .customer-review:after, .bg-color .customer-review:before, .bg-color .customer-review:after {
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-gradient .customer-review blockquote, .bg-color .customer-review blockquote {
  color: #FFFFFF;
}

.dark .customer-review:before, .dark .customer-review:after {
  background-color: rgba(250, 250, 250, 0.1);
}
.dark .customer-review.customer-review--geico-blue blockquote {
  color: #99D4F2;
}
.dark .customer-review.customer-review--primary-blue blockquote {
  color: #7CABFF;
}
.dark .customer-review.customer-review--primary-orange blockquote {
  color: #FF8B64;
}
.dark .customer-review.customer-review--secondary-purple blockquote {
  color: #B39DF1;
}
.dark .customer-review.customer-review--secondary-teal blockquote {
  color: #5ABBBD;
}
.dark .customer-review.customer-review--primary-green blockquote {
  color: #72BF59;
}
.dark .customer-review.customer-review--gray4 blockquote {
  color: #616161;
}
.dark .bg-gradient .customer-review, .dark .bg-color .customer-review {
  color: #FAFAFA;
}
.dark .bg-gradient .customer-review:before, .dark .bg-gradient .customer-review:after, .dark .bg-color .customer-review:before, .dark .bg-color .customer-review:after {
  background-color: rgba(250, 250, 250, 0.2);
}
.dark .bg-gradient .customer-review blockquote, .dark .bg-color .customer-review blockquote {
  color: #FAFAFA;
}

/* /////////////////////////////////////////////////////////////////////
//  14 - Video Guidelines
/////////////////////////////////////////////////////////////////////*/
div.video {
  position: relative;
  max-width: 56rem;
  width: 100%;
  margin-bottom: 3rem;
}
div.video video, div.video iframe {
  width: 100%;
  height: 100%;
}
div.video .title {
  position: absolute;
  background-color: #000000;
  color: #f2f0ec;
  width: 100%;
  font-size: 1.4rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.7rem;
  padding-left: 1rem;
}
div.video p {
  padding-top: 25%;
  font-weight: 700;
  position: relative;
  background-color: #000000;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #ffffff;
}

@media (min-width: 768px) {
  div.video {
    height: 31.5rem;
  }
}
/* /////////////////////////////////////////////////////////////////////
//  15 - Section Loading Error
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.loading-error-container {
  background-color: #EDEDED;
  padding: 50px;
  height: 100%;
  min-height: 200px;
  margin-bottom: 3rem;
}
.loading-error-container .loading-error-icon {
  width: 56px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.loading-error-container .loading-error-text {
  text-align: center;
  width: 65%;
  margin: 0 auto;
}
.loading-error-container .geico-icon {
  color: #E00B20;
}

.dark .loading-error-container {
  background-color: #2B2B2F;
}
.dark .loading-error-container .geico-icon {
  color: #FF888F;
}

/* /////////////////////////////////////////////////////////////////////
//  16 - Account Summary Page
/////////////////////////////////////////////////////////////////////*/
#account-summary {
  overflow: hidden;
}
#account-summary .confirmation.kit-account-summary {
  overflow: visible !important;
}
#account-summary .confirmation.kit-account-summary .confirmation--right {
  padding-bottom: 3rem;
}

.col-sm-12 .confirmation.kit-account-summary {
  padding-top: 0rem;
}
.col-sm-12 .confirmation.kit-account-summary .confirmation--left.account-summary-confirmation--left {
  width: 62%;
  float: left;
}
.col-sm-12 .confirmation.kit-account-summary .confirmation--left.account-summary-confirmation--left .confirmation-details {
  margin-left: 0rem;
}
.col-sm-12 .confirmation.kit-account-summary .confirmation--right {
  width: 38%;
  border-left: hidden;
  float: right;
}
.col-sm-12 .confirmation.kit-account-summary .confirmation--right .btn-group {
  padding-top: 1rem;
}
.col-sm-12 .confirmation.kit-account-summary .confirmation--right .btn-group button.btn--primary:last-child {
  margin-right: 0rem;
}

.col-sm-12 .header-structure:after {
  border-bottom-color: #ffffff;
}
.col-sm-12 .page-header.kit-account-summary .col-sm-9 {
  padding-left: 0rem;
}
.col-sm-12 .page-header.kit-account-summary .col-sm-3 {
  padding-right: 0rem;
}
.col-sm-12 .page-header.kit-account-summary .account-summary-billing-container--monetary--left {
  width: 75%;
  float: left;
  padding-left: 0rem;
}
.col-sm-12 .page-header.kit-account-summary .account-summary-billing-container--monetary--right {
  width: 25%;
  float: right;
  padding-right: 0rem;
}
.col-sm-12 .page-header.kit-account-summary:after {
  border-bottom-color: #ffffff;
}

.col-sm-12.pattern-description .account-summary-vehicle-container .in-page-nav-container {
  top: 32.6rem;
}
.col-sm-12.pattern-description .account-summary-vehicle-container .title-with-icon {
  margin-top: 3rem;
}
.col-sm-12.pattern-description .account-summary-vehicle-container .title-with-icon span.geico-icon {
  float: left;
  margin-right: 2rem;
}
.col-sm-12.pattern-description .account-summary-vehicle-container .title-with-icon h3 {
  padding-top: 1.5rem;
}
.col-sm-12.pattern-description .account-summary-vehicle-container .col-sm-12.col-sm-12-stroke-separator {
  padding-left: 0rem;
  padding-right: 0rem;
  margin-top: 2rem;
}
.col-sm-12.pattern-description .account-summary-vehicle-container .col-sm-12.navigational-box--mobile .navigational-box {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.col-sm-12.pattern-description .account-summary-driver-container .title-with-icon {
  margin-top: 3rem;
}
.col-sm-12.pattern-description .account-summary-driver-container .title-with-icon span.geico-icon {
  float: left;
  margin-right: 2rem;
}
.col-sm-12.pattern-description .account-summary-driver-container .title-with-icon h3 {
  padding-top: 1.5rem;
}
.col-sm-12.pattern-description .account-summary-driver-container .col-sm-12 {
  padding-left: 0rem;
}
.col-sm-12.pattern-description .account-summary-driver-container .col-sm-12.col-sm-12-stroke-separator {
  padding-left: 0rem;
  padding-right: 0rem;
  margin-top: 2rem;
}
.col-sm-12.pattern-description .account-summary-driver-container .col-sm-12.navigational-box--mobile .navigational-box {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.col-sm-12.pattern-description .account-summary-driver-container .col-sm-12.navigational-box--mobile .navigational-box .navigational-box--left h3 {
  padding-top: 1.2rem;
}
.col-sm-12.pattern-description .account-summary-driver-container .col-sm-12.navigational-box--mobile .navigational-box .navigational-box--right .navigational-box--right-usage {
  width: 24.1rem;
}
.col-sm-12.pattern-description .account-summary-driver-container .col-sm-12.navigational-box--mobile .navigational-box .navigational-box--right .navigational-box--right-usage p {
  width: 25.2rem;
  padding-top: 1.4rem;
}

.account-summary-coverage-container .title-with-icon {
  margin-top: 3rem;
}
.account-summary-coverage-container .title-with-icon span.geico-icon {
  float: left;
  margin-right: 2rem;
}
.account-summary-coverage-container .title-with-icon h3 {
  padding-top: 1.5rem;
}
.account-summary-coverage-container .col-sm-12 .navigational-box {
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: 15rem;
}
.account-summary-coverage-container .col-sm-12 .navigational-box .navigational-box--left .title-with-icon--left span.geico-icon {
  border-width: 0.1rem;
  width: 3rem;
  height: 3rem;
  font-size: 1.8rem;
  line-height: 3rem;
  float: left;
  margin-right: 2rem;
}
.account-summary-coverage-container .col-sm-12 .navigational-box .navigational-box--left .title-with-icon--left h3 {
  line-height: 2.5rem;
}
.account-summary-coverage-container .col-sm-12 .navigational-box .navigational-box--left .title-with-icon--left p {
  margin-top: 1.5rem;
}
.account-summary-coverage-container .col-sm-12 .navigational-box .navigational-box--right .navigational-box--right-usage {
  width: 12.1rem;
}
.account-summary-coverage-container .col-sm-12 .navigational-box .navigational-box--right .navigational-box--right-usage a {
  line-height: 20rem;
}

.account-summary-for-you-and-others-container ul {
  margin-left: 4rem;
  margin-right: 4rem;
}

.col-sm-12.pattern-description .account-summary-vehicle-coverage-container ul {
  margin-left: 4rem;
  margin-right: 4rem;
}
.col-sm-12.pattern-description .account-summary-vehicle-coverage-container .col-sm-12.col-sm-12-stroke-separator {
  padding-left: 0rem;
  padding-right: 0rem;
  margin-top: 2rem;
}

.col-sm-12.pattern-description .account-summary-billing-title-with-icon .title-with-icon {
  margin-top: 3rem;
}
.col-sm-12.pattern-description .account-summary-billing-title-with-icon .title-with-icon span.geico-icon {
  float: left;
  margin-right: 2rem;
}
.col-sm-12.pattern-description .account-summary-billing-title-with-icon .title-with-icon h3 {
  padding-top: 1.5rem;
}
.col-sm-12.pattern-description .account-summary-billing-container ul {
  margin-left: 4rem;
  margin-right: 4rem;
}
.col-sm-12.pattern-description .account-summary-billing-container .col-sm-12.col-sm-12-stroke-separator {
  padding-left: 0rem;
  padding-right: 0rem;
  margin-top: 2rem;
}
.col-sm-12.pattern-description .account-summary-billing-container .account-summary-billing-container--monetary {
  overflow: hidden;
  margin-top: 3rem;
}
.col-sm-12.pattern-description .account-summary-billing-container .account-summary-billing-container--monetary .account-summary-billing-container--monetary--left {
  float: left;
  padding-left: 0rem;
}
.col-sm-12.pattern-description .account-summary-billing-container .account-summary-billing-container--monetary .account-summary-billing-container--monetary--left p {
  margin-top: 1rem;
}
.col-sm-12.pattern-description .account-summary-billing-container .account-summary-billing-container--monetary .account-summary-billing-container--monetary--right {
  line-height: 2.8rem;
  padding-right: 0rem;
}

.col-sm-12.pattern-description .account-summary-discounts-title-with-icon .title-with-icon {
  margin-top: 3rem;
}
.col-sm-12.pattern-description .account-summary-discounts-title-with-icon .title-with-icon span.geico-icon {
  float: left;
  margin-right: 2rem;
}
.col-sm-12.pattern-description .account-summary-discounts-title-with-icon .title-with-icon h3 {
  padding-top: 1.5rem;
}
.col-sm-12.pattern-description .account-summary-discounts-container ul {
  margin-left: 4rem;
  margin-right: 4rem;
  margin-top: 3rem;
}
.col-sm-12.pattern-description .account-summary-discounts-container .col-sm-12.col-sm-12-stroke-separator {
  padding-left: 0rem;
  padding-right: 0rem;
  margin-top: 2rem;
}
.col-sm-12.pattern-description .account-summary-discounts-container .disclaimer {
  padding-bottom: 0.5rem;
  padding-top: 1.5rem;
  margin-bottom: 3rem;
  margin-left: 3rem;
  margin-right: 3rem;
}

.col-sm-12.pattern-description .account-summary-contact-info-title-with-icon .title-with-icon {
  margin-top: 3rem;
}
.col-sm-12.pattern-description .account-summary-contact-info-title-with-icon .title-with-icon span.geico-icon {
  float: left;
  margin-right: 2rem;
}
.col-sm-12.pattern-description .account-summary-contact-info-title-with-icon .title-with-icon h3 {
  padding-top: 1.5rem;
}
.col-sm-12.pattern-description .account-summary-contact-info-container ul {
  margin-left: 4rem;
  margin-right: 4rem;
  margin-top: 3rem;
}
.col-sm-12.pattern-description .account-summary-contact-info-container .col-sm-12.col-sm-12-stroke-separator {
  padding-left: 0rem;
  padding-right: 0rem;
  margin-top: 2rem;
}

.timeline .entry.-present .entry-transactions .transaction:first-child .transaction-type:before {
  background-size: 0.4rem;
}

.pattern-content.clearfix.pattern-content-for-snapshot-timeline {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.pattern-content.clearfix.pattern-content-for-snapshot-timeline .btn--primary {
  position: relative;
  width: 22.7rem;
  margin: 0 auto;
  display: block;
}

@media (max-width: 973px) {
  .col-sm-12 .confirmation.kit-account-summary .confirmation--left.account-summary-confirmation--left {
    width: 50%;
  }
  .col-sm-12 .confirmation.kit-account-summary .confirmation--right {
    width: 50%;
  }
}
@media (max-width: 718px) {
  .col-sm-12 .confirmation.kit-account-summary .confirmation--left.account-summary-confirmation--left {
    width: 100%;
  }
  .col-sm-12 .confirmation.kit-account-summary .confirmation--right {
    width: 100%;
  }
  .col-sm-12 .confirmation.kit-account-summary .confirmation--right .btn-group {
    float: none !important;
  }
}
@media (max-width: 549px) {
  .col-sm-12.pattern-description .account-summary-coverage-container .col-sm-12.navigational-box--mobile .navigational-box .navigational-box--left .title-with-icon--left span {
    display: none;
  }
  .col-sm-12.pattern-description .account-summary-coverage-container .col-sm-12.navigational-box--mobile .navigational-box .navigational-box--left .title-with-icon--left h3 {
    display: none;
  }
  .col-sm-12.pattern-description .account-summary-coverage-container .col-sm-12.navigational-box--mobile .navigational-box .navigational-box--right .navigational-box--right-usage {
    display: none;
  }
}
@media (max-width: 549px) {
  .col-sm-12.pattern-description .account-summary-billing-container .account-summary-billing-container--monetary .account-summary-billing-container--monetary--left {
    float: none;
    text-align: center;
  }
  .col-sm-12.pattern-description .account-summary-billing-container .account-summary-billing-container--monetary .account-summary-billing-container--monetary--right {
    text-align: center;
  }
  .col-sm-12.pattern-description .account-summary-billing-container .account-summary-billing-container--monetary .account-summary-billing-container--monetary--right .pull-right {
    float: none !important;
  }
}
/* /////////////////////////////////////////////////////////////////////
//  18 - Data List
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
dl.data-list {
  margin-bottom: 3rem;
}
dl.data-list dt {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin-bottom: 1.2rem;
  font-weight: 700;
  color: #1C1C1E;
}
dl.data-list dd {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-left: 0;
  margin-bottom: 2rem;
}

.dark dl.data-list dt {
  color: #FAFAFA;
}

/* /////////////////////////////////////////////////////////////////////
//  19 - Cross Sell
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.cross-sell {
  text-align: center;
  margin-bottom: 3rem;
}
.cross-sell .cross-sell-image {
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0) 50%, #005CCC 50%, #005CCC 100%);
}
.cross-sell .cross-sell-content {
  background-color: #005CCC;
  color: #FFFFFF;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cross-sell .cross-sell-content .btn:last-child {
  margin-right: 0;
}

/* /////////////////////////////////////////////////////////////////////
//  21 - Selection List
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.selection-list {
  position: relative;
  margin-bottom: 3rem;
}
.selection-list .selection-list-container {
  background-color: #EDEDED;
  border-color: #BCBCBC;
  border-style: solid;
  border-width: 0.1rem;
}
@media only screen and (max-width: 480px) {
  .selection-list .selection-list-container {
    border: none;
  }
}
.selection-list .selection-list-container > a {
  position: relative;
  display: block;
  color: #1C1C1E;
  text-decoration: none;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 3rem;
  border-bottom-color: #BCBCBC;
  border-bottom-style: solid;
  border-bottom-width: 0.1rem;
  cursor: pointer;
}
.selection-list .selection-list-container > a:last-child {
  border-bottom: none;
}
.selection-list .selection-list-container > a:after {
  font-family: geico;
  content: "\e212";
  position: absolute;
  top: 40%;
  right: 1.5rem;
  font-size: 1.2rem;
  color: #004B9B;
}
.selection-list .selection-list-container > a:focus {
  outline: dotted thin;
}

/* /////////////////////////////////////////////////////////////////////
//  22 - Watermark
/////////////////////////////////////////////////////////////////////*/
.watermark {
  display: block;
  background-size: 25%;
  background-repeat: repeat;
}
.watermark.policyCancelled {
  background-image: url(../images/watermark-images/PolicyCancelled.png);
}
.watermark.quote {
  background-image: url(../images/watermark-images/Quote.png);
}

.dark .watermark.policyCancelled {
  background: linear-gradient(rgba(28, 28, 30, 0.6), rgba(28, 28, 30, 0.6)), url(../images/watermark-images/PolicyCancelled.png);
}
.dark .watermark.quote {
  background: linear-gradient(rgba(28, 28, 30, 0.6), rgba(28, 28, 30, 0.6)), url(../images/watermark-images/Quote.png);
}

/* /////////////////////////////////////////////////////////////////////
//  23 - Dropdown List
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.dropdown-list {
  position: absolute;
  display: none;
  height: auto !important;
  padding: 0;
  margin-top: -3.5rem;
  margin-left: 0;
  background: white;
  white-space: nowrap;
  border: 1px solid #005CCC;
  border-radius: 0.8rem;
  overflow-y: auto;
  width: 100%;
  max-height: 70vh;
  padding: 15px;
  z-index: 9;
}
.dropdown-list li {
  list-style: none;
  padding: 2px 4px;
}
.dropdown-list li:not(.dropdown-separator) {
  padding-left: 0.8rem;
}
.dropdown-list li a {
  display: block;
  height: auto !important;
  text-decoration: none;
}
.dropdown-list li a span {
  display: block;
  width: 100%;
}
.dropdown-list li a span.two-lines-list-item span {
  display: block;
  width: 100%;
  font-weight: normal;
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: pre-wrap; /* css-3 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
  word-break: break-word;
  white-space: normal;
}
.dropdown-list li a span.two-lines-list-item span.title {
  font-weight: bold;
  text-decoration: underline;
}
.dropdown-list li a span.two-lines-list-item span.data {
  color: #141414;
  font-weight: normal;
}
.dropdown-list li.selected:not(.dropdown-separator) {
  background: #ddd;
}
.dropdown-list li.dropdown-separator {
  border-bottom: 2px #141414 solid;
  color: #141414;
  font-size: 1.6rem;
  text-transform: capitalize;
  font-weight: bold;
  padding-left: 0;
  margin-bottom: 0.8rem;
}
.dropdown-list li.dropdown-separator:not(:first-child) {
  margin-top: 1.6rem;
}

.search-result-import-path {
  color: #aaa;
  font-size: 12px;
}

[data-side-panel=mobile-menu] ul.dropdown-list {
  z-index: 9;
}

.dark .dropdown-list {
  background: #1C1C1E;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.dark .dropdown-list li.selected:not(.dropdown-separator) {
  background: #2B2B2F;
}
.dark .dropdown-list li.dropdown-separator {
  border-bottom: 2px solid #616161;
  color: #FAFAFA;
}
.dark .dropdown-list li.dropdown-separator:not(:first-child) {
  border-top: 2px solid #616161;
}
.dark .dropdown-list li a span.two-lines-list-item span.data {
  color: #FAFAFA;
}

/* /////////////////////////////////////////////////////////////////////
//  24 - Data Tables
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.table {
  width: 100%;
  color: #1C1C1E;
  margin-bottom: 3rem;
}
.table th, .table td {
  text-align: left;
}
.table thead th {
  font-size: 1.6rem;
  font-weight: 700;
  vertical-align: bottom;
  padding-left: 2rem;
}
.table tbody td {
  font-size: 1.4rem;
  vertical-align: middle;
  padding-left: 2rem;
}

@media (max-width: 767px) {
  .table {
    display: block;
  }
  .table th, .table td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .table thead, .table tbody, .table th, .table td, .table tr {
    display: block;
  }
  .table tbody tr {
    padding: 1rem;
  }
  .table tbody td {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .table .td-monetary {
    text-align: right;
  }
  .table .th-monetary, .table .th-monetary span {
    text-align: right;
  }
  .table.table--indent {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .table th, .table td {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
tbody td label.embedded {
  word-wrap: break-word;
  width: 100%;
}

.table--launchpad-search-results.table tbody td {
  vertical-align: top;
}

.table--launchpad-search-results.table th:last-child {
  width: 350px;
}

.dark .table {
  color: #FAFAFA;
}
.dark .table tbody tr:nth-child(even) {
  background-color: #141414;
}
@media (min-width: 768px) {
  .dark .table thead {
    border-bottom: 0.2rem solid rgba(0, 0, 0, 0.1);
  }
}

.data-table {
  border: 0.2rem solid rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
  z-index: 1;
  margin: 0 auto 3rem 0;
  overflow: auto;
}
.data-table table {
  border-collapse: inherit;
  width: 100%;
  margin: auto;
}
.data-table table thead th {
  border-bottom: 0.2rem solid rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.data-table table thead th .old-style input[type=checkbox]:checked + label, .data-table table thead th .old-style input[type=checkbox]:focus + label, .data-table table thead th .old-style input[type=checkbox]:active + label {
  font-weight: 700;
}
.data-table table thead th.sort-header {
  position: relative;
}
.data-table table thead th.sort-header a {
  color: #1C1C1E;
  text-decoration: none;
  cursor: pointer;
}
.data-table table thead th.sort-header a:hover, .data-table table thead th.sort-header a:focus, .data-table table thead th.sort-header a:active {
  color: #004B9B;
}
.data-table table thead th.sort-header a:after {
  font-family: "geico";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  content: "\e216";
  padding-left: 1rem;
}
.data-table table thead th.sort-header[aria-sort=ascending] a:after {
  content: "\e215";
}
.data-table table thead th.sort-header[aria-sort=descending] a:after {
  content: "\e214";
}
.data-table table tbody tr th {
  font-size: 1.4rem;
  vertical-align: middle;
  padding-left: 2rem;
  font-weight: normal;
  background: #FAFAFA;
}
.data-table table tbody tr:nth-child(even) {
  background: #EDEDED;
}
.data-table table tbody tr:nth-child(even) th {
  background: #EDEDED;
}
.data-table table tbody td, .data-table table tbody th:not(.col--edit-control) {
  min-width: 16.5rem;
}
.data-table table tr {
  position: relative;
}
.data-table table tr td, .data-table table tr th {
  padding-left: 1rem;
  padding-right: 1rem;
}
.data-table table tr td:first-child, .data-table table tr th:first-child {
  padding-left: 2rem;
}
.data-table table tr td:last-child, .data-table table tr th:last-child {
  padding-right: 2rem;
}
.data-table table .col--edit-control {
  white-space: nowrap;
  padding-right: 2rem;
}
.data-table table .col--edit-control > div {
  display: inline-block;
}
.data-table table .col--edit-control > div:last-child {
  margin-left: 2rem;
}
.data-table table .col--edit-control .icon-trash {
  color: #616161;
}
.data-table table .col--edit-control .icon-trash:hover {
  color: #7b7b7b;
}
.data-table table .col--edit-control .icon-trash:focus, .data-table table .col--edit-control .icon-trash:active {
  color: #878787;
}
.data-table.sticky-column tr th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 5;
  border-right: 0.2rem solid rgba(0, 0, 0, 0.1);
  width: 15%;
  padding-right: 2rem;
}
.data-table.sticky-column tr td:nth-child(2) {
  padding-left: 2rem;
}
.data-table.sticky-column thead th:first-child {
  background: #FAFAFA;
}
.data-table.sticky-column thead th:nth-child(2) {
  padding-left: 2rem;
}
.data-table.sticky-two-column tr th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 5;
  border-right: 0.2rem solid rgba(0, 0, 0, 0.1);
  width: 15%;
  padding-right: 2rem;
}
.data-table.sticky-two-column tr th:nth-child(2) {
  padding-left: 2rem;
}
.data-table.sticky-two-column tr th:last-of-type {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  border-right: none;
  border-left: 0.2rem solid rgba(0, 0, 0, 0.1);
  width: 10%;
}
.data-table.sticky-two-column tr td:nth-child(2) {
  padding-left: 2rem;
}
.data-table.sticky-two-column thead th:first-child, .data-table.sticky-two-column thead th:last-of-type {
  background: #FAFAFA;
}
.data-table .chips {
  margin-bottom: 0;
}

.table-footer {
  padding: 2rem 0;
}

.edit-drawer-wrapper {
  position: fixed;
  width: 100%;
  max-width: 50rem;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 36;
  padding-top: 6rem;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.3s ease-out; /* Safari, Chrome */
  -moz-transition: background-color 0.3s ease-out; /* Firefox 4.0~16.0 */
  transition: background-color 0.3s ease-out; /* IE >9, FF >15, Opera >12.0 */
}
.edit-drawer-wrapper .edit-drawer-bg {
  left: 0;
  height: 100%;
  content: "";
  width: 100%;
  position: fixed;
  top: 6rem;
  background-color: #1C1C1E;
  opacity: 0.2;
}
.edit-drawer-wrapper form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.edit-drawer-wrapper form .edit-panel {
  flex-grow: 1;
  overflow-y: auto;
  padding: 2rem;
  z-index: 10;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
}
.edit-drawer-wrapper form .btn-panel {
  flex-grow: 0;
  padding: 2rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  z-index: 10;
}
.edit-drawer-wrapper form .btn-panel button {
  margin-top: 3rem;
}

form .data-table .checkbox-group {
  margin-bottom: 0;
}
form .data-table .checkbox-group label {
  margin-bottom: 0;
  padding-right: 0;
}
form .data-table tbody .checkbox-group label {
  font-size: 1.4rem;
}

@media screen and (min-width: 767px) {
  .data-table {
    max-height: 670px;
  }
  .data-table table thead th, .data-table table thead th.sort-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #FFFFFF;
  }
  .data-table.sticky-column tbody, .data-table.sticky-two-column tbody {
    position: relative;
    z-index: 5;
  }
  .data-table.sticky-column tr th:first-child, .data-table.sticky-two-column tr th:first-child {
    z-index: 11;
  }
  .table-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 2rem 3rem;
  }
  .table-footer .form-field {
    display: flex;
    align-items: center;
    margin-right: 2rem;
  }
  .table-footer .form-field label {
    margin-bottom: 0;
    margin-right: 2rem;
  }
  .table-footer .form-field .select-box {
    margin-bottom: 0;
  }
  .table-footer .pagination {
    width: auto;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .data-table table.table {
    width: 100%;
  }
  .data-table table.table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .data-table table.table tbody th, .data-table table.table tbody td[data-title] {
    border: none;
    position: relative;
    padding-left: 50%;
  }
  .data-table table.table tbody th:before, .data-table table.table tbody td[data-title]:before {
    content: attr(data-title);
    position: absolute;
    left: 0;
    width: 45%;
    padding-right: 1rem;
    text-align: left;
    font-weight: bold;
  }
  .data-table.sticky-column tr th:first-child {
    width: 100%;
    border-right: none !important;
    padding-left: 0;
    padding-bottom: 2rem;
  }
  .data-table.sticky-column tr th:first-child:before {
    display: none;
  }
  .data-table.sticky-two-column table tbody th:first-child {
    width: 50%;
    border-right: none !important;
    padding-left: 0;
    padding-bottom: 2rem;
  }
  .data-table.sticky-two-column table tbody th:first-child:before {
    display: none;
  }
  .data-table.sticky-two-column table tbody th:last-of-type {
    position: absolute;
    right: 1rem;
    top: 1rem;
    border-right: none !important;
    border-left: none !important;
    padding-left: 2rem;
    width: auto;
  }
  .data-table.sticky-two-column table tbody th:last-of-type:before {
    display: none;
  }
}
.dark .data-table {
  border: 0.2rem solid #616161;
}
.dark .data-table table thead th {
  border-bottom: 0.2rem solid #616161;
}
.dark .data-table table thead th.sort-header a {
  color: #FAFAFA;
}
.dark .data-table table thead th.sort-header a:hover, .dark .data-table table thead th.sort-header a:focus, .dark .data-table table thead th.sort-header a:active {
  color: #7CABFF;
}
.dark .data-table table tbody tr th {
  background: #1C1C1E;
}
.dark .data-table table tbody tr:nth-child(even) th {
  background: #141414;
}
.dark .data-table table .col--edit-control .icon-trash {
  color: #616161;
}
.dark .data-table table .col--edit-control .icon-trash:hover {
  color: #BCBCBC;
}
.dark .data-table table .col--edit-control .icon-trash:focus, .dark .data-table table .col--edit-control .icon-trash:active {
  color: #FAFAFA;
}
.dark .data-table.sticky-column tr th:first-child {
  border-right: 0.2rem solid #616161;
}
.dark .data-table.sticky-column thead th:first-child {
  background: #1C1C1E;
}
.dark .data-table.sticky-two-column tr th:first-child {
  border-right: 0.2rem solid #616161;
}
.dark .data-table.sticky-two-column tr th:last-of-type {
  border-right: none;
  border-left: 0.2rem solid #616161;
}
.dark .data-table.sticky-two-column thead th:first-child, .dark .data-table.sticky-two-column thead th:last-of-type {
  background: #1C1C1E;
}
.dark .edit-drawer-wrapper .edit-drawer-bg {
  background-color: #000000;
  opacity: 0.2;
}
.dark .edit-drawer-wrapper form .edit-panel {
  background-color: #1C1C1E;
  border-bottom: 0.1rem solid #616161;
}
.dark .edit-drawer-wrapper form .btn-panel {
  background-color: #1C1C1E;
}
@media screen and (min-width: 767px) {
  .dark .data-table table thead th, .dark .data-table table thead th.sort-header {
    background-color: #1C1C1E;
  }
}

/* /////////////////////////////////////////////////////////////////////
//  25 - Breakdown Layout Page
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
#breakdown-main {
  overflow-y: hidden;
}

#breakdown-layout-header-right-link {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  padding: 0 2rem;
}
#breakdown-layout-header-right-link a {
  font-weight: 700;
  outline: 0;
  font-size: 1.4rem;
  line-height: 6rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  float: right;
}
#breakdown-layout-header-right-link:hover {
  background-color: #005CCC;
}

.breakdown-heading-container {
  margin-bottom: 1.8rem;
  margin-top: 3rem;
}
.breakdown-heading-container .breakdown-layout-heading {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  left: -999em;
  visibility: hidden;
  max-height: 0;
  margin: 0;
  padding: 0;
}
.breakdown-heading-container #breakdown-layout-heading-current {
  position: static;
  z-index: auto;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  max-height: 100%;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.8s;
  -moz-transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-property: opacity;
  -o-transition-duration: 0.8s;
  -o-transition-timing-function: ease-in-out;
  -o-transition-delay: 0s;
  transition-property: opacity;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.breakdown-heading-container .breakdown-layout-heading-left-out {
  -webkit-animation: slide-out-left 0.25s forwards;
  -moz-animation: slide-out-left 0.25s forwards;
  -o-animation: slide-out-left 0.25s forwards;
  animation: slide-out-left 0.25s forwards;
}
.breakdown-heading-container .breakdown-layout-heading-right-in {
  -webkit-animation: slide-in-right 0.75s forwards;
  -moz-animation: slide-in-right 0.75s forwards;
  -o-animation: slide-in-right 0.75s forwards;
  animation: slide-in-right 0.75s forwards;
}
.breakdown-heading-container .breakdown-layout-heading-left-in {
  -webkit-animation: slide-in-left 0.75s forwards;
  -moz-animation: slide-in-left 0.75s forwards;
  -o-animation: slide-in-left 0.75s forwards;
  animation: slide-in-left 0.75s forwards;
}
.breakdown-heading-container .breakdown-layout-heading-right-out {
  -webkit-animation: slide-out-right 0.25s forwards;
  -moz-animation: slide-out-right 0.25s forwards;
  -o-animation: slide-out-right 0.25s forwards;
  animation: slide-out-right 0.25s forwards;
}

.breakdown-forms-container {
  display: flex;
  flex-direction: column;
}
.breakdown-forms-container .radio-button-wrapper.col-1, .breakdown-forms-container .checkbox-wrapper.col-1 {
  width: 100%;
}
.breakdown-forms-container .radio-button-wrapper.col-1 > div, .breakdown-forms-container .checkbox-wrapper.col-1 > div {
  width: 75%;
}
.breakdown-forms-container .radio-button-wrapper.col-1 > div input[type=radio], .breakdown-forms-container .radio-button-wrapper.col-1 > div input[type=checkbox], .breakdown-forms-container .checkbox-wrapper.col-1 > div input[type=radio], .breakdown-forms-container .checkbox-wrapper.col-1 > div input[type=checkbox] {
  width: 100%;
}
.breakdown-forms-container .radio-button-wrapper.col-2, .breakdown-forms-container .checkbox-wrapper.col-2 {
  width: 100%;
}
.breakdown-forms-container .radio-button-wrapper.col-2 > div, .breakdown-forms-container .checkbox-wrapper.col-2 > div {
  width: 75%;
}
.breakdown-forms-container .radio-button-wrapper.col-2 > div input[type=radio], .breakdown-forms-container .radio-button-wrapper.col-2 > div input[type=checkbox], .breakdown-forms-container .checkbox-wrapper.col-2 > div input[type=radio], .breakdown-forms-container .checkbox-wrapper.col-2 > div input[type=checkbox] {
  width: 100%;
}
.breakdown-forms-container .breakdown-layout-form {
  max-height: 0;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  visibility: hidden;
  box-sizing: border-box;
}
.breakdown-forms-container .breakdown-layout-form.visible {
  z-index: auto;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  max-height: 100%;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.8s;
  -moz-transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-property: opacity;
  -o-transition-duration: 0.8s;
  -o-transition-timing-function: ease-in-out;
  -o-transition-delay: 0s;
  transition-property: opacity;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.breakdown-forms-container .breakdown-layout-form.visible-delayed {
  z-index: auto;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  max-height: 100%;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0.6s;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.6s;
  -moz-transition-timing-function: ease-in-out;
  -moz-transition-delay: 0.6s;
  -o-transition-property: opacity;
  -o-transition-duration: 0.6s;
  -o-transition-timing-function: ease-in-out;
  -o-transition-delay: 0.6s;
  transition-property: opacity;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.6s;
}

.flow-back-btn {
  font-size: 1.2rem;
  margin-left: 0;
  padding-left: 0;
  text-decoration: none;
  line-height: 4.3rem;
}
.flow-back-btn .icon-chevron-left {
  color: #005CCC;
}
.flow-back-btn .text {
  font-size: 1.6rem;
  color: #005CCC;
}

.breakdown-fade-in {
  opacity: 0;
}
.breakdown-fade-in.show {
  opacity: 1;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.8s;
  -moz-transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-property: opacity;
  -o-transition-duration: 0.8s;
  -o-transition-timing-function: ease-in-out;
  -o-transition-delay: 0s;
  transition-property: opacity;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

.breakdown-layout-buttons .breakdown-next-btn {
  min-width: 18rem;
}
.breakdown-layout-buttons .breakdown-back-btn {
  font-size: 1.2rem;
  margin-left: 0;
  padding-left: 0;
  text-decoration: none;
  line-height: 4.3rem;
}
.breakdown-layout-buttons .breakdown-back-btn .icon-chevron-left {
  color: #005CCC;
}
.breakdown-layout-buttons .breakdown-back-btn .text {
  font-size: 1.6rem;
  color: #005CCC;
}
.breakdown-layout-buttons .breakdown-back-btn.hidden {
  visibility: hidden;
}

.breakdown-layout-footer {
  overflow: auto;
  display: block;
  height: auto;
}
.breakdown-layout-footer .breakdown-faq-container {
  background-color: #EDEDED;
  padding-top: 1rem;
  margin-top: -5rem;
  margin-bottom: 3rem;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.breakdown-layout-footer .breakdown-faq-container .view-more-less-link {
  text-align: center;
}
.breakdown-layout-footer .breakdown-faq-container .breakdown-faq-content ul#breakdown-layout-faq-accordion {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.breakdown-layout-footer .breakdown-faq-container .breakdown-faq-content ul#breakdown-layout-faq-accordion li {
  background-color: #FFFFFF;
}

@media (max-width: 480px) {
  .breakdown-layout-heading {
    margin-top: 4.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .breakdown-layout-buttons .breakdown-next-btn {
    width: 100%;
    margin: 0;
  }
  .breakdown-forms-container .radio-button-wrapper.col-1 div, .breakdown-forms-container .checkbox-wrapper.col-1 div {
    width: 100%;
  }
  .breakdown-forms-container .radio-button-wrapper.col-1 div input[type=radio], .breakdown-forms-container .radio-button-wrapper.col-1 div input[type=checkbox], .breakdown-forms-container .checkbox-wrapper.col-1 div input[type=radio], .breakdown-forms-container .checkbox-wrapper.col-1 div input[type=checkbox] {
    width: 100%;
  }
  .breakdown-forms-container .radio-button-wrapper.col-2 div, .breakdown-forms-container .checkbox-wrapper.col-2 div {
    width: 100%;
  }
  .breakdown-forms-container .radio-button-wrapper.col-2 div input[type=radio], .breakdown-forms-container .radio-button-wrapper.col-2 div input[type=checkbox], .breakdown-forms-container .checkbox-wrapper.col-2 div input[type=radio], .breakdown-forms-container .checkbox-wrapper.col-2 div input[type=checkbox] {
    width: 100%;
  }
  .breakdown-forms-container input[type=text] {
    max-width: 100%;
  }
  .breakdown-layout-footer .breakdown-faq-container {
    margin-top: -3rem;
    margin-bottom: 4rem;
  }
}
@keyframes slide-in-right {
  0% {
    z-index: -1;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    position: static;
    z-index: auto;
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes slide-out-right {
  0% {
    margin-top: -7.6rem;
    z-index: 1;
    visibility: visible;
    transform: translateX(0%);
  }
  100% {
    margin-top: -7.6rem;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
  }
}
@keyframes slide-out-left {
  0% {
    z-index: auto;
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-100%);
  }
}
@keyframes slide-in-left {
  0% {
    z-index: -1;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    position: static;
    z-index: auto;
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
  }
}
/* /////////////////////////////////////////////////////////////////////
//  26 - Cards
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */
.cards-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.cards-container .col-sm-12, .cards-container .col-md-12, .cards-container .col-lg-12 {
  margin-bottom: 2.4rem;
}
.cards-container .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: initial;
  height: 100%;
  position: relative;
}
.cards-container .card .intro-text {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.cards-container .card .content-text {
  font-size: 1.4rem;
}
.cards-container.integrated-btn-cards .divider {
  position: relative;
  height: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cards-container.integrated-btn-cards .integrated-btn {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cards-container.integrated-btn-cards .integrated-btn button.btn--primary {
  background: #f5f8fc;
  color: #004B9B;
  flex-basis: 100%;
  border-radius: inherit;
  margin: 0;
  width: 100%;
  padding: 0;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.15);
  font-size: 1.4rem;
  overflow: hidden;
}
.cards-container.integrated-btn-cards .integrated-btn button.btn--primary.single {
  border-top: 0.1rem solid rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
.cards-container.integrated-btn-cards .integrated-btn button.btn--primary:focus, .cards-container.integrated-btn-cards .integrated-btn button.btn--primary:hover {
  background: rgba(0, 92, 204, 0.6);
  color: #FFFFFF;
}
.cards-container.integrated-btn-cards .integrated-btn button.btn--primary:active {
  color: #FFFFFF;
  background-color: rgba(0, 92, 204, 0.8);
}
.cards-container.integrated-btn-cards .integrated-btn button.btn--primary:disabled {
  background-color: #EDEDED;
  color: #BCBCBC;
  cursor: not-allowed;
}
.cards-container.integrated-btn-cards .integrated-btn button.btn--primary:nth-child(2) {
  border-bottom-left-radius: 0.6rem !important;
  border-bottom-right-radius: 0.6rem !important;
}
.cards-container.integrated-btn-cards .integrated-btn button.btn--destructive {
  background: #EDEDED;
  color: #1C1C1E;
  border-bottom-left-radius: 0.6rem !important;
  border-bottom-right-radius: 0.6rem !important;
  margin: 0;
  border-radius: inherit;
  width: 100%;
  padding: 0;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.15);
  font-size: 1.4rem;
  overflow: hidden;
}
.cards-container.integrated-btn-cards .integrated-btn button.btn--destructive:hover, .cards-container.integrated-btn-cards .integrated-btn button.btn--destructive:focus {
  color: #FFFFFF;
  background-color: #b7b7b7;
}
.cards-container.integrated-btn-cards .integrated-btn button.btn--destructive:active {
  color: #FFFFFF;
  background-color: #9b9b9b;
}
.cards-container.integrated-btn-cards .integrated-btn button.btn--destructive:disabled {
  background-color: #EDEDED;
  color: #BCBCBC;
  cursor: not-allowed;
}
.cards-container.promotional-cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.cards-container.promotional-cards.promotional-cards--two-column, .cards-container.promotional-cards.promotional-cards--side-by-side {
  flex: 0 0 50%;
}
.cards-container.promotional-cards.promotional-cards--two-column .card, .cards-container.promotional-cards.promotional-cards--side-by-side .card {
  width: 48%;
}
.cards-container.promotional-cards.promotional-cards--two-column .card:nth-child(2n), .cards-container.promotional-cards.promotional-cards--side-by-side .card:nth-child(2n) {
  margin-right: 0;
}
.cards-container.promotional-cards.promotional-cards--three-column {
  flex: 0 0 33%;
}
.cards-container.promotional-cards.promotional-cards--three-column .card {
  width: 31.2%;
}
.cards-container.promotional-cards.promotional-cards--three-column .card:nth-child(3n) {
  margin-right: 0;
}
.cards-container.promotional-cards .card {
  width: 30%;
  margin-right: 3rem;
  margin-bottom: 3rem;
  height: auto;
  align-items: stretch;
  background-color: #FFFFFF;
  border-radius: 1.6rem;
  border: 0.1rem solid rgba(28, 28, 30, 0.05);
  box-shadow: 0 5rem 5rem 0 rgba(0, 0, 0, 0.05);
}
.cards-container.promotional-cards .card > div:nth-of-type(1) .geico-icon {
  margin-bottom: 1.6rem;
}
.cards-container.promotional-cards .card > div:nth-of-type(1) .geico-icon.icon-frame-vehicle:before {
  content: "\e001";
}
.cards-container.promotional-cards .card > div:nth-of-type(1) .geico-icon.icon-frame-motorcycle:before {
  content: "\e002";
}
.cards-container.promotional-cards .card > div:nth-of-type(1) .geico-icon.icon-frame-homeowner:before {
  content: "\e003";
}
.cards-container.promotional-cards .card > div:nth-of-type(1) .geico-icon.icon-frame-boat:before {
  content: "\e004";
}
.cards-container.promotional-cards .card > div:nth-of-type(1) .geico-icon.icon-frame-rv:before {
  content: "\e005";
}
.cards-container.promotional-cards .card > div:nth-of-type(1) .geico-icon.icon-frame-condo:before {
  content: "\e006";
}
.cards-container.promotional-cards .card > div:nth-of-type(1) .geico-icon.icon-frame-atv:before {
  content: "\e007";
}
.cards-container.promotional-cards .card > div:nth-of-type(1) .geico-icon.icon-frame-pet:before {
  content: "\e008";
}
.cards-container.promotional-cards .card > div:nth-of-type(1) .geico-icon.icon-frame-collectibles:before {
  content: "\e009";
}
.cards-container.promotional-cards .card > div:nth-of-type(1) .geico-icon[class*=icon-frame-] {
  width: 5.6rem;
  height: 5.6rem;
  font-size: 5.6rem;
  line-height: 5.6rem;
}
.cards-container.promotional-cards .card > div:nth-of-type(1) img {
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
}
.cards-container.promotional-cards .card > div:nth-of-type(1) img.center-cropped {
  object-position: center;
  height: 100%;
  width: 100%;
}
.cards-container.promotional-cards .card .card-top {
  padding: 2.4rem 2.4rem 0.5rem 2.4rem;
}
.cards-container.promotional-cards .card .card-top .intro-text {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.cards-container.promotional-cards .card .card-top h4 {
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 1rem;
}
.cards-container.promotional-cards .card .card-top .content-text {
  font-size: 1.6rem;
}
.cards-container.promotional-cards .card .card-top .geico-icon {
  color: #004B9B;
}
.cards-container.promotional-cards .card .card-bottom {
  display: flex;
  justify-content: center;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  padding-bottom: 2.4rem;
}
.cards-container.promotional-cards .card .card-bottom.btn--secondary {
  color: #004B9B;
  background-color: transparent;
  border: 0.2rem solid #004B9B;
}
.cards-container.promotional-cards .card .card-bottom.btn--secondary:hover {
  color: #FFFFFF;
  background-color: #073770;
}
.cards-container.promotional-cards .card .card-bottom.btn--secondary:active {
  background-color: #001F45;
}
.cards-container.promotional-cards .card .card-bottom.btn--secondary:focus {
  border: 0.2rem solid #FFFFFF;
  outline: 0.2rem solid #004B9B;
  background-color: #004B9B;
  color: #FFFFFF;
}
.cards-container.promotional-cards .card .card-bottom.btn--secondary:disabled {
  border: transparent;
}
.cards-container.promotional-cards .card .card-bottom button {
  margin-bottom: 0;
  margin-right: 0;
  width: 100%;
  max-width: 41.2rem;
}
.cards-container.promotional-cards.promotional-cards--side-by-side {
  flex-wrap: wrap;
}
.cards-container.promotional-cards.promotional-cards--side-by-side .card {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.cards-container.promotional-cards.promotional-cards--side-by-side .card .card-left {
  padding: 0 2.4rem;
  align-self: center;
}
.cards-container.promotional-cards.promotional-cards--side-by-side .card .card-left .geico-icon {
  margin-bottom: 0rem;
  color: #004B9B;
}
.cards-container.promotional-cards.promotional-cards--side-by-side .card .card-right {
  padding: 2.4rem 2.4rem 0 0;
}
.cards-container.promotional-cards.promotional-cards--side-by-side .card:last-child:nth-child(odd) {
  width: 100%;
  margin-right: 0;
}

@media (max-width: 999px) {
  .cards-container.promotional-cards.promotional-cards--three-column {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: visible;
  }
  .cards-container.promotional-cards.promotional-cards--three-column .card {
    min-width: 28rem;
    margin-right: 3rem;
    box-shadow: 0 2rem 2rem -0.5rem rgba(0, 0, 0, 0.05);
  }
  .cards-container.promotional-cards.promotional-cards--three-column .card:nth-child(3n) {
    margin-right: 3rem;
  }
  .cards-container.promotional-cards.promotional-cards--three-column .card:last-of-type {
    margin-right: 0;
  }
}
@media (max-width: 850px) {
  .cards-container.promotional-cards.promotional-cards--two-column {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: visible;
  }
  .cards-container.promotional-cards.promotional-cards--two-column .card {
    min-width: 28rem;
    margin-right: 3rem;
    box-shadow: 0 2rem 2rem -0.5rem rgba(0, 0, 0, 0.05);
  }
  .cards-container.promotional-cards.promotional-cards--two-column .card:nth-child(2n) {
    margin-right: 3rem;
  }
  .cards-container.promotional-cards.promotional-cards--two-column .card:last-of-type {
    margin-right: 0;
  }
  .cards-container.promotional-cards.promotional-cards--side-by-side {
    flex-wrap: wrap;
  }
  .cards-container.promotional-cards.promotional-cards--side-by-side .card {
    min-width: 100%;
    flex-shrink: 0;
  }
}
@media (max-width: 480px) {
  .cards-container.promotional-cards.promotional-cards--side-by-side .card {
    flex-direction: column;
  }
  .cards-container.promotional-cards.promotional-cards--side-by-side .card .card-left {
    padding-top: 2.4rem;
    align-self: flex-start;
  }
  .cards-container.promotional-cards.promotional-cards--side-by-side .card .card-right {
    padding: 1.6rem 2.4rem 0 2.4rem;
  }
}
.cards-container:before {
  content: none;
}
.cards-container:after {
  content: "";
}

.dark .cards-container.promotional-cards .card {
  background-color: #2B2B2F;
  border: 0.1rem solid #2B2B2F;
  box-shadow: 0 5rem 5rem 0 rgba(0, 0, 0, 0.15);
}
.dark .cards-container.promotional-cards .card .card-bottom.btn--secondary {
  color: #004B9B;
  background-color: transparent;
  border: 0.2rem solid #004B9B;
}
.dark .cards-container.promotional-cards .card .card-bottom.btn--secondary:hover {
  color: #FFFFFF;
  background-color: #073770;
}
.dark .cards-container.promotional-cards .card .card-bottom.btn--secondary:active {
  background-color: #001F45;
}
.dark .cards-container.promotional-cards .card .card-bottom.btn--secondary:focus {
  border: 0.2rem solid #FFFFFF;
  outline: 0.2rem solid #004B9B;
  background-color: #004B9B;
  color: #FFFFFF;
}
.dark .cards-container.promotional-cards .card .card-bottom.btn--secondary:disabled {
  border: transparent;
}
.dark .cards-container.promotional-cards .card .card-top .geico-icon {
  color: #99D4F2;
}
.dark .cards-container.promotional-cards.promotional-cards--side-by-side .card .card-left .geico-icon {
  color: #99D4F2;
}

/* /////////////////////////////////////////////////////////////////////
//  27 - Tile Selection
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
form .tile-selection-wrapper {
  display: flex;
  flex-wrap: wrap;
}
form .tile-selection-wrapper > div {
  flex-basis: 110px;
}
form .tile-selection-wrapper input[type=radio]:disabled + label {
  cursor: not-allowed;
  box-shadow: none !important;
  color: #616161;
}
form .tile-selection-wrapper label {
  cursor: pointer;
  border-radius: 0.4rem;
  padding: 15px;
  line-height: 3.5;
  color: #005CCC;
  background-color: #FAFAFA;
  box-shadow: inset 0px 0px 0px 2px #005CCC;
  font-weight: bold;
}
form .tile-selection-wrapper label:hover, form .tile-selection-wrapper label:focus {
  color: #FFFFFF;
  background-color: rgba(0, 92, 204, 0.6);
  box-shadow: none;
}
form .tile-selection-wrapper label:active {
  color: #FFFFFF;
  background-color: #005CCC;
  box-shadow: none;
}
form .tile-selection-wrapper input[type=radio]:checked + label, form .tile-selection-wrapper input[type=radio]:active + label:not(.disabled) {
  background-color: #005CCC;
  color: #FFFFFF;
  border: medium none;
}
form .form-field--error .tile-selection-wrapper input[type=radio] + label {
  box-shadow: none !important;
}

.dark form .tile-selection-wrapper input[type=radio]:disabled + label {
  cursor: not-allowed;
  box-shadow: none !important;
  color: #616161;
  border-color: #141414;
  background-color: #141414;
}
.dark form .tile-selection-wrapper label {
  color: #FAFAFA;
  background-color: #2B2B2F;
  box-shadow: inset 0px 0px 0px 2px #2B2B2F;
  border: 1px solid #2B2B2F;
}
.dark form .tile-selection-wrapper label:hover, .dark form .tile-selection-wrapper label:focus {
  background-color: rgba(43, 43, 47, 0.6);
  border: 1px solid #616161;
}
.dark form .tile-selection-wrapper label:active {
  background-color: #002F65;
  border: 1px solid #ABC7FF;
}
.dark form .tile-selection-wrapper input[type=radio]:checked + label, .dark form .tile-selection-wrapper input[type=radio]:active + label:not(.disabled) {
  color: #000000;
  background-color: #ABC7FF;
}

/* /////////////////////////////////////////////////////////////////////
//  28 - Icon List
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
ul.list-icon {
  position: relative;
  padding-left: 4.5rem;
  margin-bottom: 3rem;
}
ul.list-icon li {
  padding-bottom: 3rem;
  line-height: 140%;
}
ul.list-icon li:last-child {
  padding-top: 0;
}
ul.list-icon li:before {
  position: absolute;
  left: 0;
  padding-top: 0.8rem;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 3.2rem;
  line-height: 3.2rem;
}
ul.list-icon li span {
  font-family: "GEICORoobert", sans-serif;
  color: #1C1C1E;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 2rem;
  margin: 0;
  padding: 0;
}
ul.list-icon li.one-line:before {
  padding-top: 0;
}
ul.list-icon .chips {
  display: block;
  margin-top: 5px;
}

.dark ul.list-icon li span {
  color: #FAFAFA;
}

/* /////////////////////////////////////////////////////////////////////
//  29 - File Upload
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.drop {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding: 2rem 0;
}
.drop.drop-zone {
  background-color: #FFFFFF;
  border: 0.2rem dashed rgba(0, 0, 0, 0.15);
  border-radius: 1.6rem;
}
.drop .container-padding {
  padding-left: 8rem;
  padding-right: 8rem;
}
.drop p {
  color: #616161;
}
.drop .drop-link {
  color: #005CCC;
  font-weight: 700;
  text-decoration: underline;
}
.drop .drop-link:hover, .drop .drop-link:focus {
  color: #295697;
  text-decoration: none;
}
.drop .drop-link:active {
  color: #1E4071;
  text-decoration: none;
}
.drop .loading-icon {
  margin: 0 auto;
  margin-bottom: 2rem;
}
.drop .icon-upload {
  transform: rotate(270deg);
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.drop .hide-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.drop .status-outcome > span.success {
  background-color: #22841F;
  border-radius: 50%;
  color: #FFFFFF;
  text-shadow: none;
  height: 2.2rem;
  width: 2.2rem;
  line-height: 2.2rem;
  font-size: 1rem;
}
.drop .doc-upload-files {
  flex-basis: 5rem;
}
.drop.doc-status-wrapper {
  background-color: #FFFFFF;
  border-radius: 1.6rem;
  border: 0.1rem solid #EDEDED;
  padding-bottom: 0;
}
.drop.doc-status-wrapper .upload-header h3 {
  color: #616161;
}
.drop.doc-status-wrapper .doc-upload {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  background: #FAFAFA;
  border-bottom-left-radius: 1.6rem;
  border-bottom-right-radius: 1.6rem;
}
.drop.doc-status-wrapper .doc-upload .doc-upload-header {
  display: flex;
}
.drop.doc-status-wrapper .doc-upload .doc-upload-header h3 {
  width: 100%;
  padding-top: 1rem;
}
.drop.doc-status-wrapper .doc-upload .doc-upload-files {
  display: flex;
  flex-wrap: nowrap;
}
.drop.doc-status-wrapper .doc-upload .doc-upload-files .img-icon {
  margin-right: 2rem;
  width: 3rem;
  height: 3rem;
}
.drop.doc-status-wrapper .doc-upload .doc-upload-files a {
  margin-left: auto;
}
.drop.doc-status-wrapper .doc-upload .doc-upload-files a .icon-trash {
  color: #616161;
}
.drop.doc-status-wrapper .doc-upload .doc-upload-files a .icon-trash:hover {
  color: #7b7b7b;
}
.drop.doc-status-wrapper .doc-upload .doc-upload-files a .icon-trash:focus, .drop.doc-status-wrapper .doc-upload .doc-upload-files a .icon-trash:active {
  color: #878787;
}
.drop.doc-status-wrapper .doc-upload .doc-upload-select {
  margin-left: 5rem;
  margin-top: 2rem;
}
.drop.doc-status-wrapper .doc-upload-status {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #FAFAFA;
  border-bottom-left-radius: 1.6rem;
  border-bottom-right-radius: 1.6rem;
}
.drop.doc-status-wrapper .doc-upload-status .doc-labels {
  display: flex;
}
.drop.doc-status-wrapper .doc-upload-status .doc-labels div {
  width: 37%;
  font-weight: bolder;
}
.drop.doc-status-wrapper .doc-upload-status .upload-container div {
  width: 100%;
  display: flex;
}
.drop.doc-status-wrapper .doc-upload-status .upload-container div .img-icon {
  margin-right: 2rem;
  width: 3rem;
  height: 3rem;
}
.drop.doc-status-wrapper .doc-upload-status .upload-container .status-outcome {
  position: relative;
}
.drop.doc-status-wrapper .doc-upload-status .upload-container .status-outcome span {
  position: absolute;
  right: 0;
}
.drop .doc-preview-panel {
  display: flex;
  flex-direction: column;
}
.drop .doc-preview-panel > div h3 {
  display: inline-block;
}

@media (max-width: 768px) {
  .drop .container-padding {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .drop.doc-status-wrapper .doc-upload .doc-upload-select {
    margin-left: 0;
  }
  .drop.doc-status-wrapper .doc-upload-status .upload-container div {
    display: inherit;
  }
  .drop.doc-status-wrapper .doc-upload-status .upload-container div .status-name {
    font-weight: bold;
  }
  .drop.doc-status-wrapper .doc-upload-status .upload-container .status-outcome {
    position: relative;
    bottom: 4rem;
  }
}
@media (max-width: 480px) {
  .drop .container-padding {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.png-image-icon {
  background: url(../images/file-upload/png.svg) center no-repeat;
  background-size: contain;
}

.jpg-image-icon {
  background: url(../images/file-upload/jpg.svg) center no-repeat;
  background-size: contain;
}

.mov-image-icon {
  background: url(../images/file-upload/mov.svg) center no-repeat;
  background-size: contain;
}

.pdf-image-icon {
  background: url(../images/file-upload/pdf.svg) center no-repeat;
  background-size: contain;
}

.general-image-icon {
  background: url(../images/file-upload/general.svg) center no-repeat;
  background-size: contain;
}

.doc-image-icon {
  background: url(../images/file-upload/doc.svg) center no-repeat;
  background-size: contain;
}

.dark .drop {
  background-color: #1C1C1E;
}
.dark .drop.drop-zone {
  background-color: #1C1C1E;
  border: 0.2rem dashed #616161;
}
.dark .drop p {
  color: #FAFAFA;
}
.dark .drop .drop-link {
  color: #7CABFF;
}
.dark .drop .drop-link:hover, .dark .drop .drop-link:focus {
  color: #C3D9FF;
}
.dark .drop .drop-link:active {
  color: #ABC7FF;
}
.dark .drop .status-outcome > span.success {
  background-color: #72BF59;
  color: #FAFAFA;
}
.dark .drop.doc-status-wrapper {
  background-color: #1C1C1E;
  border: 0.1rem solid #616161;
}
.dark .drop.doc-status-wrapper .upload-header h3 {
  color: #FAFAFA;
}
.dark .drop.doc-status-wrapper .doc-upload {
  background: #1C1C1E;
}
.dark .drop.doc-status-wrapper .doc-upload-status {
  background: #1C1C1E;
}

/* /////////////////////////////////////////////////////////////////////
//  30 - Content Cards
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.cards-container.content-card {
  margin-bottom: 3rem;
}
.cards-container.content-card .card {
  background-color: #FFFFFF;
  border-radius: 1.6rem;
  border: 0.1rem solid #EDEDED;
  flex: 1 1 auto;
  overflow: visible;
  width: 100%;
  max-width: 101.7rem;
  border: none;
}
.cards-container.content-card .card-header {
  display: flex;
  justify-content: space-between;
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
  background-image: linear-gradient(to right, #194b93 0%, #215bb0 100%);
  align-items: flex-start;
  padding: 2rem 1.5rem 1.5rem;
}
.cards-container.content-card .card-header.inactive {
  background-image: none;
  background-color: #616161;
}
.cards-container.content-card .card-header .geico-icon {
  padding-top: 0.5rem;
  color: #FFFFFF;
}
.cards-container.content-card .card-header .card-header-info {
  display: flex;
  flex-shrink: 0;
  overflow: hidden;
}
.cards-container.content-card .card-header .card-header-title {
  margin-left: 1rem;
  margin-top: 0.5rem;
  align-self: center;
}
.cards-container.content-card .card-header .card-header-title h3 {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
}
.cards-container.content-card .card-header .card-header-title h3:first-child {
  margin-bottom: 0.5rem;
  font-size: 3rem;
  font-weight: 700;
}
.cards-container.content-card .card-header .actions {
  display: flex;
  align-items: center;
  margin-left: 2rem;
  margin-right: 1rem;
  margin-top: 0.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cards-container.content-card .card-header .actions button {
  margin-bottom: 1rem;
}
.cards-container.content-card .card-content {
  padding: 1rem 2.5rem;
  background-color: #FFFFFF;
  border-radius: 1.6rem;
  border: 0.1rem solid #EDEDED;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media screen and (max-width: 768px) {
  .cards-container.content-card .card-header .actions {
    margin-right: 0;
  }
  .cards-container.content-card .card-content {
    padding: 2rem 2rem;
  }
}
@media screen and (max-width: 570px) {
  .cards-container.content-card .card-header {
    flex-wrap: wrap;
  }
  .cards-container.content-card .card-header .card-header-info {
    padding-bottom: 1rem;
  }
  .cards-container.content-card .card-header .actions {
    flex: 1 1 100%;
    margin-right: 2rem;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .cards-container.content-card .card-header .card-header-info {
    flex-shrink: initial;
  }
  .cards-container.content-card .card-header .actions .more-info-button, .cards-container.content-card .card-header .actions .more-info-button-container {
    width: 100%;
  }
  .cards-container.content-card .card-content {
    padding: 1rem 2rem;
  }
}
.dark .cards-container.content-card .card {
  background-color: #2B2B2F;
}
.dark .cards-container.content-card .card-header {
  background-image: none;
  background-color: #616161;
}
.dark .cards-container.content-card .card-header.inactive {
  background-color: #2B2B2F;
}
.dark .cards-container.content-card .card-header .geico-icon {
  color: #FAFAFA;
}
.dark .cards-container.content-card .card-content {
  background-color: #2B2B2F;
  border: none;
}

/* /////////////////////////////////////////////////////////////////////
//  31 - Pricing Cards
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.pricing-cards-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pricing-cards-wrapper .pricing-card {
  background-color: #FFFFFF;
  border-radius: 1.6rem;
  border: 0.1rem solid #EDEDED;
  max-width: 42rem;
  width: 100%;
  padding: 0.5rem 3rem 1.5rem 3rem;
  margin-bottom: 2rem;
}
.pricing-cards-wrapper .pricing-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.pricing-cards-wrapper .pricing-card-content .description-text {
  margin-top: 1rem;
}
.pricing-cards-wrapper .description-text {
  font-size: 1.4rem;
  padding-bottom: 1rem;
}
.pricing-cards-wrapper .monetary {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.pricing-cards-wrapper .monetary-text {
  font-size: 3.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
}
.pricing-cards-wrapper .details {
  border-top: 0.1rem solid #EDEDED;
  width: 100%;
  text-align: center;
  padding-top: 1.5rem;
  margin-top: 1rem;
}
.pricing-cards-wrapper .details div {
  margin-bottom: 1.5rem;
}
.pricing-cards-wrapper .details div:last-child {
  margin-bottom: 0;
}
.pricing-cards-wrapper .plus {
  font-size: 3.4rem;
  color: #616161;
  margin-top: 4rem;
}
.pricing-cards-wrapper .side-by-side {
  flex-direction: row;
  justify-content: space-between;
}
.pricing-cards-wrapper .side-by-side > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.pricing-cards-wrapper .side-by-side > div div:last-child {
  padding-top: 1rem;
  border-top: 0.1rem solid #EDEDED;
}
.pricing-cards-wrapper .btn-center {
  width: 100%;
}
.pricing-cards-wrapper .btn-center .btn {
  margin-bottom: 1rem;
}
.pricing-cards-wrapper .btn-center .btn:last-child {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 480px) {
  .pricing-cards-wrapper .pricing-card {
    padding: 1.5rem;
  }
}
.dark .pricing-cards-wrapper .pricing-card {
  background-color: #2B2B2F;
  border: none;
}
.dark .pricing-cards-wrapper .details {
  border-top: 0.1rem solid #BCBCBC;
}
.dark .pricing-cards-wrapper .plus {
  color: #BCBCBC;
}

/* /////////////////////////////////////////////////////////////////////
//  33 - Contact Us flow
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */
#contact-us-flow {
  overflow-y: hidden;
}
#contact-us-flow .slide-in-right {
  -webkit-animation: slide-in-right 0.15s ease-in;
  -moz-animation: slide-in-right 0.15s ease-in; /* Firefox 5.0~16.0 */
  animation: slide-in-right 0.15s ease-in; /* IE10+ */
}
#contact-us-flow .slide-in-left {
  -webkit-animation: slide-in-left 0.15s ease-in;
  -moz-animation: slide-in-left 0.15s ease-in; /* Firefox 5.0~16.0 */
  animation: slide-in-left 0.15s ease-in; /* IE10+ */
}
#contact-us-flow .flow-back-btn {
  font-size: 1.2rem;
  margin-left: 0;
  padding-left: 0;
  text-decoration: none;
  line-height: 4.3rem;
}
#contact-us-flow .flow-back-btn .icon-chevron-left {
  color: #005CCC;
}
#contact-us-flow .flow-back-btn .text {
  font-size: 1.6rem;
  color: #005CCC;
}

@-webkit-keyframes slide-in-right {
  0% {
    z-index: -1;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    position: static;
    z-index: auto;
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
  }
}
@-moz-keyframes slide-in-right {
  0% {
    z-index: -1;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    position: static;
    z-index: auto;
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes slide-in-right {
  0% {
    z-index: -1;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    position: static;
    z-index: auto;
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes slide-in-left {
  0% {
    z-index: -1;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    position: static;
    z-index: auto;
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
  }
}
@-moz-keyframes slide-in-left {
  0% {
    z-index: -1;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    position: static;
    z-index: auto;
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes slide-in-left {
  0% {
    z-index: -1;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    position: static;
    z-index: auto;
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
  }
}
/* /////////////////////////////////////////////////////////////////////
//  34 - Billing Cards
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.billing-cards-container h3 {
  color: #1C1C1E;
}

.billing-cards-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.billing-cards-wrapper .billing-card {
  background-color: #FFFFFF;
  border-radius: 1.6rem;
  border: 0.1rem solid #EDEDED;
  min-width: 29.9rem;
  max-width: 46.5rem;
  padding: 1.5rem 2rem 0.5rem 2rem;
  margin-right: 1.25rem;
  margin-bottom: 3rem;
  text-align: center;
}
.billing-cards-wrapper .billing-card .billing-card-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 1rem 0;
}
.billing-cards-wrapper .billing-card .description-text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}
.billing-cards-wrapper .billing-card .description-text .geico-icon {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.1rem;
  margin-right: 0.5rem;
}
.billing-cards-wrapper .billing-card .description-text.scheduled {
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}
.billing-cards-wrapper .billing-card p {
  font-size: 1.2rem;
  line-height: 1.7rem;
  margin-bottom: 1rem;
  text-align: center;
  color: #616161;
}
.billing-cards-wrapper .billing-card .monetary-text {
  font-size: 2.6rem;
  padding: 1.5rem 0;
}
.billing-cards-wrapper .billing-card .stroke-separator.stroke-separator--vertical {
  height: 6.75rem;
  margin: 0 1rem;
}
.billing-cards-wrapper .billing-card .btn {
  width: 100%;
  margin-right: 0;
  margin-bottom: 1.25rem;
}
.billing-cards-wrapper .billing-card .btn.btn--secondary {
  width: 100%;
  margin-right: 0;
  margin-bottom: 1.25rem;
}
.billing-cards-wrapper .billing-card .geico-icon.icon-alert {
  color: #EF5621;
  padding-top: 0.2rem;
}
.billing-cards-wrapper .billing-card:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .billing-cards-wrapper {
    justify-content: space-around;
  }
  .billing-cards-wrapper .billing-card {
    width: 100%;
    max-width: 34.5rem;
    margin-right: 0;
  }
}
.dark .billing-cards-container h3 {
  color: #FAFAFA;
}
.dark .billing-cards-wrapper .billing-card {
  background-color: #2B2B2F;
  border: none;
}
.dark .billing-cards-wrapper .billing-card p {
  color: #FAFAFA;
}
.dark .billing-cards-wrapper .billing-card .geico-icon.icon-alert-exclamation {
  color: #FF8B64;
  border: 0.1rem solid #FF8B64;
}

/* /////////////////////////////////////////////////////////////////////
//  35 - Highlight Messaging
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.highlight-messaging {
  display: flex;
  background-color: #FFFFFF;
  border-radius: 1.6rem;
  border: 0.1rem solid #EDEDED;
  margin-bottom: 3rem;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
}
.highlight-messaging.guidance .geico-icon.geico-icon:not(.geico-icon--actionable), .highlight-messaging.guidance .geico-icon[class*=icon-] {
  color: #F3A241;
}
.highlight-messaging.guidance .geico-icon .bg-color.geico-icon, .highlight-messaging.guidance .geico-icon .bg-color[class^=icon-], .highlight-messaging.guidance .geico-icon .bg-color[class*=" icon-"], .highlight-messaging.guidance .geico-icon.bg-color.geico-icon, .highlight-messaging.guidance .geico-icon.bg-color[class^=icon-], .highlight-messaging.guidance .geico-icon.bg-color[class*=" icon-"], .highlight-messaging.guidance .geico-icon .bg-gradient.geico-icon, .highlight-messaging.guidance .geico-icon .bg-gradient[class^=icon-], .highlight-messaging.guidance .geico-icon .bg-gradient[class*=" icon-"], .highlight-messaging.guidance .geico-icon.bg-gradient.geico-icon, .highlight-messaging.guidance .geico-icon.bg-gradient[class^=icon-], .highlight-messaging.guidance .geico-icon.bg-gradient[class*=" icon-"] {
  color: #FFFFFF;
}
.highlight-messaging.guidance .geico-icon .bg-color.geico-icon, .highlight-messaging.guidance .geico-icon.bg-color.geico-icon, .highlight-messaging.guidance .geico-icon .bg-gradient.geico-icon, .highlight-messaging.guidance .geico-icon.bg-gradient.geico-icon {
  border-color: #FFFFFF;
}
.highlight-messaging.guidance .geico-icon .bg-color.geico-icon.geico-icon--actionable, .highlight-messaging.guidance .geico-icon.bg-color.geico-icon.geico-icon--actionable, .highlight-messaging.guidance .geico-icon .bg-gradient.geico-icon.geico-icon--actionable, .highlight-messaging.guidance .geico-icon.bg-gradient.geico-icon.geico-icon--actionable {
  color: #F3A241;
  background-color: #FFFFFF;
}
.highlight-messaging .highlight-messaging--message {
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.highlight-messaging .highlight-messaging--message a {
  font-size: 1.6rem;
}
.highlight-messaging .highlight-messaging--heading {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.9rem;
  margin-bottom: 0.5rem;
}
.highlight-messaging .geico-icon {
  width: 5rem;
  border-radius: 0;
  border: none;
}
.highlight-messaging .geico-icon.geico-icon:not(.geico-icon--actionable), .highlight-messaging .geico-icon[class*=icon-] {
  color: #005CCC;
}
.highlight-messaging .geico-icon .bg-color.geico-icon, .highlight-messaging .geico-icon .bg-color[class^=icon-], .highlight-messaging .geico-icon .bg-color[class*=" icon-"], .highlight-messaging .geico-icon.bg-color.geico-icon, .highlight-messaging .geico-icon.bg-color[class^=icon-], .highlight-messaging .geico-icon.bg-color[class*=" icon-"], .highlight-messaging .geico-icon .bg-gradient.geico-icon, .highlight-messaging .geico-icon .bg-gradient[class^=icon-], .highlight-messaging .geico-icon .bg-gradient[class*=" icon-"], .highlight-messaging .geico-icon.bg-gradient.geico-icon, .highlight-messaging .geico-icon.bg-gradient[class^=icon-], .highlight-messaging .geico-icon.bg-gradient[class*=" icon-"] {
  color: #FFFFFF;
}
.highlight-messaging .geico-icon .bg-color.geico-icon, .highlight-messaging .geico-icon.bg-color.geico-icon, .highlight-messaging .geico-icon .bg-gradient.geico-icon, .highlight-messaging .geico-icon.bg-gradient.geico-icon {
  border-color: #FFFFFF;
}
.highlight-messaging .geico-icon .bg-color.geico-icon.geico-icon--actionable, .highlight-messaging .geico-icon.bg-color.geico-icon.geico-icon--actionable, .highlight-messaging .geico-icon .bg-gradient.geico-icon.geico-icon--actionable, .highlight-messaging .geico-icon.bg-gradient.geico-icon.geico-icon--actionable {
  color: #005CCC;
  background-color: #FFFFFF;
}

.dark .highlight-messaging {
  background-color: #2B2B2F;
  border: none;
}
.dark .highlight-messaging .geico-icon.geico-icon:not(.geico-icon--actionable), .dark .highlight-messaging .geico-icon[class*=icon-] {
  color: #7CABFF;
}
.dark .highlight-messaging.guidance .geico-icon.geico-icon:not(.geico-icon--actionable), .dark .highlight-messaging.guidance .geico-icon[class*=icon-] {
  color: #F49E37;
}

/* /////////////////////////////////////////////////////////////////////
//  36 - Billing Summary
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.billing-cards-container .hidden {
  display: none !important;
}

.edit-component-container.billing-card div.container h3 {
  margin-bottom: 1.25rem;
}
.edit-component-container.billing-card div.container .btn {
  margin-right: 0;
}
.edit-component-container.billing-card ul {
  padding: 0;
  margin: 0;
}
.edit-component-container.billing-card ul li.edit-component-list-item {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.edit-component-container.billing-card ul li.edit-component-list-item div {
  padding: 0;
  margin: 0;
}
.edit-component-container.billing-card ul li.edit-component-list-item div dt,
.edit-component-container.billing-card ul li.edit-component-list-item div button {
  margin: 0;
}

.container div.edit-component-container.billing-wrapper .edit-component-multi-field-edit-heading-container p {
  margin-bottom: 0;
  display: inline-block;
}
.container div.edit-component-container.billing-wrapper .edit-component-multi-field-edit-heading-container .enrolled .icon-confirmation.icon--gecko.geico-icon--default {
  padding-right: 2rem;
  font-size: 3rem;
}
.container div.edit-component-container.billing-wrapper .edit-component-multi-field-form-container .disclaimer {
  padding-bottom: 3rem;
}
.container div.edit-component-container.billing-wrapper .edit-component-multi-field-form-container .disclaimer p {
  margin: 0;
}
.container div.edit-component-container.billing-wrapper .edit-component-multi-field-form-container .button-switch-container {
  flex: none;
}
.container div.edit-component-container.billing-wrapper .edit-component-multi-field-form-container fieldset img {
  margin-right: 1.25rem;
}
.container div.edit-component-container.billing-wrapper .sub-content {
  padding-left: 5rem;
  font-style: italic;
  width: 100%;
  margin-top: 1.2rem;
}
.container div.edit-component-container.billing-wrapper .sub-content p {
  margin-bottom: 0;
}
.container div.edit-component-container.billing-wrapper .sub-content-payment {
  width: 100%;
  margin-top: 1.2rem;
}
.container div.edit-component-container.billing-wrapper .sub-content-payment p {
  margin-bottom: 0;
}

.iconic-cards.billing-card .card {
  width: 100%;
  align-items: center;
}
.iconic-cards.billing-card .card button {
  margin-right: 0;
}
.iconic-cards.billing-card .card a {
  text-decoration: none;
  margin-bottom: 2rem;
  cursor: pointer;
}
.iconic-cards.billing-card .view-more-less-content {
  width: 48.5rem;
}
.iconic-cards.billing-card .view-more-less-content .single-table-row {
  display: flex;
  justify-content: space-between;
}
.iconic-cards.billing-card .view-more-less-content .single-table-row p {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .edit-component-container.billing-card {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media screen and (max-width: 520px) {
  .edit-component-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .edit-component-container .sub-content {
    padding-left: 2.5rem;
    width: 75%;
  }
  .iconic-cards.billing-card .view-more-less-content {
    max-width: 28rem;
  }
  .edit-component-container .enrolled .icon-confirmation.icon--gecko.geico-icon--default {
    padding-right: 0.75rem;
    font-size: 1.6rem;
  }
}
/* /////////////////////////////////////////////////////////////////////
//  37 - Button Switch Cards
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.form-field--error .form-message {
  color: #E00B20;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 3rem;
  width: 100%;
  float: left;
}
.form-field--error .form-message a {
  color: currentColor;
}

.form-field--success label.text, .form-field--success legend {
  color: #22841F;
}
.form-field--success input[type=text], .form-field--success input[type=password], .form-field--success input[type=email], .form-field--success input[type=number], .form-field--success input[type=tel], .form-field--success .select-box select, .form-field--success .select-box, .form-field--success textarea {
  border-color: #22841F;
  border-width: 0.2rem;
  margin-bottom: 1rem;
}
.form-field--success .form-message {
  color: #22841F;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 3rem;
}
.form-field--success .form-message a {
  color: currentColor;
}

.dark .form-field--error .form-message {
  color: #FF888F;
}
.dark .form-field--success label.text, .dark .form-field--success legend {
  color: #72BF59;
}
.dark .form-field--success input[type=text], .dark .form-field--success input[type=password], .dark .form-field--success input[type=email], .dark .form-field--success input[type=number], .dark .form-field--success input[type=tel], .dark .form-field--success .select-box select, .dark .form-field--success .select-box, .dark .form-field--success textarea {
  border-color: #72BF59;
}
.dark .form-field--success .form-message {
  color: #72BF59;
}

/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.button-switch-card-container {
  margin-bottom: 3.5rem;
}
.button-switch-card-container .button-card-container {
  background-color: #FFFFFF;
  border-radius: 1.6rem;
  border: 0.1rem solid #EDEDED;
  box-shadow: none !important;
  color: #1C1C1E;
  padding: 3rem;
  width: 100%;
  max-width: 46rem;
  border-radius: 1.2rem;
  border: 0.1rem solid #EDEDED;
  margin-bottom: 1rem;
}
.button-switch-card-container .button-card-container:last-child {
  margin-bottom: 0;
}
.button-switch-card-container .button-card-container .button-switch-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.button-switch-card-container .button-card-container p.label {
  font-size: 2rem;
  width: 100%;
  max-width: 30rem;
}
.button-switch-card-container .button-card-container p.label span.form-descriptive-copy {
  margin-top: 0.5rem;
}
.button-switch-card-container .button-card-container .optional-text {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2.4rem;
  margin-bottom: 1rem;
}
.button-switch-card-container .button-card-container .optional-link {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2rem;
  cursor: pointer;
  margin-bottom: 1rem;
}
.button-switch-card-container .button-card-container .optional-content-wrapper .form-field--error .form-message a {
  font-weight: 700;
  text-decoration: underline;
  color: #005CCC;
  outline: 0;
}
.button-switch-card-container .button-card-container .optional-content-wrapper .form-field--error .form-message a:hover {
  text-decoration: none;
  color: #295697;
}
.button-switch-card-container .button-card-container .optional-content-wrapper .form-field--error .form-message a:active {
  text-decoration: none;
  color: #1E4071;
  outline: 0;
}
.button-switch-card-container .button-card-container .optional-content-wrapper > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.button-switch-card-container .button-card-container .optional-content-wrapper > *:last-child > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.button-switch-card-container .button-card-container .optional-content-wrapper > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.button-switch-card-container .upsell {
  background-image: url("data:image/svg+xml,<rect width='100%' height='100%' fill='none' rx='8' ry='8' stroke='#CDCDCDFF' stroke-width='2' stroke-dasharray='10, 8' stroke-dashoffset='0' stroke-linecap='butt'/>");
  border-color: #FFFFFF;
}
.button-switch-card-container.form-field--error-card-only .button-card-container {
  border: 0.1rem solid #E00B20;
  margin-bottom: 1.5rem;
}
.button-switch-card-container.form-field--error-card-only .button-card-container.upsell {
  background-image: url("data:image/svg+xml,<rect width='100%' height='100%' fill='none' rx='8' ry='8' stroke='#B6091AFF' stroke-width='2' stroke-dasharray='10, 8' stroke-dashoffset='0' stroke-linecap='butt'/>");
  border-color: #FFFFFF;
}
.button-switch-card-container.form-field--error-card-only .button-card-container .button-switch-container .button-switch {
  border-color: #E00B20;
}
.button-switch-card-container.form-field--error-card-only .button-card-container .optional-text {
  color: #E00B20;
}
.button-switch-card-container.form-field--error-card-only .button-card-container .optional-text .form-message {
  float: none;
}
.button-switch-card-container.form-field--error-card-only .form-message {
  font-size: 1.4rem;
  color: #E00B20;
}
.button-switch-card-container.form-field--error-card-only .form-message a {
  font-weight: 700;
  text-decoration: underline;
  color: #005CCC;
  outline: 0;
  cursor: pointer;
}
.button-switch-card-container.form-field--error-card-only .form-message a:hover {
  text-decoration: none;
  color: #295697;
}
.button-switch-card-container.form-field--error-card-only .form-message a:active {
  text-decoration: none;
  color: #1E4071;
  outline: 0;
}
.button-switch-card-container.disabled .button-card-container .button-switch {
  cursor: not-allowed;
}
.button-switch-card-container.disabled.upsell .button-card-container .button-switch {
  cursor: not-allowed;
}
.button-switch-card-container.disabled.upsell .button-card-container .button-switch:before {
  opacity: 0.5;
}
.button-switch-card-container.disabled.upsell .button-card-container .button-switch.button-switch--slide-left, .button-switch-card-container.disabled.upsell .button-card-container .button-switch .button-switch--start-left, .button-switch-card-container.disabled.upsell .button-card-container .button-switch.button-switch--slide-right, .button-switch-card-container.disabled.upsell .button-card-container .button-switch .button-switch--start-right, .button-switch-card-container.disabled.upsell .button-card-container .button-switch.button-switch--start-right.button-switch--slide-left {
  opacity: 0.5;
}
.button-switch-card-container .form-message {
  float: none;
  margin-bottom: 0;
}

@media (max-width: 520px) {
  .button-switch-card-container .button-card-container {
    padding: 1.5rem;
  }
  .button-switch-card-container .button-card-container p.label {
    max-width: 17.5rem;
  }
  .button-switch-card-container .button-card-container .optional-text {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 461px) {
  .button-switch-label-wrapper {
    margin-bottom: 2rem;
  }
}
.dark .button-switch-card-container .button-card-container {
  background-color: #1C1C1E;
  border: 0.1rem solid #616161;
  color: #FAFAFA;
  border: 0.1rem solid #616161;
}
.dark .button-switch-card-container .button-card-container .button-switch-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.dark .button-switch-card-container .button-card-container .optional-content-wrapper .form-field--error .form-message {
  color: #FF888F;
}
.dark .button-switch-card-container .button-card-container .optional-content-wrapper .form-field--error .form-message a {
  color: #7CABFF;
}
.dark .button-switch-card-container .button-card-container .optional-content-wrapper .form-field--error .form-message a:hover {
  color: #C3D9FF;
}
.dark .button-switch-card-container .button-card-container .optional-content-wrapper .form-field--error .form-message a:active {
  color: #ABC7FF;
}
.dark .button-switch-card-container .upsell {
  border: none;
  background-image: url("data:image/svg+xml,<rect width='100%' height='100%' fill='none' rx='8' ry='8' stroke='#CDCDCDFF' stroke-width='2' stroke-dasharray='10, 8' stroke-dashoffset='0' stroke-linecap='butt'/>");
}
.dark .button-switch-card-container.form-field--error-card-only .button-card-container {
  border: 0.1rem solid #FF888F;
}
.dark .button-switch-card-container.form-field--error-card-only .button-card-container.upsell {
  border: none;
  background-image: url("data:image/svg+xml,<rect width='100%' height='100%' fill='none' rx='8' ry='8' stroke='#B6091AFF' stroke-width='2' stroke-dasharray='10, 8' stroke-dashoffset='0' stroke-linecap='butt'/>");
}
.dark .button-switch-card-container.form-field--error-card-only .button-card-container .button-switch-container .button-switch {
  border-color: #FF888F;
}
.dark .button-switch-card-container.form-field--error-card-only .optional-text {
  color: #FF888F;
}
.dark .button-switch-card-container.form-field--error-card-only .optional-content-wrapper .form-message {
  color: #FF888F;
}
.dark .button-switch-card-container.form-field--error-card-only .optional-content-wrapper .form-message a {
  color: #7CABFF;
}
.dark .button-switch-card-container.form-field--error-card-only .optional-content-wrapper .form-message a:hover {
  color: #C3D9FF;
}
.dark .button-switch-card-container.form-field--error-card-only .optional-content-wrapper .form-message a:active {
  color: #ABC7FF;
}
.dark .button-switch-card-container .form-message {
  color: #FF888F;
}
.dark .button-switch-card-container .form-message a {
  color: #7CABFF;
}
.dark .button-switch-card-container .form-message a:hover {
  color: #C3D9FF;
}
.dark .button-switch-card-container .form-message a:active {
  color: #ABC7FF;
}

/* /////////////////////////////////////////////////////////////////////
//  38 - Line Item Cards
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.cards-container.line-item-cards {
  display: block;
}
.cards-container.line-item-cards .card {
  background-color: #FFFFFF;
  border-radius: 1.6rem;
  border: 0.1rem solid #EDEDED;
  width: 100%;
  margin-bottom: 3rem;
  padding: 0;
}
.cards-container.line-item-cards .card .card-top {
  padding: 1.5rem 1.5rem 1rem 1.5rem;
}
.cards-container.line-item-cards .card .card-top .line-item-cards--heading {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3rem;
  font-weight: bold;
}
.cards-container.line-item-cards .card .card-top .line-item-cards--heading .line-item-icon {
  padding-right: 3.5rem;
  margin-top: 0.5rem;
  color: #005CCC;
  width: 2.4rem;
  height: 2.4rem;
  font-size: 2.4rem;
  line-height: 2.4rem;
}
.cards-container.line-item-cards .card .card-top .line-item-cards--heading .line-item-heading-right {
  color: #1C1C1E;
  margin-left: auto;
  flex-shrink: 0;
  padding-left: 2rem;
}
.cards-container.line-item-cards .card .card-top p:last-of-type {
  font-size: 1.4rem;
  color: #1C1C1E;
  line-height: 1.8rem;
}
.cards-container.line-item-cards .card .card-top p:first-of-type {
  font-size: 1.6rem;
  color: #616161;
}
.cards-container.line-item-cards .card .card-top .btn {
  margin-bottom: 2.2rem;
}

@media only screen and (max-width: 768px) {
  .cards-container.line-item-cards .card .card-top .line-item-cards--heading .line-item-icon {
    margin-top: 0.5rem;
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .cards-container.line-item-cards {
    max-width: 46rem;
    margin: 0 auto 3rem auto;
  }
  .cards-container.line-item-cards .card .line-item-cards--heading span:not(.line-item-icon) {
    font-size: 2rem;
    margin-top: 0.25rem;
  }
  .cards-container.line-item-cards .card .card-top {
    padding: 3rem 3rem 1rem 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .cards-container.line-item-cards.stack .card:nth-child(1n) {
    position: sticky;
    position: -webkit-sticky;
    top: 5rem;
  }
  .cards-container.line-item-cards.stack .card:nth-child(2n) {
    position: sticky;
    position: -webkit-sticky;
    top: 10rem;
  }
  .cards-container.line-item-cards.stack .card:nth-child(3n) {
    position: sticky;
    position: -webkit-sticky;
    top: 15rem;
  }
  .cards-container.line-item-cards.stack .card:nth-child(4n) {
    position: sticky;
    position: -webkit-sticky;
    top: 20rem;
  }
  .cards-container.line-item-cards.stack .card:nth-child(5n) {
    position: sticky;
    position: -webkit-sticky;
    top: 25rem;
  }
  .cards-container.line-item-cards.stack .card:nth-child(6n) {
    position: sticky;
    position: -webkit-sticky;
    top: 30rem;
  }
  .cards-container.line-item-cards.stack .card:nth-child(7n) {
    position: sticky;
    position: -webkit-sticky;
    top: 35rem;
  }
  .cards-container.line-item-cards.stack .card:nth-child(8n) {
    position: sticky;
    position: -webkit-sticky;
    top: 40rem;
  }
  .cards-container.line-item-cards.stack .card:nth-child(9n) {
    position: sticky;
    position: -webkit-sticky;
    top: 45rem;
  }
  .cards-container.line-item-cards.stack .card:nth-child(10n) {
    position: sticky;
    position: -webkit-sticky;
    top: 50rem;
  }
  .cards-container.line-item-cards.stack .card:nth-child(11n) {
    position: sticky;
    position: -webkit-sticky;
    top: 55rem;
  }
  .cards-container.line-item-cards.stack .card:nth-child(12n) {
    position: sticky;
    position: -webkit-sticky;
    top: 60rem;
  }
  .cards-container.line-item-cards.stack .card:nth-child(13n) {
    position: sticky;
    position: -webkit-sticky;
    top: 65rem;
  }
  .cards-container.line-item-cards.stack .card:nth-child(14n) {
    position: sticky;
    position: -webkit-sticky;
    top: 70rem;
  }
  .cards-container.line-item-cards.stack .card:nth-child(15n) {
    position: sticky;
    position: -webkit-sticky;
    top: 75rem;
  }
  .cards-container.line-item-cards.stack .card:nth-child(16n) {
    position: sticky;
    position: -webkit-sticky;
    top: 80rem;
  }
  .cards-container.line-item-cards.stack .card:nth-child(17n) {
    position: sticky;
    position: -webkit-sticky;
    top: 85rem;
  }
  .cards-container.line-item-cards.stack .card:nth-child(18n) {
    position: sticky;
    position: -webkit-sticky;
    top: 90rem;
  }
  .cards-container.line-item-cards.stack .card:nth-child(19n) {
    position: sticky;
    position: -webkit-sticky;
    top: 95rem;
  }
  .cards-container.line-item-cards.stack .card:nth-child(20n) {
    position: sticky;
    position: -webkit-sticky;
    top: 100rem;
  }
  .cards-container.line-item-cards.stack .card:nth-child(21n) {
    position: sticky;
    position: -webkit-sticky;
    top: 105rem;
  }
  .cards-container.line-item-cards.stack .card:nth-child(22n) {
    position: sticky;
    position: -webkit-sticky;
    top: 110rem;
  }
  .cards-container.line-item-cards.stack .card:nth-child(23n) {
    position: sticky;
    position: -webkit-sticky;
    top: 115rem;
  }
  .cards-container.line-item-cards.stack .card:nth-child(24n) {
    position: sticky;
    position: -webkit-sticky;
    top: 120rem;
  }
  .cards-container.line-item-cards.stack .card:nth-child(25n) {
    position: sticky;
    position: -webkit-sticky;
    top: 125rem;
  }
  .cards-container.line-item-cards.stack .card:nth-child(26n) {
    position: sticky;
    position: -webkit-sticky;
    top: 130rem;
  }
  .cards-container.line-item-cards.stack .card:nth-child(27n) {
    position: sticky;
    position: -webkit-sticky;
    top: 135rem;
  }
  .cards-container.line-item-cards.stack .card:nth-child(28n) {
    position: sticky;
    position: -webkit-sticky;
    top: 140rem;
  }
  .cards-container.line-item-cards.stack .card:nth-child(29n) {
    position: sticky;
    position: -webkit-sticky;
    top: 145rem;
  }
  .cards-container.line-item-cards.stack .card:nth-child(30n) {
    position: sticky;
    position: -webkit-sticky;
    top: 150rem;
  }
}
.dark .cards-container.line-item-cards .card {
  background-color: #2B2B2F;
  border: none;
}
.dark .cards-container.line-item-cards .card .card-top .line-item-cards--heading .line-item-icon {
  color: #7CABFF;
}
.dark .cards-container.line-item-cards .card .card-top .line-item-cards--heading .line-item-heading-right {
  color: #FAFAFA;
}
.dark .cards-container.line-item-cards .card .card-top p:last-of-type {
  color: #FAFAFA;
}
.dark .cards-container.line-item-cards .card .card-top p:first-of-type {
  color: #FAFAFA;
}

/* /////////////////////////////////////////////////////////////////////
//  39  Upsell Cards
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.upsell-card-container {
  max-width: 51.7rem;
  width: 100%;
  min-height: 13rem;
  display: flex;
  border-radius: 1.2rem;
  background: #FFFFFF;
  box-shadow: 0 2.5rem 2.5rem 0 rgba(28, 28, 30, 0.05);
  cursor: pointer;
  text-decoration: none;
  color: #1C1C1E;
  font-weight: normal;
  margin: 0 auto;
}
.upsell-card-container:hover {
  color: #1C1C1E;
}
.upsell-card-container img, .upsell-card-container .icon {
  width: 25%;
  padding: 0;
  margin: 0;
  border-top-left-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem;
  object-fit: cover;
}
.upsell-card-container .icon {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  background-color: #F0F4FB;
}
.upsell-card-container .icon span {
  margin: 0 auto;
}
.upsell-card-container .content {
  width: 75%;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
}
.upsell-card-container .content .text-container {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.upsell-card-container .content .text-container p {
  margin-bottom: 0.5rem;
}
.upsell-card-container .content .text-container p:last-child {
  margin-bottom: 0;
}
.upsell-card-container .content .text-container .header {
  font-weight: 700;
  line-height: 1.9rem;
}
.upsell-card-container .content .text-container .text {
  font-size: 1.4rem;
  line-height: 1.7rem;
}
.upsell-card-container .content .icon-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 480px) {
  .upsell-card-container {
    min-height: 9rem;
  }
  .upsell-card-container .content {
    padding: 1.5rem;
  }
  .upsell-card-container .content .text-container .header {
    font-size: 1.4rem;
  }
  .upsell-card-container .content .text-container .text {
    font-size: 1.2rem;
  }
  .upsell-card-container .geico-icon.geico-icon--large {
    width: 5.5rem;
    height: 5.5rem;
    font-size: 5rem;
    line-height: 5.5rem;
  }
}
.dark .upsell-card-container {
  background-color: #2B2B2F;
  color: #FAFAFA;
}
.dark .upsell-card-container:hover {
  color: #FAFAFA;
}
.dark .upsell-card-container .icon {
  background-color: #00287D;
}

/* /////////////////////////////////////////////////////////////////////
//  40  Confirmation
/////////////////////////////////////////////////////////////////////*/
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.confirmation-header-container .confirmation-number {
  color: #22841F;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.confirmation-header-container .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.confirmation-header-container .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.confirmation-header-container .animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
@-webkit-keyframes rotateIcon {
  0% {
    -webkit-transform: rotate(0deg); /* Safari, Chrome */
    -moz-transform: rotate(0deg); /* Firefox 3.5~16.0 */
    -ms-transform: rotate(0deg); /* IE9~10 */
    -o-transform: rotate(0deg); /* Opera 10.5~12.10 */
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg); /* Safari, Chrome */
    -moz-transform: rotate(180deg); /* Firefox 3.5~16.0 */
    -ms-transform: rotate(180deg); /* IE9~10 */
    -o-transform: rotate(180deg); /* Opera 10.5~12.10 */
    transform: rotate(180deg);
  }
}
@keyframes rotateIcon {
  0% {
    -webkit-transform: rotate(0deg); /* Safari, Chrome */
    -moz-transform: rotate(0deg); /* Firefox 3.5~16.0 */
    -ms-transform: rotate(0deg); /* IE9~10 */
    -o-transform: rotate(0deg); /* Opera 10.5~12.10 */
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg); /* Safari, Chrome */
    -moz-transform: rotate(180deg); /* Firefox 3.5~16.0 */
    -ms-transform: rotate(180deg); /* IE9~10 */
    -o-transform: rotate(180deg); /* Opera 10.5~12.10 */
    transform: rotate(180deg);
  }
}
.confirmation-header-container .page-header .page-header-right {
  display: none;
}
.confirmation-header-container .confirmation--container {
  background-color: #ffffff;
}
.confirmation-header-container .confirmation--container h2 {
  color: #1C1C1E;
  margin-left: 2rem;
  margin-top: 1rem;
}
.confirmation-header-container .confirmation--container h3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.confirmation-header-container .confirmation--container h3 span {
  color: #1C1C1E;
}
.confirmation-header-container .confirmation--container .confirmation-heading-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.confirmation-header-container .confirmation--container .confirmation-heading-wrapper .confirmation-icon-wrapper {
  position: relative;
}

.dark .confirmation-header-container .confirmation-number {
  color: #72BF59;
}
.dark .confirmation-header-container .geico-icon.icon-confirmation {
  color: #72BF59;
}
.dark .confirmation-header-container .confirmation--container {
  background-color: #2B2B2F;
}
.dark .confirmation-header-container .confirmation--container h2 {
  color: #FAFAFA;
}
.dark .confirmation-header-container .confirmation--container h3 span {
  color: #FAFAFA;
}

/* /////////////////////////////////////////////////////////////////////
//  41  Overline Text
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.overline-text {
  font-size: 1.2rem;
  line-height: 1.44rem;
  color: #1C1C1E;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.dark .overline-text {
  color: #FFFFFF;
}

/* /////////////////////////////////////////////////////////////////////
//  42  Policy Card
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.cards-container.policy-cards {
  display: block;
}
.cards-container.policy-cards .card {
  background-color: #FFFFFF;
  border-radius: 1.6rem;
  border: 0.1rem solid #EDEDED;
  width: 50%;
  margin: 0 auto 3rem auto;
  padding: 0;
}
.cards-container.policy-cards .card .policy-card--card-top {
  padding: 2.5rem 2.5rem 0.5rem 2.5rem;
}
.cards-container.policy-cards .card .policy-card--card-top .policy-card--overline-text p {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}
.cards-container.policy-cards .card .policy-card--card-top .policy-card--number p {
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  color: #005CCC;
}
.cards-container.policy-cards .card .card-cta .integrated-button {
  padding: 1.4rem 1.5rem 1.3rem 1.5rem;
  text-align: center;
  cursor: pointer;
  width: 100%;
  margin: 0;
  border-radius: 0 0 1.6rem 1.6rem;
  background-color: #004B9B;
  height: 5rem;
  color: #FFFFFF;
}
.cards-container.policy-cards .card .card-cta .integrated-button:hover, .cards-container.policy-cards .card .card-cta .integrated-button:focus {
  background-color: #073770;
}
.cards-container.policy-cards .card .card-cta .integrated-button:active {
  background-color: #001F45;
}
.cards-container.policy-cards .card .card-cta .integrated-button span {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7rem;
}

@media only screen and (max-width: 768px) {
  .cards-container.policy-cards .card {
    width: 100%;
  }
}
.dark .cards-container.policy-cards .card {
  background-color: #2B2B2F;
  border: none;
}
.dark .cards-container.policy-cards .card .policy-card--card-top .policy-card--overline-text p {
  color: #FAFAFA;
}
.dark .cards-container.policy-cards .card .policy-card--number p {
  color: #ABC7FF;
}
.dark .cards-container.policy-cards .card .card-cta .integrated-button {
  background-color: #99D4F2;
  color: #1C1C1E;
}
.dark .cards-container.policy-cards .card .card-cta .integrated-button:hover, .dark .cards-container.policy-cards .card .card-cta .integrated-button:focus {
  color: #1C1C1E;
  background-color: #BAE3F8;
}
.dark .cards-container.policy-cards .card .card-cta .integrated-button:active {
  color: #1C1C1E;
  background-color: #D7EDF9;
}

/* /////////////////////////////////////////////////////////////////////
//  43 - Setting expectations
/////////////////////////////////////////////////////////////////////*/
.setting-expectations-content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.setting-expectations-content {
  flex-basis: 50%;
}

.setting-expectations-mobile-image {
  display: none;
  margin-bottom: 3rem;
}
.setting-expectations-mobile-image img {
  width: 100%;
}

.setting-expectations-desktop-image {
  display: block;
  flex-basis: 40%;
}
.setting-expectations-desktop-image img {
  width: 100%;
}

@media screen and (max-width: 650px) {
  .setting-expectations-mobile-image {
    display: block;
  }
  .setting-expectations-desktop-image {
    display: none;
  }
  .setting-expectations-content {
    flex-basis: 100%;
  }
}
/* /////////////////////////////////////////////////////////////////////
//  44 - Sticky Bar
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
@media screen and (min-width: 480px) {
  .sticky-bar.sticky-bar-md-lg {
    background-color: #FFFFFF;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 9.6rem;
    width: 100%;
    z-index: 39;
    padding: 2.4rem 0;
  }
}
@media screen and (max-width: 480px) {
  .sticky-bar {
    background-color: #FFFFFF;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 9.6rem;
    width: 100%;
    z-index: 39;
    padding: 2.4rem 0;
  }
}
@media screen and (min-width: 480px) {
  .dark .sticky-bar.sticky-bar-md-lg {
    background-color: #2B2B2F;
  }
}
@media screen and (max-width: 480px) {
  .dark .sticky-bar {
    background-color: #2B2B2F;
  }
}

/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.breadcrumb {
  display: flex;
  align-items: center;
  padding: 1.7rem 2rem;
  background-color: #FFFFFF;
  overflow-x: auto;
  white-space: nowrap;
}
.breadcrumb .icon {
  display: flex;
  font-size: 12px;
  margin-right: 8px;
  color: #616161;
}
.breadcrumb p {
  margin: 0;
  font-weight: 500;
  margin-right: 8px;
}
.breadcrumb a {
  margin-right: 8px;
}

.dark .breadcrumb {
  background-color: transparent;
}
.dark .breadcrumb p {
  color: #FAFAFA;
}
.dark .breadcrumb a {
  color: #7CABFF;
}
.dark .breadcrumb .icon {
  color: #BCBCBC;
}

/* /////////////////////////////////////////////////////////////////////
//  46  Chips
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.chips {
  padding: 0.4rem 1.6rem;
  border-radius: 0.4rem;
  font-size: 12px !important;
  text-transform: uppercase;
  font-family: "GEICORoobert", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6rem;
  width: fit-content !important;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  max-width: 24ch;
  text-overflow: ellipsis;
  vertical-align: top;
}
.chips.chips-generic {
  background-color: #DCE6F6;
  color: #295697;
}
.chips.chips-success {
  background-color: #E1ECDF;
  color: #2C612B;
}
.chips.chips-warning {
  background-color: #FDF5E0;
  color: #CB6100;
}
.chips.chips-alert {
  background-color: #F6DCDE;
  color: #941E2C;
}
.chips.chips-neutral {
  background-color: #EDEDED;
  color: #616161;
}

.dark .chips.chips-generic {
  background-color: #002F65;
  color: #ABC7FF;
}
.dark .chips.chips-success {
  background-color: #003A02;
  color: #CAFFBA;
}
.dark .chips.chips-warning {
  background-color: #3E2E00;
  color: #FAE09E;
}
.dark .chips.chips-alert {
  background-color: #550719;
  color: #FFB3B5;
}
.dark .chips.chips-neutral {
  background-color: #2B2B2F;
  color: #BCBCBC;
}

/* /////////////////////////////////////////////////////////////////////
//  47  Receipt
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.receipt {
  width: 100%;
  margin-bottom: 3rem;
}
.receipt .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1.6rem;
}
.receipt .item .item-info {
  line-height: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 2.4rem;
}
.receipt .item .item-info .item-description {
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.receipt .item .item-price {
  padding-right: 2.4rem;
  padding-left: 2.4rem;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.receipt .item.total {
  background-color: #F0F4FB;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  font-weight: bold;
  font-size: 1.8rem;
  font-variant-numeric: tabular-nums;
}
.receipt .item.starting-amount {
  font-weight: bold;
}
.receipt.bold-titles .item .item-info {
  font-weight: bold;
}
.receipt.bold-titles .item .item-info .item-description {
  font-weight: normal;
}

@media screen and (max-width: 480px) {
  .receipt .item {
    padding-bottom: 0.8rem;
  }
  .receipt .item .item-info {
    padding-left: 1.6rem;
  }
  .receipt .item .item-price {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  .receipt .item.total {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
.dark .receipt .item.total {
  background-color: #002F65;
}

/* /////////////////////////////////////////////////////////////////////
//  48  Flexible Container
/////////////////////////////////////////////////////////////////////*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.flexible-container {
  background-color: #FFFFFF;
  border: 0.1rem solid #EDEDED;
  padding: 3rem;
  border-radius: 1.6rem;
  margin-bottom: 3rem;
}
.flexible-container > *:last-child {
  margin-bottom: 0;
}
.flexible-container .no-bottom-margin {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .flexible-container {
    padding: 2rem;
  }
}
.dark .flexible-container {
  background-color: #1C1C1E;
  border-color: #616161;
}
/*!****************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/datepicker/dist/styles/gdk-datepicker.scss ***!
  \****************************************************************************************************************************************************************************/
/*! jQuery UI - v1.11.0 - 2014-07-01
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet MS,Tahoma,Verdana,Arial,sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.ui-datepicker-trigger {
  display: inline-block;
  color: #005CCC;
  width: 5rem;
  height: 5rem;
  line-height: 4rem;
  font-size: 2.4rem;
  -webkit-border-top-right-radius: 0.4rem;
  -moz-border-top-right-radius: 0.4rem;
  -ms-border-top-right-radius: 0.4rem;
  -o-border-top-right-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  -webkit-border-bottom-right-radius: 0.4rem;
  -moz-border-bottom-right-radius: 0.4rem;
  -ms-border-bottom-right-radius: 0.4rem;
  -o-border-bottom-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -ms-border-top-left-radius: 0;
  -o-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  text-align: center;
  background-color: #FFFFFF;
  cursor: pointer;
  vertical-align: top;
  font-family: "geico";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  border-width: 1px;
  border-style: solid;
  border-left: none;
  border-color: #EDEDED;
  margin-bottom: 1rem;
  margin-right: 0;
}
.ui-datepicker-trigger:before {
  content: "\e221";
}
.ui-datepicker-trigger:disabled {
  background-color: #EDEDED;
  border-color: #BCBCBC;
  color: #616161;
  cursor: not-allowed;
}

.form-field .ui-datepicker-trigger:hover, .form-field .ui-datepicker-trigger:focus {
  color: #295697;
}
.form-field .ui-datepicker-trigger:hover:disabled, .form-field .ui-datepicker-trigger:focus:disabled {
  border-color: #BCBCBC;
  color: #616161;
}
.form-field .ui-datepicker-trigger:active {
  color: #1E4071;
}
.form-field input[type=tel].hasDatepicker:hover + button.ui-datepicker-trigger {
  color: #295697;
  border-color: #BCBCBC;
}
.form-field input[type=tel].hasDatepicker:hover + button.ui-datepicker-trigger:disabled {
  border-color: #BCBCBC;
  color: #616161;
}
.form-field input[type=tel].hasDatepicker:focus {
  z-index: 1;
}
.form-field input[type=tel].hasDatepicker:focus + button.ui-datepicker-trigger {
  border-color: #005CCC;
  z-index: 0;
}

input[type=tel].hasDatepicker {
  position: relative;
  -webkit-border-top-left-radius: 0.4rem;
  -moz-border-top-left-radius: 0.4rem;
  -ms-border-top-left-radius: 0.4rem;
  -o-border-top-left-radius: 0.4rem;
  border-top-left-radius: 0.4rem;
  -webkit-border-bottom-left-radius: 0.4rem;
  -moz-border-bottom-left-radius: 0.4rem;
  -ms-border-bottom-left-radius: 0.4rem;
  -o-border-bottom-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  -o-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  -o-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0 !important;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-datepicker {
  width: 30rem;
  display: none;
  margin-top: 0.5rem;
  margin-left: -0.5rem;
  border: 0.5rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
  border-radius: 0.4rem;
  box-sizing: content-box;
  border-style: solid;
  border-color: #DCDCDC;
  background-color: #DCDCDC;
  z-index: 9999 !important;
}
.ui-datepicker thead tr th {
  border-bottom: 3px solid #DCDCDC;
}
.ui-datepicker tbody {
  background-color: #fff;
}
.ui-datepicker tbody tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0.4rem;
  -moz-border-bottom-left-radius: 0.4rem;
  -ms-border-bottom-left-radius: 0.4rem;
  -o-border-bottom-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.ui-datepicker tbody tr:last-child td:first-child span, .ui-datepicker tbody tr:last-child td:first-child a {
  -webkit-border-bottom-left-radius: 0.4rem;
  -moz-border-bottom-left-radius: 0.4rem;
  -ms-border-bottom-left-radius: 0.4rem;
  -o-border-bottom-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.ui-datepicker tbody tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0.4rem;
  -moz-border-bottom-right-radius: 0.4rem;
  -ms-border-bottom-right-radius: 0.4rem;
  -o-border-bottom-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.ui-datepicker tbody tr:last-child td:last-child span, .ui-datepicker tbody tr:last-child td:last-child a {
  -webkit-border-bottom-right-radius: 0.4rem;
  -moz-border-bottom-right-radius: 0.4rem;
  -ms-border-bottom-right-radius: 0.4rem;
  -o-border-bottom-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.ui-datepicker th:first-child {
  -webkit-border-top-left-radius: 0.4rem;
  -moz-border-top-left-radius: 0.4rem;
  -ms-border-top-left-radius: 0.4rem;
  -o-border-top-left-radius: 0.4rem;
  border-top-left-radius: 0.4rem;
}
.ui-datepicker th:first-child span {
  -webkit-border-top-left-radius: 0.4rem;
  -moz-border-top-left-radius: 0.4rem;
  -ms-border-top-left-radius: 0.4rem;
  -o-border-top-left-radius: 0.4rem;
  border-top-left-radius: 0.4rem;
}
.ui-datepicker th:last-child {
  -webkit-border-top-right-radius: 0.4rem;
  -moz-border-top-right-radius: 0.4rem;
  -ms-border-top-right-radius: 0.4rem;
  -o-border-top-right-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.ui-datepicker th:last-child span {
  -webkit-border-top-right-radius: 0.4rem;
  -moz-border-top-right-radius: 0.4rem;
  -ms-border-top-right-radius: 0.4rem;
  -o-border-top-right-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.ui-datepicker th {
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  height: 4.2rem;
  width: 4.2rem;
}
.ui-datepicker th span {
  color: #1C1C1E;
  font-size: 1.2rem;
  background-color: #fff;
  width: 4.2rem;
  height: 4.2rem;
  line-height: 4.2rem;
  display: inline-block;
}
.ui-datepicker td {
  border: 0;
  height: 4.2rem;
  width: 4.2rem;
  font-size: 1.2rem;
}
.ui-datepicker td.ui-datepicker-other-month span {
  color: #1C1C1E;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  background-color: #fff;
  height: 4.4rem;
  width: 4.4rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
  border-radius: 0.4rem;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: #616161;
  color: #fff;
}

.ui-datepicker .ui-datepicker-prev {
  left: 0px;
}
.ui-datepicker .ui-datepicker-prev span {
  padding-right: 2px;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled {
  display: none;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled ~ .ui-datepicker-title:before {
  left: 0;
}

.ui-datepicker .ui-datepicker-next {
  right: 0px;
}
.ui-datepicker .ui-datepicker-next span {
  padding-left: 2px;
}
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
  display: none;
}
.ui-datepicker .ui-datepicker-next.ui-state-disabled ~ .ui-datepicker-title:before {
  right: 0;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  font-family: "geico";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  cursor: pointer;
  line-height: 4.4rem;
}

.ui-datepicker .ui-datepicker-prev span:before {
  content: "\e213";
}

.ui-datepicker .ui-datepicker-next span:before {
  content: "\e212";
}

.ui-datepicker .ui-datepicker-title {
  text-align: center;
  height: 100%;
}
.ui-datepicker .ui-datepicker-title:before {
  position: absolute;
  left: 4.9rem;
  right: 4.9rem;
  display: block;
  content: "";
  background-color: #fff;
  height: 4.4rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
  border-radius: 0.4rem;
}

.ui-datepicker.date-picker-hide-arrows .ui-datepicker-header .ui-datepicker-title:before {
  display: none;
}

.ui-datepicker table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  overflow: hidden;
  background-color: #DCDCDC;
}

.ui-datepicker td span {
  height: 4.2rem;
  width: 4.2rem;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  line-height: 4.2rem;
  text-align: center;
  text-decoration: none;
}

.ui-datepicker td a {
  margin: 0.05rem;
}

.ui-widget-header {
  background-color: #DCDCDC;
  padding-bottom: 0.5rem;
}

.ui-widget-header a {
  color: #1C1C1E;
  text-decoration: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: #1C1C1E;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  color: #1C1C1E;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #1C1C1E;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background-color: #616161;
  color: #fff;
}

a.ui-state-default:hover, a.ui-state-default:active:hover, a.ui-state-default:visited:hover {
  background-color: #616161;
  color: #fff;
}

.ui-state-disabled .ui-state-default:hover {
  background-color: #fff;
  color: #c7c7c7;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  color: #1C1C1E;
}

.ui-datepicker td.ui-state-disabled span {
  color: #BCBCBC;
  font-weight: bold;
}

.ui-icon {
  font-size: 12px;
}

.date-picker-hide-arrows .ui-datepicker-next, .date-picker-hide-arrows .ui-datepicker-prev {
  display: none;
}

.ui-datepicker td.ui-datepicker-today a {
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  border-radius: 2rem;
  box-sizing: border-box;
  position: relative;
}
.ui-datepicker td.ui-datepicker-today a:after {
  position: absolute;
  display: block;
  content: "";
  width: 4rem;
  height: 4rem;
  border: 2px solid #BCBCBC;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  border-radius: 2rem;
  left: 0.1rem;
  top: 0.1rem;
}
.ui-datepicker td.ui-datepicker-today a:hover {
  color: #fff;
}
.ui-datepicker td.ui-datepicker-today a:hover:after {
  opacity: 0;
}

.ui-datepicker td.ui-datepicker-current-day.ui-datepicker-today a,
.ui-datepicker td.ui-datepicker-current-day.ui-datepicker-today a.ui-state-highlight {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #fff;
}
.ui-datepicker td.ui-datepicker-current-day.ui-datepicker-today a:after,
.ui-datepicker td.ui-datepicker-current-day.ui-datepicker-today a.ui-state-highlight:after {
  opacity: 0;
}

span.ui-datepicker-month, span.ui-datepicker-year {
  position: relative;
  line-height: 4.4rem;
  z-index: 1;
}

select.ui-datepicker-month, select.ui-datepicker-year {
  -webkit-animation: nodeInserted 0.1s; /* Safari 4+ */
  -moz-animation: nodeInserted 0.1s; /* Fx 5+ */
  -o-animation: nodeInserted 0.1s; /* Opera 12+ */
  animation: nodeInserted 0.1s;
}

.ui-datepicker .select-box {
  width: 49%;
  margin-bottom: 0;
  float: left;
  border: none;
}
.ui-datepicker .select-box select {
  width: calc(100% + 0rem);
}
.ui-datepicker .select-box:after {
  border: none;
}
.ui-datepicker .select-box:first-child {
  margin-right: 2%;
}

.ui-datepicker-unselectable {
  cursor: default;
}

.form-field--error input[type=tel].hasDatepicker:hover + button.ui-datepicker-trigger {
  color: #295697;
  border-color: #E00B20;
}
.form-field--error input[type=tel].hasDatepicker:hover + button.ui-datepicker-trigger:disabled {
  border-color: #BCBCBC;
  color: #616161;
}
.form-field--error input[type=tel].hasDatepicker:focus {
  z-index: 1;
}
.form-field--error input[type=tel].hasDatepicker:focus + button.ui-datepicker-trigger {
  border-color: #E00B20;
  z-index: 0;
}
.form-field--error .ui-datepicker-trigger {
  border-width: 0.1rem;
  border-style: solid;
  border-color: #E00B20;
  border-left: none;
}
.form-field--error .ui-datepicker-trigger:disabled {
  border-color: #BCBCBC;
}

@-webkit-keyframes nodeInserted {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes nodeInserted {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes nodeInserted {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes nodeInserted {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dark .ui-datepicker-trigger {
  color: #7CABFF;
  background-color: #2B2B2F;
  border-color: #2B2B2F;
}
.dark .ui-datepicker-trigger:disabled {
  background-color: #141414;
  color: #616161;
  border-color: #141414;
}
.dark .form-field .ui-datepicker-trigger:hover, .dark .form-field .ui-datepicker-trigger:focus {
  color: #ABC7FF;
}
.dark .form-field .ui-datepicker-trigger:hover:disabled, .dark .form-field .ui-datepicker-trigger:focus:disabled {
  border-color: #141414;
  color: #616161;
}
.dark .form-field .ui-datepicker-trigger:active {
  color: #B6C4FF;
}
.dark .form-field input[type=tel].hasDatepicker:hover + button.ui-datepicker-trigger {
  color: #ABC7FF;
  border-color: #616161;
}
.dark .form-field input[type=tel].hasDatepicker:hover + button.ui-datepicker-trigger:disabled {
  border-color: #141414;
  color: #616161;
}
.dark .form-field input[type=tel].hasDatepicker:focus + button.ui-datepicker-trigger {
  border-color: #ABC7FF;
}
.dark .form-field--error input[type=tel].hasDatepicker:hover + button.ui-datepicker-trigger {
  color: #ABC7FF;
  border-color: #FF888F;
}
.dark .form-field--error input[type=tel].hasDatepicker:hover + button.ui-datepicker-trigger:disabled {
  border-color: #141414;
  color: #616161;
}
.dark .form-field--error input[type=tel].hasDatepicker:focus + button.ui-datepicker-trigger {
  border-color: #FF888F;
}
.dark .form-field--error .ui-datepicker-trigger {
  border-color: #FF888F;
}
.dark .form-field--error .ui-datepicker-trigger:disabled {
  border-color: #141414;
}
.dark .ui-datepicker {
  border-color: #616161;
  background-color: #616161;
}
.dark .ui-datepicker thead tr th {
  border-bottom: 3px solid #616161;
}
.dark .ui-datepicker tbody {
  background-color: #2B2B2F;
}
.dark .ui-datepicker th {
  background-color: #2B2B2F;
}
.dark .ui-datepicker th span {
  color: #FAFAFA;
  background-color: #2B2B2F;
}
.dark .ui-datepicker td.ui-datepicker-other-month span {
  color: #1C1C1E;
}
.dark .ui-datepicker .ui-datepicker-prev,
.dark .ui-datepicker .ui-datepicker-next {
  background-color: #2B2B2F;
  color: #FAFAFA;
}
.dark .ui-datepicker .ui-datepicker-prev:hover,
.dark .ui-datepicker .ui-datepicker-next:hover {
  background-color: #ABC7FF;
  color: #1C1C1E;
}
.dark .ui-datepicker .ui-datepicker-title:before {
  background-color: #2B2B2F;
}
.dark .ui-datepicker table {
  background-color: #BCBCBC;
}
.dark .ui-widget-header {
  background-color: #616161;
}
.dark .ui-widget-header a {
  color: #1C1C1E;
}
.dark .ui-state-default,
.dark .ui-widget-content .ui-state-default,
.dark .ui-widget-header .ui-state-default {
  color: #FAFAFA;
}
.dark .ui-state-default a,
.dark .ui-state-default a:link,
.dark .ui-state-default a:visited {
  color: #1c94c4;
}
.dark .ui-state-hover,
.dark .ui-widget-content .ui-state-hover,
.dark .ui-widget-header .ui-state-hover,
.dark .ui-state-focus,
.dark .ui-widget-content .ui-state-focus,
.dark .ui-widget-header .ui-state-focus {
  color: #1C1C1E;
}
.dark .ui-state-hover a,
.dark .ui-state-hover a:hover,
.dark .ui-state-hover a:link,
.dark .ui-state-hover a:visited,
.dark .ui-state-focus a,
.dark .ui-state-focus a:hover,
.dark .ui-state-focus a:link,
.dark .ui-state-focus a:visited {
  color: #1C1C1E;
}
.dark .ui-state-active,
.dark .ui-widget-content .ui-state-active,
.dark .ui-widget-header .ui-state-active {
  background-color: #ABC7FF;
  color: #1C1C1E;
}
.dark a.ui-state-default:hover,
.dark a.ui-state-default:active:hover,
.dark a.ui-state-default:visited:hover {
  background-color: #ABC7FF;
  color: #1C1C1E;
}
.dark .ui-state-disabled .ui-state-default:hover {
  background-color: #2B2B2F;
  color: #616161;
}
.dark .ui-state-highlight,
.dark .ui-widget-content .ui-state-highlight,
.dark .ui-widget-header .ui-state-highlight {
  color: #FAFAFA;
}
.dark .ui-datepicker td.ui-state-disabled span {
  color: #616161;
}
.dark .ui-datepicker td.ui-datepicker-today a:after {
  border: 2px solid #FAFAFA;
}
.dark .ui-datepicker td.ui-datepicker-today a:hover {
  color: #1C1C1E;
}
.dark .ui-datepicker td.ui-datepicker-current-day.ui-datepicker-today a,
.dark .ui-datepicker td.ui-datepicker-current-day.ui-datepicker-today {
  color: #FAFAFA;
}
.dark .ui-datepicker td.ui-datepicker-current-day.ui-datepicker-today a.ui-state-highlight,
.dark .ui-datepicker td.ui-datepicker-current-day.ui-datepicker-today.ui-state-highlight {
  color: #1C1C1E;
}
.dark .ui-datepicker .select-box {
  border-radius: 1rem;
  background-color: #2B2B2F;
}
/*!****************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/navigation/dist/styles/gdk-navigation.scss ***!
  \****************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.accordion {
  margin-bottom: 3rem;
  scroll-behavior: smooth;
}
.accordion > li {
  color: #1C1C1E;
  margin-bottom: 1rem;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 1.6rem;
  border: 0.1rem solid #EDEDED;
}
.accordion > li:hover, .accordion > li:focus {
  border: 0.1rem solid #616161;
}
.accordion > li:hover .geico-icon, .accordion > li:focus .geico-icon {
  color: #004599;
}
.accordion > li.open {
  border: 0.1rem solid #005CCC;
}
.accordion > li.open .accordion-headline:after {
  content: "\e215";
}

.accordion-headline {
  display: flex;
  align-items: center;
  outline: 0;
  text-decoration: none;
  position: relative;
  min-height: 9rem;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease-in-out; /* Safari, Chrome */
  -moz-transition: background-color 0.15s ease-in-out; /* Firefox 4.0~16.0 */
  transition: background-color 0.15s ease-in-out; /* IE >9, FF >15, Opera >12.0 */
  padding: 1.5rem;
  gap: 1.5rem;
}
.accordion-headline .geico-icon {
  flex-shrink: 0;
}
.accordion-headline .accordion-headline-content-wrapper {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.accordion-headline .accordion-left-content-wrapper {
  flex-grow: 3;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.accordion-headline .heading {
  margin-bottom: 0;
}
.accordion-headline .accordion-right-content-wrapper {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.accordion-headline .accordion-left-content-wrapper p, .accordion-headline .accordion-right-content-wrapper p {
  margin-bottom: 0;
}
.accordion-headline:after {
  font-family: geico;
  content: "\e214";
  color: #005CCC;
  font-size: 2.4rem;
}
.accordion-headline.keyboard-focus {
  border: 1px dotted #000;
}
.accordion-headline .tags {
  font-size: 1.4rem;
}
.accordion-headline .tags::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 2px;
  border-radius: 50%;
}
.accordion-headline .tags.tags-general::before {
  background: #005CCC;
}
.accordion-headline .tags.tags-confirmation::before {
  background: #22841F;
}
.accordion-headline .tags.tags-good::before {
  background: #81B90C;
}
.accordion-headline .tags.tags-tip::before {
  background: #FFBA23;
}
.accordion-headline .tags.tags-attention::before {
  background: #EF5621;
}
.accordion-headline .tags.tags-concerning::before {
  background: #E00B20;
}
.accordion-headline .tags.tags-removed::before {
  background: #616161;
}

.accordion-content-container {
  display: none;
  clear: both;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.accordion-content {
  padding-bottom: 5rem;
}

.bg-gradient .accordion li, .bg-color .accordion li {
  background-color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .accordion-headline p, .accordion-headline .accordion-right-content-wrapper {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .accordion-headline .accordion-headline-content-wrapper {
    flex-wrap: wrap;
  }
  .accordion-headline .accordion-right-content-wrapper {
    text-align: left;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 480px) {
  .accordion-headline .geico-icon {
    display: none;
  }
}
.dark .accordion > li {
  color: #FAFAFA;
  background-color: #1C1C1E;
  border: 0.1rem solid #616161;
}
.dark .accordion > li:hover, .dark .accordion > li:focus {
  border: 0.1rem solid #DCDCDC;
}
.dark .accordion > li:hover .geico-icon, .dark .accordion > li:focus .geico-icon {
  color: #ABC7FF;
}
.dark .accordion > li.open {
  border: 0.1rem solid #ABC7FF;
  border: 0.1rem solid #7CABFF;
}
.dark .accordion-headline .geico-icon {
  color: #7CABFF;
}
.dark .accordion-headline .heading {
  color: #FAFAFA;
}
.dark .accordion-headline:after {
  color: #7CABFF;
}
.dark .accordion-headline.keyboard-focus {
  border: 1px dotted #BCBCBC;
}
.dark .accordion-headline .tags::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 2px;
  border-radius: 50%;
}
.dark .accordion-headline .tags.tags-general::before {
  background: #7CABFF;
}
.dark .accordion-headline .tags.tags-confirmation::before {
  background: #72BF59;
}
.dark .accordion-headline .tags.tags-good::before {
  background: #A7CF53;
}
.dark .accordion-headline .tags.tags-tip::before {
  background: #E1B539;
}
.dark .accordion-headline .tags.tags-attention::before {
  background: #FF8B64;
}
.dark .accordion-headline .tags.tags-concerning::before {
  background: #FF888F;
}
.dark .accordion-headline .tags.tags-removed::before {
  background: #BCBCBC;
}
.dark .bg-gradient .accordion li, .dark .bg-color .accordion li {
  background-color: #1C1C1E;
}

/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */
@keyframes expand-menu-item {
  from {
    max-width: 0;
    width: 0;
    padding-left: 0;
  }
  to {
    padding-left: 1rem;
  }
}
@keyframes collapse-menu-item {
  from {
    padding-left: 1rem;
    width: 100%;
  }
  to {
    padding-left: 0;
    max-width: 0;
    width: 0;
  }
}
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
#primary-header {
  position: fixed;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 50;
  width: 100%;
  top: 0;
  left: 0;
  min-width: 30rem;
  height: 6rem;
  background-color: #FFFFFF;
  color: #004B9B;
  -webkit-backface-visibility: hidden;
}
#primary-header .icon-geico {
  color: #004B9B;
  font-size: 14.2rem;
  margin-left: 2.5rem;
}
#primary-header .icon-geico:hover, #primary-header .icon-geico:active {
  color: #004B9B;
}
#primary-header .logo {
  display: block;
  margin-left: 2.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 3.6rem;
  width: 11.1rem;
  transition: all 0.15s;
}
#primary-header .logo-gateway {
  background-image: url(../images/navigation/Gateway_Logo_Color_Light.svg);
}
#primary-header .logo-your-agency {
  background-image: url(../images/navigation/GEICO_For_Your_Agency_Light.svg);
  width: 11.7rem;
}
#primary-header .header-links ul {
  display: flex;
}
#primary-header .header-links li {
  margin-right: 1rem;
  height: 3.6rem;
}
#primary-header .header-links li:last-child {
  margin-right: 1.75rem;
}
#primary-header .header-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 2.2rem;
  color: #005CCC;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 700;
  height: 100%;
  padding: 0 1.5rem;
  overflow: hidden;
}
#primary-header .header-links a:hover, #primary-header .header-links a:focus {
  color: #295697;
}
#primary-header .header-links a:hover span, #primary-header .header-links a:focus span {
  color: #295697;
}
#primary-header .header-links a:focus {
  outline: thin solid;
}
#primary-header .header-links a:active {
  color: #1E4071;
}
#primary-header .header-links a:active span {
  color: #1E4071;
}
#primary-header .header-links a.header-link-reset {
  background-color: transparent;
  text-decoration: underline;
}
#primary-header .header-links a.header-link-reset:hover {
  text-decoration: none;
}
#primary-header .header-links [class^=icon-] {
  color: #005CCC;
  font-size: 2.4rem;
}
#primary-header .header-links .header-link {
  overflow: hidden;
  white-space: nowrap;
  padding-left: 1rem;
  width: 100%;
}
#primary-header .header-links .header-link.header-hover-link {
  width: 0;
  padding-left: 0;
}
#primary-header .header-links .header-link.collapse {
  width: 0;
  padding-left: 0;
  animation-name: collapse-menu-item;
  animation-duration: 0.8s;
}
#primary-header .header-links [data-side-panel-trigger="account example"] .header-hover-link {
  padding-left: 1rem;
  width: 100%;
}
#primary-header .header-links [data-side-panel-trigger]:not([data-side-panel-trigger="account example"]).hover:not(.hamburger-menu) .header-hover-link, #primary-header .header-links [data-side-panel-trigger]:not([data-side-panel-trigger="account example"]).open:not(.hamburger-menu) .header-hover-link, #primary-header .header-links [data-side-panel-trigger]:not([data-side-panel-trigger="account example"]):focus .header-hover-link {
  animation-name: expand-menu-item;
  animation-duration: 0.8s;
  padding-left: 1rem;
  width: 100%;
}
#primary-header .hamburger-menu {
  position: relative;
}
#primary-header .hamburger-menu span:not(.header-link) {
  display: inline-block;
  position: absolute;
  height: 0.2rem;
  width: 2rem;
  background: #005CCC;
  opacity: 1;
  transform: rotate(0deg);
  transition: all, 0.3s, cubic-bezier(0.59, 0.005, 0.295, 1), 0.3s;
}
#primary-header .hamburger-menu span:not(.header-link):nth-child(1) {
  top: 35%;
}
#primary-header .hamburger-menu span:not(.header-link):nth-child(2), #primary-header .hamburger-menu span:not(.header-link):nth-child(3) {
  top: 50%;
}
#primary-header .hamburger-menu span:not(.header-link):nth-child(4) {
  top: 65%;
}
#primary-header .hamburger-menu:hover span:not(.header-link), #primary-header .hamburger-menu:focus span:not(.header-link) {
  background: #295697;
}
#primary-header .hamburger-menu:active span:not(.header-link) {
  background: #1E4071;
}
#primary-header .hamburger-menu .header-link {
  padding-left: 3rem;
}
#primary-header .hamburger-menu.open span:nth-child(1), #primary-header .hamburger-menu.open span:nth-child(4) {
  opacity: 0;
}
#primary-header .hamburger-menu.open span:nth-child(2) {
  transform: rotate(45deg);
}
#primary-header .hamburger-menu.open span:nth-child(3) {
  transform: rotate(-45deg);
}

@media (max-width: 999px) {
  #primary-header {
    position: absolute;
  }
  #primary-header .icon-geico {
    font-size: 11.4rem;
  }
  #primary-header .header-links li {
    margin-right: 0.8rem;
  }
  #primary-header .header-links a {
    padding: 0 0.9rem;
  }
  #primary-header .header-links a.language {
    display: none;
  }
  #primary-header .header-links .header-link {
    display: none;
  }
  #primary-header .hamburger-menu span:not(.header-link) {
    width: 1.8rem;
  }
  #primary-header .hamburger-menu .header-link {
    display: block;
    width: 0;
    padding-left: 1.8rem;
  }
}
.dark #primary-header {
  background-color: #2B2B2F;
}
.dark #primary-header .icon-geico {
  color: #FAFAFA;
}
.dark #primary-header .icon-geico:hover, .dark #primary-header .icon-geico:active {
  color: #FAFAFA;
}
.dark #primary-header .logo-gateway {
  background-image: url(../images/navigation/Gateway_Logo_Color_Dark.svg);
}
.dark #primary-header .logo-your-agency {
  background-image: url(../images/navigation/GEICO_For_Your_Agency_Dark.svg);
}
.dark #primary-header .header-links a {
  color: #FAFAFA;
}
.dark #primary-header .header-links a:hover, .dark #primary-header .header-links a:focus, .dark #primary-header .header-links a:active {
  color: #FAFAFA;
}
.dark #primary-header .header-links a:hover span, .dark #primary-header .header-links a:focus span, .dark #primary-header .header-links a:active span {
  color: #FAFAFA;
}
.dark #primary-header .header-links a.header-link-reset {
  background-color: transparent;
  color: #7CABFF;
}
.dark #primary-header .header-links a.header-link-reset:hover span, .dark #primary-header .header-links a.header-link-reset:focus span {
  color: #C3D9FF;
}
.dark #primary-header .header-links a.header-link-reset:active span {
  color: #C3D9FF;
}
.dark #primary-header .header-links [class^=icon-] {
  color: #FAFAFA;
}
.dark #primary-header .hamburger-menu span:not(.header-link) {
  background: #FAFAFA;
}
.dark #primary-header a.keyboard-focus {
  border: 0.1rem solid #FAFAFA;
}

/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */
#primary-navigation {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 40;
  display: none;
}
#primary-navigation .nav-background {
  left: 0;
  height: 100%;
  content: "";
  width: 100%;
  position: fixed;
  top: 6rem;
  background-color: #1C1C1E;
  opacity: 0.2;
  transition: background-color, 0.5s, cubic-bezier(0.59, 0.005, 0.295, 1);
}
#primary-navigation .panel-wrapper {
  overflow: hidden;
  top: 6rem;
  bottom: 0;
  right: 0;
  position: fixed;
  max-width: 50rem;
  width: 100%;
  background-color: #FFFFFF;
  pointer-events: none;
  transform: translateX(110%);
}
#primary-navigation .panel-wrapper.scroll-panel {
  overflow-y: auto;
}
#primary-navigation .panel-wrapper .panel-header {
  display: flex;
  justify-content: space-between;
}
#primary-navigation .panel-wrapper .panel-header .header {
  font-size: 2.6rem;
  color: #1C1C1E;
  font-weight: 700;
}
#primary-navigation .panel-wrapper .panel-header .btn-close {
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-size: 2.4rem;
  height: 3rem;
  color: #616161;
}
#primary-navigation .panel-wrapper .panel-header .btn-close:hover {
  color: #7b7b7b;
}
#primary-navigation .panel-wrapper .panel-header .btn-close:focus, #primary-navigation .panel-wrapper .panel-header .btn-close:active {
  color: #878787;
}
#primary-navigation .panel-wrapper .nav-content {
  position: relative;
  margin-top: 3rem;
}
#primary-navigation .nav-panel-content {
  padding: 3.5rem 2rem;
}
#primary-navigation.open {
  display: block;
}
#primary-navigation.open .nav-background {
  background-color: #1C1C1E;
}
#primary-navigation.open .panel-wrapper {
  transform: translateX(110%);
  z-index: 50;
  pointer-events: auto;
  transition: all, 0.5s, cubic-bezier(0.59, 0.005, 0.295, 1), 0.5s;
}
#primary-navigation.open .panel-wrapper.close {
  transition-duration: 0.3s;
}
#primary-navigation.open .panel-wrapper.open {
  transform: translateX(0);
}
#primary-navigation .nav-menu {
  display: flex;
  flex-wrap: nowrap;
  width: 200%;
  transform: translateX(0);
  transition: all, 0.5s, cubic-bezier(0.59, 0.005, 0.295, 1), 0.5s;
}
#primary-navigation .nav-menu .nav-primary-tier {
  flex-basis: 50%;
  height: calc(100vh - 6rem);
  overflow-y: auto;
  padding-bottom: 2rem;
}
#primary-navigation .nav-menu .nav-secondary-tier {
  flex-basis: 50%;
}
#primary-navigation .nav-menu .nav-secondary-tier .nav-secondary-panel {
  display: none;
  max-height: 88vh;
  height: 100%;
  overflow-y: auto;
}
#primary-navigation .nav-menu.open {
  transform: translateX(-50%);
}
#primary-navigation .nav-menu.open .nav-secondary-tier .nav-secondary-panel.open {
  display: block;
}
#primary-navigation .nav-items.border-top {
  border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
}
#primary-navigation .nav-items > li {
  position: relative;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
}
#primary-navigation .nav-items > li > a {
  width: 100%;
  display: flex;
  font-size: 2rem;
  color: #1C1C1E;
  text-decoration: none;
  font-weight: 700;
  align-items: center;
  padding: 2rem 3rem 2rem 2rem;
}
#primary-navigation .nav-items > li > a:hover, #primary-navigation .nav-items > li > a:focus {
  background-color: rgba(0, 92, 204, 0.15);
}
#primary-navigation .nav-items > li > a.nav-menu-item:after {
  font-family: geico;
  content: "\e212";
  position: absolute;
  color: #1C1C1E;
  right: 3rem;
  font-size: 2.4rem;
}
#primary-navigation .nav-items > li.nav-additional-links {
  padding: 0;
  border-bottom: none;
}
#primary-navigation .nav-back {
  background-color: #EDEDED;
  padding: 1.5rem;
}
#primary-navigation .nav-back a {
  font-size: 1.8rem;
  color: #1C1C1E;
  text-decoration: none;
}
#primary-navigation .nav-back a:before {
  font-family: geico;
  content: "\e213";
  display: inline-block;
  font-size: 2.4rem;
  color: #1C1C1E;
  padding-right: 1rem;
}
#primary-navigation .nav-header {
  font-size: 2rem;
  color: #1C1C1E;
  font-weight: 700;
  background-color: rgba(0, 92, 204, 0.15);
  padding: 2rem;
  border-top: 0.1rem solid #BCBCBC;
  border-bottom: 0.1rem solid #BCBCBC;
}
#primary-navigation .accordion {
  margin-bottom: 0;
  margin-left: 4rem;
  margin-right: 4rem;
}
#primary-navigation .accordion > li {
  margin-bottom: 0;
  box-shadow: none;
  border-radius: 0;
  border: none;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
}
#primary-navigation .accordion > li:last-child {
  border-bottom: none;
}
#primary-navigation .accordion > li.open {
  border: none;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
}
#primary-navigation .accordion > li.open:last-child {
  border-bottom: none;
}
#primary-navigation .accordion > li.force-open .accordion-headline {
  cursor: default;
  display: none;
}
#primary-navigation .accordion > li.force-open .accordion-headline:after {
  display: none;
}
#primary-navigation .accordion > li.force-open .accordion-content-container {
  display: block;
  padding-left: 0;
  max-height: 100%;
  transition: max-heigh, 0.3s, cubic-bezier(0.59, 0.005, 0.295, 1);
}
#primary-navigation .accordion-headline {
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
  border: 1px solid #FFFFFF;
  gap: 0;
}
#primary-navigation .accordion-headline.keyboard-focus {
  border: 1px dotted #1C1C1E;
}
#primary-navigation .accordion-headline h3 {
  font-size: 2rem;
  font-weight: 700;
  padding: 1.1rem 0;
  margin-right: 0;
  flex-grow: 1;
  margin-bottom: 0;
}
#primary-navigation .accordion-headline .geico-icon + h3 {
  margin-left: 2.65rem;
}
#primary-navigation .accordion-headline span.geico-icon:after {
  display: none;
}
#primary-navigation .accordion-headline:after {
  color: #1C1C1E;
  right: 0;
  font-size: 2.4rem;
}
#primary-navigation .accordion-content {
  padding-bottom: 0;
}
#primary-navigation .accordion-content li {
  padding-top: 2rem;
}
#primary-navigation .accordion-content li:first-child {
  padding-top: 0;
}
#primary-navigation .accordion-content li a:visited {
  color: #005CCC;
}
#primary-navigation .accordion-content-container {
  padding-left: 6rem;
}
#primary-navigation .dropdown-list {
  width: 70%;
}
#primary-navigation .top-searches {
  border-top: 0.1rem solid #BCBCBC;
  padding-top: 3rem;
}
#primary-navigation .top-searches .top-search-header {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
#primary-navigation .nav-bottom-links {
  padding: 3rem 2rem 0 2rem;
}
#primary-navigation .nav-bottom-links li {
  padding-top: 3rem;
}
#primary-navigation .nav-bottom-links li:first-child {
  padding-top: 0;
}
#primary-navigation .nav-bottom-links .nav-language {
  display: none;
}
#primary-navigation .nav-bottom-links .location a {
  display: block;
  margin-bottom: 0.5rem;
}
#primary-navigation .nav-bottom-links .icon-geolocation {
  color: #616161;
}
#primary-navigation .nav-bottom-links .icon-geolocation:before {
  padding-right: 1rem;
}
#primary-navigation .nav-bottom-links .current-location {
  color: #616161;
  font-size: 1.4rem;
}

@media (max-width: 999px) {
  #primary-navigation .nav-bottom-links .nav-language {
    display: block;
  }
}
@media (max-width: 480px) {
  #primary-navigation .accordion-headline .geico-icon {
    display: block;
  }
}
.dark #primary-navigation .nav-background {
  background-color: #000000;
  opacity: 0.3;
}
.dark #primary-navigation .panel-wrapper {
  background-color: #1C1C1E;
}
.dark #primary-navigation .panel-wrapper .panel-header .header {
  color: #FAFAFA;
}
.dark #primary-navigation .panel-wrapper .panel-header .btn-close {
  color: #616161;
}
.dark #primary-navigation .panel-wrapper .panel-header .btn-close:hover {
  color: #BCBCBC;
}
.dark #primary-navigation .panel-wrapper .panel-header .btn-close:focus, .dark #primary-navigation .panel-wrapper .panel-header .btn-close:active {
  color: #FAFAFA;
}
.dark #primary-navigation .nav-items.border-top {
  border-top: 0.1rem solid #616161;
}
.dark #primary-navigation .nav-items > li {
  border-bottom: 0.1rem solid #616161;
}
.dark #primary-navigation .nav-items > li > a {
  color: #FAFAFA;
}
.dark #primary-navigation .nav-items > li > a:hover, .dark #primary-navigation .nav-items > li > a:focus {
  background-color: #002F65;
}
.dark #primary-navigation .nav-items > li > a.nav-menu-item:after {
  color: #FAFAFA;
}
.dark #primary-navigation .nav-back {
  background-color: #2B2B2F;
}
.dark #primary-navigation .nav-back a {
  color: #7CABFF;
}
.dark #primary-navigation .nav-back a:before {
  color: #7CABFF;
}
.dark #primary-navigation .nav-back a:hover {
  color: #C3D9FF;
}
.dark #primary-navigation .nav-back a:hover:before {
  color: #C3D9FF;
}
.dark #primary-navigation .nav-header {
  color: #FAFAFA;
  background-color: #002F65;
  border-top: 0.1rem solid #616161;
  border-bottom: 0.1rem solid #616161;
}
.dark #primary-navigation .accordion > li {
  border-bottom: 0.1rem solid #616161;
}
.dark #primary-navigation .accordion > li.open {
  border-bottom: #616161;
}
.dark #primary-navigation .accordion-headline {
  border: 1px solid #1C1C1E;
  background-color: #1C1C1E;
}
.dark #primary-navigation .accordion-headline.keyboard-focus {
  border: 1px dotted #616161;
}
.dark #primary-navigation .accordion-headline:after {
  color: #FAFAFA;
}
.dark #primary-navigation .accordion-content li a:visited {
  color: #7CABFF;
}
.dark #primary-navigation .accordion-content-container {
  background-color: #1C1C1E;
}
.dark #primary-navigation .top-searches {
  border-top: 0.1rem solid #616161;
}
.dark #primary-navigation .nav-bottom-links .icon-geolocation {
  color: #BCBCBC;
}
.dark #primary-navigation .nav-bottom-links .current-location {
  color: #BCBCBC;
}
/*!********************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/footer/dist/styles/gdk-footer.scss ***!
  \********************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
#primary-footer {
  padding: 3.5rem 1.5rem;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#primary-footer .footer-logo {
  color: #004B9B;
  flex-basis: 100%;
  text-align: center;
  height: 6rem;
}
#primary-footer .footer-logo:before {
  font-size: 16rem;
  line-height: 4rem;
}
#primary-footer .footer-description {
  flex-basis: 100%;
  text-align: center;
  font-size: 1.4rem;
}
#primary-footer #footer-copyright {
  font-size: 1.4rem;
  flex-basis: 100%;
  text-align: center;
}
#primary-footer .footer-links {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  margin: 1.5rem 0;
}
#primary-footer .footer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#primary-footer .footer-list li {
  margin: 0.5rem 2rem;
}
#primary-footer .footer-accordion-list {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  margin: 0 0 1rem 0;
  max-width: 101.7rem;
  flex-wrap: wrap;
}
#primary-footer .footer-accordion-list .header {
  margin-top: 2rem;
}
#primary-footer .footer-accordion-list .mobile-headline {
  display: none;
  font-weight: 700;
  border-bottom: 0.1rem solid #DCDCDC;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  cursor: pointer;
}
#primary-footer .footer-accordion-list .mobile-headline:focus {
  border: 0.1rem dotted #616161;
}
#primary-footer .footer-accordion-list .mobile-headline:after {
  content: "\e214";
  font-family: "geico";
  position: absolute;
  right: 2rem;
  font-size: 1.2rem;
}
#primary-footer .footer-accordion-list .mobile-headline.open {
  border-bottom: none;
}
#primary-footer .footer-accordion-list .mobile-headline.open:focus {
  border-bottom: 0.1rem dotted #616161;
}
#primary-footer .footer-accordion-list .mobile-headline.open:after {
  content: "\e215";
}
#primary-footer .footer-accordion-list .headline {
  font-weight: 700;
  border-bottom: 0.1rem solid #DCDCDC;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
#primary-footer .footer-accordion-list .column {
  position: relative;
  display: flex;
}
#primary-footer .footer-accordion-list .column:last-child {
  flex-direction: column;
}
#primary-footer .footer-accordion-list .footer-accordion {
  margin: 0 2rem;
}
#primary-footer .footer-accordion-list .list-items li {
  margin-bottom: 0.5rem;
}
#primary-footer .footer-social-media-icons {
  flex-basis: 100%;
  margin: 1rem 0;
}
#primary-footer .footer-social-media-icons ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#primary-footer .footer-social-media-icons ul li {
  margin: 0 2rem;
}
#primary-footer .footer-social-media-icons ul li a {
  background: transparent;
  color: #1C1C1E;
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  font-size: 2.75rem;
  border-radius: 1.4rem;
  -webkit-transition: all 0.1s ease-in; /* Safari, Chrome */
  -moz-transition: all 0.1s ease-in; /* Firefox 4.0~16.0 */
  transition: all 0.1s ease-in; /* IE >9, FF >15, Opera >12.0 */
}
#primary-footer .footer-social-media-icons ul li a:focus {
  border: 0.1rem solid #BCBCBC;
}
#primary-footer .footer-social-media-icons ul li a:hover {
  color: #FFFFFF;
}
#primary-footer .footer-social-media-icons ul li a:hover.icon-youtube {
  background-color: #FF0000;
}
#primary-footer .footer-social-media-icons ul li a:hover.icon-twitter {
  background-color: #1DA1F2;
}
#primary-footer .footer-social-media-icons ul li a:hover.icon-facebook {
  background-color: #1877F2;
}
#primary-footer .footer-social-media-icons ul li a:hover.icon-instagram {
  background: radial-gradient(ellipse at 20% 128%, #FEDA78 20%, #E23467 60%, #AC2BB3 90%);
  background-image: radial-gradient(at 20% 128%, rgb(254, 218, 120) 20%, rgb(226, 52, 103) 60%, rgb(172, 43, 179) 90%);
}
#primary-footer .footer-social-media-icons ul li a:hover.icon-linkedin {
  background-color: #0A66C2;
}
#primary-footer .footer-social-media-icons ul li a:hover.icon-tiktok {
  background-color: #000000;
}
#primary-footer .footer-social-media-icons ul li a:active {
  border: none;
  opacity: 0.5;
}

@media screen and (max-width: 1015px) {
  #primary-footer .footer-accordion-list {
    margin-top: 2rem;
  }
  #primary-footer .footer-accordion-list .header {
    margin-top: 0;
  }
  #primary-footer .footer-accordion-list .headline {
    display: none;
  }
  #primary-footer .footer-accordion-list .mobile-headline {
    display: block;
  }
  #primary-footer .footer-accordion-list .column {
    flex-direction: column;
    flex-basis: 50%;
  }
  #primary-footer .footer-accordion-list .list-items {
    margin-bottom: 2rem;
    display: none;
  }
  #primary-footer .footer-accordion-list .list-items[aria-hidden=false] {
    border-bottom: 0.1rem solid #DCDCDC;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 650px) {
  #primary-footer .footer-accordion-list .column {
    flex-basis: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 480px) {
  #primary-footer.sticky-bar-padding.sticky-bar-md-lg {
    padding-bottom: 13.1rem;
  }
}
@media screen and (max-width: 480px) {
  #primary-footer.sticky-bar-padding {
    padding-bottom: 13.1rem;
  }
}
.dark #primary-footer {
  background-color: #2B2B2F;
}
.dark #primary-footer .footer-logo {
  color: #FAFAFA;
}
.dark #primary-footer .footer-accordion-list .mobile-headline {
  border-bottom: 0.1rem solid #FAFAFA;
}
.dark #primary-footer .footer-accordion-list .mobile-headline:focus {
  border: 0.1rem dotted #FAFAFA;
}
.dark #primary-footer .footer-accordion-list .mobile-headline.open {
  border-bottom: none;
}
.dark #primary-footer .footer-accordion-list .mobile-headline.open:focus {
  border-bottom: 0.1rem dotted #FAFAFA;
}
.dark #primary-footer .footer-accordion-list .headline {
  border-bottom: 0.1rem solid #FAFAFA;
}
.dark #primary-footer .footer-social-media-icons ul li a {
  background: transparent;
  color: #FAFAFA;
}
/*!**********************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/textarea-countdown/dist/styles/gdk-textarea.scss ***!
  \**********************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
@supports (-ms-ime-align: auto) {
  textarea {
    font-family: Arial, Helvetica, sans-serif;
  }
}
textarea, .modal .modal-container .modal-content textarea {
  width: 100%;
  display: block;
  overflow: auto;
  font-size: 1.6rem;
  line-height: 2.4rem;
  height: 18.8rem;
  color: #1C1C1E;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
  border: 0.1rem solid #EDEDED;
  resize: none;
  margin-bottom: 3.5rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  -webkit-transition: border 0.2s ease-out; /* Safari, Chrome */
  -moz-transition: border 0.2s ease-out; /* Firefox 4.0~16.0 */
  transition: border 0.2s ease-out; /* IE >9, FF >15, Opera >12.0 */
}
textarea.textarea-countdown, .modal .modal-container .modal-content textarea.textarea-countdown {
  margin-bottom: 0;
}
textarea.form--error, .modal .modal-container .modal-content textarea.form--error {
  border-color: #E00B20;
}
textarea:hover, .modal .modal-container .modal-content textarea:hover {
  border: 0.1rem solid #BCBCBC;
}
textarea:focus, textarea:active, .modal .modal-container .modal-content textarea:focus, .modal .modal-container .modal-content textarea:active {
  border: 0.1rem solid #005CCC;
}

.form-field--error textarea {
  background-color: #FFFFFF;
  border: 0.1rem solid #E00B20;
  margin-bottom: 1rem;
}
.form-field--error .form-message {
  color: #E00B20;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 3rem;
  width: 100%;
  float: left;
}
.form-field--error .form-message a {
  color: currentColor;
}

textarea:disabled {
  background-color: #EDEDED;
  border: 0.1rem solid #BCBCBC;
  cursor: not-allowed;
}
textarea:disabled:hover, textarea:disabled:focus, textarea:disabled:active {
  background-color: #EDEDED;
  border: 0.1rem solid #BCBCBC;
}

.bg-gradient textarea, .bg-color textarea {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}
.bg-gradient textarea:hover, .bg-gradient textarea:focus, .bg-color textarea:hover, .bg-color textarea:focus {
  border-color: white;
}

.textarea-countdown-container.textarea-countdown--good .textarea-countdown-info-text {
  -webkit-transition: all 0.3s ease-out; /* Safari, Chrome */
  -moz-transition: all 0.3s ease-out; /* Firefox 4.0~16.0 */
  transition: all 0.3s ease-out; /* IE >9, FF >15, Opera >12.0 */
}
.textarea-countdown-container.textarea-countdown--good .textarea-countdown-info-counter {
  -webkit-transition: all 0.3s ease-out; /* Safari, Chrome */
  -moz-transition: all 0.3s ease-out; /* Firefox 4.0~16.0 */
  transition: all 0.3s ease-out; /* IE >9, FF >15, Opera >12.0 */
  color: #22841F;
}
.textarea-countdown-container.textarea-countdown--close .textarea-countdown-info-text {
  -webkit-transition: all 0.3s ease-out; /* Safari, Chrome */
  -moz-transition: all 0.3s ease-out; /* Firefox 4.0~16.0 */
  transition: all 0.3s ease-out; /* IE >9, FF >15, Opera >12.0 */
}
.textarea-countdown-container.textarea-countdown--close .textarea-countdown-info-counter {
  -webkit-transition: all 0.3s ease-out; /* Safari, Chrome */
  -moz-transition: all 0.3s ease-out; /* Firefox 4.0~16.0 */
  transition: all 0.3s ease-out; /* IE >9, FF >15, Opera >12.0 */
  color: #EF5621;
}
.textarea-countdown-container.textarea-countdown--over textarea {
  -webkit-transition: background-color 0.3s ease-out; /* Safari, Chrome */
  -moz-transition: background-color 0.3s ease-out; /* Firefox 4.0~16.0 */
  transition: background-color 0.3s ease-out; /* IE >9, FF >15, Opera >12.0 */
}
.textarea-countdown-container.textarea-countdown--over .textarea-countdown-info-text {
  -webkit-transition: all 0.3s ease-out; /* Safari, Chrome */
  -moz-transition: all 0.3s ease-out; /* Firefox 4.0~16.0 */
  transition: all 0.3s ease-out; /* IE >9, FF >15, Opera >12.0 */
}
.textarea-countdown-container.textarea-countdown--over .textarea-countdown-info-counter {
  -webkit-transition: all 0.3s ease-out; /* Safari, Chrome */
  -moz-transition: all 0.3s ease-out; /* Firefox 4.0~16.0 */
  transition: all 0.3s ease-out; /* IE >9, FF >15, Opera >12.0 */
  color: #E00B20;
}

.textarea-countdown-info {
  text-align: right;
  color: #1C1C1E;
  margin-top: 1rem;
  margin-bottom: 3rem;
  font-size: 1.4rem;
}
.textarea-countdown-info .textarea-countdown-info-text {
  -webkit-transition: all 0.3s ease-out; /* Safari, Chrome */
  -moz-transition: all 0.3s ease-out; /* Firefox 4.0~16.0 */
  transition: all 0.3s ease-out; /* IE >9, FF >15, Opera >12.0 */
  letter-spacing: normal;
}
.textarea-countdown-info .textarea-countdown-info-counter {
  -webkit-transition: all 0.3s ease-out; /* Safari, Chrome */
  -moz-transition: all 0.3s ease-out; /* Firefox 4.0~16.0 */
  transition: all 0.3s ease-out; /* IE >9, FF >15, Opera >12.0 */
  letter-spacing: 0.05rem;
  margin-left: 0.3rem;
}

.dark textarea, .dark .modal .modal-container .modal-content textarea {
  color: #FAFAFA;
  background-color: #2B2B2F;
  border: 0.1rem solid #2B2B2F;
  color: #FAFAFA;
}
.dark textarea.form--error, .dark .modal .modal-container .modal-content textarea.form--error {
  border-color: #FF888F;
}
.dark textarea:hover, .dark .modal .modal-container .modal-content textarea:hover {
  border: 0.1rem solid #616161;
}
.dark textarea:focus, .dark textarea:active, .dark .modal .modal-container .modal-content textarea:focus, .dark .modal .modal-container .modal-content textarea:active {
  border: 0.1rem solid #ABC7FF;
}
.dark .form-field--error textarea {
  border: 0.1rem solid #FF888F;
}
.dark .form-field--error textarea:focus, .dark .form-field--error textarea:hover, .dark .form-field--error textarea:active {
  border: 0.1rem solid #FF888F;
}
.dark .form-field--error .form-message {
  color: #FF888F;
}
.dark textarea:disabled {
  background-color: #141414;
  border: 0.1rem solid #141414;
  color: #616161;
}
.dark textarea:disabled:hover, .dark textarea:disabled:focus, .dark textarea:disabled:active {
  background-color: #141414;
  border: 0.1rem solid #141414;
}
.dark .bg-gradient textarea, .dark .bg-color textarea {
  background-color: transparent;
  border-color: rgba(250, 250, 250, 0.7);
  color: #fff;
}
.dark .bg-gradient textarea:hover, .dark .bg-gradient textarea:focus, .dark .bg-color textarea:hover, .dark .bg-color textarea:focus {
  border-color: #fafafa;
}
.dark .textarea-countdown-container.textarea-countdown--good .textarea-countdown-info-counter {
  color: #72BF59;
}
.dark .textarea-countdown-container.textarea-countdown--close .textarea-countdown-info-counter {
  color: #FF8B64;
}
.dark .textarea-countdown-container.textarea-countdown--over .textarea-countdown-info-counter {
  color: #FF888F;
}
.dark .textarea-countdown-info {
  color: #FAFAFA;
}
/*!**********************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/button-switch/dist/styles/gdk-button-switch.scss ***!
  \**********************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.button-switch-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
}
.button-switch-container input {
  display: none;
}
.button-switch-container .button-switch-label-wrapper {
  margin-right: 2rem;
  width: 30rem;
}
.button-switch-container label {
  margin-bottom: 0;
  cursor: default;
}
.button-switch-container span.form-descriptive-copy {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.button-switch-container .button-switch {
  position: relative;
  text-align: center;
  cursor: pointer;
  border-color: #616161;
  border-style: solid;
  border-radius: 1.9rem;
  height: 3.7rem;
  width: 7rem;
  line-height: 4.1rem;
  border-width: 0.1rem;
  font-size: 1.2rem;
  background-color: #FFFFFF;
  -webkit-transition: all 0.15s ease-in-out; /* Safari, Chrome */
  -moz-transition: all 0.15s ease-in-out; /* Firefox 4.0~16.0 */
  transition: all 0.15s ease-in-out; /* IE >9, FF >15, Opera >12.0 */
}
.button-switch-container .button-switch:before {
  -webkit-transition: left 0.3s cubic-bezier(0.59, 0.005, 0.295, 1); /* Safari, Chrome */
  -moz-transition: left 0.3s cubic-bezier(0.59, 0.005, 0.295, 1); /* Firefox 4.0~16.0 */
  transition: left 0.3s cubic-bezier(0.59, 0.005, 0.295, 1); /* IE >9, FF >15, Opera >12.0 */
  display: block;
  color: #616161;
  line-height: 33px;
  font-weight: 700;
  width: 50%;
  position: absolute;
  z-index: 1;
  border-radius: 1.9rem;
  background-color: #BCBCBC;
  border-color: #616161;
  box-shadow: 0.1rem 0.2rem 0.5rem 0 #4d4d53;
  left: 0;
  font-family: "geico";
  content: "\e210";
}
.button-switch-container .button-switch.button-switch-active {
  background-color: #22841F;
  border-color: #22841F;
}
.button-switch-container .button-switch.button-switch-active:before {
  content: "\e158";
  left: 50%;
  background-color: #FFFFFF;
  color: #22841F;
  font-size: 1.6rem;
}
.button-switch-container .button-switch:focus {
  opacity: 0.9;
}
.button-switch-container.form-field--error .button-switch {
  border-color: #E00B20;
}
.button-switch-container.form-field--error .form-message {
  margin-top: 1rem;
  margin-bottom: 0;
}
.button-switch-container.disabled .button-switch {
  cursor: not-allowed;
}
.button-switch-container.disabled .button-switch:before {
  color: #BCBCBC;
  background-color: #EDEDED;
}

@media screen and (max-width: 429px) {
  .button-switch-label-wrapper {
    margin-bottom: 2rem;
  }
}
.dark .button-switch-container .button-switch {
  border-color: #616161;
  background-color: #616161;
}
.dark .button-switch-container .button-switch:before {
  color: #1C1C1E;
  background-color: #DCDCDC;
  border-color: #DCDCDC;
}
.dark .button-switch-container .button-switch.button-switch-active {
  background-color: #72BF59;
  border-color: #72BF59;
}
.dark .button-switch-container .button-switch.button-switch-active:before {
  background-color: #FAFAFA;
  color: #2C612B;
}
.dark .button-switch-container.disabled .button-switch {
  opacity: 0.3;
  cursor: not-allowed;
}
.dark .button-switch-container.disabled .button-switch.before {
  background-color: #BCBCBC;
  border-color: #BCBCBC;
}
.dark .button-switch-container.disabled .button-switch.button-switch-active {
  border-color: #616161;
  background-color: #616161;
}
.dark .button-switch-container.form-field--error .button-switch {
  border-color: #FF888F;
}
.dark .button-switch-container.form-field--error .button-switch.button-switch-active {
  border-color: #FF888F;
}
/*!**************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/accordion/dist/styles/gdk-accordion.scss ***!
  \**************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.accordion {
  margin-bottom: 3rem;
  scroll-behavior: smooth;
}
.accordion > li {
  color: #1C1C1E;
  margin-bottom: 1rem;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 1.6rem;
  border: 0.1rem solid #EDEDED;
}
.accordion > li:hover, .accordion > li:focus {
  border: 0.1rem solid #616161;
}
.accordion > li:hover .geico-icon, .accordion > li:focus .geico-icon {
  color: #004599;
}
.accordion > li.open {
  border: 0.1rem solid #005CCC;
}
.accordion > li.open .accordion-headline:after {
  content: "\e215";
}

.accordion-headline {
  display: flex;
  align-items: center;
  outline: 0;
  text-decoration: none;
  position: relative;
  min-height: 9rem;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease-in-out; /* Safari, Chrome */
  -moz-transition: background-color 0.15s ease-in-out; /* Firefox 4.0~16.0 */
  transition: background-color 0.15s ease-in-out; /* IE >9, FF >15, Opera >12.0 */
  padding: 1.5rem;
  gap: 1.5rem;
}
.accordion-headline .geico-icon {
  flex-shrink: 0;
}
.accordion-headline .accordion-headline-content-wrapper {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.accordion-headline .accordion-left-content-wrapper {
  flex-grow: 3;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.accordion-headline .heading {
  margin-bottom: 0;
}
.accordion-headline .accordion-right-content-wrapper {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.accordion-headline .accordion-left-content-wrapper p, .accordion-headline .accordion-right-content-wrapper p {
  margin-bottom: 0;
}
.accordion-headline:after {
  font-family: geico;
  content: "\e214";
  color: #005CCC;
  font-size: 2.4rem;
}
.accordion-headline.keyboard-focus {
  border: 1px dotted #000;
}
.accordion-headline .tags {
  font-size: 1.4rem;
}
.accordion-headline .tags::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 2px;
  border-radius: 50%;
}
.accordion-headline .tags.tags-general::before {
  background: #005CCC;
}
.accordion-headline .tags.tags-confirmation::before {
  background: #22841F;
}
.accordion-headline .tags.tags-good::before {
  background: #81B90C;
}
.accordion-headline .tags.tags-tip::before {
  background: #FFBA23;
}
.accordion-headline .tags.tags-attention::before {
  background: #EF5621;
}
.accordion-headline .tags.tags-concerning::before {
  background: #E00B20;
}
.accordion-headline .tags.tags-removed::before {
  background: #616161;
}

.accordion-content-container {
  display: none;
  clear: both;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.accordion-content {
  padding-bottom: 5rem;
}

.bg-gradient .accordion li, .bg-color .accordion li {
  background-color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .accordion-headline p, .accordion-headline .accordion-right-content-wrapper {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .accordion-headline .accordion-headline-content-wrapper {
    flex-wrap: wrap;
  }
  .accordion-headline .accordion-right-content-wrapper {
    text-align: left;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 480px) {
  .accordion-headline .geico-icon {
    display: none;
  }
}
.dark .accordion > li {
  color: #FAFAFA;
  background-color: #1C1C1E;
  border: 0.1rem solid #616161;
}
.dark .accordion > li:hover, .dark .accordion > li:focus {
  border: 0.1rem solid #DCDCDC;
}
.dark .accordion > li:hover .geico-icon, .dark .accordion > li:focus .geico-icon {
  color: #ABC7FF;
}
.dark .accordion > li.open {
  border: 0.1rem solid #ABC7FF;
  border: 0.1rem solid #7CABFF;
}
.dark .accordion-headline .geico-icon {
  color: #7CABFF;
}
.dark .accordion-headline .heading {
  color: #FAFAFA;
}
.dark .accordion-headline:after {
  color: #7CABFF;
}
.dark .accordion-headline.keyboard-focus {
  border: 1px dotted #BCBCBC;
}
.dark .accordion-headline .tags::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 2px;
  border-radius: 50%;
}
.dark .accordion-headline .tags.tags-general::before {
  background: #7CABFF;
}
.dark .accordion-headline .tags.tags-confirmation::before {
  background: #72BF59;
}
.dark .accordion-headline .tags.tags-good::before {
  background: #A7CF53;
}
.dark .accordion-headline .tags.tags-tip::before {
  background: #E1B539;
}
.dark .accordion-headline .tags.tags-attention::before {
  background: #FF8B64;
}
.dark .accordion-headline .tags.tags-concerning::before {
  background: #FF888F;
}
.dark .accordion-headline .tags.tags-removed::before {
  background: #BCBCBC;
}
.dark .bg-gradient .accordion li, .dark .bg-color .accordion li {
  background-color: #1C1C1E;
}
/*!****************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/tabs/dist/styles/gdk-tabs.scss ***!
  \****************************************************************************************************************************************************************/
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.tabs {
  margin-bottom: 5rem;
  position: relative;
}
.tabs .tabs-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-y: auto;
  scrollbar-width: none; /* hides native scrollbar Firefox */
  -ms-overflow-style: none; /* hides native scrollbar Internet Explorer 10+ */
  padding: 0;
  margin: 0 0 1.8rem 0;
  min-width: 100%;
}
.tabs .tabs-container .tab {
  white-space: nowrap;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.6rem;
  cursor: pointer;
  color: #1C1C1E;
  position: relative;
  margin: 0.1rem 0 0 0.1rem;
  padding: 0.4rem 2.5rem 1.2rem 2.5rem;
}
.tabs .tabs-container .tab::after { /* blue selection highlight bar */
  content: "";
  background: #327B7B;
  height: 0.5rem;
  position: absolute;
  bottom: 0;
  transition: 0.16s all 0.025s;
  left: 100%;
  right: 0;
  z-index: 2;
}
.tabs .tabs-container .tab.active ~ .tab::after {
  left: 0;
  right: 100%;
}
.tabs .tabs-container .tab.active::after {
  left: 0;
  right: 0;
}
.tabs .tabs-container .tab.active span {
  color: #327B7B;
}
.tabs::after { /* gray bar */
  content: "";
  position: absolute;
  display: block;
  background: #BCBCBC;
  height: 0.1rem;
  top: 3.85rem;
  left: 0;
  right: 100%;
  width: 100%;
}
.tabs .tabs-container::-webkit-scrollbar { /* hides native scrollbar chrome */
  width: 0;
  height: 0;
}
.tabs .tab:focus {
  outline: none;
}
.tabs .tab.keyboard-focus {
  box-shadow: 0 0 0.2rem 0 #005CCC;
}
.tabs .panel {
  top: 5.6rem;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease-out; /* Safari, Chrome */
  -moz-transition: all 0.3s ease-out; /* Firefox 4.0~16.0 */
  transition: all 0.3s ease-out; /* IE >9, FF >15, Opera >12.0 */
}
.tabs .panel.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in; /* Safari, Chrome */
  -moz-transition: all 0.5s ease-in; /* Firefox 4.0~16.0 */
  transition: all 0.5s ease-in; /* IE >9, FF >15, Opera >12.0 */
}
.tabs .tabs-left-chevron, .tabs .tabs-right-chevron {
  font-size: 2.4rem;
  line-height: 2.4rem;
  position: absolute;
  top: 0;
  color: #616161;
  background-color: #FAFAFA;
  padding: 0.8rem;
  cursor: pointer;
}
.tabs .tabs-left-chevron {
  left: -0.5rem;
}
.tabs .tabs-right-chevron {
  right: -0.5rem;
}

@media (max-width: 767px) {
  .tabs .tabs-container .tab {
    padding: 0.8rem 1.25rem;
  }
}
.dark .tabs .tabs-container .tab {
  color: #FAFAFA;
}
.dark .tabs .tabs-container .tab::after { /* blue selection highlight bar */
  background: #5ABBBD;
}
.dark .tabs .tabs-container .tab.active span {
  color: #5ABBBD;
}
.dark .tabs::after { /* gray bar */
  background: #616161;
}
.dark .tabs .tab.keyboard-focus {
  box-shadow: 0 0 0.2rem 0 #FAFAFA;
}
.dark .tabs .tabs-left-chevron {
  color: #BCBCBC;
  background-color: #1C1C1E;
}
.dark .tabs .tabs-right-chevron {
  color: #BCBCBC;
  background-color: #1C1C1E;
}
/*!******************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/alert/dist/styles/gdk-alert.scss ***!
  \******************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.no-touch div.alert ul.alert-list li.alert-content button.icon-close {
  -webkit-transition: color 0.15s ease-in-out; /* Safari, Chrome */
  -moz-transition: color 0.15s ease-in-out; /* Firefox 4.0~16.0 */
  transition: color 0.15s ease-in-out; /* IE >9, FF >15, Opera >12.0 */
  color: #616161;
  font-size: 2.4rem;
}
.no-touch div.alert ul.alert-list li.alert-content button.icon-close:hover {
  color: #7b7b7b;
}
.no-touch div.alert ul.alert-list li.alert-content button.icon-close:focus, .no-touch div.alert ul.alert-list li.alert-content button.icon-close:active {
  color: #878787;
}

.bg-color div.alert p, .bg-color div.alert .h4, .bg-gradient div.alert p, .bg-gradient div.alert .h4 {
  color: #1C1C1E;
}

div.alert {
  margin-bottom: 3rem;
  background-color: #FFFFFF;
  border-radius: 1.6rem;
  border: 0.1rem solid #EDEDED;
  overflow: hidden;
}
div.alert p, div.alert .h4, div.alert .alert-content {
  color: #1C1C1E;
}
div.alert .close-btn p, div.alert .close-btn .h4 {
  padding-right: 3.5rem;
  margin-bottom: 1rem;
}
div.alert p, div.alert .h4 {
  padding-right: 2rem;
}
div.alert .section--gecko.bg-gradient .h4 {
  color: #1C1C1E;
}
div.alert ul.alert-list {
  background-color: #FFFFFF;
  margin-left: 7rem;
  padding-left: 2rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
div.alert ul.alert-list li.alert-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
div.alert ul.alert-list li.alert-content button.icon-close {
  float: right;
  right: 1rem;
  width: 2.2rem;
  height: 2.2rem;
  font-size: 2rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  color: #616161;
  background-color: transparent;
}
div.alert ul.alert-list li.alert-content button.icon-close:hover, div.alert ul.alert-list li.alert-content button.icon-close:focus {
  opacity: 0.8;
}
div.alert ul.alert-list li.alert-content button.icon-close:active {
  color: #7b7b7b;
}
div.alert div[class^=alert--] {
  margin-top: 0.2rem;
}
div.alert div[class^=alert--] > span:first-child {
  color: #FFFFFF;
  float: left;
  font-size: 3.2rem;
  padding-left: 2rem;
  padding-top: 2.5rem;
}
div.alert div[class^=alert--]:first-child {
  margin-top: 0;
}
div.alert .alert--agent {
  background-color: #005CCC;
}
div.alert .alert--retention {
  background-color: #004B9B;
}
div.alert div.alert--high-importance {
  background-color: #E00B20;
}
div.alert div.alert--high-importance > span:first-child:before {
  content: "\e285";
}
div.alert div.alert--medium-importance {
  background-color: #EF5621;
}
div.alert div.alert--medium-importance > span:first-child:before {
  content: "\e285";
}
div.alert div.alert--low-importance {
  background-color: #616161;
}
div.alert div.alert--low-importance > span:first-child:before {
  content: "\e285";
  display: block;
  -webkit-transform: rotate(180deg); /* Safari, Chrome */
  -moz-transform: rotate(180deg); /* Firefox 3.5~16.0 */
  -ms-transform: rotate(180deg); /* IE9~10 */
  -o-transform: rotate(180deg); /* Opera 10.5~12.10 */
  transform: rotate(180deg);
}

@media (max-width: 480px) {
  div.alert {
    padding-right: 0.5rem;
  }
  div.alert .close-btn .h4, div.alert .close-btn p {
    padding-right: 4rem;
  }
  div.alert p, div.alert .h4 {
    padding-right: 1.5rem;
  }
  div.alert div[class^=alert--] > span:first-child {
    padding-left: 1rem;
    padding-top: 2rem;
  }
  div.alert ul.alert-list {
    margin-left: 5rem;
    padding-left: 1.5rem;
  }
  div.alert ul.alert-list li.alert-content {
    padding-top: 1.5rem;
  }
}
.dark div.alert ul.alert-list li.alert-content button.icon-close {
  color: #616161;
}
.dark div.alert ul.alert-list li.alert-content button.icon-close:hover {
  color: #BCBCBC;
}
.dark div.alert ul.alert-list li.alert-content button.icon-close:focus, .dark div.alert ul.alert-list li.alert-content button.icon-close:active {
  color: #FAFAFA;
}
.dark .bg-color div.alert p, .dark .bg-color div.alert .h4, .dark .bg-gradient div.alert p, .dark .bg-gradient div.alert .h4 {
  color: #FAFAFA;
}
.dark div.alert {
  background-color: #2B2B2F;
  border: 0.1rem solid #2B2B2F;
}
.dark div.alert p, .dark div.alert .h4, .dark div.alert .alert-content {
  color: #FAFAFA;
}
.dark div.alert .section--gecko.bg-gradient .h4 {
  color: #FAFAFA;
}
.dark div.alert ul.alert-list {
  background-color: #2B2B2F;
}
.dark div.alert ul.alert-list li.alert-content button.icon-close {
  color: #DCDCDC;
}
.dark div.alert ul.alert-list li.alert-content button.icon-close:hover, .dark div.alert ul.alert-list li.alert-content button.icon-close:focus {
  color: #f6f6f6;
}
.dark div.alert ul.alert-list li.alert-content button.icon-close:active {
  color: #c3c3c3;
}
.dark div.alert div[class^=alert--] > span:first-child {
  color: #FAFAFA;
}
.dark div.alert div.alert--agent {
  background-color: #7CABFF;
}
.dark div.alert div.alert--agent > span:first-child {
  color: #1C1C1E;
}
.dark div.alert div.alert--agent > span:first-child:after {
  border-right-color: #2B2B2F;
}
.dark div.alert div.alert--retention {
  background-color: #99D4F2;
}
.dark div.alert div.alert--retention > span:first-child {
  color: #1C1C1E;
}
.dark div.alert div.alert--high-importance {
  background-color: #FF888F;
}
.dark div.alert div.alert--high-importance > span:first-child {
  color: #1C1C1E;
}
.dark div.alert div.alert--medium-importance {
  background-color: #FF8B64;
}
.dark div.alert div.alert--medium-importance > span:first-child {
  color: #1C1C1E;
}
.dark div.alert div.alert--low-importance {
  background-color: #616161;
}
/*!**********************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/tooltip/dist/styles/gdk-tooltip.scss ***!
  \**********************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.tooltip-label-container {
  display: flex;
  flex-direction: row;
}
.tooltip-label-container .tooltip-container {
  bottom: 1px;
}

.tooltip-container {
  position: relative;
  display: inline-block;
  line-height: 2.2rem;
  /* width */
  /* Handle */
}
.tooltip-container .tooltip-trigger [class^=icon-] {
  color: #005CCC;
  font-size: 1.4rem;
}
.tooltip-container ::-webkit-scrollbar {
  width: 10px;
}
.tooltip-container ::-webkit-scrollbar-thumb {
  background: #B6C4FF;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 9999px;
}
.tooltip-container ::-webkit-scrollbar-track-piece:vertical:start:no-button,
.tooltip-container ::-webkit-scrollbar-track-piece:vertical:start {
  margin-top: 3px;
}
.tooltip-container ::-webkit-scrollbar-track-piece:vertical:end:no-button,
.tooltip-container ::-webkit-scrollbar-track-piece:vertical:end {
  margin-bottom: 3px;
}

span.tooltip-container a.tooltip-trigger {
  vertical-align: middle;
}

a.tooltip-trigger, .tooltip-trigger {
  display: inline-block;
  position: relative;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
  border-radius: 5rem;
  width: 2.2rem;
  height: 2.2rem;
  text-align: center;
  margin-left: 0.6rem;
  line-height: 1.9rem;
  font-size: 1.9rem;
  font-weight: 700;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #005CCC;
}
a.tooltip-trigger:active, .tooltip-trigger:active {
  background-color: #C7D6F0;
}
a.tooltip-trigger:hover, a.tooltip-trigger:focus, .tooltip-trigger:hover, .tooltip-trigger:focus {
  background-color: #C7D6F0;
}

.tooltip {
  position: absolute;
  background-color: #005CCC;
  width: 28rem;
  border-radius: 1.6rem;
  z-index: 10;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 0.5s cubic-bezier(0.59, 0.005, 0.295, 1); /* Safari, Chrome */
  -moz-transition: opacity 0.5s cubic-bezier(0.59, 0.005, 0.295, 1); /* Firefox 4.0~16.0 */
  transition: opacity 0.5s cubic-bezier(0.59, 0.005, 0.295, 1); /* IE >9, FF >15, Opera >12.0 */
  border: 0.1rem solid #FFFFFF;
  border-width: 0.1rem;
  text-align: left;
}
.tooltip.left-arrow::after, .tooltip.left-arrow::before {
  top: 50%;
  left: -16px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.tooltip.left-arrow::after {
  border-color: rgba(0, 92, 204, 0);
  border-top-color: #005CCC;
  border-width: 8px;
  margin-top: -8px;
}
.tooltip.left-arrow::before {
  left: -18px;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #FFFFFF;
  border-width: 9px;
  margin-top: -9px;
}
.tooltip.right-arrow::after, .tooltip.right-arrow::before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.tooltip.right-arrow::after {
  top: 43%;
  right: -16px;
  border-color: rgba(0, 92, 204, 0);
  border-top-color: #005CCC;
  border-width: 8px;
  margin-left: -8px;
}
.tooltip.right-arrow::before {
  top: calc(43% - 1px);
  right: -18px;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #FFFFFF;
  border-width: 9px;
  margin-left: -9px;
}
.tooltip.bottom-arrow::after, .tooltip.bottom-arrow::before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.tooltip.bottom-arrow::after {
  border-color: rgba(0, 92, 204, 0);
  border-top-color: #005CCC;
  border-width: 8px;
  margin-left: -8px;
}
.tooltip.bottom-arrow::before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #FFFFFF;
  border-width: 9px;
  margin-left: -9px;
}
.tooltip.top-arrow::after, .tooltip.top-arrow::before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.tooltip.top-arrow::after {
  border-color: rgba(0, 92, 204, 0);
  border-top-color: #005CCC;
  border-width: 8px;
  margin-left: -8px;
}
.tooltip.top-arrow::before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #FFFFFF;
  border-width: 9px;
  margin-left: -9px;
}
.tooltip > div, .tooltip > span {
  max-height: 20rem;
  padding: 2.4rem;
  font-size: 1.4rem;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.4;
}
.tooltip > div div, .tooltip > div span, .tooltip > span div, .tooltip > span span {
  color: #FFFFFF;
  line-height: 1.4;
}
.tooltip > span {
  display: block;
}
.tooltip button.icon-close {
  background-color: transparent;
  font-size: 1.1rem;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  z-index: 1;
}
.tooltip a {
  color: #FFFFFF;
}

.dark .tooltip-container .tooltip-trigger [class^=icon-] {
  color: #7CABFF;
}
.dark a.tooltip-trigger, .dark .tooltip-trigger {
  background-color: transparent;
  border-color: #7CABFF;
}
.dark a.tooltip-trigger:active, .dark .tooltip-trigger:active {
  background-color: #004799;
}
.dark a.tooltip-trigger:hover, .dark a.tooltip-trigger:focus, .dark .tooltip-trigger:hover, .dark .tooltip-trigger:focus {
  background-color: #002F65;
}
.dark .tooltip {
  background-color: #2B2B2F;
  border: 1px solid #BCBCBC;
}
.dark .tooltip > div, .dark .tooltip > span {
  color: #FFFFFF;
}
.dark .tooltip > div div, .dark .tooltip > div span, .dark .tooltip > span div, .dark .tooltip > span span {
  color: #FFFFFF;
}
.dark .tooltip::after {
  border-color: rgba(43, 43, 47, 0);
  border-top-color: #2B2B2F;
}
.dark .tooltip::before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #FFFFFF;
}
/*!******************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/modal/dist/styles/gdk-modal.scss ***!
  \******************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */
.no-touch .modal .btn-close {
  -webkit-transition: background-color 0.15s ease-in-out; /* Safari, Chrome */
  -moz-transition: background-color 0.15s ease-in-out; /* Firefox 4.0~16.0 */
  transition: background-color 0.15s ease-in-out; /* IE >9, FF >15, Opera >12.0 */
}

.modal {
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  background-color: transparent;
  display: none;
  -webkit-transition: background-color 0.3s ease-out 0.5s; /* Safari, Chrome */
  -moz-transition: background-color 0.3s ease-out 0.5s; /* Firefox 4.0~16.0 */
  transition: background-color 0.3s ease-out 0.5s; /* IE >9, FF >15, Opera >12.0 */
}
.modal .col-xs-1, .modal .col-sm-1, .modal .col-md-1, .modal .col-lg-1, .modal .col-xs-2, .modal .col-sm-2, .modal .col-md-2, .modal .col-lg-2, .modal .col-xs-3, .modal .col-sm-3, .modal .col-md-3, .modal .col-lg-3, .modal .col-xs-4, .modal .col-sm-4, .modal .col-md-4, .modal .col-lg-4, .modal .col-xs-5, .modal .col-sm-5, .modal .col-md-5, .modal .col-lg-5, .modal .col-xs-6, .modal .col-sm-6, .modal .col-md-6, .modal .col-lg-6, .modal .col-xs-7, .modal .col-sm-7, .modal .col-md-7, .modal .col-lg-7, .modal .col-xs-8, .modal .col-sm-8, .modal .col-md-8, .modal .col-lg-8, .modal .col-xs-9, .modal .col-sm-9, .modal .col-md-9, .modal .col-lg-9, .modal .col-xs-10, .modal .col-sm-10, .modal .col-md-10, .modal .col-lg-10, .modal .col-xs-11, .modal .col-sm-11, .modal .col-md-11, .modal .col-lg-11, .modal .col-xs-12, .modal .col-sm-12, .modal .col-md-12, .modal .col-lg-12 {
  position: initial !important;
}
.modal .btn-close {
  padding: 0;
  background: transparent;
  z-index: 2;
  margin: 0;
  -webkit-transition: color 0.15s ease-in-out; /* Safari, Chrome */
  -moz-transition: color 0.15s ease-in-out; /* Firefox 4.0~16.0 */
  transition: color 0.15s ease-in-out; /* IE >9, FF >15, Opera >12.0 */
  text-align: right;
  width: 100%;
  right: 0;
  font-size: 2.4rem;
  color: #616161;
  height: auto;
}
.modal .btn-close:hover {
  color: #7b7b7b;
}
.modal .btn-close:focus, .modal .btn-close:active {
  color: #878787;
}
.modal .btn-close.hidden {
  display: none;
}
.modal .modal-container {
  position: fixed;
  opacity: 0;
  background-color: #fff;
  border-radius: 1.6rem;
  left: 50%;
  top: 50%;
  padding: 3rem;
  transform: translate(-50%, -50%);
}
.modal .modal-container .modal-content p {
  color: #1C1C1E;
  padding-right: 1rem;
}
.modal .modal-container.modal--full-screen {
  display: flex;
  flex-direction: column;
  width: 92%;
  max-width: 96rem;
  max-height: 62.4rem;
  overflow: hidden;
}
.modal .modal-container.modal--full-screen .modal-content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.modal .modal-container.modal--full-screen .modal-content .modal--call-to-action-bar {
  border-top: 1px solid #BCBCBC;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background-color: white;
  padding-top: 2rem;
  padding-right: 2rem;
  padding-left: 2rem;
  position: absolute;
  transform: translate3d(0, 0, 0);
  z-index: 9999;
}
.modal .modal-container.modal--full-screen .modal-content-with-cta-bar:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  margin-bottom: 10rem;
}
.modal .modal-container.modal--dialog-box {
  width: 60rem;
  max-width: 90%;
  overflow: hidden;
}
.modal .modal-container.modal--dialog-box .modal-content .modal--call-to-action-bar {
  padding-bottom: 1.5rem;
  background-color: white;
  position: relative;
}
.modal .modal-container.modal--dialog-box .modal-content .modal--call-to-action-bar .btn {
  margin-bottom: 0;
}
.modal .modal-headline {
  color: #1C1C1E;
  padding-right: 6rem;
  margin-bottom: 3rem;
}
.modal .scroll-tab {
  display: none;
}
.modal .modal--call-to-action-bar {
  width: 100%;
  border-radius: 0 0 1.6rem 1.6rem;
  bottom: 0;
  left: 0;
}
.modal.modal--show {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.3s ease-out; /* Safari, Chrome */
  -moz-transition: background-color 0.3s ease-out; /* Firefox 4.0~16.0 */
  transition: background-color 0.3s ease-out; /* IE >9, FF >15, Opera >12.0 */
}
.modal.modal--show .modal-container {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.modal.modal--animate .modal-container {
  -webkit-transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0.4s; /* Safari, Chrome */
  -moz-transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0.4s; /* Firefox 4.0~16.0 */
  transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0.4s; /* IE >9, FF >15, Opera >12.0 */
}
.modal .checkbox-group, .modal .radio-button-group {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}

@media screen and (max-width: 768px) {
  .modal .modal-container {
    padding: 2rem;
  }
  .modal .modal-container.modal--full-screen {
    width: 100%;
    max-width: 100%;
    height: 90%;
    max-height: none;
    border-radius: 1.6rem 1.6rem 0 0;
    padding-top: 0;
    top: 100%;
    left: 0;
    transform: translate(0, 0);
  }
  .modal .modal-container.modal--full-screen .modal-content {
    height: 100%;
  }
  .modal .modal-container.modal--full-screen .scroll-tab {
    display: block;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .modal .modal-container.modal--full-screen .scroll-tab div {
    background-color: #BCBCBC;
    height: 0.5rem;
    width: 5rem;
    margin: 0 auto;
    border-radius: 2rem;
  }
  .modal .modal-container.modal--dialog-box .modal-content .modal--call-to-action-bar {
    padding-top: 1.5rem;
    padding-bottom: 0;
  }
  .modal .modal-container.modal--dialog-box .modal-content .modal--call-to-action-bar .btn {
    margin-bottom: 0;
  }
  .modal.modal--animate .modal-container {
    -webkit-transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0.4s; /* Safari, Chrome */
    -moz-transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0.4s; /* Firefox 4.0~16.0 */
    transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0.4s; /* IE >9, FF >15, Opera >12.0 */
  }
  .modal.modal--show .modal-container.modal--full-screen {
    top: 10%;
  }
  .modal.modal--hide .modal-container.modal--full-screen {
    top: 100%;
    -webkit-transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0.4s; /* Safari, Chrome */
    -moz-transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0.4s; /* Firefox 4.0~16.0 */
    transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0.4s; /* IE >9, FF >15, Opera >12.0 */
  }
}
@media (max-width: 480px) {
  .modal .modal-container.modal--dialog-box .modal--call-to-action-bar .btn.btn--full-mobile {
    margin-bottom: 1.5rem;
  }
  .modal .modal-container.modal--dialog-box .modal--call-to-action-bar .btn.btn--full-mobile:last-child {
    margin-bottom: 0;
  }
  .modal .modal-container.modal--full-screen .modal-content {
    height: 100%;
  }
  .modal .modal-container.modal--full-screen .modal-content .modal--call-to-action-bar .btn.btn--full-mobile:last-child {
    margin-bottom: 2rem;
  }
  .modal .modal-container.modal--full-screen .modal-content-with-cta-bar:after {
    margin-bottom: 16rem;
  }
}
/* IE11 specific styles*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modal.modal--show .modal-container {
    -webkit-transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0.4s;
    -moz-transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0.4s;
    transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0.4s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .modal.modal--show .modal-container.modal--full-screen .modal-content {
    max-height: 50rem;
  }
}
.dark .no-touch .modal .btn-close {
  background: transparent;
  color: #616161;
}
.dark .no-touch .modal .btn-close:hover {
  color: #BCBCBC;
}
.dark .no-touch .modal .btn-close:focus, .dark .no-touch .modal .btn-close:active {
  color: #FAFAFA;
}
.dark .modal .btn-close {
  background: transparent;
  color: #616161;
}
.dark .modal .btn-close:hover {
  color: #BCBCBC;
}
.dark .modal .btn-close:focus, .dark .modal .btn-close:active {
  color: #FAFAFA;
}
.dark .modal .modal-container {
  background-color: #1C1C1E;
}
.dark .modal .modal-container .modal-content p {
  color: #FAFAFA;
}
.dark .modal .modal-container.modal--full-screen .modal-content .modal--call-to-action-bar {
  border-top: 0.1rem solid #616161;
  background-color: #1C1C1E;
}
.dark .modal .modal-container.modal--dialog-box .modal-content .modal--call-to-action-bar {
  background-color: #1C1C1E;
}
.dark .modal .modal-headline {
  color: #FAFAFA;
}
.dark .modal.modal--show {
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 768px) {
  .dark .modal .modal-container.modal--full-screen .scroll-tab div {
    background-color: #616161;
  }
}
/*!********************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/loader/dist/styles/gdk-loader.scss ***!
  \********************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.loader-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease-out; /* Safari, Chrome */
  -moz-transition: background-color 0.3s ease-out; /* Firefox 4.0~16.0 */
  transition: background-color 0.3s ease-out; /* IE >9, FF >15, Opera >12.0 */
}
.loader-container .loader-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20rem;
  margin-left: -10rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.loader-container .loader,
.loader-container .loader.loader--large {
  opacity: 0; /* W3C */
  filter: alpha(opacity=0); /* IE */
  position: absolute;
  left: 50%;
  margin-left: -3rem;
}
.loader-container .animated-loader-copy {
  font-size: 2rem;
  margin-top: 5rem;
  width: 180%;
  margin-left: -41%;
  text-align: center;
}
.loader-container .sub-section {
  margin-top: 0;
  text-align: center;
  font-size: 1.75rem;
}
.loader-container .animated-loader-message {
  width: 180%;
  margin-left: -41%;
  text-align: center;
  margin-top: 2.5rem;
  background-color: #F0F4FB;
  padding: 1.5rem;
  font-size: 1.4rem;
  border-radius: 1.125rem;
}
.loader-container .animated-loader-message p {
  font-size: 1.4rem;
  margin-bottom: 0;
  display: none;
}
.loader-container .animated-loader-message p.show {
  display: block;
}
.loader-container .loader {
  -webkit-transition: opacity 0.1s ease-out; /* Safari, Chrome */
  -moz-transition: opacity 0.1s ease-out; /* Firefox 4.0~16.0 */
  transition: opacity 0.1s ease-out; /* IE >9, FF >15, Opera >12.0 */
}
.loader-container.section-loader--show {
  background-color: #FFFFFF;
}
.loader-container.section-loader--show .loader {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out; /* Safari, Chrome */
  -moz-transition: opacity 0.5s ease-out; /* Firefox 4.0~16.0 */
  transition: opacity 0.5s ease-out; /* IE >9, FF >15, Opera >12.0 */
}

.loader,
.loader.loader--large {
  position: relative;
  width: 6rem;
  height: 6rem;
}
.loader .geico-icon,
.loader.loader--large .geico-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
}
.loader svg,
.loader.loader--large svg {
  -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera 15+ */
  -moz-backface-visibility: hidden; /* Firefox */
  -ms-backface-visibility: hidden; /* IE10 */
  backface-visibility: hidden;
}
.loader circle,
.loader.loader--large circle {
  fill: transparent;
  stroke-width: 2;
  stroke-linecap: round;
  stroke: #004B9B;
}
.loader.loader--play svg,
.loader.loader--large.loader--play svg {
  -webkit-animation: rotate 2s linear infinite;
  -moz-animation: rotate 2s linear infinite; /* Firefox 5.0~16.0 */
  animation: rotate 2s linear infinite; /* IE10+ */
}

.loader.loader--small {
  opacity: 0; /* W3C */
  filter: alpha(opacity=0); /* IE */
  -webkit-transition: opacity 0.5s ease-out; /* Safari, Chrome */
  -moz-transition: opacity 0.5s ease-out; /* Firefox 4.0~16.0 */
  transition: opacity 0.5s ease-out; /* IE >9, FF >15, Opera >12.0 */
  width: 3rem;
  height: 3rem;
}
.loader.loader--small circle {
  stroke: #616161;
}
.loader.loader--small .geico-icon {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.loader.loader--small.inline-loader--show {
  opacity: 1; /* W3C */
  filter: alpha(opacity=100); /* IE */
  -webkit-transition: opacity 0.5s cubic-bezier(0.59, 0.005, 0.295, 1); /* Safari, Chrome */
  -moz-transition: opacity 0.5s cubic-bezier(0.59, 0.005, 0.295, 1); /* Firefox 4.0~16.0 */
  transition: opacity 0.5s cubic-bezier(0.59, 0.005, 0.295, 1); /* IE >9, FF >15, Opera >12.0 */
}

.loader.loader--xsmall {
  opacity: 0; /* W3C */
  filter: alpha(opacity=0); /* IE */
  -webkit-transition: opacity 0.5s ease-out; /* Safari, Chrome */
  -moz-transition: opacity 0.5s ease-out; /* Firefox 4.0~16.0 */
  transition: opacity 0.5s ease-out; /* IE >9, FF >15, Opera >12.0 */
  width: 2.2rem;
  height: 2.2rem;
}
.loader.loader--xsmall circle {
  stroke: #FFFFFF;
}
.loader.loader--xsmall.inline-loader--show {
  opacity: 1; /* W3C */
  filter: alpha(opacity=100); /* IE */
  -webkit-transition: opacity 0.5s cubic-bezier(0.59, 0.005, 0.295, 1); /* Safari, Chrome */
  -moz-transition: opacity 0.5s cubic-bezier(0.59, 0.005, 0.295, 1); /* Firefox 4.0~16.0 */
  transition: opacity 0.5s cubic-bezier(0.59, 0.005, 0.295, 1); /* IE >9, FF >15, Opera >12.0 */
}

.loader.loader--animated {
  position: relative;
  height: 16.4rem;
  width: 16.4rem;
  margin-left: -8rem;
  margin-top: -100%;
}
.loader.loader--animated circle {
  stroke-width: 6;
  stroke: rgba(0, 92, 204, 0.4);
}
.loader.loader--animated .animated-icon-bg {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 13.3rem;
  height: 13.3rem;
  background: linear-gradient(-180deg, #1989eb 0%, #005CCC 100%);
  border-radius: 50%;
}
.loader.loader--animated .animated-icon-bg .geico-icon {
  height: 7.5rem;
  width: 7.5rem;
  text-shadow: none;
  color: #FFFFFF;
}
.loader.loader--animated .animated-icon-bg .gecko-image {
  background-image: url(../images/loader/gekco_pointing_left.png);
  width: 12rem;
  background-repeat: no-repeat;
  position: absolute;
  overflow: hidden;
  background-size: 98%;
  border-bottom-left-radius: 73%;
  background-position: 0 3rem;
}
.loader.loader--animated .animated-icon-bg .gears-image {
  background-image: url(../images/loader/gears.gif);
  width: 11rem;
  height: 11rem;
  background-repeat: no-repeat;
  position: absolute;
  overflow: hidden;
  background-size: 100%;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader-container .loader--animated .fade-in {
  opacity: 0;
  transition: opacity 0.12s linear 0.3s;
}
.loader-container .loader--animated .gecko-image.animated {
  height: 4rem;
  left: 1rem;
  top: 9rem;
  transition: all 0.3s ease-in 0.3s;
}
.loader-container .loader--animated .geico-icon.animated {
  font-size: 0.5rem;
  left: 0;
  top: 9rem;
  transition: all 0.3s ease-in 0.3s;
}
.loader-container .loader--animated .ellipses {
  display: inline-block;
}
.loader-container .loader--animated .ellipses .ellipses-1 {
  animation: fadeAnimation 2.5s infinite;
}
.loader-container .loader--animated .ellipses .ellipses-2 {
  animation: fadeAnimation 2.5s infinite 0.25s;
}
.loader-container .loader--animated .ellipses .ellipses-3 {
  animation: fadeAnimation 2.5s infinite 0.5s;
}
.loader-container .loader--animated.loader--play .fade-in {
  opacity: 1;
}
.loader-container .loader--animated.loader--play .gecko-image.animated {
  height: 13.5rem;
  left: -1.25rem;
  top: 0;
}
.loader-container .loader--animated.loader--play .geico-icon.animated {
  font-size: 7.5rem;
  top: 4rem;
  left: 3rem;
}
.loader-container .animated-loader-copy {
  opacity: 0;
  transform: translateY(3rem);
  transition: all 0.5s ease-in-out 0.7s;
}
.loader-container .animated-loader-message {
  opacity: 0;
  transform: translateY(3rem);
  transition: all 0.5s ease-in-out 0s;
}
.loader-container.section-loader--show .animated-loader-copy {
  opacity: 1;
  transform: translateY(0);
}
.loader-container.section-loader--show .animated-loader-message.show {
  opacity: 1;
  transform: translateY(0);
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg); /* Safari, Chrome */
    -moz-transform: rotate(0deg); /* Firefox 3.5~16.0 */
    -ms-transform: rotate(0deg); /* IE9~10 */
    -o-transform: rotate(0deg); /* Opera 10.5~12.10 */
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg); /* Safari, Chrome */
    -moz-transform: rotate(360deg); /* Firefox 3.5~16.0 */
    -ms-transform: rotate(360deg); /* IE9~10 */
    -o-transform: rotate(360deg); /* Opera 10.5~12.10 */
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg); /* Safari, Chrome */
    -moz-transform: rotate(0deg); /* Firefox 3.5~16.0 */
    -ms-transform: rotate(0deg); /* IE9~10 */
    -o-transform: rotate(0deg); /* Opera 10.5~12.10 */
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg); /* Safari, Chrome */
    -moz-transform: rotate(360deg); /* Firefox 3.5~16.0 */
    -ms-transform: rotate(360deg); /* IE9~10 */
    -o-transform: rotate(360deg); /* Opera 10.5~12.10 */
    transform: rotate(360deg);
  }
}
@keyframes fadeAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.dark .loader-container {
  background-color: #1C1C1E;
}
.dark .loader-container .animated-loader-message {
  background-color: #002F65;
}
.dark .loader-container.section-loader--show {
  background-color: #2B2B2F;
}
.dark .loader circle, .dark .loader.loader--large circle {
  stroke: #99D4F2;
}
.dark .loader.loader--small circle {
  stroke: #BCBCBC;
}
.dark .loader.loader--xsmall circle {
  stroke: #BCBCBC;
}
.dark .loader.loader--animated circle {
  stroke: rgba(250, 250, 250, 0.4);
}
.dark .loader.loader--animated .icon-loader-g {
  color: #FAFAFA;
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/to-top-arrow/dist/styles/gdk-to-top-arrow.scss ***!
  \********************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */
.to-top-arrow {
  width: 4.4rem;
  height: 4.4rem;
  background-color: rgba(97, 97, 97, 0.7);
  align-content: center;
  margin: 0 auto;
  overflow: hidden;
  display: none;
  border-radius: 0.5rem;
  cursor: pointer;
}
.to-top-arrow .icon-to-top-arrow {
  font-size: 2.4rem;
  text-align: center;
  color: #FFFFFF;
  line-height: 4.4rem;
}
.to-top-arrow.displayed {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: block;
  z-index: 35;
}
/*!************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/view-more-less/dist/styles/gdk-view-more-less.scss ***!
  \************************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.view-more-less {
  position: relative;
  margin-bottom: 3rem;
}
.view-more-less:hover .view-more-link-icon, .view-more-less:hover .view-more-link-title, .view-more-less:focus .view-more-link-icon, .view-more-less:focus .view-more-link-title {
  color: #295697;
}
.view-more-less:active .view-more-link-icon, .view-more-less:active .view-more-link-title {
  color: #1E4071;
}

.view-more-less-link {
  float: right;
  text-decoration: none;
  outline: 0;
  text-align: right;
}
.view-more-less-link:visited {
  color: #005CCC;
}

.view-more-link-title {
  margin-right: 1rem;
}

.geico-icon.geico-icon--actionable.icon-chevron-left.geico-icon--small {
  font-size: 1.4rem;
  transform: translateX(0);
  transition: all, 0.5s, cubic-bezier(0.59, 0.005, 0.295, 1), 0.5s;
}
.geico-icon.geico-icon--actionable.icon-chevron-left.geico-icon--small.rotate {
  transform: rotate(-180deg);
}

.view-more-link-icon {
  display: inline-block;
  transform: translateX(0);
  transition: all, 0.5s, cubic-bezier(0.59, 0.005, 0.295, 1), 0.5s;
}
.view-more-link-icon:before {
  font-size: 1.6rem;
  font-family: geico;
  content: "\e214";
}

.view-less-link-icon {
  transform: rotate(180deg);
}

.view-more-less--center {
  text-align: center;
}
.view-more-less--center a.view-more-less-link {
  float: none;
}
.view-more-less--center .view-more-less-content {
  text-align: left;
}

.view-more-less--left a.view-more-less-link {
  float: none;
}

.view-more-less-content {
  padding-top: 2rem;
  clear: both;
  display: none;
  position: relative;
}

.dark .view-more-less:hover .view-more-link-icon, .dark .view-more-less:hover .view-more-link-title, .dark .view-more-less:focus .view-more-link-icon, .dark .view-more-less:focus .view-more-link-title {
  color: #C3D9FF;
}
.dark .view-more-less:active .view-more-link-icon, .dark .view-more-less:active .view-more-link-title {
  color: #ABC7FF;
}
.dark .view-more-less-link:visited {
  color: #7CABFF;
}
/*!************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/timeline/dist/styles/gdk-timeline.scss ***!
  \************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.timeline {
  margin-bottom: 3rem;
}
.timeline .entry.-year + .entry .transaction-type:before,
.timeline .entry.-year + .entry .trip-type:before {
  display: none;
}
.timeline .entry {
  background-color: #EDEDED;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.timeline .entry:nth-child(2n) {
  background-color: white;
}
.timeline .entry.-no-results {
  background-color: #fff;
  text-align: center;
  display: block;
  padding: 75px 0;
}
@media only screen and (min-width: 480px) {
  .timeline .entry.-no-results {
    padding: 100px 0;
  }
}
.timeline .entry.-no-results p {
  font-size: 1.75rem;
  line-height: 2.6rem;
}
@media only screen and (min-width: 480px) {
  .timeline .entry.-no-results p {
    font-size: 2rem;
  }
}
.timeline .entry.-year, .timeline .entry.-month {
  background-color: #cdcdcd;
  padding: 0rem 1rem;
  font-weight: bold;
  font-size: 1.8rem;
  height: 4.4rem;
  line-height: 4.4rem;
}
.timeline .entry .entry-date {
  -webkit-align-self: center; /* Chrome 21~36, Safari Not supported. */
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; /* Firefox 28+, Opera 12.10, IE Not supported. */
  text-align: left;
  width: 30%;
  padding-left: 2%;
}
@media only screen and (min-width: 767px) {
  .timeline .entry .entry-date {
    width: 13%;
  }
}
.timeline .entry .entry-transactions,
.timeline .entry .entry-trip {
  width: 70%;
}
@media only screen and (min-width: 767px) {
  .timeline .entry .entry-transactions,
  .timeline .entry .entry-trip {
    width: 85%;
  }
}
.timeline .session .trip:first-of-type .trip-type,
.timeline .session .trip:first-of-type .transaction-type,
.timeline .session .transaction:first-of-type .trip-type,
.timeline .session .transaction:first-of-type .transaction-type {
  padding-top: 1.5rem;
}
.timeline .session .trip:first-of-type .trip-type .geico-icon,
.timeline .session .trip:first-of-type .transaction-type .geico-icon,
.timeline .session .transaction:first-of-type .trip-type .geico-icon,
.timeline .session .transaction:first-of-type .transaction-type .geico-icon {
  display: inline-block;
  margin-top: 1.25rem;
}
.timeline .session .trip:first-of-type .trip-type:before,
.timeline .session .trip:first-of-type .transaction-type:before,
.timeline .session .transaction:first-of-type .trip-type:before,
.timeline .session .transaction:first-of-type .transaction-type:before {
  height: 1.5rem;
}
.timeline .session .trip:first-of-type .trip-action,
.timeline .session .trip:first-of-type .trip-content,
.timeline .session .trip:first-of-type .transaction-content,
.timeline .session .trip:first-of-type .transaction-action,
.timeline .session .transaction:first-of-type .trip-action,
.timeline .session .transaction:first-of-type .trip-content,
.timeline .session .transaction:first-of-type .transaction-content,
.timeline .session .transaction:first-of-type .transaction-action {
  padding-top: 2.5rem;
}
.timeline .session .trip:first-of-type .trip-divider,
.timeline .session .trip:first-of-type .transaction-divider,
.timeline .session .transaction:first-of-type .trip-divider,
.timeline .session .transaction:first-of-type .transaction-divider {
  top: 1.5rem;
}
.timeline .session .trip:first-of-type .trip-type {
  padding-top: 1.5rem;
}
.timeline .session .trip:first-of-type .trip-type .geico-icon {
  display: inline-block;
  margin-top: 1.25rem;
}
.timeline .session .trip:first-of-type .trip-type:before {
  height: 1.5rem;
}
.timeline .session .trip:first-of-type .event-divider {
  top: 1.5rem;
}
@media only screen and (min-width: 480px) {
  .timeline .session .trip .trip-content {
    width: 82%;
  }
}
@media only screen and (min-width: 767px) {
  .timeline .session .trip .trip-content {
    width: 58%;
    padding: 0 2rem 1.5rem;
  }
}
.timeline .session .trip .trip-content .trip-events {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.timeline .session .trip .trip-content .trip-events .event {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0.8rem;
}
.timeline .session .trip .trip-content .trip-events .event .event-score {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  line-height: 2.5rem;
}
.timeline .session .trip .trip-action .trip-status {
  font-size: 1.4rem;
}
.timeline .transaction,
.timeline .trip {
  display: flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row; /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; /* Firefox 28+, IE11, Opera 12.10 */
}
.timeline .transaction.trip-has-details, .timeline .transaction.transaction-has-details,
.timeline .trip.trip-has-details,
.timeline .trip.transaction-has-details {
  text-decoration: none;
}
.timeline .transaction.trip-has-details:hover .trip-content, .timeline .transaction.trip-has-details:hover .transaction-content, .timeline .transaction.trip-has-details:hover .trip-action, .timeline .transaction.trip-has-details:hover .transaction-action, .timeline .transaction.transaction-has-details:hover .trip-content, .timeline .transaction.transaction-has-details:hover .transaction-content, .timeline .transaction.transaction-has-details:hover .trip-action, .timeline .transaction.transaction-has-details:hover .transaction-action,
.timeline .trip.trip-has-details:hover .trip-content,
.timeline .trip.trip-has-details:hover .transaction-content,
.timeline .trip.trip-has-details:hover .trip-action,
.timeline .trip.trip-has-details:hover .transaction-action,
.timeline .trip.transaction-has-details:hover .trip-content,
.timeline .trip.transaction-has-details:hover .transaction-content,
.timeline .trip.transaction-has-details:hover .trip-action,
.timeline .trip.transaction-has-details:hover .transaction-action {
  color: rgba(28, 28, 30, 0.9);
}
.timeline .transaction.trip-has-details:hover .trip-content h3,
.timeline .transaction.trip-has-details:hover .trip-content p, .timeline .transaction.trip-has-details:hover .transaction-content h3,
.timeline .transaction.trip-has-details:hover .transaction-content p, .timeline .transaction.trip-has-details:hover .trip-action h3,
.timeline .transaction.trip-has-details:hover .trip-action p, .timeline .transaction.trip-has-details:hover .transaction-action h3,
.timeline .transaction.trip-has-details:hover .transaction-action p, .timeline .transaction.transaction-has-details:hover .trip-content h3,
.timeline .transaction.transaction-has-details:hover .trip-content p, .timeline .transaction.transaction-has-details:hover .transaction-content h3,
.timeline .transaction.transaction-has-details:hover .transaction-content p, .timeline .transaction.transaction-has-details:hover .trip-action h3,
.timeline .transaction.transaction-has-details:hover .trip-action p, .timeline .transaction.transaction-has-details:hover .transaction-action h3,
.timeline .transaction.transaction-has-details:hover .transaction-action p,
.timeline .trip.trip-has-details:hover .trip-content h3,
.timeline .trip.trip-has-details:hover .trip-content p,
.timeline .trip.trip-has-details:hover .transaction-content h3,
.timeline .trip.trip-has-details:hover .transaction-content p,
.timeline .trip.trip-has-details:hover .trip-action h3,
.timeline .trip.trip-has-details:hover .trip-action p,
.timeline .trip.trip-has-details:hover .transaction-action h3,
.timeline .trip.trip-has-details:hover .transaction-action p,
.timeline .trip.transaction-has-details:hover .trip-content h3,
.timeline .trip.transaction-has-details:hover .trip-content p,
.timeline .trip.transaction-has-details:hover .transaction-content h3,
.timeline .trip.transaction-has-details:hover .transaction-content p,
.timeline .trip.transaction-has-details:hover .trip-action h3,
.timeline .trip.transaction-has-details:hover .trip-action p,
.timeline .trip.transaction-has-details:hover .transaction-action h3,
.timeline .trip.transaction-has-details:hover .transaction-action p {
  color: rgba(28, 28, 30, 0.9);
}
.timeline .transaction.trip-has-details:hover .trip-content .trip-divider,
.timeline .transaction.trip-has-details:hover .trip-content .transaction-divider, .timeline .transaction.trip-has-details:hover .transaction-content .trip-divider,
.timeline .transaction.trip-has-details:hover .transaction-content .transaction-divider, .timeline .transaction.trip-has-details:hover .trip-action .trip-divider,
.timeline .transaction.trip-has-details:hover .trip-action .transaction-divider, .timeline .transaction.trip-has-details:hover .transaction-action .trip-divider,
.timeline .transaction.trip-has-details:hover .transaction-action .transaction-divider, .timeline .transaction.transaction-has-details:hover .trip-content .trip-divider,
.timeline .transaction.transaction-has-details:hover .trip-content .transaction-divider, .timeline .transaction.transaction-has-details:hover .transaction-content .trip-divider,
.timeline .transaction.transaction-has-details:hover .transaction-content .transaction-divider, .timeline .transaction.transaction-has-details:hover .trip-action .trip-divider,
.timeline .transaction.transaction-has-details:hover .trip-action .transaction-divider, .timeline .transaction.transaction-has-details:hover .transaction-action .trip-divider,
.timeline .transaction.transaction-has-details:hover .transaction-action .transaction-divider,
.timeline .trip.trip-has-details:hover .trip-content .trip-divider,
.timeline .trip.trip-has-details:hover .trip-content .transaction-divider,
.timeline .trip.trip-has-details:hover .transaction-content .trip-divider,
.timeline .trip.trip-has-details:hover .transaction-content .transaction-divider,
.timeline .trip.trip-has-details:hover .trip-action .trip-divider,
.timeline .trip.trip-has-details:hover .trip-action .transaction-divider,
.timeline .trip.trip-has-details:hover .transaction-action .trip-divider,
.timeline .trip.trip-has-details:hover .transaction-action .transaction-divider,
.timeline .trip.transaction-has-details:hover .trip-content .trip-divider,
.timeline .trip.transaction-has-details:hover .trip-content .transaction-divider,
.timeline .trip.transaction-has-details:hover .transaction-content .trip-divider,
.timeline .trip.transaction-has-details:hover .transaction-content .transaction-divider,
.timeline .trip.transaction-has-details:hover .trip-action .trip-divider,
.timeline .trip.transaction-has-details:hover .trip-action .transaction-divider,
.timeline .trip.transaction-has-details:hover .transaction-action .trip-divider,
.timeline .trip.transaction-has-details:hover .transaction-action .transaction-divider {
  background-color: rgba(229, 229, 229, 0.7);
}
.timeline .transaction .transaction-type,
.timeline .transaction .trip-type,
.timeline .trip .transaction-type,
.timeline .trip .trip-type {
  padding: 0 0 1.5rem;
  position: relative;
  text-align: center;
  width: 25%;
  display: none;
}
@media only screen and (min-width: 480px) {
  .timeline .transaction .transaction-type,
  .timeline .transaction .trip-type,
  .timeline .trip .transaction-type,
  .timeline .trip .trip-type {
    display: block;
    width: 18%;
  }
}
@media only screen and (min-width: 767px) {
  .timeline .transaction .transaction-type,
  .timeline .transaction .trip-type,
  .timeline .trip .transaction-type,
  .timeline .trip .trip-type {
    width: 12%;
  }
}
.timeline .transaction .transaction-type .geico-icon,
.timeline .transaction .trip-type .geico-icon,
.timeline .trip .transaction-type .geico-icon,
.timeline .trip .trip-type .geico-icon {
  position: relative;
  z-index: 1;
  display: none;
}
.timeline .transaction .trip-content,
.timeline .transaction .transaction-content,
.timeline .trip .trip-content,
.timeline .trip .transaction-content {
  -webkit-align-self: flex-start; /* Chrome 21~36, Safari Not supported. */
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; /* Firefox 28+, Opera 12.10, IE Not supported. */
  padding: 0 1rem 1.5rem;
  width: 75%;
}
@media only screen and (min-width: 480px) {
  .timeline .transaction .trip-content,
  .timeline .transaction .transaction-content,
  .timeline .trip .trip-content,
  .timeline .trip .transaction-content {
    width: 82%;
  }
}
@media only screen and (min-width: 767px) {
  .timeline .transaction .trip-content,
  .timeline .transaction .transaction-content,
  .timeline .trip .trip-content,
  .timeline .trip .transaction-content {
    width: 58%;
    padding: 0 2rem 1.5rem;
  }
}
.timeline .transaction .trip-content h3,
.timeline .transaction .transaction-content h3,
.timeline .trip .trip-content h3,
.timeline .trip .transaction-content h3 {
  font-size: 1.6rem;
  font-weight: normal;
  color: #1C1C1E;
  line-height: 1.6rem;
  margin: 0;
}
.timeline .transaction .trip-content > p,
.timeline .transaction .transaction-content > p,
.timeline .trip .trip-content > p,
.timeline .trip .transaction-content > p {
  margin: 0.5rem 0 0 0;
  line-height: 1.75rem;
  font-size: 1.4rem;
}
.timeline .transaction .trip-content > .btn,
.timeline .transaction .transaction-content > .btn,
.timeline .trip .trip-content > .btn,
.timeline .trip .transaction-content > .btn {
  margin-top: 1.5rem;
}
.timeline .transaction .trip-content > a,
.timeline .transaction .transaction-content > a,
.timeline .trip .trip-content > a,
.timeline .trip .transaction-content > a {
  display: inline-block;
}
@media only screen and (min-width: 767px) {
  .timeline .transaction .trip-content > a,
  .timeline .transaction .transaction-content > a,
  .timeline .trip .trip-content > a,
  .timeline .trip .transaction-content > a {
    display: none;
  }
}
.timeline .transaction .trip-details,
.timeline .transaction .transaction-details,
.timeline .trip .trip-details,
.timeline .trip .transaction-details {
  overflow: hidden;
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  display: none;
}
.timeline .transaction .trip-details p,
.timeline .transaction .transaction-details p,
.timeline .trip .trip-details p,
.timeline .trip .transaction-details p {
  font-size: 1.4rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}
.timeline .transaction .trip-details .trip-details-action,
.timeline .transaction .trip-details .transaction-details-action,
.timeline .transaction .transaction-details .trip-details-action,
.timeline .transaction .transaction-details .transaction-details-action,
.timeline .trip .trip-details .trip-details-action,
.timeline .trip .trip-details .transaction-details-action,
.timeline .trip .transaction-details .trip-details-action,
.timeline .trip .transaction-details .transaction-details-action {
  display: block;
}
@media only screen and (min-width: 767px) {
  .timeline .transaction .trip-details .trip-details-action,
  .timeline .transaction .trip-details .transaction-details-action,
  .timeline .transaction .transaction-details .trip-details-action,
  .timeline .transaction .transaction-details .transaction-details-action,
  .timeline .trip .trip-details .trip-details-action,
  .timeline .trip .trip-details .transaction-details-action,
  .timeline .trip .transaction-details .trip-details-action,
  .timeline .trip .transaction-details .transaction-details-action {
    display: none;
  }
}
.timeline .transaction .trip-details .transaction-summary,
.timeline .transaction .transaction-details .transaction-summary,
.timeline .trip .trip-details .transaction-summary,
.timeline .trip .transaction-details .transaction-summary {
  display: block;
}
@media only screen and (min-width: 767px) {
  .timeline .transaction .trip-details .transaction-summary,
  .timeline .transaction .transaction-details .transaction-summary,
  .timeline .trip .trip-details .transaction-summary,
  .timeline .trip .transaction-details .transaction-summary {
    display: none;
  }
}
.timeline .transaction .trip-action,
.timeline .transaction .transaction-action,
.timeline .trip .trip-action,
.timeline .trip .transaction-action {
  display: none;
  width: 30%;
  -webkit-align-self: flex-start; /* Chrome 21~36, Safari Not supported. */
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; /* Firefox 28+, Opera 12.10, IE Not supported. */
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row; /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; /* Firefox 28+, IE11, Opera 12.10 */
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end; /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: flex-end; /* Chrome 21+, Safari Not supported. */
  justify-content: flex-end; /* Firefox 20+, Opera 12.10, IE Not supported. */
  padding: 0 0 1.5rem;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .timeline .transaction .trip-action,
  .timeline .transaction .transaction-action,
  .timeline .trip .trip-action,
  .timeline .trip .transaction-action {
    display: flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.timeline .transaction .trip-action .trip-status,
.timeline .transaction .trip-action .transaction-balance,
.timeline .transaction .trip-action .trip-details-link,
.timeline .transaction .trip-action .transaction-details-link,
.timeline .transaction .trip-action .trip-divider,
.timeline .transaction .trip-action .transaction-divider,
.timeline .transaction .transaction-action .trip-status,
.timeline .transaction .transaction-action .transaction-balance,
.timeline .transaction .transaction-action .trip-details-link,
.timeline .transaction .transaction-action .transaction-details-link,
.timeline .transaction .transaction-action .trip-divider,
.timeline .transaction .transaction-action .transaction-divider,
.timeline .trip .trip-action .trip-status,
.timeline .trip .trip-action .transaction-balance,
.timeline .trip .trip-action .trip-details-link,
.timeline .trip .trip-action .transaction-details-link,
.timeline .trip .trip-action .trip-divider,
.timeline .trip .trip-action .transaction-divider,
.timeline .trip .transaction-action .trip-status,
.timeline .trip .transaction-action .transaction-balance,
.timeline .trip .transaction-action .trip-details-link,
.timeline .trip .transaction-action .transaction-details-link,
.timeline .trip .transaction-action .trip-divider,
.timeline .trip .transaction-action .transaction-divider {
  -webkit-align-self: center; /* Chrome 21~36, Safari Not supported. */
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; /* Firefox 28+, Opera 12.10, IE Not supported. */
}
.timeline .transaction .trip-action .trip-status,
.timeline .transaction .trip-action .transaction-balance,
.timeline .transaction .trip-action .trip-details-link,
.timeline .transaction .trip-action .transaction-details-link,
.timeline .transaction .transaction-action .trip-status,
.timeline .transaction .transaction-action .transaction-balance,
.timeline .transaction .transaction-action .trip-details-link,
.timeline .transaction .transaction-action .transaction-details-link,
.timeline .trip .trip-action .trip-status,
.timeline .trip .trip-action .transaction-balance,
.timeline .trip .trip-action .trip-details-link,
.timeline .trip .trip-action .transaction-details-link,
.timeline .trip .transaction-action .trip-status,
.timeline .trip .transaction-action .transaction-balance,
.timeline .trip .transaction-action .trip-details-link,
.timeline .trip .transaction-action .transaction-details-link {
  -webkit-align-self: center; /* Chrome 21~36, Safari Not supported. */
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; /* Firefox 28+, Opera 12.10, IE Not supported. */
  width: 50%;
  text-align: center;
}
.timeline .transaction .trip-action .trip-status,
.timeline .transaction .trip-action .transaction-balance,
.timeline .transaction .transaction-action .trip-status,
.timeline .transaction .transaction-action .transaction-balance,
.timeline .trip .trip-action .trip-status,
.timeline .trip .trip-action .transaction-balance,
.timeline .trip .transaction-action .trip-status,
.timeline .trip .transaction-action .transaction-balance {
  line-height: 1.8rem;
}
.timeline .transaction .trip-action .trip-status span,
.timeline .transaction .trip-action .transaction-balance span,
.timeline .transaction .transaction-action .trip-status span,
.timeline .transaction .transaction-action .transaction-balance span,
.timeline .trip .trip-action .trip-status span,
.timeline .trip .trip-action .transaction-balance span,
.timeline .trip .transaction-action .trip-status span,
.timeline .trip .transaction-action .transaction-balance span {
  font-size: 1.4rem;
}
.timeline .transaction .trip-action .trip-divider,
.timeline .transaction .trip-action .transaction-divider,
.timeline .transaction .transaction-action .trip-divider,
.timeline .transaction .transaction-action .transaction-divider,
.timeline .trip .trip-action .trip-divider,
.timeline .trip .trip-action .transaction-divider,
.timeline .trip .transaction-action .trip-divider,
.timeline .trip .transaction-action .transaction-divider {
  width: 2px;
  background-color: #e5e5e5;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
}
.timeline .transaction .trip-action,
.timeline .trip .trip-action {
  justify-content: space-between;
}
.timeline .transaction .trip-details-toggle,
.timeline .transaction .transaction-details-toggle,
.timeline .trip .trip-details-toggle,
.timeline .trip .transaction-details-toggle {
  outline: 0;
  position: relative;
  margin-right: 1.8rem;
  cursor: pointer;
  font-size: 1.4rem;
  padding: 1rem 0;
  text-decoration: none;
}
.timeline .transaction .trip-details-toggle:before,
.timeline .transaction .transaction-details-toggle:before,
.timeline .trip .trip-details-toggle:before,
.timeline .trip .transaction-details-toggle:before {
  content: "\e214";
  font-size: 1.2rem;
  display: block;
  position: absolute;
  top: 56%;
  -webkit-transform: translateY(-50%); /* Safari, Chrome */
  -moz-transform: translateY(-50%); /* Firefox 3.5~16.0 */
  -ms-transform: translateY(-50%); /* IE9~10 */
  -o-transform: translateY(-50%); /* Opera 10.5~12.10 */
  transform: translateY(-50%);
  right: -1.6rem;
  color: #005CCC;
  font-family: "geico";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.timeline .transaction .transaction-details-button,
.timeline .trip .transaction-details-button {
  position: relative;
  margin-right: 1.8rem;
  cursor: pointer;
  font-size: 1.6rem;
  padding: 1rem 0;
}
.timeline .transaction .transaction-details-button:before,
.timeline .trip .transaction-details-button:before {
  content: "\e212";
  font-size: 1.4rem;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari, Chrome */
  -moz-transform: translateY(-50%); /* Firefox 3.5~16.0 */
  -ms-transform: translateY(-50%); /* IE9~10 */
  -o-transform: translateY(-50%); /* Opera 10.5~12.10 */
  transform: translateY(-50%);
  right: -16px;
  color: #005CCC;
  font-family: "geico";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.4;
}
.timeline .transaction.trip-details-open .transaction-content > h3,
.timeline .transaction.trip-details-open .transaction-content > p, .timeline .transaction.transaction-details-open .transaction-content > h3,
.timeline .transaction.transaction-details-open .transaction-content > p,
.timeline .trip.trip-details-open .transaction-content > h3,
.timeline .trip.trip-details-open .transaction-content > p,
.timeline .trip.transaction-details-open .transaction-content > h3,
.timeline .trip.transaction-details-open .transaction-content > p {
  font-weight: bold;
}
.timeline .transaction.trip-details-open .trip-details,
.timeline .transaction.trip-details-open .transaction-details, .timeline .transaction.transaction-details-open .trip-details,
.timeline .transaction.transaction-details-open .transaction-details,
.timeline .trip.trip-details-open .trip-details,
.timeline .trip.trip-details-open .transaction-details,
.timeline .trip.transaction-details-open .trip-details,
.timeline .trip.transaction-details-open .transaction-details {
  display: block;
}
.timeline .transaction.trip-details-open .transaction-balance, .timeline .transaction.transaction-details-open .transaction-balance,
.timeline .trip.trip-details-open .transaction-balance,
.timeline .trip.transaction-details-open .transaction-balance {
  font-weight: bold;
}
.timeline .transaction.trip-details-open .trip-details-toggle:before,
.timeline .transaction.trip-details-open .transaction-details-toggle:before, .timeline .transaction.transaction-details-open .trip-details-toggle:before,
.timeline .transaction.transaction-details-open .transaction-details-toggle:before,
.timeline .trip.trip-details-open .trip-details-toggle:before,
.timeline .trip.trip-details-open .transaction-details-toggle:before,
.timeline .trip.transaction-details-open .trip-details-toggle:before,
.timeline .trip.transaction-details-open .transaction-details-toggle:before {
  content: "\e215";
  color: #005CCC;
}

.snapshot-timeline-wrapper {
  background-image: linear-gradient(to right, #616161 0%, #949494 100%);
}
.snapshot-timeline-wrapper .timeline .entry {
  background-color: rgba(0, 0, 0, 0.15);
}
.snapshot-timeline-wrapper .timeline .entry .geico-icon {
  color: #FFFFFF;
}
.snapshot-timeline-wrapper .timeline .entry:nth-child(2n) {
  background-color: transparent;
}
.snapshot-timeline-wrapper .timeline .trip .trip-content h3,
.snapshot-timeline-wrapper .timeline .trip .transaction-content h3,
.snapshot-timeline-wrapper .timeline .transaction .trip-content h3,
.snapshot-timeline-wrapper .timeline .transaction .transaction-content h3 {
  color: #FFFFFF;
}
.snapshot-timeline-wrapper .timeline .trip .trip-details-toggle:before,
.snapshot-timeline-wrapper .timeline .trip .transaction-details-toggle:before,
.snapshot-timeline-wrapper .timeline .transaction .trip-details-toggle:before,
.snapshot-timeline-wrapper .timeline .transaction .transaction-details-toggle:before {
  color: #FFFFFF;
}
.snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .trip-content, .snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .transaction-content, .snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .trip-action, .snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .transaction-action, .snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .trip-details-toggle:before, .snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .transaction-details-toggle:before, .snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .trip-content, .snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .transaction-content, .snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .trip-action, .snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .transaction-action, .snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .trip-details-toggle:before, .snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .transaction-details-toggle:before,
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .trip-content,
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .transaction-content,
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .trip-action,
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .transaction-action,
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .trip-details-toggle:before,
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .transaction-details-toggle:before,
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .trip-content,
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .transaction-content,
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .trip-action,
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .transaction-action,
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .trip-details-toggle:before,
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .transaction-details-toggle:before {
  color: rgba(255, 255, 255, 0.7);
}
.snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .trip-content h3,
.snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .trip-content a:not(.btn),
.snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .trip-content p,
.snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .trip-content .trip-details-toggle span,
.snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .trip-content .transaction-details-toggle span, .snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .transaction-content h3,
.snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .transaction-content a:not(.btn),
.snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .transaction-content p,
.snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .transaction-content .trip-details-toggle span,
.snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .transaction-content .transaction-details-toggle span, .snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .trip-action h3,
.snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .trip-action a:not(.btn),
.snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .trip-action p,
.snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .trip-action .trip-details-toggle span,
.snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .trip-action .transaction-details-toggle span, .snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .transaction-action h3,
.snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .transaction-action a:not(.btn),
.snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .transaction-action p,
.snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .transaction-action .trip-details-toggle span,
.snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .transaction-action .transaction-details-toggle span, .snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .trip-details-toggle:before h3,
.snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .trip-details-toggle:before a:not(.btn),
.snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .trip-details-toggle:before p,
.snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .trip-details-toggle:before .trip-details-toggle span,
.snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .trip-details-toggle:before .transaction-details-toggle span, .snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .transaction-details-toggle:before h3,
.snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .transaction-details-toggle:before a:not(.btn),
.snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .transaction-details-toggle:before p,
.snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .transaction-details-toggle:before .trip-details-toggle span,
.snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .transaction-details-toggle:before .transaction-details-toggle span, .snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .trip-content h3,
.snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .trip-content a:not(.btn),
.snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .trip-content p,
.snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .trip-content .trip-details-toggle span,
.snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .trip-content .transaction-details-toggle span, .snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .transaction-content h3,
.snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .transaction-content a:not(.btn),
.snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .transaction-content p,
.snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .transaction-content .trip-details-toggle span,
.snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .transaction-content .transaction-details-toggle span, .snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .trip-action h3,
.snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .trip-action a:not(.btn),
.snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .trip-action p,
.snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .trip-action .trip-details-toggle span,
.snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .trip-action .transaction-details-toggle span, .snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .transaction-action h3,
.snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .transaction-action a:not(.btn),
.snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .transaction-action p,
.snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .transaction-action .trip-details-toggle span,
.snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .transaction-action .transaction-details-toggle span, .snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .trip-details-toggle:before h3,
.snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .trip-details-toggle:before a:not(.btn),
.snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .trip-details-toggle:before p,
.snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .trip-details-toggle:before .trip-details-toggle span,
.snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .trip-details-toggle:before .transaction-details-toggle span, .snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .transaction-details-toggle:before h3,
.snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .transaction-details-toggle:before a:not(.btn),
.snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .transaction-details-toggle:before p,
.snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .transaction-details-toggle:before .trip-details-toggle span,
.snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .transaction-details-toggle:before .transaction-details-toggle span,
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .trip-content h3,
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .trip-content a:not(.btn),
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .trip-content p,
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .trip-content .trip-details-toggle span,
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .trip-content .transaction-details-toggle span,
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .transaction-content h3,
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .transaction-content a:not(.btn),
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .transaction-content p,
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .transaction-content .trip-details-toggle span,
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .transaction-content .transaction-details-toggle span,
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .trip-action h3,
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .trip-action a:not(.btn),
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .trip-action p,
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .trip-action .trip-details-toggle span,
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .trip-action .transaction-details-toggle span,
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .transaction-action h3,
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .transaction-action a:not(.btn),
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .transaction-action p,
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .transaction-action .trip-details-toggle span,
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .transaction-action .transaction-details-toggle span,
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .trip-details-toggle:before h3,
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .trip-details-toggle:before a:not(.btn),
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .trip-details-toggle:before p,
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .trip-details-toggle:before .trip-details-toggle span,
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .trip-details-toggle:before .transaction-details-toggle span,
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .transaction-details-toggle:before h3,
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .transaction-details-toggle:before a:not(.btn),
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .transaction-details-toggle:before p,
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .transaction-details-toggle:before .trip-details-toggle span,
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .transaction-details-toggle:before .transaction-details-toggle span,
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .trip-content h3,
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .trip-content a:not(.btn),
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .trip-content p,
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .trip-content .trip-details-toggle span,
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .trip-content .transaction-details-toggle span,
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .transaction-content h3,
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .transaction-content a:not(.btn),
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .transaction-content p,
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .transaction-content .trip-details-toggle span,
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .transaction-content .transaction-details-toggle span,
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .trip-action h3,
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .trip-action a:not(.btn),
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .trip-action p,
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .trip-action .trip-details-toggle span,
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .trip-action .transaction-details-toggle span,
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .transaction-action h3,
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .transaction-action a:not(.btn),
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .transaction-action p,
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .transaction-action .trip-details-toggle span,
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .transaction-action .transaction-details-toggle span,
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .trip-details-toggle:before h3,
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .trip-details-toggle:before a:not(.btn),
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .trip-details-toggle:before p,
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .trip-details-toggle:before .trip-details-toggle span,
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .trip-details-toggle:before .transaction-details-toggle span,
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .transaction-details-toggle:before h3,
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .transaction-details-toggle:before a:not(.btn),
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .transaction-details-toggle:before p,
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .transaction-details-toggle:before .trip-details-toggle span,
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .transaction-details-toggle:before .transaction-details-toggle span {
  color: rgba(255, 255, 255, 0.7);
}
.snapshot-timeline-wrapper .timeline .trip.trip-has-details .trip-details-toggle:focus,
.snapshot-timeline-wrapper .timeline .trip.trip-has-details .transaction-details-toggle:focus, .snapshot-timeline-wrapper .timeline .trip.transaction-has-details .trip-details-toggle:focus,
.snapshot-timeline-wrapper .timeline .trip.transaction-has-details .transaction-details-toggle:focus,
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details .trip-details-toggle:focus,
.snapshot-timeline-wrapper .timeline .transaction.trip-has-details .transaction-details-toggle:focus,
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details .trip-details-toggle:focus,
.snapshot-timeline-wrapper .timeline .transaction.transaction-has-details .transaction-details-toggle:focus {
  color: rgba(255, 255, 255, 0.7);
}

.dark .timeline .entry {
  background-color: #141414;
}
.dark .timeline .entry:nth-child(2n) {
  background-color: #1C1C1E;
}
.dark .timeline .entry.-no-results {
  background-color: #1C1C1E;
}
.dark .timeline .entry.-year, .dark .timeline .entry.-month {
  background-color: #2B2B2F;
}
.dark .timeline .trip.trip-has-details:hover .trip-content, .dark .timeline .trip.trip-has-details:hover .transaction-content, .dark .timeline .trip.trip-has-details:hover .trip-action, .dark .timeline .trip.trip-has-details:hover .transaction-action, .dark .timeline .trip.transaction-has-details:hover .trip-content, .dark .timeline .trip.transaction-has-details:hover .transaction-content, .dark .timeline .trip.transaction-has-details:hover .trip-action, .dark .timeline .trip.transaction-has-details:hover .transaction-action,
.dark .timeline .transaction.trip-has-details:hover .trip-content,
.dark .timeline .transaction.trip-has-details:hover .transaction-content,
.dark .timeline .transaction.trip-has-details:hover .trip-action,
.dark .timeline .transaction.trip-has-details:hover .transaction-action,
.dark .timeline .transaction.transaction-has-details:hover .trip-content,
.dark .timeline .transaction.transaction-has-details:hover .transaction-content,
.dark .timeline .transaction.transaction-has-details:hover .trip-action,
.dark .timeline .transaction.transaction-has-details:hover .transaction-action {
  color: rgba(250, 250, 250, 0.9);
}
.dark .timeline .trip.trip-has-details:hover .trip-content h3,
.dark .timeline .trip.trip-has-details:hover .trip-content p, .dark .timeline .trip.trip-has-details:hover .transaction-content h3,
.dark .timeline .trip.trip-has-details:hover .transaction-content p, .dark .timeline .trip.trip-has-details:hover .trip-action h3,
.dark .timeline .trip.trip-has-details:hover .trip-action p, .dark .timeline .trip.trip-has-details:hover .transaction-action h3,
.dark .timeline .trip.trip-has-details:hover .transaction-action p, .dark .timeline .trip.transaction-has-details:hover .trip-content h3,
.dark .timeline .trip.transaction-has-details:hover .trip-content p, .dark .timeline .trip.transaction-has-details:hover .transaction-content h3,
.dark .timeline .trip.transaction-has-details:hover .transaction-content p, .dark .timeline .trip.transaction-has-details:hover .trip-action h3,
.dark .timeline .trip.transaction-has-details:hover .trip-action p, .dark .timeline .trip.transaction-has-details:hover .transaction-action h3,
.dark .timeline .trip.transaction-has-details:hover .transaction-action p,
.dark .timeline .transaction.trip-has-details:hover .trip-content h3,
.dark .timeline .transaction.trip-has-details:hover .trip-content p,
.dark .timeline .transaction.trip-has-details:hover .transaction-content h3,
.dark .timeline .transaction.trip-has-details:hover .transaction-content p,
.dark .timeline .transaction.trip-has-details:hover .trip-action h3,
.dark .timeline .transaction.trip-has-details:hover .trip-action p,
.dark .timeline .transaction.trip-has-details:hover .transaction-action h3,
.dark .timeline .transaction.trip-has-details:hover .transaction-action p,
.dark .timeline .transaction.transaction-has-details:hover .trip-content h3,
.dark .timeline .transaction.transaction-has-details:hover .trip-content p,
.dark .timeline .transaction.transaction-has-details:hover .transaction-content h3,
.dark .timeline .transaction.transaction-has-details:hover .transaction-content p,
.dark .timeline .transaction.transaction-has-details:hover .trip-action h3,
.dark .timeline .transaction.transaction-has-details:hover .trip-action p,
.dark .timeline .transaction.transaction-has-details:hover .transaction-action h3,
.dark .timeline .transaction.transaction-has-details:hover .transaction-action p {
  color: rgba(250, 250, 250, 0.9);
}
.dark .timeline .trip.trip-has-details:hover .trip-content .transaction-divider,
.dark .timeline .trip.trip-has-details:hover .trip-content .transaction-divider, .dark .timeline .trip.trip-has-details:hover .transaction-content .transaction-divider,
.dark .timeline .trip.trip-has-details:hover .transaction-content .transaction-divider, .dark .timeline .trip.trip-has-details:hover .trip-action .transaction-divider,
.dark .timeline .trip.trip-has-details:hover .trip-action .transaction-divider, .dark .timeline .trip.trip-has-details:hover .transaction-action .transaction-divider,
.dark .timeline .trip.trip-has-details:hover .transaction-action .transaction-divider, .dark .timeline .trip.transaction-has-details:hover .trip-content .transaction-divider,
.dark .timeline .trip.transaction-has-details:hover .trip-content .transaction-divider, .dark .timeline .trip.transaction-has-details:hover .transaction-content .transaction-divider,
.dark .timeline .trip.transaction-has-details:hover .transaction-content .transaction-divider, .dark .timeline .trip.transaction-has-details:hover .trip-action .transaction-divider,
.dark .timeline .trip.transaction-has-details:hover .trip-action .transaction-divider, .dark .timeline .trip.transaction-has-details:hover .transaction-action .transaction-divider,
.dark .timeline .trip.transaction-has-details:hover .transaction-action .transaction-divider,
.dark .timeline .transaction.trip-has-details:hover .trip-content .transaction-divider,
.dark .timeline .transaction.trip-has-details:hover .trip-content .transaction-divider,
.dark .timeline .transaction.trip-has-details:hover .transaction-content .transaction-divider,
.dark .timeline .transaction.trip-has-details:hover .transaction-content .transaction-divider,
.dark .timeline .transaction.trip-has-details:hover .trip-action .transaction-divider,
.dark .timeline .transaction.trip-has-details:hover .trip-action .transaction-divider,
.dark .timeline .transaction.trip-has-details:hover .transaction-action .transaction-divider,
.dark .timeline .transaction.trip-has-details:hover .transaction-action .transaction-divider,
.dark .timeline .transaction.transaction-has-details:hover .trip-content .transaction-divider,
.dark .timeline .transaction.transaction-has-details:hover .trip-content .transaction-divider,
.dark .timeline .transaction.transaction-has-details:hover .transaction-content .transaction-divider,
.dark .timeline .transaction.transaction-has-details:hover .transaction-content .transaction-divider,
.dark .timeline .transaction.transaction-has-details:hover .trip-action .transaction-divider,
.dark .timeline .transaction.transaction-has-details:hover .trip-action .transaction-divider,
.dark .timeline .transaction.transaction-has-details:hover .transaction-action .transaction-divider,
.dark .timeline .transaction.transaction-has-details:hover .transaction-action .transaction-divider {
  background-color: rgba(97, 97, 97, 0.7);
}
.dark .timeline .trip .trip-content h3,
.dark .timeline .trip .transaction-content h3,
.dark .timeline .transaction .trip-content h3,
.dark .timeline .transaction .transaction-content h3 {
  color: #FAFAFA;
}
.dark .timeline .trip .trip-action .trip-divider,
.dark .timeline .trip .trip-action .transaction-divider,
.dark .timeline .trip .transaction-action .trip-divider,
.dark .timeline .trip .transaction-action .transaction-divider,
.dark .timeline .transaction .trip-action .trip-divider,
.dark .timeline .transaction .trip-action .transaction-divider,
.dark .timeline .transaction .transaction-action .trip-divider,
.dark .timeline .transaction .transaction-action .transaction-divider {
  background-color: #616161;
}
.dark .timeline .trip .trip-details-toggle:before,
.dark .timeline .trip .transaction-details-toggle:before,
.dark .timeline .transaction .trip-details-toggle:before,
.dark .timeline .transaction .transaction-details-toggle:before {
  color: #7CABFF;
}
.trip-details-toggle .dark .timeline .trip:focus:before, .trip-details-toggle .dark .timeline .trip:hover:before, .transaction-details-toggle .dark .timeline .trip:focus:before, .transaction-details-toggle .dark .timeline .trip:hover:before,
.trip-details-toggle .dark .timeline .transaction:focus:before,
.trip-details-toggle .dark .timeline .transaction:hover:before,
.transaction-details-toggle .dark .timeline .transaction:focus:before,
.transaction-details-toggle .dark .timeline .transaction:hover:before {
  color: #C3D9FF;
}
.dark .timeline .trip .trip-details-button:before,
.dark .timeline .trip .transaction-details-button:before,
.dark .timeline .transaction .trip-details-button:before,
.dark .timeline .transaction .transaction-details-button:before {
  color: #FAFAFA;
}
.dark .snapshot-timeline-wrapper {
  background-image: linear-gradient(to right, #2B2B2F 0%, #616161 100%);
}
.dark .snapshot-timeline-wrapper .timeline .entry {
  background-color: rgba(28, 28, 30, 0.15);
}
.dark .snapshot-timeline-wrapper .timeline .entry .geico-icon {
  color: #FAFAFA;
}
.dark .snapshot-timeline-wrapper .timeline .entry:nth-child(2n) {
  background-color: transparent;
}
.dark .snapshot-timeline-wrapper .timeline .trip .trip-content h3,
.dark .snapshot-timeline-wrapper .timeline .trip .transaction-content h3,
.dark .snapshot-timeline-wrapper .timeline .transaction .trip-content h3,
.dark .snapshot-timeline-wrapper .timeline .transaction .transaction-content h3 {
  color: #FAFAFA;
}
.dark .snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .trip-content, .dark .snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .transaction-content, .dark .snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .trip-action, .dark .snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .transaction-action, .dark .snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .trip-content, .dark .snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .transaction-content, .dark .snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .trip-action, .dark .snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .transaction-action,
.dark .snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .trip-content,
.dark .snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .transaction-content,
.dark .snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .trip-action,
.dark .snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .transaction-action,
.dark .snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .trip-content,
.dark .snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .transaction-content,
.dark .snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .trip-action,
.dark .snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .transaction-action {
  color: rgba(250, 250, 250, 0.7);
}
.dark .snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .trip-content h3,
.dark .snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .trip-content a:not(.btn),
.dark .snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .trip-content p, .dark .snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .transaction-content h3,
.dark .snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .transaction-content a:not(.btn),
.dark .snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .transaction-content p, .dark .snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .trip-action h3,
.dark .snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .trip-action a:not(.btn),
.dark .snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .trip-action p, .dark .snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .transaction-action h3,
.dark .snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .transaction-action a:not(.btn),
.dark .snapshot-timeline-wrapper .timeline .trip.trip-has-details:hover .transaction-action p, .dark .snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .trip-content h3,
.dark .snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .trip-content a:not(.btn),
.dark .snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .trip-content p, .dark .snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .transaction-content h3,
.dark .snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .transaction-content a:not(.btn),
.dark .snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .transaction-content p, .dark .snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .trip-action h3,
.dark .snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .trip-action a:not(.btn),
.dark .snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .trip-action p, .dark .snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .transaction-action h3,
.dark .snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .transaction-action a:not(.btn),
.dark .snapshot-timeline-wrapper .timeline .trip.transaction-has-details:hover .transaction-action p,
.dark .snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .trip-content h3,
.dark .snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .trip-content a:not(.btn),
.dark .snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .trip-content p,
.dark .snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .transaction-content h3,
.dark .snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .transaction-content a:not(.btn),
.dark .snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .transaction-content p,
.dark .snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .trip-action h3,
.dark .snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .trip-action a:not(.btn),
.dark .snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .trip-action p,
.dark .snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .transaction-action h3,
.dark .snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .transaction-action a:not(.btn),
.dark .snapshot-timeline-wrapper .timeline .transaction.trip-has-details:hover .transaction-action p,
.dark .snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .trip-content h3,
.dark .snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .trip-content a:not(.btn),
.dark .snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .trip-content p,
.dark .snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .transaction-content h3,
.dark .snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .transaction-content a:not(.btn),
.dark .snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .transaction-content p,
.dark .snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .trip-action h3,
.dark .snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .trip-action a:not(.btn),
.dark .snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .trip-action p,
.dark .snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .transaction-action h3,
.dark .snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .transaction-action a:not(.btn),
.dark .snapshot-timeline-wrapper .timeline .transaction.transaction-has-details:hover .transaction-action p {
  color: rgba(250, 250, 250, 0.7);
}
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/in-page-navigation/dist/styles/gdk-in-page-navigation.scss ***!
  \********************************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.in-page-nav-container {
  position: absolute;
  z-index: 2;
  width: 10.5rem;
  margin-left: -12rem;
}

.in-page-navigation {
  margin: 0;
  width: 10.5rem;
  margin-top: 3rem;
  padding: 0;
  list-style: none;
  display: none;
  position: relative;
}
.in-page-navigation .changeFontColor {
  color: #FFFFFF;
}
.in-page-navigation .in-page-item {
  border-left: 2px solid rgba(97, 97, 97, 0.5);
}
.in-page-navigation .in-page-item.in-page-item--selected a {
  color: #327B7B;
  font-weight: bold;
}
.in-page-navigation .in-page-item.in-page-item--selected .changeFontColor {
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}
.in-page-navigation .in-page-item.in-page-item--selected .changeFontColor a {
  color: #FFFFFF;
}
.in-page-navigation .in-page-item a {
  outline: none;
  display: block;
  color: #1C1C1E;
  padding: 1.5rem 1rem 1.5rem 1rem;
  text-decoration: none;
  -webkit-transition: all 0.3s; /* Safari, Chrome */
  -moz-transition: all 0.3s; /* Firefox 4.0~16.0 */
  transition: all 0.3s; /* IE >9, FF >15, Opera >12.0 */
  font-size: 1.4rem;
}
.in-page-navigation .in-page-item a:hover, .in-page-navigation .in-page-item a:focus {
  cursor: pointer;
  color: #327B7B;
  font-weight: bold;
}
.in-page-navigation .in-page-item.changeFontColor {
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}
.in-page-navigation .in-page-item.changeFontColor a {
  color: rgba(255, 255, 255, 0.5);
}
.in-page-navigation .in-page-item.changeFontColor a:hover, .in-page-navigation .in-page-item.changeFontColor a:focus {
  color: #FFFFFF;
}
.in-page-navigation .in-page-marker {
  width: 2px;
  background: #327B7B;
  position: absolute;
  -webkit-transition: all 0.35s; /* Safari, Chrome */
  -moz-transition: all 0.35s; /* Firefox 4.0~16.0 */
  transition: all 0.35s; /* IE >9, FF >15, Opera >12.0 */
  top: 0;
  left: 0;
  height: 0;
  pointer-events: none;
}
.in-page-navigation .in-page-marker.changeFontColor {
  background: #FFFFFF;
}

@media only screen and (min-width: 1180px) {
  .in-page-navigation {
    display: block;
  }
  .in-page-navigation.hidden {
    display: none;
  }
}
.col-sm-12 .in-page-navigation-launch {
  padding-left: 0rem;
  padding-top: 3rem;
}

.dark .in-page-navigation .in-page-item {
  border-left: 0.2rem solid #616161;
}
.dark .in-page-navigation .in-page-item.in-page-item--selected a {
  color: #5ABBBD;
}
.dark .in-page-navigation .in-page-item a {
  color: #FAFAFA;
}
.dark .in-page-navigation .in-page-item a:hover, .dark .in-page-navigation .in-page-item a:focus {
  color: #5ABBBD;
}
.dark .in-page-navigation .in-page-marker {
  background: #5ABBBD;
}
/*!************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/dot-navigation/dist/styles/gdk-dot-navigation.scss ***!
  \************************************************************************************************************************************************************************************/
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.dot-navigation.dot-navigation-vertical {
  position: fixed;
  top: 50%;
  z-index: 30; /* 30 */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3.6rem;
  width: 2.2rem;
}
.dot-navigation.dot-navigation-horizontal {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dot-navigation.dot-navigation-horizontal li {
  float: left;
}
.dot-navigation li {
  position: relative;
  display: block;
}
.dot-navigation li a {
  position: relative;
  display: block;
  height: 2.2rem;
  width: 2.2rem;
  outline: none;
  cursor: pointer;
}
.dot-navigation li a:focus {
  opacity: 0.6;
}
.dot-navigation li a span {
  position: absolute;
  display: inline-block;
  top: 0.7rem;
  left: 0.7rem;
  height: 1rem;
  width: 1rem;
  background-color: #BCBCBC;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  opacity: 1; /* W3C */
  filter: alpha(opacity=100); /* IE */
  -webkit-transition: opacity 0.3s; /* Safari, Chrome */
  -moz-transition: opacity 0.3s; /* Firefox 4.0~16.0 */
  transition: opacity 0.3s; /* IE >9, FF >15, Opera >12.0 */
  text-indent: -999rem;
}
.dot-navigation li svg {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 10;
}
.dot-navigation li svg circle {
  opacity: 0; /* W3C */
  filter: alpha(opacity=0); /* IE */
  fill: none;
  stroke: #616161;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 39 39;
  stroke-dashoffset: 39; /* ~ length of circle path (pi*2r) */
  -webkit-transition: stroke-dashoffset 0.5s, opacity 0.15s; /* Safari, Chrome */
  -moz-transition: stroke-dashoffset 0.5s, opacity 0.15s; /* Firefox 4.0~16.0 */
  transition: stroke-dashoffset 0.5s, opacity 0.15s; /* IE >9, FF >15, Opera >12.0 */
}
.dot-navigation li.dot-navigation-active a span {
  opacity: 0; /* W3C */
  filter: alpha(opacity=0); /* IE */
}
.dot-navigation li.dot-navigation-active svg circle {
  opacity: 1; /* W3C */
  filter: alpha(opacity=100); /* IE */
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.5s, opacity 0.15s; /* Safari, Chrome */
  -moz-transition: stroke-dashoffset 0.5s, opacity 0.15s; /* Firefox 4.0~16.0 */
  transition: stroke-dashoffset 0.5s, opacity 0.15s; /* IE >9, FF >15, Opera >12.0 */
}

.bg-gradient .dot-navigation li svg circle, .bg-color .dot-navigation li svg circle {
  stroke: #FFFFFF;
}
.bg-gradient .dot-navigation li a span, .bg-color .dot-navigation li a span {
  background-color: #FFFFFF;
}

@media (max-width: 767px) {
  .dot-navigation.dot-navigation-vertical {
    right: 1.6rem;
  }
}
.dark .dot-navigation li a span {
  opacity: 0; /* W3C */
  filter: alpha(opacity=0); /* IE */
}
.dark .dot-navigation li a:focus span {
  opacity: 1; /* W3C */
  filter: alpha(opacity=100); /* IE */
  background-color: #BCBCBC;
}
.dark .dot-navigation li a:focus svg circle {
  opacity: 1; /* W3C */
  filter: alpha(opacity=100); /* IE */
  stroke-dashoffset: 0;
  stroke-width: 1;
  stroke: #BCBCBC;
}
.dark .dot-navigation li svg circle {
  opacity: 1; /* W3C */
  filter: alpha(opacity=100); /* IE */
  stroke-dashoffset: 0;
  stroke-width: 1;
  stroke: #FAFAFA;
}
.dark .dot-navigation li.dot-navigation-active a span {
  opacity: 1; /* W3C */
  filter: alpha(opacity=100); /* IE */
}
.dark .dot-navigation li.dot-navigation-active svg circle {
  opacity: 1; /* W3C */
  filter: alpha(opacity=100); /* IE */
}
.dark .bg-gradient .dot-navigation li svg circle, .dark .bg-color .dot-navigation li svg circle {
  stroke: #FAFAFA;
}
.dark .bg-gradient .dot-navigation li a span, .dark .bg-color .dot-navigation li a span {
  background-color: #FAFAFA;
}
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/more-info-button/dist/styles/gdk-more-info-button.scss ***!
  \****************************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */
.more-info-button-container {
  display: inline-block;
  position: relative;
}
.more-info-button-container .btn {
  margin-right: 1rem;
}
.more-info-button-container a.btn {
  float: left;
}
.more-info-button-container a.btn:active {
  margin-right: 1rem;
}
.more-info-button-container .icon-more-dots {
  position: relative;
  color: #FFFFFF;
  margin-right: 0;
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  font-size: 2.4rem;
  padding: 0;
  background-color: #004B9B;
}
.more-info-button-container .icon-more-dots:hover, .more-info-button-container .icon-more-dots:focus {
  background-color: #073770;
  color: #FFFFFF;
}
.more-info-button-container .icon-more-dots:active {
  background-color: #001F45;
  color: #FFFFFF;
}
.more-info-button-container .more-info-button-options {
  position: absolute;
  display: none;
  opacity: 0;
  top: 5.5rem;
  right: 0;
  background-color: #FFFFFF;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  border-radius: 0.5rem;
  margin-top: -2px;
  z-index: 5;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  box-shadow: 0px 3px 8px 2px #ccc;
  border-width: 0.1rem;
}
.more-info-button-container .more-info-button-options li {
  display: block;
  margin-bottom: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.more-info-button-container .more-info-button-options li:last-child {
  margin-bottom: 1rem;
}
.more-info-button-container .more-info-button-options li:first-child {
  margin-top: 1rem;
}
.more-info-button-container .more-info-button-options li a {
  white-space: nowrap;
  color: #1C1C1E;
  text-decoration: none;
  font-size: 1.4rem;
  -webkit-transition: color 0.3s ease-out; /* Safari, Chrome */
  -moz-transition: color 0.3s ease-out; /* Firefox 4.0~16.0 */
  transition: color 0.3s ease-out; /* IE >9, FF >15, Opera >12.0 */
}
.more-info-button-container .more-info-button-options li a:hover, .more-info-button-container .more-info-button-options li a:focus {
  font-weight: 700;
  color: #1C1C1E;
}
.more-info-button-container .more-info-button-options.options-in {
  top: 5.5rem;
  opacity: 1;
  -webkit-animation: info-options-in 0.3s ease-out forwards;
  -moz-animation: info-options-in 0.3s ease-out forwards; /* Firefox 5.0~16.0 */
  animation: info-options-in 0.3s ease-out forwards; /* IE10+ */
}
.more-info-button-container .more-info-button-options.options-out {
  top: 5.5rem;
  opacity: 0;
  -webkit-animation: info-options-out 0.3s ease-out forwards;
  -moz-animation: info-options-out 0.3s ease-out forwards; /* Firefox 5.0~16.0 */
  animation: info-options-out 0.3s ease-out forwards; /* IE10+ */
}
.more-info-button-container .more-info-arrow {
  padding-right: 6rem;
}
.more-info-button-container .more-info-arrow:after {
  display: block;
  content: "\e214";
  font-family: "geico";
  position: absolute;
  top: 0.2rem;
  right: 3rem;
  font-size: 2.4rem;
}

@media (max-width: 480px) {
  .more-info-button-container {
    display: block;
  }
  .more-info-button-container .geico-icon.geico-icon--actionable.more-info-button.icon-more-dots {
    height: 4.4rem;
    width: 4.4rem;
    line-height: 4.4rem;
  }
  .more-info-button-container .btn {
    width: calc(100% - 6rem);
  }
  .more-info-button-container .more-info-button-options {
    left: 0;
  }
  .more-info-button-container .more-info-button-options:before {
    right: 1.8rem;
  }
}
lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes info-options-in {
  0% {
    display: none;
    opacity: 0;
    top: 8rem;
  }
  1% {
    display: block;
  }
  100% {
    opacity: 1;
    top: 5.5rem;
  }
}
@-moz-keyframes info-options-in {
  0% {
    display: none;
    opacity: 0;
    top: 8rem;
  }
  1% {
    display: block;
  }
  100% {
    opacity: 1;
    top: 5.5rem;
  }
}
@-o-keyframes info-options-in {
  0% {
    display: none;
    opacity: 0;
    top: 8rem;
  }
  1% {
    display: block;
  }
  100% {
    opacity: 1;
    top: 5.5rem;
  }
}
@keyframes info-options-in {
  0% {
    display: none;
    opacity: 0;
    top: 8rem;
  }
  1% {
    display: block;
  }
  100% {
    opacity: 1;
    top: 5.5rem;
  }
}
lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes info-options-out {
  0% {
    display: block;
    opacity: 1;
    top: 5.5rem;
  }
  99% {
    opacity: 0;
    top: 5.5rem;
  }
  100% {
    display: none;
    top: 8rem;
  }
}
@-moz-keyframes info-options-out {
  0% {
    display: block;
    opacity: 1;
    top: 5.5rem;
  }
  99% {
    opacity: 0;
    top: 5.5rem;
  }
  100% {
    display: none;
    top: 8rem;
  }
}
@-o-keyframes info-options-out {
  0% {
    display: block;
    opacity: 1;
    top: 5.5rem;
  }
  99% {
    opacity: 0;
    top: 5.5rem;
  }
  100% {
    display: none;
    top: 8rem;
  }
}
@keyframes info-options-out {
  0% {
    display: block;
    opacity: 1;
    top: 5.5rem;
  }
  99% {
    opacity: 0;
    top: 5.5rem;
  }
  100% {
    display: none;
    top: 8rem;
  }
}
.dark .more-info-button-container .icon-more-dots {
  background-color: #99D4F2;
  color: #1C1C1E;
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  font-size: 2.4rem;
}
.dark .more-info-button-container .icon-more-dots:hover, .dark .more-info-button-container .icon-more-dots:focus {
  background-color: #BAE3F8;
  color: #1C1C1E;
}
.dark .more-info-button-container .icon-more-dots:active {
  background-color: #D7EDF9;
  color: #1C1C1E;
}
/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/docked-message/dist/styles/gdk-docked-real-time-message.scss ***!
  \**********************************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.docked-real-time-message-margin {
  padding-left: 0rem;
  padding-right: 0rem;
  word-wrap: normal;
  word-break: normal;
}

.docked-real-time-message-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 18;
  margin: 0;
  display: flex;
  justify-content: center;
  height: 6.5rem;
  padding-top: 1.5rem;
  padding-bottom: 7.5rem;
}
.docked-real-time-message-wrapper.hidden {
  display: none !important;
  visibility: hidden;
}
.docked-real-time-message-wrapper .docked-real-time-message-left {
  flex-basis: 35%;
  display: flex;
  padding-left: 2rem;
  padding-bottom: 1rem;
}
.docked-real-time-message-wrapper .docked-real-time-message-left .docked-real-time-message-real-quote {
  flex-basis: 75%;
  display: flex;
}
.docked-real-time-message-wrapper .docked-real-time-message-left .docked-real-time-message-real-quote .geico-icon {
  color: #FFFFFF;
  top: 1.5rem;
}
.docked-real-time-message-wrapper .docked-real-time-message-left .docked-real-time-message-real-quote .your-quote {
  margin-left: 2rem;
  margin-top: 1.5rem;
}
.docked-real-time-message-wrapper .docked-real-time-message-left .docked-real-time-message-premium {
  flex-basis: 25%;
  color: #FFFFFF;
  padding-top: 0.8rem;
  padding-right: 1rem;
  margin-left: 1.2rem;
}
.docked-real-time-message-wrapper .docked-real-time-message-left .docked-real-time-message-premium .monetary.monetary--secondary {
  font-size: 2.6rem;
}
.docked-real-time-message-wrapper .docked-real-time-message-left .docked-real-time-message-premium h5 {
  line-height: 1rem;
}
.docked-real-time-message-wrapper .docked-real-time-message-right {
  flex-basis: 20%;
  border-left: 2px solid rgba(205, 205, 205, 0.3);
  display: flex;
  height: 5.5rem;
}
.docked-real-time-message-wrapper .docked-real-time-message-right .load-quote {
  flex-basis: 46%;
  text-align: center;
  margin-top: 0.4rem;
}
.docked-real-time-message-wrapper .docked-real-time-message-right .load-quote.quote-loader {
  margin-top: 1.5rem;
}
.docked-real-time-message-wrapper .docked-real-time-message-right .load-quote .docked-real-time-message-premium .monetary.monetary--secondary {
  font-size: 2.6rem;
}
.docked-real-time-message-wrapper .docked-real-time-message-right .load-quote h5.h5-monetary {
  flex-basis: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.docked-real-time-message-wrapper .docked-real-time-message-right .load-quote h5.h5-monetary span.icon-to-top-arrow, .docked-real-time-message-wrapper .docked-real-time-message-right .load-quote h5.h5-monetary span.icon-down-arrow {
  color: #FFFFFF;
  margin-top: 0.5rem;
  padding-left: 0.7rem;
}
.docked-real-time-message-wrapper .docked-real-time-message-right .load-quote .loader {
  margin-left: 38%;
}
.docked-real-time-message-wrapper .docked-real-time-message-right .load-quote .loader circle {
  stroke: #FFFFFF;
}
.docked-real-time-message-wrapper .docked-real-time-message-right.docked-real-time-message-save-apply button {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-right: 1.5rem;
}
.docked-real-time-message-wrapper .docked-real-time-message-right.docked-real-time-message-save-apply button:nth-child(2) {
  margin-right: 1rem;
  order: 1;
}
.docked-real-time-message-wrapper .docked-real-time-message-right button {
  margin-right: 0rem;
  margin-top: 0.8rem;
}
.docked-real-time-message-wrapper .docked-real-time-message-right button.disabled {
  background-color: rgba(255, 255, 255, 0.5);
}

.dark .docked-real-time-message-wrapper .docked-real-time-message-left .docked-real-time-message-real-quote .geico-icon {
  color: #FAFAFA;
}

#primary-footer.docked-message-on {
  padding-bottom: 12rem;
}

.to-top-arrow.docked-message-on {
  bottom: 10rem;
  -moz-transition: bottom ease-in-out 0.15s;
  transition: bottom ease-in-out 0.15s;
}

@media (max-width: 1400px) {
  .docked-real-time-message-wrapper .docked-real-time-message-left {
    flex-basis: 35%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-left .docked-real-time-message-real-quote {
    flex-basis: 75%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-left .docked-real-time-message-premium {
    flex-basis: 25%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-right {
    flex-basis: 37%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-right .load-quote h5.h5-monetary {
    flex-basis: 55%;
  }
}
@media (max-width: 1050px) {
  .docked-real-time-message-wrapper .docked-real-time-message-left {
    flex-basis: 50%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-left .docked-real-time-message-real-quote {
    flex-basis: 75%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-left .docked-real-time-message-premium {
    flex-basis: 25%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-right {
    flex-basis: 37%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-right .load-quote h5.h5-monetary {
    flex-basis: 55%;
  }
}
@media (max-width: 935px) {
  .docked-real-time-message-wrapper .docked-real-time-message-left {
    flex-basis: 60%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-left .docked-real-time-message-real-quote {
    flex-basis: 70%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-left .docked-real-time-message-premium {
    flex-basis: 30%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-right {
    flex-basis: 40%;
  }
}
@media (max-width: 865px) {
  .docked-real-time-message-wrapper .docked-real-time-message-left {
    flex-basis: 55%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-left .docked-real-time-message-real-quote {
    flex-basis: 65%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-left .docked-real-time-message-real-quote .your-quote {
    margin-right: 32%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-left .docked-real-time-message-premium {
    flex-basis: 35%;
    padding-left: 0rem;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-right {
    flex-basis: 45%;
  }
}
@media (max-width: 778px) {
  .docked-real-time-message-wrapper .docked-real-time-message-left {
    flex-basis: 70%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-left .docked-real-time-message-real-quote {
    flex-basis: 60%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-left .docked-real-time-message-real-quote .your-quote {
    margin-right: 16%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-left .docked-real-time-message-premium {
    flex-basis: 40%;
    padding-left: 0rem;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-right {
    flex-basis: 49%;
  }
}
@media (max-width: 680px) {
  .docked-real-time-message-wrapper .docked-real-time-message-left {
    flex-basis: 47%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-left .docked-real-time-message-real-quote {
    flex-basis: 51%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-left .docked-real-time-message-real-quote .your-quote {
    margin-right: 2%;
    flex-basis: 51%;
    padding-bottom: 1.7rem;
    margin-top: 1rem;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-left .docked-real-time-message-premium {
    flex-basis: 49%;
    padding-right: 1rem;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-right {
    flex-basis: 53%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-right .load-quote {
    padding-left: 1rem;
  }
}
@media (max-width: 636px) {
  .docked-real-time-message-wrapper .docked-real-time-message-left {
    flex-basis: 37%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-left .docked-real-time-message-real-quote {
    flex-basis: 30%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-left .docked-real-time-message-real-quote span.geico-icon {
    display: none;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-left .docked-real-time-message-real-quote .your-quote {
    margin-right: 0;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-left .docked-real-time-message-premium {
    flex-basis: 70%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-right {
    flex-basis: 63%;
  }
}
@media (max-width: 565px) {
  .docked-real-time-message-wrapper .col-sm-12 {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-left {
    flex-basis: 40%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-left .docked-real-time-message-real-quote {
    flex-basis: 31%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-left .docked-real-time-message-real-quote .your-quote {
    margin-top: 1.1rem;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-left .docked-real-time-message-premium {
    flex-basis: 69%;
    padding-right: 0rem;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-right {
    flex-basis: 60%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-right .load-quote {
    flex-basis: 48%;
    padding-left: 0.5rem;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-right button.btn--secondary, .docked-real-time-message-wrapper .docked-real-time-message-right button.disabled, .docked-real-time-message-wrapper .docked-real-time-message-right button.btn--primary {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-right.docked-real-time-message-save-apply button {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 520px) {
  .docked-real-time-message-wrapper .docked-real-time-message-right .load-quote h5.h5-monetary {
    flex-basis: 76%;
  }
}
@media (max-width: 480px) {
  .docked-real-time-message-wrapper .docked-real-time-message-left {
    flex-basis: 25%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-left .docked-real-time-message-real-quote .your-quote {
    margin-top: 0.8rem;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-left .docked-real-time-message-premium {
    display: none;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-right {
    flex-basis: 75%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-right .load-quote {
    margin-top: 0rem;
    width: 14.8rem;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-right .load-quote h5.h5-monetary {
    padding-left: 1.1rem;
  }
}
@media (max-width: 450px) {
  .docked-real-time-message-wrapper .docked-real-time-message-left {
    flex-basis: 30%;
    padding-right: 2rem;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-right {
    flex-basis: 70%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-right .load-quote {
    width: 13.8rem;
  }
}
@media (max-width: 430px) {
  .docked-real-time-message-wrapper .docked-real-time-message-right button.btn--secondary, .docked-real-time-message-wrapper .docked-real-time-message-right button.disabled {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-right.docked-real-time-message-save-apply button {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 380px) {
  .docked-real-time-message-wrapper .docked-real-time-message-left {
    flex-basis: 17%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-right {
    flex-basis: 83%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-right .load-quote {
    margin-left: 0;
    width: 11.8rem;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-right .load-quote h5.h5-monetary {
    width: 100%;
  }
}
@media (max-width: 350px) {
  .docked-real-time-message-wrapper .col-sm-12 {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-left {
    flex-basis: 12%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-left .docked-real-time-message-real-quote .your-quote.h3 {
    font-size: 1.4rem;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-right {
    flex-basis: 88%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-right .load-quote {
    flex-basis: 46%;
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-right .load-quote.quote-loader {
    margin-top: 1.3rem;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-right .load-quote h5 {
    font-size: 1rem;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-right .load-quote h5.h5-monetary {
    flex-basis: 60%;
  }
  .docked-real-time-message-wrapper .docked-real-time-message-right .load-quote h5.h5-monetary .arrow {
    padding-left: 0rem;
    padding-right: 0rem;
    margin-top: 0.5rem;
  }
}
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/navigational-box/dist/styles/gdk-navigational-box.scss ***!
  \****************************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.navigational-box-wrapper:not(.old-style) {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.navigational-box-wrapper:not(.old-style) .navigational-box {
  flex: 1 1 auto;
  display: flex;
  background-color: #FFFFFF;
  border: 0.1rem solid #005CCC;
  border-radius: 1.6rem;
  margin-top: 2rem;
  align-items: center;
  cursor: pointer;
  padding: 3rem;
}
.navigational-box-wrapper:not(.old-style) .navigational-box:first-child {
  margin-top: 0;
}
.navigational-box-wrapper:not(.old-style) .navigational-box a {
  display: flex;
  flex: 0 0 auto;
  text-decoration: none;
  padding: 0 0 0 1.5rem;
}
.navigational-box-wrapper:not(.old-style) .navigational-box:focus, .navigational-box-wrapper:not(.old-style) .navigational-box:hover {
  border: 0.1rem solid #295697;
}
.navigational-box-wrapper:not(.old-style) .navigational-box:active {
  border: 0.1rem solid #5C3D99;
}
.navigational-box-wrapper:not(.old-style) .navigational-box .navigational-box-content-wrapper {
  display: flex;
  flex: auto;
}
.navigational-box-wrapper:not(.old-style) .navigational-box .navigational-box-content-wrapper .navigational-box-content-wrapper-left {
  display: flex;
}
.navigational-box-wrapper:not(.old-style) .navigational-box .navigational-box-content-wrapper .navigational-box-content-wrapper-left span.stroke-separator {
  height: auto;
}
.navigational-box-wrapper:not(.old-style) .navigational-box .navigational-box-content-wrapper .navigational-box-content {
  width: 100%;
  max-width: max-content;
}
.navigational-box-wrapper:not(.old-style) .navigational-box .navigational-box-content-wrapper .navigational-box-content p.subtext {
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
.navigational-box-wrapper:not(.old-style) .navigational-box .navigational-box-content-wrapper .navigational-box-content.navigational-box-content--right {
  text-align: left;
  width: 100%;
}
.navigational-box-wrapper:not(.old-style) .navigational-box .navigational-box-content-wrapper .navigational-box-content.navigational-box-content--right p {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}
.navigational-box-wrapper:not(.old-style) .navigational-box .navigational-box-content-wrapper .navigational-box-content.navigational-box-content--right dl.data-list {
  margin-bottom: 0;
}
.navigational-box-wrapper:not(.old-style) .navigational-box .navigational-box-content-wrapper .navigational-box-content.navigational-box-content--right dl.data-list dt {
  margin-bottom: 0;
}
.navigational-box-wrapper:not(.old-style) .navigational-box .navigational-box-content-wrapper .navigational-box-content.navigational-box-content--right dl.data-list dd {
  margin-bottom: 1.5rem;
}
.navigational-box-wrapper:not(.old-style) .navigational-box .navigational-box-content-wrapper .navigational-box-content.navigational-box-content--right dl.data-list dd:last-child {
  margin-bottom: 0;
}
.navigational-box-wrapper:not(.old-style) .navigational-box p {
  margin-bottom: 0;
}
.navigational-box-wrapper:not(.old-style) .stroke-separator.stroke-separator--vertical {
  margin: 0 3rem;
}

.navigational-box-wrapper.old-style {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.navigational-box-wrapper.old-style .navigational-box {
  flex: 1 1 auto;
  display: flex;
  box-shadow: none;
  border-radius: 1.6rem;
  background-color: #EDEDED;
  border: none;
  padding: 2rem;
  margin-top: 2rem;
  align-items: center;
  cursor: pointer;
}
.navigational-box-wrapper.old-style .navigational-box:first-child {
  margin-top: 0;
}
.navigational-box-wrapper.old-style .navigational-box span {
  flex: 0 0 auto;
}
.navigational-box-wrapper.old-style .navigational-box:hover > .geico-icon, .navigational-box-wrapper.old-style .navigational-box:focus > .geico-icon {
  color: #295697;
}
.navigational-box-wrapper.old-style .navigational-box:hover .icon-chevron-link, .navigational-box-wrapper.old-style .navigational-box:focus .icon-chevron-link {
  color: #295697;
}
.navigational-box-wrapper.old-style .navigational-box:active > .geico-icon {
  color: #1E4071;
}
.navigational-box-wrapper.old-style .navigational-box:active .icon-chevron-link {
  color: #1E4071;
}
.navigational-box-wrapper.old-style .navigational-box .navigational-box-content-wrapper {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  align-items: center;
}
.navigational-box-wrapper.old-style .navigational-box .navigational-box-content-wrapper .navigational-box-content {
  flex: 1 1 auto;
}
.navigational-box-wrapper.old-style .navigational-box .navigational-box-content-wrapper .navigational-box-content.navigational-box-content--right {
  text-align: right;
}
.navigational-box-wrapper.old-style .navigational-box .navigational-box-content-wrapper .navigational-box-content.navigational-box-content--right p {
  margin-bottom: 0;
  font-size: 1.6rem;
}
.navigational-box-wrapper.old-style .navigational-box .navigational-box-content-wrapper .navigational-box-content .heading {
  margin-bottom: 0rem;
  line-height: 2.4rem;
  font-size: 2rem;
  color: #005CCC;
  font-weight: normal;
}
.navigational-box-wrapper.old-style .navigational-box p {
  margin-bottom: 0;
  font-size: 1.6rem !important;
}

@media (max-width: 767px) {
  .navigational-box-wrapper:not(.old-style) .navigational-box .navigational-box-content-wrapper .navigational-box-content.navigational-box-content--right dl.data-list dt {
    flex-basis: 100%;
  }
  .navigational-box-wrapper:not(.old-style) .navigational-box .navigational-box-content-wrapper .navigational-box-content.navigational-box-content--right dl.data-list dd {
    flex-basis: 100%;
  }
}
@media (max-width: 570px) {
  .navigational-box-wrapper:not(.old-style) .navigational-box {
    padding: 1.5rem;
  }
  .navigational-box-wrapper:not(.old-style) .navigational-box .navigational-box-content-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
  .navigational-box-wrapper:not(.old-style) .navigational-box .navigational-box-content-wrapper .navigational-box-content-wrapper-left {
    display: block;
  }
  .navigational-box-wrapper:not(.old-style) .navigational-box .navigational-box-content-wrapper .navigational-box-content-wrapper-left span.stroke-separator {
    height: 0.2rem;
    width: 100%;
    margin: 1.5rem 0;
  }
  .navigational-box-wrapper:not(.old-style) .navigational-box .navigational-box-content-wrapper .navigational-box-content {
    width: 100%;
  }
  .navigational-box-wrapper:not(.old-style) .navigational-box .navigational-box-content-wrapper .navigational-box-content.navigational-box-content--right {
    padding-top: 0rem;
    text-align: left;
    width: 100%;
  }
}
.dark .navigational-box-wrapper:not(.old-style) .navigational-box {
  background-color: #1C1C1E;
  border: 0.1rem solid #7CABFF;
}
.dark .navigational-box-wrapper:not(.old-style) .navigational-box:focus, .dark .navigational-box-wrapper:not(.old-style) .navigational-box:hover {
  border: 0.1rem solid #ABC7FF;
}
.dark .navigational-box-wrapper:not(.old-style) .navigational-box:active {
  border: 0.1rem solid #B6C4FF;
}
.dark .navigational-box-wrapper.old-style .navigational-box {
  background-color: #2B2B2F;
}
.dark .navigational-box-wrapper.old-style .navigational-box:hover > .geico-icon, .dark .navigational-box-wrapper.old-style .navigational-box:focus > .geico-icon {
  color: #ABC7FF;
}
.dark .navigational-box-wrapper.old-style .navigational-box:hover .icon-chevron-link, .dark .navigational-box-wrapper.old-style .navigational-box:focus .icon-chevron-link {
  color: #ABC7FF;
}
.dark .navigational-box-wrapper.old-style .navigational-box:active > .geico-icon {
  color: #B6C4FF;
}
.dark .navigational-box-wrapper.old-style .navigational-box:active .icon-chevron-link {
  color: #B6C4FF;
}
.dark .navigational-box-wrapper.old-style .navigational-box .navigational-box-content-wrapper .navigational-box-content .heading {
  color: #FAFAFA;
}
/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/coverage-graph/dist/styles/gdk-coverage-premium-breakdown-graph.scss ***!
  \******************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
ul.list,
ol.list {
  margin-bottom: 3rem;
}
ul.list.list--indent,
ol.list.list--indent {
  margin-left: 3rem;
  margin-right: 3rem;
}
ul.list li,
ol.list li {
  padding-top: 1rem;
  line-height: 140%;
}
ul.list li:before, ul.list li:after,
ol.list li:before,
ol.list li:after {
  display: table;
  content: " ";
}
ul.list li:after,
ol.list li:after {
  clear: both;
}
ul.list li:first-child,
ol.list li:first-child {
  padding-top: 0;
}
ul.list.list--ordered,
ol.list.list--ordered {
  padding-left: 2rem;
}
ul.list.list--numbered,
ol.list.list--numbered {
  padding-left: 2rem;
}
ul.list.list--numbered li,
ol.list.list--numbered li {
  list-style: decimal;
  display: list-item !important;
  text-align: -webkit-match-parent;
}
ul.list.list--numbered li:before, ul.list.list--numbered li:after,
ol.list.list--numbered li:before,
ol.list.list--numbered li:after {
  display: none;
}
ul.list.list--unordered,
ol.list.list--unordered {
  position: relative;
  padding-left: 2rem;
}
ul.list.list--unordered li,
ol.list.list--unordered li {
  list-style: none;
}
ul.list.list--unordered li:before,
ol.list.list--unordered li:before {
  content: "•";
  position: absolute;
  left: 0;
}
ul.list.list--unordered.list--checkmark,
ol.list.list--unordered.list--checkmark {
  padding-left: 2.5rem;
}
ul.list.list--unordered.list--checkmark li:before,
ol.list.list--unordered.list--checkmark li:before {
  font-family: geico;
  content: "\e158";
  color: #327B7B;
  font-size: 75%;
  display: inline-block;
}
ul.list.list--unordered.list--crossmark,
ol.list.list--unordered.list--crossmark {
  padding-left: 2.5rem;
}
ul.list.list--unordered.list--crossmark li:before,
ol.list.list--unordered.list--crossmark li:before {
  font-family: geico;
  content: "\e210";
  color: #E00B20;
  font-size: 75%;
  display: inline-block;
}
ul.list.list--one-column li, ul.list.list--two-column li,
ol.list.list--one-column li,
ol.list.list--two-column li {
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  border-bottom: 0.2rem solid rgba(0, 0, 0, 0.1);
}
ul.list.list--one-column li:last-child, ul.list.list--two-column li:last-child,
ol.list.list--one-column li:last-child,
ol.list.list--two-column li:last-child {
  border-bottom: none;
}
ul.list.list--one-column li,
ol.list.list--one-column li {
  font-weight: 700;
}
ul.list.list--one-column li span,
ol.list.list--one-column li span {
  font-weight: normal;
}
ul.list.list--two-column li > div,
ol.list.list--two-column li > div {
  width: 50%;
  display: inline-block;
}
ul.list.list--two-column li > div:first-child,
ol.list.list--two-column li > div:first-child {
  font-weight: 700;
  float: left;
  padding-right: 1rem;
}
ul.list.list--two-column li > div:first-child span,
ol.list.list--two-column li > div:first-child span {
  font-weight: normal;
}
ul.list.list--two-column li > div:last-child,
ol.list.list--two-column li > div:last-child {
  text-align: right;
  padding-left: 1rem;
  display: grid;
}
ul.list.list--two-column li > div:last-child .list-text-align-reset,
ol.list.list--two-column li > div:last-child .list-text-align-reset {
  text-align: initial;
}
ul.list.list--two-column li .chips,
ol.list.list--two-column li .chips {
  justify-self: end;
}
ul.list.list--two-column.short-value li, ul.list.list--two-column.short-label li, ul.list.list--two-column.left-col-longer li, ul.list.list--two-column.right-col-longer li,
ol.list.list--two-column.short-value li,
ol.list.list--two-column.short-label li,
ol.list.list--two-column.left-col-longer li,
ol.list.list--two-column.right-col-longer li {
  display: flex;
  justify-content: space-between;
}
ul.list.list--two-column.short-value li > div, ul.list.list--two-column.short-label li > div, ul.list.list--two-column.left-col-longer li > div, ul.list.list--two-column.right-col-longer li > div,
ol.list.list--two-column.short-value li > div,
ol.list.list--two-column.short-label li > div,
ol.list.list--two-column.left-col-longer li > div,
ol.list.list--two-column.right-col-longer li > div {
  min-width: auto;
  width: auto;
  padding-bottom: 0 !important;
}
ul.list.list--two-column.short-value li > div:first-child, ul.list.list--two-column.left-col-longer li > div:first-child,
ol.list.list--two-column.short-value li > div:first-child,
ol.list.list--two-column.left-col-longer li > div:first-child {
  padding-right: 2rem;
}
ul.list.list--two-column.short-value li > div:last-child, ul.list.list--two-column.left-col-longer li > div:last-child,
ol.list.list--two-column.short-value li > div:last-child,
ol.list.list--two-column.left-col-longer li > div:last-child {
  flex-shrink: 0;
  margin-left: auto;
  max-width: 75%;
}
ul.list.list--two-column.short-label li > div:first-child, ul.list.list--two-column.right-col-longer li > div:first-child,
ol.list.list--two-column.short-label li > div:first-child,
ol.list.list--two-column.right-col-longer li > div:first-child {
  flex-shrink: 0;
  margin-right: auto;
  max-width: 75%;
}
ul.list.list--two-column.short-label li > div:last-child, ul.list.list--two-column.right-col-longer li > div:last-child,
ol.list.list--two-column.short-label li > div:last-child,
ol.list.list--two-column.right-col-longer li > div:last-child {
  padding-left: 2rem;
}
ul.list.list--two-column.tabular-nums li > div:last-child,
ol.list.list--two-column.tabular-nums li > div:last-child {
  font-variant-numeric: tabular-nums;
}
ul.list li ul.list,
ul.list li ol.list,
ol.list li ul.list,
ol.list li ol.list {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
ul.list.list--one-column li .chips, ul.list.list--two-column li .chips, ul.list.list--unordered li .chips,
ol.list.list--one-column li .chips,
ol.list.list--two-column li .chips,
ol.list.list--unordered li .chips {
  margin-top: 0.3rem;
}
ul.list.list--unordered .chips, ul.list.list--one-column .chips,
ol.list.list--unordered .chips,
ol.list.list--one-column .chips {
  display: block;
}

ul.list.list--unordered.list--check--cross {
  list-style: none;
}
ul.list.list--unordered.list--check--cross .checkmark::before {
  font-family: geico;
  content: "\e158";
  color: #327B7B;
  font-size: 75%;
  display: inline-block;
}
ul.list.list--unordered.list--check--cross .crossmark::before {
  font-family: geico;
  content: "\e210";
  color: #E00B20;
  font-size: 75%;
  display: inline-block;
}

.bg-gradient ul.list.list--one-column li, .bg-gradient ul.list.list--two-column li,
.bg-gradient ol.list.list--one-column li,
.bg-gradient ol.list.list--two-column li,
.bg-color ul.list.list--one-column li,
.bg-color ul.list.list--two-column li,
.bg-color ol.list.list--one-column li,
.bg-color ol.list.list--two-column li {
  border-bottom: 0.2rem solid #fff;
}

@media (max-width: 480px) {
  ul.list.list--indent,
  ol.list.list--indent {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  ul.list.list--two-column li .chips, ul.list.list--one-column li .chips, ul.list.inline li .chips, ul.list.short-value li .chips, ul.list.short-label li .chips,
  ol.list.list--two-column li .chips,
  ol.list.list--one-column li .chips,
  ol.list.inline li .chips,
  ol.list.short-value li .chips,
  ol.list.short-label li .chips {
    margin-top: 0.3rem;
  }
  ul.list.list--two-column li > div,
  ol.list.list--two-column li > div {
    width: 100%;
  }
  ul.list.list--two-column li > div:first-child,
  ol.list.list--two-column li > div:first-child {
    padding-bottom: 1.2rem;
  }
  ul.list.list--two-column li > div:last-child,
  ol.list.list--two-column li > div:last-child {
    text-align: left;
    padding-left: 0;
    display: inline-block;
  }
  ul.list.list--two-column.left-col-longer li, ul.list.list--two-column.right-col-longer li,
  ol.list.list--two-column.left-col-longer li,
  ol.list.list--two-column.right-col-longer li {
    display: block;
  }
  ul.list.list--two-column.left-col-longer li > div:first-child, ul.list.list--two-column.right-col-longer li > div:first-child,
  ol.list.list--two-column.left-col-longer li > div:first-child,
  ol.list.list--two-column.right-col-longer li > div:first-child {
    width: 100%;
    padding-bottom: 1.2rem !important;
  }
  ul.list.list--two-column.left-col-longer li > div:last-child, ul.list.list--two-column.right-col-longer li > div:last-child,
  ol.list.list--two-column.left-col-longer li > div:last-child,
  ol.list.list--two-column.right-col-longer li > div:last-child {
    text-align: left;
    width: 100%;
  }
  ul.list.list--two-column.inline li > div,
  ol.list.list--two-column.inline li > div {
    width: 50%;
    display: inline-block;
    padding-bottom: 0;
  }
  ul.list.list--two-column.inline li > div:first-child,
  ol.list.list--two-column.inline li > div:first-child {
    float: left;
    padding-right: 1rem;
  }
  ul.list.list--two-column.inline li > div:first-child span,
  ol.list.list--two-column.inline li > div:first-child span {
    font-weight: normal;
  }
  ul.list.list--two-column.inline li > div:last-child,
  ol.list.list--two-column.inline li > div:last-child {
    text-align: right;
    padding-left: 1rem;
  }
  ul.list.list--two-column.short-value li > div:first-child, ul.list.list--two-column.short-label li > div:first-child,
  ol.list.list--two-column.short-value li > div:first-child,
  ol.list.list--two-column.short-label li > div:first-child {
    text-align: left;
  }
  ul.list.list--two-column.short-value li > div:last-child, ul.list.list--two-column.short-label li > div:last-child,
  ol.list.list--two-column.short-value li > div:last-child,
  ol.list.list--two-column.short-label li > div:last-child {
    text-align: right;
  }
  ul.list.list--two-column.tabular-nums li > div:last-child,
  ol.list.list--two-column.tabular-nums li > div:last-child {
    font-variant-numeric: tabular-nums;
  }
}
.dark ul.list.list--unordered.list--checkmark li:before,
.dark ol.list.list--unordered.list--checkmark li:before {
  color: #FAFAFA;
}
.dark ul.list.list--unordered.list--crossmark li:before,
.dark ol.list.list--unordered.list--crossmark li:before {
  color: #FAFAFA;
}
.dark ul.list.list--one-column li, .dark ul.list.list--two-column li,
.dark ol.list.list--one-column li,
.dark ol.list.list--two-column li {
  border-bottom: 0.2rem solid #616161;
}
.dark ul.list.list--one-column li:last-child, .dark ul.list.list--two-column li:last-child,
.dark ol.list.list--one-column li:last-child,
.dark ol.list.list--two-column li:last-child {
  border-bottom: none;
}
.dark ul.list.list--unordered.list--check--cross .checkmark::before {
  color: #FAFAFA;
}
.dark ul.list.list--unordered.list--check--cross .crossmark::before {
  color: #FAFAFA;
}

/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.coverage-graph {
  margin-bottom: 3rem;
}
.coverage-graph .coverage-graph-breakdown {
  position: relative;
  min-width: 230px;
  min-height: 230px;
  width: 230px;
  margin: auto;
}
.coverage-graph .pie {
  position: absolute;
  width: 115px;
  height: 230px;
  overflow: hidden;
  left: 115px;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.coverage-graph .pie:before {
  content: "";
  position: absolute;
  width: 115px;
  height: 230px;
  left: -115px;
  border-radius: 115px 0 0 115px;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.coverage-graph .pie.big {
  width: 230px;
  height: 230px;
  left: 0px;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.coverage-graph .pie.big:before {
  left: 0;
}
.coverage-graph .pie.big:after {
  content: "";
  position: absolute;
  width: 115px;
  height: 230px;
  left: 115px;
  border-radius: 0 115px 115px 0;
}
.coverage-graph .pie.empty {
  display: none;
}
.coverage-graph .circle {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  background-color: #fff;
  height: 190px;
  width: 190px;
  border-radius: 50%;
}
.coverage-graph .circle .monetary {
  text-align: center;
  display: block;
  position: relative;
  top: 60px;
  font-size: 3rem;
}
.coverage-graph .circle .per-duration {
  position: relative;
  top: 32px;
  text-align: center;
}
.coverage-graph .circle .premium-item {
  position: relative;
  top: 32px;
  text-align: center;
  padding: 0 1.5rem;
  max-height: 4.5rem;
  overflow: hidden;
}
.coverage-graph .back-button {
  font-size: 1.6rem;
  margin-left: 0;
  padding-left: 0;
  text-decoration: none;
  line-height: 4.3rem;
  color: #005CCC;
  cursor: pointer;
}
.coverage-graph .back-button .icon-chevron-left {
  font-size: 1.2rem;
}
.coverage-graph .legend {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.coverage-graph .legend .list--two-column {
  width: 100%;
}
.coverage-graph .legend .has-subcategories .item-label {
  color: #004B9B;
  text-decoration: none;
  cursor: pointer;
}
.coverage-graph .legend .has-subcategories .item-label span.expand-icon:before {
  font-size: 1.6rem;
  margin-left: 0.5rem;
  font-family: geico;
  content: "\e214" !important;
}
.coverage-graph .legend .has-subcategories .item-label span.expand-icon.collapse:before {
  content: "\e215" !important;
}
.coverage-graph .legend .has-subcategories .item-label:focus,
.coverage-graph .legend .has-subcategories .label-text:focus {
  outline: none;
}
.coverage-graph .legend .has-subcategories .item-label:focus > .label-text {
  box-shadow: 0 0 0 1px #CDCDCD;
}
.coverage-graph .legend ul.categories > li {
  display: flex;
  justify-content: space-between;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  border-bottom: 0.2rem solid rgba(0, 0, 0, 0.1);
  max-height: 100rem;
}
.coverage-graph .legend ul.categories > li div:last-child {
  flex-shrink: 0;
  padding-left: 1rem;
  margin-left: auto;
  font-variant-numeric: tabular-nums;
}
.coverage-graph .legend ul.subcategories > li {
  border-bottom: none;
  max-height: 100rem;
  opacity: 1;
  display: none;
}
.coverage-graph .legend-dot {
  min-width: 1.4rem;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 1.2rem;
  margin-top: 0.5rem;
}

.pie:nth-of-type(1):BEFORE,
.pie:nth-of-type(1):AFTER, .legend li:nth-of-type(1) .legend-dot {
  background-color: #004B9B;
}

.pie:nth-of-type(2):AFTER,
.pie:nth-of-type(2):BEFORE, .legend li:nth-of-type(2) .legend-dot {
  background-color: #22841F;
}

.pie:nth-of-type(3):AFTER,
.pie:nth-of-type(3):BEFORE, .legend li:nth-of-type(3) .legend-dot {
  background-color: #EF5621;
}

.pie:nth-of-type(4):AFTER,
.pie:nth-of-type(4):BEFORE, .legend li:nth-of-type(4) .legend-dot {
  background-color: #616161;
}

.pie:nth-of-type(5):AFTER,
.pie:nth-of-type(5):BEFORE, .legend li:nth-of-type(5) .legend-dot {
  background-color: #005CCC;
}

.pie:nth-of-type(6):AFTER,
.pie:nth-of-type(6):BEFORE, .legend li:nth-of-type(6) .legend-dot {
  background-color: #E00B20;
}

.pie.secondary:AFTER,
.pie.secondary:BEFORE {
  background-color: #EDEDED;
}

.bg-color--cloudy .coverage-graph .circle {
  background-color: #FAFAFA;
}

.bg-color--foggy .coverage-graph .circle {
  background-color: #EDEDED;
}

.bg-color--overcast .coverage-graph .circle {
  background-color: #BCBCBC;
}

@media (min-width: 999px) {
  .coverage-graph.default {
    display: flex;
    justify-content: center;
  }
  .coverage-graph.default .coverage-graph-breakdown {
    flex: 1;
    margin-right: 3rem;
    margin-left: 0;
    max-width: 23rem;
  }
  .coverage-graph.default .legend {
    max-width: 40rem;
  }
}
.dark .coverage-graph .circle {
  background-color: #2B2B2F;
}
.dark .coverage-graph .legend .has-subcategories .item-label {
  color: #7CABFF;
}
.dark .coverage-graph .legend .has-subcategories .item-label:hover span, .dark .coverage-graph .legend .has-subcategories .item-label:focus span {
  color: #C3D9FF;
}
.dark .coverage-graph .legend .has-subcategories .item-label:active span {
  color: #ABC7FF;
}
.dark .coverage-graph .legend ul.categories > li {
  border-bottom: 0.2rem solid #616161;
}
.dark .pie:nth-of-type(1):BEFORE,
.dark .pie:nth-of-type(1):AFTER, .dark .legend li:nth-of-type(1) .legend-dot {
  background-color: #7CABFF;
}
.dark .pie:nth-of-type(2):AFTER,
.dark .pie:nth-of-type(2):BEFORE, .dark .legend li:nth-of-type(2) .legend-dot {
  background-color: #72BF59;
}
.dark .pie:nth-of-type(3):AFTER,
.dark .pie:nth-of-type(3):BEFORE, .dark .legend li:nth-of-type(3) .legend-dot {
  background-color: #FF8B64;
}
.dark .pie:nth-of-type(4):AFTER,
.dark .pie:nth-of-type(4):BEFORE, .dark .legend li:nth-of-type(4) .legend-dot {
  background-color: #BCBCBC;
}
.dark .pie:nth-of-type(5):AFTER,
.dark .pie:nth-of-type(5):BEFORE, .dark .legend li:nth-of-type(5) .legend-dot {
  background-color: #ABC7FF;
}
.dark .pie:nth-of-type(6):AFTER,
.dark .pie:nth-of-type(6):BEFORE, .dark .legend li:nth-of-type(6) .legend-dot {
  background-color: #FF888F;
}
.dark .pie.secondary:AFTER,
.dark .pie.secondary:BEFORE {
  background-color: #616161;
}
.dark .bg-color--cloudy .coverage-graph .circle {
  background-color: #2B2B2F;
}
.dark .bg-color--foggy .coverage-graph .circle {
  background-color: #2B2B2F;
}
.dark .bg-color--overcast .coverage-graph .circle {
  background-color: #2B2B2F;
}
/*!**********************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/payment-plans/dist/styles/gdk-payment-plans.scss ***!
  \**********************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.bg-gradient ul.list.list--two-column li {
  border-bottom: none;
}

section#payment-plans {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
section.payment-plan .payment-plan-header {
  display: flex;
  justify-content: center;
}
section.payment-plan .payment-plan-header h3 {
  width: 100%;
  max-width: 44rem;
}
section.payment-plan .payment-plan-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.payment-plan .payment-plan-wrapper .payment-plan-card {
  display: block;
  position: relative;
  margin-bottom: 2rem;
  flex: none;
  box-sizing: border-box;
  width: 100%;
  max-width: 44rem;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
  border: 0.1rem solid #BCBCBC;
}
section.payment-plan .payment-plan-wrapper .payment-plan-card > span {
  content: "";
  position: absolute;
  display: block;
  background-color: #FFFFFF;
  border: 0.1rem solid #BCBCBC;
  height: 2.2rem;
  width: 2.2rem;
  top: 1rem;
  right: 1rem;
  border-radius: 50%;
}
section.payment-plan .payment-plan-wrapper .payment-plan-card .payment-plan-card-title {
  position: relative;
}
section.payment-plan .payment-plan-wrapper .payment-plan-card .payment-plan-card-title h3 {
  color: #1C1C1E;
  letter-spacing: 0px;
  font-size: 2rem;
  line-height: 3rem;
  padding-right: 4.5rem;
  margin-top: 0.5rem;
  margin-left: 1.5rem;
  padding-bottom: 0.5rem;
}
section.payment-plan .payment-plan-wrapper .payment-plan-card .payment-plan-card-title:after {
  content: "";
  position: absolute;
  background: #005CCC;
  bottom: 0;
  margin-left: 1.5rem;
  height: 0.2rem;
  width: calc(100% - 3rem);
}
section.payment-plan .payment-plan-wrapper .payment-plan-card p {
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-top: 1rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-bottom: 0;
}
section.payment-plan .payment-plan-wrapper .payment-plan-card p .payment-plan-premium {
  color: #005CCC;
  font-size: 2rem;
}
section.payment-plan .payment-plan-wrapper .payment-plan-card p.payment-plan-premium-details {
  font-weight: bold;
  font-style: italic;
  font-size: 1.4rem;
  letter-spacing: 0;
  margin: 0 1.5rem 1.5rem;
}
section.payment-plan .payment-plan-wrapper .payment-plan-card .payment-schedule {
  position: relative;
  display: none;
}
section.payment-plan .payment-plan-wrapper .payment-plan-card .payment-schedule ul {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  width: calc(100% - 3rem);
  margin-bottom: 1.5rem;
}
section.payment-plan .payment-plan-wrapper .payment-plan-card .payment-schedule ul li {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
section.payment-plan .payment-plan-wrapper .payment-plan-card .payment-schedule ul li:first-child {
  padding-top: 0;
}
section.payment-plan .payment-plan-wrapper .payment-plan-card .payment-schedule ul li div {
  font-weight: normal;
}
section.payment-plan .payment-plan-wrapper .payment-plan-card.hidden {
  display: none;
}
section.payment-plan .payment-plan-wrapper .payment-plan-card.hover {
  border: 0.1rem solid #616161;
  cursor: pointer;
}
section.payment-plan .payment-plan-wrapper .payment-plan-card.hover > span {
  border: 0.1rem solid #616161;
}
section.payment-plan .payment-plan-wrapper .payment-plan-card.focus {
  background-color: #F5F8FC;
  border: 0.1rem solid #005CCC;
}
section.payment-plan .payment-plan-wrapper .payment-plan-card.focus > span {
  background-color: #F5F8FC;
  border: 0.1rem solid #005CCC;
}
section.payment-plan .payment-plan-wrapper .payment-plan-card .recommended {
  background-color: #22841F;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 700;
  border-radius: 0 0 0.8rem 0.8rem;
  text-align: center;
}
section.payment-plan .payment-plan-wrapper .payment-plan-card.payment-plan-selected {
  background-color: #F5F8FC;
  border: 0.1rem solid #005CCC;
}
section.payment-plan .payment-plan-wrapper .payment-plan-card.payment-plan-selected.hover {
  background-color: #F5F8FC;
  border: 0.1rem solid #005CCC;
}
section.payment-plan .payment-plan-wrapper .payment-plan-card.payment-plan-selected.focus {
  background-color: #F5F8FC;
  border: 0.1rem solid #005CCC;
}
section.payment-plan .payment-plan-wrapper .payment-plan-card.payment-plan-selected > span {
  background-color: #F5F8FC;
  border: 0.1rem solid #005CCC;
  border-radius: 100%;
  height: 2.2rem;
  width: 2.2rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
section.payment-plan .payment-plan-wrapper .payment-plan-card.payment-plan-selected > span:before {
  content: "";
  background-color: #005CCC;
  height: 1.6rem;
  width: 1.6rem;
  position: absolute;
  border-radius: 50%;
  top: 0.2rem;
  right: 0.2rem;
}
section.payment-plan .payment-plan-wrapper .payment-plan-card.payment-plan-selected .recommended {
  border-radius: 0 0 0.6rem 0.6rem;
}
section.payment-plan .payment-plan-wrapper .payment-plan-card.disabled {
  cursor: not-allowed;
  color: #616161;
  background-color: #EDEDED;
  border: 0.1rem solid #EDEDED;
}
section.payment-plan .payment-plan-wrapper .payment-plan-card.disabled:hover, section.payment-plan .payment-plan-wrapper .payment-plan-card.disabled:active, section.payment-plan .payment-plan-wrapper .payment-plan-card.disabled:focus {
  color: #616161;
  background-color: #EDEDED;
  border: 0.1rem solid #EDEDED;
}
section.payment-plan .payment-plan-wrapper .payment-plan-card.disabled > span {
  background-color: #EDEDED;
  border: 0.1rem solid #616161;
  background-color: #EDEDED;
  border-color: #BCBCBC;
}
section.payment-plan .payment-plan-wrapper .payment-plan-card.disabled > span:before {
  background-color: #616161;
}
section.payment-plan .payment-plan-wrapper .payment-plan-card.disabled.payment-plan-selected > span {
  border-color: #616161;
}
section.payment-plan .payment-plan-wrapper .payment-plan-card.disabled .payment-plan-card-title:after {
  background: #616161;
}
section.payment-plan .payment-plan-wrapper .payment-plan-card.disabled .payment-plan-premium {
  color: #616161;
}
section.payment-plan .payment-plan-wrapper .payment-plan-view-others-link {
  width: 100%;
  max-width: 44rem;
  margin-bottom: 2rem;
}
section.payment-plan .payment-plan-wrapper .payment-plan-view-others-link span {
  text-align: left;
  cursor: pointer;
  padding-right: 0.5rem;
}
section.payment-plan .payment-plan-wrapper .payment-plan-view-others-link span a {
  text-decoration: none;
}
section.payment-plan .payment-plan-wrapper .payment-plan-view-others-link span:last-child {
  padding-right: 0;
  font-size: 1.3rem;
}

@media screen and (max-width: 480px) {
  .payment-plan .payment-plan-wrapper .payment-plan-card .payment-schedule ul li div {
    width: 50%;
    padding-bottom: 0;
  }
  .payment-plan .payment-plan-wrapper .payment-plan-card .payment-schedule ul li div:last-child {
    text-align: right;
    padding-left: 1rem;
  }
}
.dark section.payment-plan .payment-plan-wrapper .payment-plan-card {
  background-color: #2B2B2F;
  border: 0.1rem solid #2B2B2F;
}
.dark section.payment-plan .payment-plan-wrapper .payment-plan-card > span {
  border-color: #BCBCBC;
  background-color: #2B2B2F;
}
.dark section.payment-plan .payment-plan-wrapper .payment-plan-card .payment-plan-card-title h3 {
  color: #FAFAFA;
}
.dark section.payment-plan .payment-plan-wrapper .payment-plan-card .payment-plan-card-title:after {
  background: #FAFAFA;
}
.dark section.payment-plan .payment-plan-wrapper .payment-plan-card p .payment-plan-premium {
  color: #FAFAFA;
}
.dark section.payment-plan .payment-plan-wrapper .payment-plan-card.hover {
  border: 0.1rem solid #616161;
}
.dark section.payment-plan .payment-plan-wrapper .payment-plan-card.hover > span {
  border-color: #FAFAFA;
}
.dark section.payment-plan .payment-plan-wrapper .payment-plan-card.focus {
  background-color: #002F65;
  border: 0.1rem solid #ABC7FF;
}
.dark section.payment-plan .payment-plan-wrapper .payment-plan-card.focus > span {
  background-color: #002F65;
  border: 0.1rem solid #ABC7FF;
}
.dark section.payment-plan .payment-plan-wrapper .payment-plan-card.focus > span:before {
  background-color: #ABC7FF;
}
.dark section.payment-plan .payment-plan-wrapper .payment-plan-card .recommended {
  background-color: #72BF59;
  color: #FAFAFA;
}
.dark section.payment-plan .payment-plan-wrapper .payment-plan-card.payment-plan-selected {
  background-color: #002F65;
  border: 0.1rem solid #ABC7FF;
}
.dark section.payment-plan .payment-plan-wrapper .payment-plan-card.payment-plan-selected.hover {
  background-color: #002F65;
  border: 0.1rem solid #ABC7FF;
}
.dark section.payment-plan .payment-plan-wrapper .payment-plan-card.payment-plan-selected.focus {
  background-color: #002F65;
  border: 0.1rem solid #ABC7FF;
}
.dark section.payment-plan .payment-plan-wrapper .payment-plan-card.payment-plan-selected > span {
  background-color: #002F65;
  border: 0.1rem solid #ABC7FF;
}
.dark section.payment-plan .payment-plan-wrapper .payment-plan-card.payment-plan-selected > span:before {
  background-color: #ABC7FF;
}
.dark section.payment-plan .payment-plan-wrapper .payment-plan-card.disabled {
  background-color: #141414;
  border: 0.1rem solid #141414;
}
.dark section.payment-plan .payment-plan-wrapper .payment-plan-card.disabled > span {
  background-color: #EDEDED;
  border-color: #BCBCBC;
}
.dark section.payment-plan .payment-plan-wrapper .payment-plan-card.disabled.payment-plan-selected > span {
  border-color: #616161;
}
.dark section.payment-plan .payment-plan-wrapper .payment-plan-card.disabled .payment-plan-card-title:after {
  background: #616161;
}
.dark section.payment-plan .payment-plan-wrapper .payment-plan-card.disabled .payment-plan-premium {
  color: #616161;
}
/*!**************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/portfolio/dist/styles/gdk-portfolio.scss ***!
  \**************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */
.portfolio .bg-gradient {
  position: relative;
}
.portfolio .intro-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.portfolio .payment-due {
  margin-top: 3rem;
}
.portfolio .gecko-img {
  width: 29.5%;
}
.portfolio .gecko-img.img-margin img {
  margin-bottom: -2.2rem;
}
.portfolio .payment-info {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.portfolio .payment-info .geico-icon {
  font-size: 3.2rem;
}
.portfolio .payment-info p {
  line-height: 6rem;
  margin: 0 0 0 1rem;
}
.portfolio .payment-info button {
  margin-left: 2rem;
}
.portfolio .policy-indicator {
  height: 2rem;
  width: 2rem;
  border-radius: 100%;
  background-color: #FFFFFF;
  color: #005CCC;
  font-weight: 700;
  text-align: center;
  font-size: 1.3rem;
  margin-left: -1.5rem;
  z-index: 1;
}
.portfolio .last-sign-on {
  font-size: 1.4rem;
  text-align: right;
  margin-bottom: 0.5rem;
}
.portfolio .card-content .assurant-logo {
  width: 100%;
}
.portfolio .card-content .assurant-logo img {
  height: 5rem;
  margin-left: -1.5rem;
}
.portfolio .card-content .list.list--two-column.list-header li:first-child {
  border-bottom: none;
  padding-bottom: 0;
}
.portfolio .card-content .list.list--two-column li:last-child {
  padding-bottom: 0;
}
.portfolio .additional-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  border-top: 0.2rem solid rgba(0, 0, 0, 0.1);
  padding-top: 2rem;
}
.portfolio .link {
  display: flex;
  align-items: center;
  margin-left: 3rem;
}
.portfolio .link span {
  padding-right: 2.5rem;
}
.portfolio .additional-products {
  margin: 5rem 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
}
.portfolio .additional-products .product-list {
  display: flex;
  max-width: 48rem;
  flex-wrap: wrap;
}
.portfolio .additional-products .product {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem 0;
  width: 25%;
}
.portfolio .additional-products .product a {
  text-align: center;
}
.portfolio .additional-products .product a.icon-more-dots {
  transform: rotate(90deg);
}
.portfolio .additional-products .product a:last-child {
  font-size: 1.4rem;
  text-decoration: none;
  margin-top: 0.5rem;
  width: 100%;
}
.portfolio .modal .product-list {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .portfolio .gecko-img {
    display: none;
  }
  .portfolio .additional-products {
    margin: 3rem 0;
  }
}
@media screen and (max-width: 480px) {
  .portfolio .payment-info p {
    flex: 1 1 100%;
    text-align: center;
    line-height: normal;
    margin-top: 1rem;
  }
  .portfolio .payment-info button {
    margin: 0.5rem 0 0 0;
  }
  .portfolio .last-sign-on {
    text-align: left;
    margin-left: 2rem;
  }
  .portfolio .link {
    flex: 1 1 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
  .portfolio .link:first-child {
    margin-top: 0;
  }
  .portfolio .additional-products .product {
    width: 33%;
  }
}
/*!************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/consolidated-summary/dist/styles/gdk-consolidated-summary.scss ***!
  \************************************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */
body.no-scroll {
  position: fixed;
  overflow-y: scroll;
}
body.no-scroll * {
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  margin-right: 15px;
}

@media (max-width: 1120px) {
  #wrapper.consolidated-summary-enabled {
    margin-right: 5rem;
  }
  #wrapper.consolidated-summary-enabled.docked-message-on .docked-real-time-message-wrapper {
    width: calc(100% - 50px);
  }
}
#consolidated-summary-component {
  display: block;
  width: 30rem;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -25rem;
  z-index: 19;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  -webkit-box-shadow: 10px 10px 12px 12px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 10px 10px 12px 12px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 10px 12px 12px rgba(0, 0, 0, 0.5);
  /* Policy Notes Styling */
}
#consolidated-summary-component.hidden {
  display: none;
}
#consolidated-summary-component .consolidated-summary-wrapper {
  margin-top: 6rem;
  width: 30rem;
  height: calc(100vh - 60px);
  background-color: #EDEDED;
  display: flex;
  flex-flow: column;
}
#consolidated-summary-component .consolidated-summary-wrapper > div {
  display: flex;
  width: 100%;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-header {
  flex: 0 0 auto;
  flex-flow: row;
  -ms-flex-order: 1;
  order: 1;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-header span.consolidated-summary-pin {
  -ms-flex-order: 3;
  order: 3;
  font-size: 2.4rem;
  margin: 1.4rem 1.4rem 1.4rem 0.8rem;
  right: 0;
  position: absolute;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-header span.icon-pin {
  cursor: pointer;
  color: #005CCC;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-header span.icon-pin:hover, #consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-header span.icon-pin:focus {
  color: #295697;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-header span.icon-pin:active {
  color: #1E4071;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-header div.consolidated-icon-fragment {
  flex-grow: 0;
  flex-shrink: 0;
  -ms-flex-order: 1;
  order: 1;
  width: 5rem;
  align-self: start;
  text-align: center;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-header div.consolidated-icon-fragment span.geico-icon {
  margin: 2.5rem 1.7rem;
  display: block;
  color: #005CCC;
  cursor: pointer;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-header div.consolidated-icon-fragment span.geico-icon:hover, #consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-header div.consolidated-icon-fragment span.geico-icon:focus {
  color: #295697;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-header div.consolidated-icon-fragment span.geico-icon:active {
  color: #1E4071;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-header div.consolidated-icon-fragment .icon-chevron-left {
  transform: scaleX(1);
  -webkit-transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0; /* Safari, Chrome */
  -moz-transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0; /* Firefox 4.0~16.0 */
  transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0; /* IE >9, FF >15, Opera >12.0 */
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-header div.consolidated-header-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  order: 2;
  flex-grow: 1;
  background-color: #EDEDED;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-header div.consolidated-header-wrapper .consolidated-summary-driver-info {
  overflow: auto;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-header div.consolidated-header-wrapper .consolidated-summary-more-info .select-box {
  margin-bottom: 2rem;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-header div.consolidated-header-wrapper div span {
  -ms-flex-order: 1;
  order: 1;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-header div.consolidated-header-wrapper div span.geico-icon {
  font-size: 1.6rem;
  margin-right: 0.4rem;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-header div.consolidated-header-wrapper div > div > h4 {
  -ms-flex-order: 1;
  order: 1;
  margin: 0;
  max-width: 20.5rem;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-header div.consolidated-header-wrapper div > div > h5 {
  -ms-flex-order: 1;
  order: 1;
  margin: 0;
  max-width: 20.5rem;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-header div.consolidated-header-wrapper div > div > p {
  -ms-flex-order: 2;
  order: 2;
  margin-top: 0;
  max-width: 20.5rem;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-content {
  flex: 1 1 auto;
  -ms-flex-order: 2;
  order: 2;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0; /* Safari, Chrome */
  -moz-transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0; /* Firefox 4.0~16.0 */
  transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0; /* IE >9, FF >15, Opera >12.0 */
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-content div.vertical-tabs {
  display: flex;
  flex-flow: row;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-content div.vertical-tabs div.vertical-tabs-controls {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-flow: column wrap;
  -webkit-transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0; /* Safari, Chrome */
  -moz-transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0; /* Firefox 4.0~16.0 */
  transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0; /* IE >9, FF >15, Opera >12.0 */
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-content div.vertical-tabs div.vertical-tabs-controls a {
  display: block;
  width: 5rem;
  height: 5rem;
  border: none;
  border-radius: initial;
  background-color: transparent;
  font-size: 2.4rem;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-content div.vertical-tabs div.vertical-tabs-controls a span.geico-icon {
  color: #005CCC;
  cursor: pointer;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-content div.vertical-tabs div.vertical-tabs-controls a span.geico-icon:hover, #consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-content div.vertical-tabs div.vertical-tabs-controls a span.geico-icon:focus {
  color: #295697;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-content div.vertical-tabs div.vertical-tabs-controls a.active {
  background-color: #FFFFFF;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-content div.vertical-tabs div.vertical-tabs-controls a.active span.icon {
  color: #5C3D99;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-content div.vertical-tabs div.vertical-tabs-panels {
  -ms-flex-order: 2;
  order: 2;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-content div.vertical-tabs div.vertical-tabs-panels div.panel {
  background-color: #FFFFFF;
  position: absolute;
  padding: 1rem;
  width: 25rem;
  right: 0;
  height: calc(100% - 360px);
  overflow-y: auto;
  height: 100%;
  visibility: hidden;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-content div.vertical-tabs div.vertical-tabs-panels div.panel.active {
  visibility: visible;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-content div.vertical-tabs div.vertical-tabs-panels div .panel-content > table tbody tr td:last-child {
  text-align: right;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-content div.vertical-tabs div.vertical-tabs-panels div .panel-content * span.icon-check-mark {
  color: #22841F;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-content .vertical-tabs-scroll-controls-container {
  position: absolute;
  bottom: 7rem;
  border-top: 0.2rem solid rgba(28, 28, 30, 0.15);
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-content .vertical-tabs-scroll-controls-container span.geico-icon {
  color: #005CCC;
  cursor: pointer;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-content .vertical-tabs-scroll-controls-container span.geico-icon.icon-chevron-left {
  margin: 1.6rem 0.4rem 1.6rem 0.5rem;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-content .vertical-tabs-scroll-controls-container span.geico-icon.icon-chevron-right {
  margin: 1.6rem 0.5rem 1.6rem 0.4rem;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-content .vertical-tabs-scroll-controls-container span.geico-icon.icon-chevron-left.disabled, #consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-content .vertical-tabs-scroll-controls-container span.geico-icon.icon-chevron-right.disabled {
  pointer-events: none;
  color: rgba(0, 92, 204, 0.5);
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-content.no-plog div.vertical-tabs div.vertical-tabs-panels div.panel {
  height: calc(100% - 300px);
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-plog-items {
  position: absolute;
  width: 5rem;
  bottom: 0;
  z-index: 1;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-plog-items div.plog-button-panel {
  flex: 1;
  -ms-flex-order: 2;
  order: 2;
  align-self: center;
  padding: 2rem;
  background-color: #FFFFFF;
  text-align: center;
  border-top: 0.2rem solid rgba(28, 28, 30, 0.15);
  z-index: 9;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-plog-items div.plog-button-panel button {
  margin: 0;
  width: 100%;
}
#consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-plog-items div.plog-icon {
  -ms-flex-order: 1;
  order: 1;
  align-self: center;
  width: 5rem;
  padding: 0.5rem;
  text-align: center;
}
#consolidated-summary-component .consolidated-summary-wrapper table tbody tr:nth-child(even) {
  background-color: #EDEDED;
}
#consolidated-summary-component.extended {
  right: 0;
}
#consolidated-summary-component.extended .consolidated-summary-wrapper .consolidated-summary-header div.consolidated-icon-fragment span.geico-icon.icon-chevron-left {
  transform: scaleX(-1);
}
#consolidated-summary-component.pinned {
  right: 0;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#consolidated-summary-component.pinned div span.consolidated-summary-pin {
  color: #1E4071;
}
#consolidated-summary-component .plog {
  position: absolute;
  height: calc(100vh - 6.5rem);
  right: 30.5rem;
  border: #EDEDED solid 0.1rem;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  background-color: #FFFFFF;
  flex-direction: column;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#consolidated-summary-component .plog.hidden {
  -webkit-transition: bottom 0.7s ease-in-out;
  -moz-transition: bottom 0.7s ease-in-out;
  -o-transition: bottom 0.7s ease-in-out;
  -ms-transition: bottom 0.7s ease-in-out;
  transition: bottom 0.7s ease-in-out;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  bottom: -100vh;
}
#consolidated-summary-component .plog.maximized {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  height: calc(100vh - 65px);
  width: calc(50vw - 30px);
  right: 30.5rem;
}
#consolidated-summary-component .plog.maximized .plog-input-bar div.form-field input {
  -webkit-transition: width 0.7s ease-in-out;
  -moz-transition: width 0.7s ease-in-out;
  -o-transition: width 0.7s ease-in-out;
  -ms-transition: width 0.7s ease-in-out;
  transition: width 0.7s ease-in-out;
  width: calc(100vw - 160px);
}
#consolidated-summary-component .plog .plog-title-bar {
  order: 1;
  flex-grow: 0;
  display: block;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  align-self: center;
  background-color: #EDEDED;
  font-weight: 700;
}
#consolidated-summary-component .plog .plog-title-bar div.window-controls {
  float: right;
  width: 6rem;
}
#consolidated-summary-component .plog .plog-title-bar div.window-controls > span {
  float: right;
}
#consolidated-summary-component .plog .plog-title-bar div.window-controls > span.geico-icon {
  padding: 0 1.5rem;
  cursor: pointer;
  color: #005CCC;
}
#consolidated-summary-component .plog .plog-title-bar div.window-controls > span.geico-icon:hover, #consolidated-summary-component .plog .plog-title-bar div.window-controls > span.geico-icon:focus {
  color: #295697;
}
#consolidated-summary-component .plog .plog-title-bar div.window-controls > span.geico-icon:active {
  color: #1E4071;
}
#consolidated-summary-component .plog .plog-admin-bar {
  order: 2;
  flex-grow: 0;
  border-bottom: 0.1rem solid #616161;
}
#consolidated-summary-component .plog .plog-admin-bar span {
  margin: 0.5rem 1rem;
}
#consolidated-summary-component .plog .plog-content-wrapper {
  display: flex;
  flex-direction: column;
  order: 3;
  flex-grow: 1;
  overflow-y: auto;
}
#consolidated-summary-component .plog .plog-content-wrapper div {
  width: 100%;
  flex-direction: column;
}
#consolidated-summary-component .plog .plog-content-wrapper div form {
  height: 100%;
  padding: 0.03rem;
}
#consolidated-summary-component .plog .plog-content-wrapper div.plog-content {
  order: 1;
  flex-grow: 2;
  overflow-y: auto;
}
#consolidated-summary-component .plog .plog-content-wrapper div.plog-content > p {
  position: relative;
}
#consolidated-summary-component .plog .plog-content-wrapper div.plog-content > p.policy-note {
  padding: 1rem;
  border-bottom: solid thin #616161;
  margin-bottom: 0;
}
#consolidated-summary-component .plog .plog-content-wrapper div.plog-content > p.policy-note > span.note-details {
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
  justify-content: space-between;
  text-align: left;
  padding: 1rem 0;
}
#consolidated-summary-component .plog .plog-content-wrapper div.plog-content > p.policy-note > span.note-details span.note-details-container {
  order: 1;
}
#consolidated-summary-component .plog .plog-content-wrapper div.plog-content > p.policy-note > span.note-details span span {
  font-weight: bold;
}
#consolidated-summary-component .plog .plog-content-wrapper div.plog-content > p.policy-note > span.note-details span.delete-note {
  order: 2;
  right: 0.5rem;
  margin-top: 0.3rem;
}
#consolidated-summary-component .plog .plog-content-wrapper div.plog-content > p.policy-note > span.note-details span.delete-note.hidden {
  visibility: hidden;
}
#consolidated-summary-component .plog .plog-content-wrapper div.plog-content > p.policy-note:last-child {
  border-bottom: none;
}
#consolidated-summary-component .plog .plog-content-wrapper div.plog-content > p .geico-icon.geico-icon--actionable.geico-icon--small.icon-trash {
  color: #616161;
  position: absolute;
  top: 1.6rem;
  right: 0;
}
#consolidated-summary-component .plog .plog-content-wrapper div.plog-content > p .geico-icon.geico-icon--actionable.geico-icon--small.icon-trash:hover {
  color: #7b7b7b;
}
#consolidated-summary-component .plog .plog-content-wrapper div.plog-content > p .geico-icon.geico-icon--actionable.geico-icon--small.icon-trash:focus, #consolidated-summary-component .plog .plog-content-wrapper div.plog-content > p .geico-icon.geico-icon--actionable.geico-icon--small.icon-trash:active {
  color: #878787;
}
#consolidated-summary-component .plog .plog-content-wrapper div.plog-input-bar {
  order: 2;
  flex-grow: 1;
  width: 100%;
  border-top: solid thin #616161;
}
#consolidated-summary-component .plog .plog-content-wrapper div.plog-input-bar div.form-field {
  margin-left: 0rem;
  margin-right: 0rem;
  display: flex;
  flex-direction: row;
}
#consolidated-summary-component .plog .plog-content-wrapper div.plog-input-bar div.form-field > .input-field {
  flex-grow: 1;
  vertical-align: middle;
  width: 100%;
}
#consolidated-summary-component .plog .plog-content-wrapper div.plog-input-bar div.form-field > .input-field .input-content {
  padding: 0.5rem;
  min-height: 1.8rem;
  max-height: 15rem;
  overflow-y: auto;
  word-wrap: break-word;
  word-break: break-all;
  height: 100%;
  width: 100%;
}
#consolidated-summary-component .plog .plog-content-wrapper div.plog-input-bar div.form-field > .send-btn {
  flex-grow: 0;
  font-size: 2.4rem;
  align-self: center;
  padding: 0 0.5rem;
  cursor: pointer;
  color: #005CCC;
}
#consolidated-summary-component .plog .plog-content-wrapper div.plog-input-bar div.form-field > .send-btn:hover, #consolidated-summary-component .plog .plog-content-wrapper div.plog-input-bar div.form-field > .send-btn:focus {
  color: #295697;
}
#consolidated-summary-component .plog .plog-content-wrapper div.plog-input-bar div.form-field > .send-btn:active {
  color: #1E4071;
}
#consolidated-summary-component .plog .plog-content-wrapper div.plog-input-bar button {
  margin-right: 1rem;
  margin-left: 0.5rem;
}
#consolidated-summary-component .plog .plog-content-wrapper.hidden {
  display: none;
}
#consolidated-summary-component .plog .plog-content-wrapper.policy-notes-add-recipient-view {
  padding: 1rem;
}
#consolidated-summary-component .plog .plog-action-bar {
  order: 4;
  flex-grow: 0;
  width: 100%;
  border-top: 0.1rem solid #616161;
  color: #FFFFFF;
  text-align: right;
  padding-left: 1rem;
  padding-right: 1rem;
}
#consolidated-summary-component .plog .plog-action-bar > span.descriptor {
  float: left;
}
#consolidated-summary-component .plog .plog-action-bar > span.action {
  text-decoration: underline;
  cursor: pointer;
  color: #005CCC;
}
#consolidated-summary-component .plog .plog-action-bar > span.action:hover, #consolidated-summary-component .plog .plog-action-bar > span.action:focus {
  color: #295697;
}
#consolidated-summary-component .plog .plog-action-bar > span.action:active {
  color: #1E4071;
}
#consolidated-summary-component .plog .plog-action-bar.invisible {
  visibility: hidden;
}
#consolidated-summary-component ul.list.list--indent,
#consolidated-summary-component ol.list.list--indent {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
#consolidated-summary-component ul.list.list--two-column li > div,
#consolidated-summary-component ol.list.list--two-column li > div {
  width: 100%;
}
#consolidated-summary-component ul.list.list--two-column li > div:first-child,
#consolidated-summary-component ol.list.list--two-column li > div:first-child {
  padding-bottom: 1.2rem;
}
#consolidated-summary-component ul.list.list--two-column li > div:last-child,
#consolidated-summary-component ol.list.list--two-column li > div:last-child {
  text-align: left;
  padding-left: 0;
}
#consolidated-summary-component ul.list.list--two-column.left-col-longer li, #consolidated-summary-component ul.list.list--two-column.right-col-longer li,
#consolidated-summary-component ol.list.list--two-column.left-col-longer li,
#consolidated-summary-component ol.list.list--two-column.right-col-longer li {
  display: block;
}
#consolidated-summary-component ul.list.list--two-column.left-col-longer li > div:first-child, #consolidated-summary-component ul.list.list--two-column.right-col-longer li > div:first-child,
#consolidated-summary-component ol.list.list--two-column.left-col-longer li > div:first-child,
#consolidated-summary-component ol.list.list--two-column.right-col-longer li > div:first-child {
  width: 100%;
  padding-bottom: 1.2rem !important;
}
#consolidated-summary-component ul.list.list--two-column.left-col-longer li > div:last-child, #consolidated-summary-component ul.list.list--two-column.right-col-longer li > div:last-child,
#consolidated-summary-component ol.list.list--two-column.left-col-longer li > div:last-child,
#consolidated-summary-component ol.list.list--two-column.right-col-longer li > div:last-child {
  text-align: left;
  width: 100%;
}
#consolidated-summary-component ul.list.list--two-column.inline li > div,
#consolidated-summary-component ol.list.list--two-column.inline li > div {
  width: 50%;
  display: inline-block;
  padding-bottom: 0;
}
#consolidated-summary-component ul.list.list--two-column.inline li > div:first-child,
#consolidated-summary-component ol.list.list--two-column.inline li > div:first-child {
  float: left;
  padding-right: 1rem;
}
#consolidated-summary-component ul.list.list--two-column.inline li > div:first-child span,
#consolidated-summary-component ol.list.list--two-column.inline li > div:first-child span {
  font-weight: normal;
}
#consolidated-summary-component ul.list.list--two-column.inline li > div:last-child,
#consolidated-summary-component ol.list.list--two-column.inline li > div:last-child {
  text-align: right;
  padding-left: 1rem;
}
#consolidated-summary-component ul.list.list--two-column.short-value li > div:first-child, #consolidated-summary-component ul.list.list--two-column.short-label li > div:first-child,
#consolidated-summary-component ol.list.list--two-column.short-value li > div:first-child,
#consolidated-summary-component ol.list.list--two-column.short-label li > div:first-child {
  text-align: left;
}
#consolidated-summary-component ul.list.list--two-column.short-value li > div:last-child, #consolidated-summary-component ul.list.list--two-column.short-label li > div:last-child,
#consolidated-summary-component ol.list.list--two-column.short-value li > div:last-child,
#consolidated-summary-component ol.list.list--two-column.short-label li > div:last-child {
  text-align: right;
}

@media (min-width: 1230px) {
  #wrapper {
    -webkit-transition: padding-right 0.7s ease-in-out;
    -moz-transition: padding-right 0.7s ease-in-out;
    -o-transition: padding-right 0.7s ease-in-out;
    -ms-transition: padding-right 0.7s ease-in-out;
    transition: padding-right 0.7s ease-in-out;
    padding-right: inherit;
  }
  #wrapper.pinned-consolidated-summary {
    -webkit-transition: padding-right 0.7s ease-in-out;
    -moz-transition: padding-right 0.7s ease-in-out;
    -o-transition: padding-right 0.7s ease-in-out;
    -ms-transition: padding-right 0.7s ease-in-out;
    transition: padding-right 0.7s ease-in-out;
    padding-right: 30rem;
  }
  #wrapper.pinned-consolidated-summary.docked-message-on .con-sum-pinned {
    -webkit-transition: padding-right 0.7s ease-in-out;
    -moz-transition: padding-right 0.7s ease-in-out;
    -o-transition: padding-right 0.7s ease-in-out;
    -ms-transition: padding-right 0.7s ease-in-out;
    transition: padding-right 0.7s ease-in-out;
    padding-right: 30rem;
  }
}
.to-top-arrow.displayed {
  z-index: 35;
  -webkit-transition: right 0.7s ease-in-out;
  -moz-transition: right 0.7s ease-in-out;
  -o-transition: right 0.7s ease-in-out;
  -ms-transition: right 0.7s ease-in-out;
  transition: right 0.7s ease-in-out;
  right: 1rem;
}
.to-top-arrow.displayed.consolidated-summary-enabled {
  -webkit-transition: right 0.7s ease-in-out;
  -moz-transition: right 0.7s ease-in-out;
  -o-transition: right 0.7s ease-in-out;
  -ms-transition: right 0.7s ease-in-out;
  transition: right 0.7s ease-in-out;
  right: 6rem;
}
.to-top-arrow.displayed.consolidated-summary-extended {
  -webkit-transition: right 0.7s ease-in-out;
  -moz-transition: right 0.7s ease-in-out;
  -o-transition: right 0.7s ease-in-out;
  -ms-transition: right 0.7s ease-in-out;
  transition: right 0.7s ease-in-out;
  right: 31rem;
}
.to-top-arrow.displayed.consolidated-summary-pinned {
  -webkit-transition: right 0.7s ease-in-out;
  -moz-transition: right 0.7s ease-in-out;
  -o-transition: right 0.7s ease-in-out;
  -ms-transition: right 0.7s ease-in-out;
  transition: right 0.7s ease-in-out;
  right: 31rem;
}
.to-top-arrow.displayed.plog-enabled {
  z-index: -1;
}

.consolidated-summary-content .table.table--non-sortable td, .consolidated-summary-content .table.table--sortable td {
  padding-left: 1rem;
}
.consolidated-summary-content .table.table--non-sortable td:last-child, .consolidated-summary-content .table.table--sortable td:last-child {
  padding-right: 1rem;
}

@media (max-width: 767px) {
  .consolidated-summary-content .table {
    display: table;
  }
  .consolidated-summary-content .table thead {
    display: table-header-group;
  }
  .consolidated-summary-content .table tbody {
    display: table-row-group;
  }
  .consolidated-summary-content .table tbody tr {
    padding: 0;
  }
  .consolidated-summary-content .table th {
    display: table-cell;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .consolidated-summary-content .table tr {
    display: table-row;
  }
  .consolidated-summary-content .table td {
    display: table-cell;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .consolidated-summary-content .table.table--non-sortable thead, .consolidated-summary-content .table.table--sortable thead {
    border-bottom: 0.2rem solid rgba(0, 0, 0, 0.1);
  }
  .consolidated-summary-content .table.table--non-sortable thead tr, .consolidated-summary-content .table.table--sortable thead tr {
    position: relative;
    top: auto;
    left: auto;
  }
  .consolidated-summary-content .table.table--non-sortable td, .consolidated-summary-content .table.table--sortable td {
    padding-left: 1rem;
  }
  .consolidated-summary-content .table.table--non-sortable td:before, .consolidated-summary-content .table.table--sortable td:before {
    display: none;
  }
  .consolidated-summary-content .table.table--non-sortable td:last-child, .consolidated-summary-content .table.table--sortable td:last-child {
    padding-right: 1rem;
  }
}
.dark #consolidated-summary-component .consolidated-summary-wrapper {
  background-color: #000000;
}
.dark #consolidated-summary-component .consolidated-summary-wrapper .consolidated-summary-header span.icon-pin {
  cursor: pointer;
  color: #7CABFF;
}
.dark #consolidated-summary-component .consolidated-summary-wrapper .consolidated-summary-header span.icon-pin:hover, .dark #consolidated-summary-component .consolidated-summary-wrapper .consolidated-summary-header span.icon-pin:focus {
  color: #C3D9FF;
}
.dark #consolidated-summary-component .consolidated-summary-wrapper .consolidated-summary-header span.icon-pin:active {
  color: #ABC7FF;
}
.dark #consolidated-summary-component .consolidated-summary-wrapper .consolidated-summary-header div.consolidated-icon-fragment span.geico-icon {
  color: #7CABFF;
}
.dark #consolidated-summary-component .consolidated-summary-wrapper .consolidated-summary-header div.consolidated-icon-fragment span.geico-icon:hover, .dark #consolidated-summary-component .consolidated-summary-wrapper .consolidated-summary-header div.consolidated-icon-fragment span.geico-icon:focus {
  color: #C3D9FF;
}
.dark #consolidated-summary-component .consolidated-summary-wrapper .consolidated-summary-header div.consolidated-icon-fragment span.geico-icon:active {
  color: #ABC7FF;
}
.dark #consolidated-summary-component .consolidated-summary-wrapper .consolidated-summary-header div.consolidated-header-wrapper {
  background-color: #000000;
}
.dark #consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-content div.vertical-tabs div.vertical-tabs-controls a.active {
  background-color: #1C1C1E;
}
.dark #consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-content div.vertical-tabs div.vertical-tabs-controls a.active span.icon {
  color: #A7B2F1;
}
.dark #consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-content div.vertical-tabs div.vertical-tabs-controls a span.icon {
  color: #7CABFF;
}
.dark #consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-content div.vertical-tabs div.vertical-tabs-controls a span.icon:hover, .dark #consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-content div.vertical-tabs div.vertical-tabs-controls a span.icon:focus {
  color: #C3D9FF;
}
.dark #consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-content div.vertical-tabs div.vertical-tabs-panels div.panel {
  background-color: #1C1C1E;
}
.dark #consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-summary-plog-items div.plog-button-panel {
  background-color: #1C1C1E;
}
.dark #consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-plog-items div.plog-button-panel {
  background-color: #1C1C1E;
}
.dark #consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-plog-items div.plog-icon span.icon {
  color: #FAFAFA;
}
.dark #consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-plog-items div.plog-icon span.icon:hover, .dark #consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-plog-items div.plog-icon span.icon:focus {
  color: #C3D9FF;
}
.dark #consolidated-summary-component .consolidated-summary-wrapper > div.consolidated-plog-items div.plog-icon span.icon:active {
  color: #ABC7FF;
}
.dark #consolidated-summary-component .consolidated-summary-wrapper table tbody tr:nth-child(even) {
  background-color: #000000;
}
.dark #consolidated-summary-component .plog {
  background-color: #000000;
  border: 0.1rem solid #616161;
}
.dark #consolidated-summary-component .plog .plog-title-bar {
  background-color: #1C1C1E;
}
.dark #consolidated-summary-component .plog .plog-title-bar div.window-controls > span.geico-icon {
  color: #7CABFF;
}
.dark #consolidated-summary-component .plog .plog-title-bar div.window-controls > span.geico-icon:hover, .dark #consolidated-summary-component .plog .plog-title-bar div.window-controls > span.geico-icon:focus {
  color: #C3D9FF;
}
.dark #consolidated-summary-component .plog .plog-title-bar div.window-controls > span.geico-icon:active {
  color: #ABC7FF;
}
.dark #consolidated-summary-component .plog .plog-content-wrapper div.plog-input-bar div.form-field > .send-btn {
  color: #7CABFF;
}
.dark #consolidated-summary-component .plog .plog-content-wrapper div.plog-input-bar div.form-field > .send-btn:hover, .dark #consolidated-summary-component .plog .plog-content-wrapper div.plog-input-bar div.form-field > .send-btn:focus {
  color: #C3D9FF;
}
.dark #consolidated-summary-component .plog .plog-content-wrapper div.plog-input-bar div.form-field > .send-btn:active {
  color: #ABC7FF;
}
.dark #consolidated-summary-component .plog .plog-action-bar > span.action {
  color: #7CABFF;
}
.dark #consolidated-summary-component .plog .plog-action-bar > span.action:hover, .dark #consolidated-summary-component .plog .plog-action-bar > span.action:focus {
  color: #C3D9FF;
}
.dark #consolidated-summary-component .plog .plog-action-bar > span.action:active {
  color: #ABC7FF;
}
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/segmented-control/dist/styles/gdk-segmented-control.scss ***!
  \******************************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.segmented-control-component {
  position: relative;
  padding: 0.5rem;
  margin-bottom: 3rem;
}
.segmented-control-component .segmented-control {
  position: relative;
  overflow: hidden;
  padding: 0;
  background-color: #EDEDED;
  border-radius: 1.3rem;
}
.segmented-control-component .segmented-control .drag-drop {
  display: inline-block;
  position: absolute;
  z-index: 2;
  height: 2.6rem;
  line-height: 2.6rem;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  background-color: #327B7B;
  color: #FFFFFF;
  border-radius: 1.3rem;
}
.segmented-control-component .segmented-control .active, .segmented-control-component .segmented-control .drop-target {
  text-decoration: none;
}
.segmented-control-component .segmented-control a {
  outline: 0;
}
.segmented-control-component .segmented-control a:focus, .segmented-control-component .segmented-control a:active {
  text-decoration: none;
}
.segmented-control-component .segmented-control a.keyboard-focus {
  border: 0.1rem dotted #327B7B;
  border-radius: 2rem;
}
.segmented-control-component .segmented-control .dropzone {
  background-color: transparent;
  height: 2.5rem;
  line-height: 2.6rem;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 400;
  color: #1C1C1E;
}
.segmented-control-component .segmented-control .animate-drop {
  -webkit-transition: left 0.35s ease-in-out; /* Safari, Chrome */
  -moz-transition: left 0.35s ease-in-out; /* Firefox 4.0~16.0 */
  transition: left 0.35s ease-in-out; /* IE >9, FF >15, Opera >12.0 */
}

.bg-gradient .segmented-control-component .segmented-control, .bg-color .segmented-control-component .segmented-control {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-gradient .segmented-control-component .segmented-control .drag-drop, .bg-color .segmented-control-component .segmented-control .drag-drop {
  color: #005CCC;
  background-color: #FFFFFF;
}
.bg-gradient .segmented-control-component .segmented-control a.keyboard-focus, .bg-color .segmented-control-component .segmented-control a.keyboard-focus {
  border: 0.2rem dotted #FFFFFF;
}
.bg-gradient .segmented-control-component .segmented-control .dropzone, .bg-color .segmented-control-component .segmented-control .dropzone {
  color: #1C1C1E;
}

.form-field .segmented-control-component {
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: 1rem;
  width: 11rem;
  float: left;
}
.form-field .segmented-control-component .segmented-control .dropzone {
  padding: 0.75rem;
}
.form-field .segmented-control-component .segmented-control .drag-drop {
  height: 3.3rem;
  padding-top: 0.75rem;
}

.dark .segmented-control-component .segmented-control {
  background-color: #2B2B2F;
}
.dark .segmented-control-component .segmented-control .drag-drop {
  background-color: #5ABBBD;
  color: #1C1C1E;
}
.dark .segmented-control-component .segmented-control a {
  color: #FAFAFA;
}
.dark .segmented-control-component .segmented-control a.keyboard-focus {
  border: 0.1rem dotted #5ABBBD;
  background-color: #ADFFFE;
}
.dark .bg-gradient .segmented-control-component .segmented-control, .dark .bg-color .segmented-control-component .segmented-control {
  background-color: rgba(250, 250, 250, 0.5);
}
.dark .bg-gradient .segmented-control-component .segmented-control .drag-drop, .dark .bg-color .segmented-control-component .segmented-control .drag-drop {
  color: #7CABFF;
  background-color: #FAFAFA;
}
.dark .bg-gradient .segmented-control-component .segmented-control a.keyboard-focus, .dark .bg-color .segmented-control-component .segmented-control a.keyboard-focus {
  border: 0.2rem dotted #FAFAFA;
  background-color: transparent;
}
/*!***************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/select2/dist/css/select2.min.css ***!
  \***************************************************************************************************************/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/multiple-select-box/dist/styles/gdk-multiple-select-box.scss ***!
  \**********************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.select2-container--default .select2-results__option[aria-selected=true] {
  background: #fff;
  color: #005CCC;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: inherit;
}

.select2-selection.select2-selection--multiple {
  width: 100% !important;
  max-width: 50rem;
  height: fit-content;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  height: auto !important;
  padding-left: 0;
  padding-right: 0;
  background-color: #F0F4FB;
  border: none;
  border-bottom: 0.1rem solid #005CCC;
  border-top-right-radius: 0.8rem;
  border-top-left-radius: 0.8rem;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple:hover {
  border: none;
  border-bottom: 0.1rem solid #005CCC;
}

span.select2.select2-container.select2-container--default.select2-container--above.select2-container--open, span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
  transition: border-color 0.1s ease-in;
  background-color: #FAFAFA;
  border-top-right-radius: 0.8rem;
  border-top-left-radius: 0.8rem;
  border: 0.1rem solid #005CCC;
  border-bottom: none;
}

span.select2.select2-container.select2-container--default.select2-container--above.select2-container--open {
  border: none;
}
span.select2.select2-container.select2-container--default.select2-container--above.select2-container--open .select2-selection--single {
  border: 0.1rem solid #005CCC;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 0 0 5rem;
}

.select2-container .select2-selection--multiple {
  min-height: 5rem;
}

.select2-container--default .select2-selection--single {
  height: 5rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 4.5rem;
  padding-left: 1.5rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\e214";
  font-family: geico;
  position: absolute;
  top: 1.55rem;
  left: -1rem;
  color: #1C1C1E;
  font-size: 1.2rem;
}
.select2-container--default .select2-search--inline .select2-search__field {
  height: 3.5rem;
}

.select2-container {
  min-width: 40rem;
  margin-bottom: 3.5rem;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
  background-color: #FFFFFF;
  border-radius: 0.8rem;
  border: 0.1rem solid #EDEDED;
}
.select2-container--default .select2-selection--multiple:hover, .select2-container--default .select2-selection--single:hover {
  border: 0.1rem solid #BCBCBC;
}
.select2-container--default .select2-selection--multiple:focus, .select2-container--default .select2-selection--single:focus {
  outline: none;
  border: 0.1rem solid #005CCC;
}
.select2-container--default .select2-selection--multiple:active, .select2-container--default .select2-selection--single:active {
  background-color: #F0F4FB;
  border: 0.1rem solid #005CCC;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--single .select2-selection__choice {
  background: #F0F4FB;
  border-radius: 1.3rem;
  border: 0.1rem solid #005CCC;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 1.1rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove, .select2-container--default .select2-selection--single .select2-selection__choice__remove {
  float: right;
  border-right: 0;
  font-size: 1.8rem;
  margin-left: 0.6rem;
}

.select2-container--default .search-icon {
  left: 0;
  top: 0;
}
.select2-container--default.select2-container--open .search-icon {
  left: -1px;
  top: -1px;
}

.select2-dropdown {
  z-index: 1101;
}

.select2-results__options .select2-results__option[aria-selected=true] {
  color: #005CCC;
}
.select2-results__options .select2-results__option[aria-selected=true]:after {
  content: "✓";
  margin-left: 1rem;
}
.select2-results__options .select2-results__option {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.15);
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-left: 2rem;
  margin-right: 2rem;
}
.select2-results__options .select2-results__option.select2-results__option--highlighted {
  background: #FFFFFF;
  cursor: pointer;
}

.select2-container--focus span.select2-selection.select2-selection--multiple, .select2-container--focus .select2-selection .select2-selection--single {
  background-color: #F0F4FB;
  border: 0.1rem solid #005CCC;
}

.select2-container--focus .select2-selection.select2-selection--single {
  background-color: #F0F4FB;
  border: 0.1rem solid #005CCC;
}
.select2-container--focus.select2-container--open .select2-selection.select2-selection--single {
  border: none;
  border-bottom: 0.1rem solid #005CCC;
}
.select2-container--focus.select2-container--open:hover {
  border: none;
  border-bottom: 0.1rem solid #005CCC;
}

.form-field--error .select2-container {
  margin-bottom: 1rem;
}
.form-field--error .select2-selection.select2-selection--single {
  transition: inherit !important;
  box-shadow: inherit !important;
  margin-bottom: 1rem;
}
.form-field--error span.select2.select2-container.select2-container--default.select2-container--above.select2-container--open, .form-field--error span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open, .form-field--error .select2-container--default .select2-selection--multiple {
  transition: inherit !important;
  box-shadow: inherit !important;
  border-width: 0.1rem;
  margin-bottom: 1rem;
}
.form-field--error .select2-container--default .select2-selection--multiple, .form-field--error .select2-container--default .select2-selection--single {
  background-color: #FBF3F0;
  border: 0.1rem solid #E00B20;
}
.form-field--error .select2-container--focus span.select2-selection.select2-selection--multiple, .form-field--error .select2-container--focus .select2-selection .select2-selection--single {
  background-color: #FBF3F0;
  border: 0.1rem solid #E00B20;
}
.form-field--error .select2-container--focus.select2-container--disabled span.select2-selection.select2-selection--multiple, .form-field--error .select2-container--focus.select2-container--disabled .select2-selection .select2-selection--single {
  background-color: #EDEDED;
  border: 0.1rem solid #BCBCBC;
}
.form-field--error .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  background-color: #FBF3F0;
  border: 0.1rem solid #E00B20;
  border: none;
  border-bottom: 0.1rem solid #E00B20;
}
.form-field--error span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
  border: 0.1rem solid #E00B20;
  border-bottom: none;
}
.form-field--error span.select2.select2-container.select2-container--default.select2-container--above.select2-container--open, .form-field--error span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
  border-bottom: none;
}
.form-field--error .select2-container--focus.select2-container--open .select2-selection.select2-selection--single {
  border-bottom: 0.1rem solid #E00B20;
}
.form-field--error span.select2.select2-container.select2-container--default.select2-container--above.select2-container--open .select2-selection--single {
  border: 0.1rem solid #E00B20;
}
.form-field--error .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  color: #E00B20;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple,
.select2-container--default.select2-container--disabled.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--disabled span.select2-selection.select2-selection--single {
  cursor: not-allowed;
  transition: inherit;
  box-shadow: inherit;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple, .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #EDEDED;
  border: 0.1rem solid #BCBCBC;
  color: #616161;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple input, .select2-container--default.select2-container--disabled .select2-selection--single input {
  cursor: not-allowed;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple input::placeholder, .select2-container--default.select2-container--disabled .select2-selection--single input::placeholder {
  color: #616161;
}
.select2-container--default.select2-container--disabled.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--disabled.select2-container--focus .select2-selection--single {
  background-color: #EDEDED;
  border: 0.1rem solid #BCBCBC;
  color: #616161;
}
.select2-container--default.select2-container--disabled.select2-container--focus .select2-selection--multiple input, .select2-container--default.select2-container--disabled.select2-container--focus .select2-selection--single input {
  cursor: not-allowed;
}
.select2-container--default.select2-container--disabled.select2-container--focus .select2-selection--multiple input::placeholder, .select2-container--default.select2-container--disabled.select2-container--focus .select2-selection--single input::placeholder {
  color: #616161;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow:before {
  color: #616161;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .select2-container {
    min-width: 95%;
  }
  .select2-search__field {
    width: 200px !important;
  }
}
.dark .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ABC7FF;
  background-color: #2B2B2F;
}
.dark .select2-container--default .select2-results__option[aria-selected=true] {
  background: #2B2B2F;
  color: #FFFFFF;
}
.dark .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
}
.dark .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  background-color: #002F65;
  border: none;
}
.dark .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple:hover {
  border: none;
}
.dark span.select2.select2-container.select2-container--default.select2-container--above.select2-container--open, .dark span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
  background-color: #2B2B2F;
  border: 0.1rem solid #ABC7FF;
}
.dark .select2-dropdown {
  background-color: #2B2B2F;
  border: 1px solid #ABC7FF;
}
.dark span.select2.select2-container.select2-container--default.select2-container--above.select2-container--open {
  border: none;
}
.dark span.select2.select2-container.select2-container--default.select2-container--above.select2-container--open .select2-selection--single {
  border: 0.1rem solid #ABC7FF;
}
.dark .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  color: #BCBCBC;
}
.dark .select2-container--default .select2-selection--multiple, .dark .select2-container--default .select2-selection--single {
  background-color: #2B2B2F;
  border: 0.1rem solid #2B2B2F;
  color: #FAFAFA;
}
.dark .select2-container--default .select2-selection--multiple:hover, .dark .select2-container--default .select2-selection--single:hover {
  border: 0.1rem solid #616161;
}
.dark .select2-container--default .select2-selection--multiple:focus, .dark .select2-container--default .select2-selection--single:focus {
  outline: none;
  border: 0.1rem solid #ABC7FF;
}
.dark .select2-container--default .select2-selection--multiple:active, .dark .select2-container--default .select2-selection--single:active {
  background-color: #002F65;
  border: 0.1rem solid #ABC7FF;
}
.dark .select2-container--default .select2-selection--multiple .select2-selection__choice, .dark .select2-container--default .select2-selection--single .select2-selection__choice {
  background: #002F65;
  border: 0.1rem solid #ABC7FF;
  color: #ABC7FF;
}
.dark .select2-results__options .select2-results__option[aria-selected=true] {
  color: #FFFFFF;
}
.dark .select2-results__options .select2-results__option {
  border-bottom: 0.1rem solid #616161;
}
.dark .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background: #2B2B2F;
}
.dark .select2-container--focus span.select2-selection.select2-selection--multiple, .dark .select2-container--focus .select2-selection .select2-selection--single {
  background-color: #002F65;
  border: 0.1rem solid #ABC7FF;
}
.dark .select2-container--focus .select2-selection.select2-selection--single {
  background-color: #002F65;
  border: 0.1rem solid #ABC7FF;
}
.dark .select2-container--focus.select2-container--open .select2-selection.select2-selection--single {
  border: none;
  border-bottom: 0.1rem solid #ABC7FF;
}
.dark .select2-container--focus.select2-container--open:hover {
  border: none;
  border-bottom: 0.1rem solid #ABC7FF;
}
.dark .form-field--error .select2-container--default .select2-selection--multiple, .dark .form-field--error .select2-container--default .select2-selection--single {
  background-color: #550719;
  border: 0.1rem solid #FF888F;
}
.dark .form-field--error .select2-container--focus span.select2-selection.select2-selection--multiple, .dark .form-field--error .select2-container--focus .select2-selection .select2-selection--single {
  background-color: #550719;
  border: 0.1rem solid #FF888F;
}
.dark .form-field--error .select2-container--focus.select2-container--disabled span.select2-selection.select2-selection--multiple, .dark .form-field--error .select2-container--focus.select2-container--disabled .select2-selection .select2-selection--single {
  background-color: #141414;
  border: 0.1rem solid #141414;
}
.dark .form-field--error .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  background-color: #550719;
  border: 0.1rem solid #FF888F;
  border: none;
  border-bottom: 0.1rem solid #FF888F;
}
.dark .form-field--error span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
  border: 0.1rem solid #FF888F;
  border-bottom: none;
}
.dark .form-field--error span.select2.select2-container.select2-container--default.select2-container--above.select2-container--open, .dark .form-field--error span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
  border-bottom: none;
  background: transparent;
}
.dark .form-field--error .select2-container--focus.select2-container--open .select2-selection.select2-selection--single {
  border-bottom: 0.1rem solid #FF888F;
}
.dark .form-field--error span.select2.select2-container.select2-container--default.select2-container--above.select2-container--open .select2-selection--single {
  border: 0.1rem solid #FF888F;
}
.dark .form-field--error .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  color: #FF888F;
}
.dark .select2-container--default.select2-container--disabled .select2-selection--multiple, .dark .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #141414;
  border: 0.1rem solid #141414;
  color: #616161;
}
.dark .select2-container--default.select2-container--disabled .select2-selection--multiple input::placeholder, .dark .select2-container--default.select2-container--disabled .select2-selection--single input::placeholder {
  color: #616161;
}
.dark .select2-container--default.select2-container--disabled.select2-container--focus .select2-selection--multiple, .dark .select2-container--default.select2-container--disabled.select2-container--focus .select2-selection--single {
  background-color: #141414;
  border: 0.1rem solid #141414;
  color: #616161;
}
.dark .select2-container--default.select2-container--disabled.select2-container--focus .select2-selection--multiple input, .dark .select2-container--default.select2-container--disabled.select2-container--focus .select2-selection--single input {
  cursor: not-allowed;
}
.dark .select2-container--default.select2-container--disabled.select2-container--focus .select2-selection--multiple input::placeholder, .dark .select2-container--default.select2-container--disabled.select2-container--focus .select2-selection--single input::placeholder {
  color: #616161;
}
.dark .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow:before {
  color: #616161;
}
.dark .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #BCBCBC;
}
.dark .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #FAFAFA;
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/make-payment/dist/styles/gdk-make-payment.scss ***!
  \********************************************************************************************************************************************************************************/
#make-a-payment-header.bg-gradient ul.list.list--two-column li {
  border-bottom: none !important;
  padding-top: 0;
  padding-bottom: 0;
}

#payment-amount input[type=radio] + label {
  display: flex;
  justify-content: space-between;
}
#payment-amount input[type=radio] + label span:nth-child(1) {
  width: 70%;
}
#payment-amount input[type=radio] + label span:nth-child(2) {
  width: 30%;
}
#payment-amount .amount-input-field {
  margin-top: 2rem;
  display: none;
}

.make-a-payment {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.make-a-payment .inline-amount {
  padding-top: 0.3rem;
  margin-bottom: 1.5rem;
}
.make-a-payment .dynamic-fields-wrapper > div {
  display: none;
}
.make-a-payment .check-image-fields .tooltip > div {
  padding: 0;
}
.make-a-payment .check-image {
  width: 28.1rem;
  padding-left: 1.5rem;
  padding-top: 2.5rem;
  float: left;
}
.make-a-payment .routing-tooltip a {
  display: none;
}

@media screen and (max-width: 609px) {
  .make-a-payment .check-image {
    display: none;
  }
  .make-a-payment .routing-tooltip a {
    display: inline-block;
  }
}
@media screen and (min-width: 480px) {
  .make-a-payment .check-image-fields {
    width: 30.8rem;
  }
}
/*!************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/edit-component/dist/styles/gdk-edit-component.scss ***!
  \************************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.edit-component-container {
  background-color: #FFFFFF;
  border-radius: 1.6rem;
  border: 0.1rem solid #EDEDED;
  width: 100%;
  padding: 3rem;
  margin-bottom: 3rem;
}
.edit-component-container.open {
  border: 0.1rem solid #005CCC;
}
.edit-component-container.open .edit-component-edit-icon {
  color: #005CCC;
  opacity: 0.5;
  cursor: not-allowed;
}
.edit-component-container.open .edit-component-edit-icon:hover, .edit-component-container.open .edit-component-edit-icon:focus, .edit-component-container.open .edit-component-edit-icon:active {
  color: #005CCC;
}
.edit-component-container .edit-component-multi-field-edit-heading-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.edit-component-container .heading {
  font-weight: 700;
  margin-bottom: 0;
  display: inline-block;
  font-size: 2rem;
  line-height: 3rem;
  height: 2.5rem;
}
.edit-component-container .heading .heading-subtext {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 400;
  display: block;
}
.edit-component-container .edit-component-edit-icon {
  display: inline-block;
  transition: transform 0.15s ease-in-out;
  cursor: pointer;
  width: 2.4rem;
  height: 2.4rem;
  font-size: 2.4rem;
  line-height: 2.4rem;
}
.edit-component-container ul {
  margin-bottom: 0;
}
.edit-component-container ul li.edit-component-list-item {
  padding-top: 1.8rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(28, 28, 30, 0.2);
}
.edit-component-container ul li.edit-component-list-item > div:first-child dl {
  margin-bottom: 0;
}
.edit-component-container ul li.edit-component-list-item > div:first-child dl dd {
  font-weight: normal;
  margin-bottom: 0;
}
.edit-component-container ul li.edit-component-list-item:last-child {
  padding-bottom: 0;
}
.edit-component-container ul li.edit-component-list-item:last-child > div:first-child {
  padding-bottom: 0;
}
.edit-component-container ul.edit-component-single-field-edit-list-container li > div:first-child {
  width: calc(100% - 2.4rem);
}
.edit-component-container ul.edit-component-single-field-edit-list-container li > div:last-child {
  width: 2.4rem;
  padding-left: 0;
}
.edit-component-container .edit-component-multi-field-form-container {
  display: none;
  margin-top: 0.6rem;
  padding-top: 3rem;
}

.edit-component-sheet-modal div.sheet-modal-container div.sheet-modal-content h2 {
  margin-bottom: 3rem;
  color: #1C1C1E;
}
.edit-component-sheet-modal div.sheet-modal-container div.sheet-modal-content h3 {
  margin-bottom: 3rem;
}
.edit-component-sheet-modal div.sheet-modal-container div.sheet-modal-content form .form-field {
  width: 100%;
  margin-top: 2rem;
}
.edit-component-sheet-modal div.sheet-modal-container div.sheet-modal-content form .form-field input {
  margin-bottom: 3rem;
}

@media screen and (max-width: 480px) {
  .edit-component-container {
    padding: 1.5rem;
  }
}
.dark .edit-component-container {
  background-color: #1C1C1E;
  border: 0.1rem solid #616161;
}
.dark .edit-component-container.open {
  border: 0.1rem solid #ABC7FF;
}
.dark .edit-component-container.open .edit-component-edit-icon {
  color: #7CABFF;
}
.dark .edit-component-container.open .edit-component-edit-icon:hover, .dark .edit-component-container.open .edit-component-edit-icon:focus, .dark .edit-component-container.open .edit-component-edit-icon:active {
  color: #7CABFF;
}
.dark .edit-component-container .edit-component-edit-icon {
  width: 2.4rem;
  height: 2.4rem;
  font-size: 2.4rem;
  line-height: 2.4rem;
}
.dark .edit-component-container ul li.edit-component-list-item {
  border-bottom: 1px solid rgba(188, 188, 188, 0.2);
}
.dark .edit-component-sheet-modal div.sheet-modal-container div.sheet-modal-content h2 {
  color: #FAFAFA;
}
/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/address-auto-complete/dist/styles/gdk-address-auto-complete.scss ***!
  \**************************************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.address-auto-complete {
  clear: both;
}
.address-auto-complete .query-results-container {
  width: 47rem;
  position: absolute !important;
  left: 0;
  top: 4.7rem;
  background-color: #fff;
  z-index: 1000;
  border-radius: 2px;
  border-top: 1px solid #d9d9d9;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  overflow: hidden;
}
.address-auto-complete .query-results-container .query-results-item {
  font-size: 1.4rem;
  padding: 0.8rem;
  border-top: 1px solid #EDEDED;
}
.address-auto-complete .query-results-container .query-results-item .icon-geolocation {
  margin-right: 0.8rem;
  color: #BCBCBC;
}
.address-auto-complete .query-results-container .query-results-item:hover, .address-auto-complete .query-results-container .query-results-item:focus {
  background-color: #F0F4FB;
}
.address-auto-complete .query-results-container.hidden {
  display: none;
}

@media (max-width: 580px) {
  input.address-search-field, input.address_1, input.address_2 {
    width: 100%;
  }
}
.dark .address-auto-complete {
  clear: both;
}
.dark .address-auto-complete div .query-results-container {
  background-color: #2B2B2F;
  border: 1px solid #ABC7FF;
}
.dark .address-auto-complete div .query-results-container .query-results-item {
  color: #BCBCBC;
  border-top: 1px solid #616161;
}
.dark .address-auto-complete div .query-results-container .query-results-item:hover, .dark .address-auto-complete div .query-results-container .query-results-item:focus {
  background-color: #002F65;
}
/*!**************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/card-selections/dist/styles/gdk-card-selections.scss ***!
  \**************************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.card-selection-wrapper {
  position: relative;
  overflow: visible;
  width: 100%;
  margin-bottom: 3rem;
}
.card-selection-wrapper .card-selections {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.card-selection-wrapper .card-selections .card-selections-card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 48%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
  border: 0.1rem solid #EDEDED;
}
.card-selection-wrapper .card-selections .card-selections-card .radio {
  content: "";
  position: absolute;
  display: block;
  background-color: #FFFFFF;
  border: 0.1rem solid #BCBCBC;
  height: 2.2rem;
  width: 2.2rem;
  top: 1rem;
  right: 1rem;
  border-radius: 50%;
}
.card-selection-wrapper .card-selections .card-selections-card .checkbox {
  content: "";
  position: absolute;
  display: block;
  background-color: #FFFFFF;
  border: 0.1rem solid #BCBCBC;
  height: 2.2rem;
  width: 2.2rem;
  top: 1rem;
  right: 1rem;
  border-radius: 0.6rem;
}
.card-selection-wrapper .card-selections .card-selections-card:hover {
  border: 0.1rem solid #BCBCBC;
}
.card-selection-wrapper .card-selections .card-selections-card:hover .radio,
.card-selection-wrapper .card-selections .card-selections-card:hover .checkbox {
  border: 0.1rem solid #BCBCBC;
}
.card-selection-wrapper .card-selections .card-selections-card:focus {
  border: 0.1rem solid #005CCC;
}
.card-selection-wrapper .card-selections .card-selections-card:focus .radio,
.card-selection-wrapper .card-selections .card-selections-card:focus .checkbox {
  border: 0.1rem solid #005CCC;
}
.card-selection-wrapper .card-selections .card-selections-card .card-selections-image {
  width: 100%;
  object-fit: cover;
}
.card-selection-wrapper .card-selections .card-selections-card .card-selections-image img {
  width: 100%;
}
.card-selection-wrapper .card-selections .card-selections-card .card-selections-icon {
  text-align: center;
  margin-top: 2.4rem;
  margin-bottom: -1.8rem;
}
.card-selection-wrapper .card-selections .card-selections-card .card-selections-header {
  text-align: left;
  display: block;
  width: 100%;
  padding: 2.4rem 4rem 0 3.2rem;
}
.card-selection-wrapper .card-selections .card-selections-card .card-selections-header h4 {
  margin: 0 auto;
}
.card-selection-wrapper .card-selections .card-selections-card .card-selections-header.centered {
  text-align: center;
}
.card-selection-wrapper .card-selections .card-selections-card .card-selections-content {
  flex: 1 1 auto;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1rem 3.5rem 0 3rem;
}
.card-selection-wrapper .card-selections .card-selections-card .card-selections-content.content-left,
.card-selection-wrapper .card-selections .card-selections-card .card-selections-content .content-left {
  text-align: left;
}
.card-selection-wrapper .card-selections .card-selections-card .card-selections-content.centered {
  text-align: center;
}
.card-selection-wrapper .card-selections .card-selections-card .card-selections-content-two-tone {
  display: block;
  width: 100%;
  padding: 0 3.5rem;
  background-color: #EDEDED;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
.card-selection-wrapper .card-selections .card-selections-card .highlight {
  width: 100%;
  background-color: #005CCC;
  color: #ffffff;
  border-radius: 0 0 0.8rem 0.8rem;
  padding: 1rem 0;
}
.card-selection-wrapper .card-selections .card-selections-card .header-text {
  margin-right: 3rem;
  margin-left: 3rem;
}
.card-selection-wrapper .card-selections .card-selections-card.card-selections-selected {
  background-color: #F0F4FB;
  border: 0.1rem solid #005CCC;
}
.card-selection-wrapper .card-selections .card-selections-card.card-selections-selected:not(.checkboxes) .icon-confirmation {
  background-color: #F0F4FB;
  border: 0.1rem solid #005CCC;
  border-radius: 100%;
  height: 2.2rem;
  width: 2.2rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.card-selection-wrapper .card-selections .card-selections-card.card-selections-selected:not(.checkboxes) .icon-confirmation:before {
  content: "";
  background-color: #005CCC;
  height: 1.6rem;
  width: 1.6rem;
  position: absolute;
  border-radius: 50%;
  top: 0.2rem;
  right: 0.2rem;
}
.card-selection-wrapper .card-selections .card-selections-card.card-selections-selected.checkboxes .icon-confirmation {
  background-color: #005CCC;
  color: #FFFFFF;
  border: 0.1rem solid #005CCC;
  border-radius: 0.6rem;
  position: absolute;
  top: 0.9rem;
  right: 1rem;
}
.card-selection-wrapper .card-selections .card-selections-card.card-selections-selected.checkboxes .icon-confirmation:before {
  display: block;
  padding: 0.3rem;
  font-size: 1.2rem;
}
.card-selection-wrapper .card-selections .card-selections-card.card-selections-selected.disabled {
  background-color: #EDEDED;
  border: 0.1rem solid #BCBCBC;
}
.card-selection-wrapper .card-selections .card-selections-card.card-selections-selected.disabled.card-selections-selected:not(.checkboxes) .icon-confirmation {
  background-color: #EDEDED;
  border: 0.1rem solid #616161;
}
.card-selection-wrapper .card-selections .card-selections-card.card-selections-selected.disabled.card-selections-selected:not(.checkboxes) .icon-confirmation:before {
  background-color: #616161;
}
.card-selection-wrapper .card-selections .card-selections-card.card-selections-selected.disabled.card-selections-selected.checkboxes .icon-confirmation {
  background-color: #616161;
  border: 0.1rem solid #616161;
}
.card-selection-wrapper .card-selections .card-selections-card.card-selections-selected.disabled .radio,
.card-selection-wrapper .card-selections .card-selections-card.card-selections-selected.disabled .checkbox {
  background-color: #EDEDED;
  border-color: #BCBCBC;
}
.card-selection-wrapper .card-selections .card-selections-card.card-selections-selected .card-selections-content-two-tone {
  background-color: #005CCC;
  color: #FFFFFF;
}
.card-selection-wrapper .card-selections .card-selections-card.card-selections-selected .card-selections-content-two-tone .card-selections-header h4,
.card-selection-wrapper .card-selections .card-selections-card.card-selections-selected .card-selections-content-two-tone .card-selections-header h3 {
  color: #FFFFFF;
}
.card-selection-wrapper .card-selections .card-selections-card.disabled {
  background-color: #EDEDED;
  border: 0.1rem solid #BCBCBC;
}
.card-selection-wrapper .card-selections .card-selections-card.disabled h4,
.card-selection-wrapper .card-selections .card-selections-card.disabled h3 {
  color: #616161;
}
.card-selection-wrapper .card-selections .card-selections-card.disabled.card-selections-selected:not(.checkboxes) .icon-confirmation {
  background-color: #EDEDED;
  border: 0.1rem solid #616161;
}
.card-selection-wrapper .card-selections .card-selections-card.disabled.card-selections-selected:not(.checkboxes) .icon-confirmation:before {
  background-color: #616161;
}
.card-selection-wrapper .card-selections .card-selections-card.disabled.card-selections-selected.checkboxes .icon-confirmation {
  background-color: #616161;
  border: 0.1rem solid #616161;
}
.card-selection-wrapper .card-selections .card-selections-card.disabled .radio,
.card-selection-wrapper .card-selections .card-selections-card.disabled .checkbox {
  background-color: #EDEDED;
  border: 0.1rem solid #BCBCBC;
}
.card-selection-wrapper .card-selections .card-selections-card.disabled .card-selections-icon .geico-icon {
  opacity: 0.5;
}
.card-selection-wrapper .card-selections .card-selections-card.disabled .card-selections-content-two-tone {
  background-color: #BCBCBC;
}
.card-selection-wrapper .card-selections .card-selections-card.disabled .highlight {
  opacity: 0.5;
}
.card-selection-wrapper .card-selections.three-column .card-selections-card {
  width: 32%;
  margin-left: 0;
  margin-right: 0;
}
.card-selection-wrapper .card-selections.three-column .card-selections-card .card-selections-header {
  padding: 2rem 2.5rem 0 2.5rem;
}
.card-selection-wrapper .card-selections.three-column .card-selections-card .card-selections-content {
  padding: 2rem 2.5rem 0 2.5rem;
}
.card-selection-wrapper .card-selections.three-column .card-selections-card .card-selections-content .header-text {
  margin-left: 0;
  margin-right: 0;
}
.card-selection-wrapper .card-selections.card-selections--slim-icon .card-selections-card .card-selections-icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 2rem;
  float: left;
  width: 5rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.card-selection-wrapper .card-selections.card-selections--slim-icon .card-selections-card .card-selections-header {
  width: calc(100% - 7rem);
  padding: 2rem 4rem 0 0;
}
.card-selection-wrapper .card-selections.card-selections--slim-icon .card-selections-card .card-selections-content {
  width: calc(100% - 7rem);
  padding: 2rem 4rem 0 0;
}
.card-selection-wrapper .card-selections.card-selections--slim-icon .card-selections-card .card-selections-content p {
  margin-bottom: 0.5rem;
}
.card-selection-wrapper .card-selections.card-selections--slim-icon .card-selections-card .highlight {
  margin-left: -7rem;
}
.card-selection-wrapper .card-selections .content-space-around {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.card-selection-wrapper.form-field--error .card-selections-card:not(.card-selections-selected):not(.disabled) {
  background-color: #FBF3F0;
  border: 0.1rem solid #E00B20;
}
.card-selection-wrapper.form-field--error .card-selections-card:not(.card-selections-selected):not(.disabled) .radio,
.card-selection-wrapper.form-field--error .card-selections-card:not(.card-selections-selected):not(.disabled) .checkbox {
  background-color: #FBF3F0;
  border: 0.1rem solid #E00B20;
}
.card-selection-wrapper.form-field--error .card-selections-card:not(.card-selections-selected):not(.disabled):hover {
  background-color: #FBF3F0;
  border: 0.1rem solid #E00B20;
}
.card-selection-wrapper.form-field--error .card-selections-card:not(.card-selections-selected):not(.disabled):hover .radio,
.card-selection-wrapper.form-field--error .card-selections-card:not(.card-selections-selected):not(.disabled):hover .checkbox {
  background-color: #FBF3F0;
  border: 0.1rem solid #E00B20;
}
.card-selection-wrapper.form-field--error .card-selections-card:not(.card-selections-selected):not(.disabled):focus {
  border: 0.1rem solid #005CCC;
}
.card-selection-wrapper.form-field--error .card-selections-card:not(.card-selections-selected):not(.disabled):focus .radio,
.card-selection-wrapper.form-field--error .card-selections-card:not(.card-selections-selected):not(.disabled):focus .checkbox {
  border: 0.1rem solid #005CCC;
}

@media screen and (max-width: 919px) {
  .card-selection-wrapper .card-selections.three-column .card-selections-card {
    width: 48%;
  }
}
@media screen and (max-width: 650px) {
  .card-selection-wrapper .card-selections {
    display: block;
  }
  .card-selection-wrapper .card-selections .card-selections-card {
    width: 100%;
  }
  .card-selection-wrapper .card-selections.three-column .card-selections-card {
    width: 100%;
  }
  .card-selection-wrapper .card-selections.card-selections--slim-icon .card-selections-card {
    position: relative;
  }
  .card-selection-wrapper .card-selections.card-selections--slim-icon .card-selections-card .card-selections-icon {
    margin-left: 2rem;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5rem;
    left: 0;
  }
  .card-selection-wrapper .card-selections.card-selections--slim-icon .card-selections-header {
    margin-left: 6.8rem;
  }
  .card-selection-wrapper .card-selections.card-selections--slim-icon .card-selections-content {
    margin-left: 6.8rem;
  }
  .card-selection-wrapper .card-selections.card-selections--slim-icon .card-selections-content p {
    padding-bottom: 2rem;
  }
  .card-selection-wrapper .card-selections.card-selections--slim-icon .highlight {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .card-selection-wrapper .card-selections {
    justify-content: space-between;
  }
  .card-selection-wrapper .card-selections .card-selections-card {
    margin-left: 0.45rem;
    margin-right: 0.45rem;
  }
}
@media screen and (min-width: 920px) {
  .card-selection-wrapper .card-selections-card {
    margin-left: 0;
    margin-right: 0;
  }
}
.dark .card-selection-wrapper .card-selections .card-selections-card {
  background-color: #2B2B2F;
  border: 0.1rem solid #2B2B2F;
  color: #FAFAFA;
}
.dark .card-selection-wrapper .card-selections .card-selections-card .radio, .dark .card-selection-wrapper .card-selections .card-selections-card .checkbox {
  background-color: #2B2B2F;
  border: 0.1rem solid #BCBCBC;
}
.dark .card-selection-wrapper .card-selections .card-selections-card:hover {
  border: 0.1rem solid #616161;
}
.dark .card-selection-wrapper .card-selections .card-selections-card:hover .radio, .dark .card-selection-wrapper .card-selections .card-selections-card:hover .checkbox {
  border: 0.1rem solid #FAFAFA;
}
.dark .card-selection-wrapper .card-selections .card-selections-card:focus {
  border: 0.1rem solid #ABC7FF;
}
.dark .card-selection-wrapper .card-selections .card-selections-card:focus .radio, .dark .card-selection-wrapper .card-selections .card-selections-card:focus .checkbox {
  background-color: #002F65;
  border: 0.1rem solid #ABC7FF;
}
.dark .card-selection-wrapper .card-selections .card-selections-card .card-selections-content-two-tone {
  background-color: #616161;
  color: #FAFAFA;
}
.dark .card-selection-wrapper .card-selections .card-selections-card.card-selections-selected {
  background-color: #002F65;
  border: 0.1rem solid #ABC7FF;
}
.dark .card-selection-wrapper .card-selections .card-selections-card.card-selections-selected:not(.checkboxes) .icon-confirmation {
  background-color: #002F65;
  border: 0.1rem solid #ABC7FF;
}
.dark .card-selection-wrapper .card-selections .card-selections-card.card-selections-selected:not(.checkboxes) .icon-confirmation:before {
  background-color: #ABC7FF;
}
.dark .card-selection-wrapper .card-selections .card-selections-card.card-selections-selected.checkboxes .icon-confirmation {
  background-color: #ABC7FF;
  color: #000000;
  border: 0.1rem solid #ABC7FF;
}
.dark .card-selection-wrapper .card-selections .card-selections-card.disabled {
  background-color: #141414;
  border: 0.1rem solid #141414;
}
.dark .card-selection-wrapper .card-selections .card-selections-card.disabled.card-selections-selected:not(.checkboxes) .icon-confirmation {
  background-color: #141414;
  border: 0.1rem solid #616161;
}
.dark .card-selection-wrapper .card-selections .card-selections-card.disabled.card-selections-selected:not(.checkboxes) .icon-confirmation:before {
  background-color: #616161;
}
.dark .card-selection-wrapper .card-selections .card-selections-card.disabled .radio, .dark .card-selection-wrapper .card-selections .card-selections-card.disabled .checkbox {
  background-color: #141414;
  border-color: #616161;
}
.dark .card-selection-wrapper .card-selections .card-selections-card.disabled:hover, .dark .card-selection-wrapper .card-selections .card-selections-card.disabled:focus {
  background-color: #141414;
  border: 0.1rem solid #141414;
}
.dark .card-selection-wrapper .card-selections .card-selections-card.disabled .card-selections-header h4, .dark .card-selection-wrapper .card-selections .card-selections-card.disabled .card-selections-header h3 {
  color: #616161;
}
.dark .card-selection-wrapper .card-selections .card-selections-card.disabled .card-selections-content p {
  color: #616161;
}
.dark .card-selection-wrapper .card-selections .card-selections-card.disabled .card-selections-content-two-tone .card-selections-header h4, .dark .card-selection-wrapper .card-selections .card-selections-card.disabled .card-selections-content-two-tone .card-selections-header h3 {
  color: #BCBCBC;
}
.dark .card-selection-wrapper .card-selections .card-selections-card.disabled .card-selections-content-two-tone .card-selections-content p {
  color: #BCBCBC;
}
.dark .card-selection-wrapper.form-field--error .card-selections-card:not(.card-selections-selected):not(.disabled) {
  background-color: #550719;
  border: 0.1rem solid #FF888F;
}
.dark .card-selection-wrapper.form-field--error .card-selections-card:not(.card-selections-selected):not(.disabled) .radio, .dark .card-selection-wrapper.form-field--error .card-selections-card:not(.card-selections-selected):not(.disabled) .checkbox {
  background-color: #550719;
  border: 0.1rem solid #FF888F;
}
.dark .card-selection-wrapper.form-field--error .card-selections-card:not(.card-selections-selected):not(.disabled):hover {
  background-color: #550719;
  border: 0.1rem solid #FF888F;
}
.dark .card-selection-wrapper.form-field--error .card-selections-card:not(.card-selections-selected):not(.disabled):hover .radio, .dark .card-selection-wrapper.form-field--error .card-selections-card:not(.card-selections-selected):not(.disabled):hover .checkbox {
  background-color: #550719;
  border: 0.1rem solid #FF888F;
}
.dark .card-selection-wrapper.form-field--error .card-selections-card:not(.card-selections-selected):not(.disabled):focus {
  background-color: #002F65;
  border: 0.1rem solid #ABC7FF;
}
.dark .card-selection-wrapper.form-field--error .card-selections-card:not(.card-selections-selected):not(.disabled):focus .radio, .dark .card-selection-wrapper.form-field--error .card-selections-card:not(.card-selections-selected):not(.disabled):focus .checkbox {
  background-color: #002F65;
  border: 0.1rem solid #ABC7FF;
}
/*!************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/password-meter/dist/styles/gdk-password-meter.scss ***!
  \************************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.password-wrapper {
  position: relative;
  width: 100%;
}
.password-wrapper input {
  padding-right: 6.5rem;
  width: 100%;
}
.password-wrapper > a {
  font-size: 2.4rem;
  position: absolute;
  right: 1.5rem;
  top: 3.2rem;
  cursor: pointer;
  text-decoration: none;
}
.password-wrapper > a span {
  height: 5rem;
  line-height: 5rem;
  color: #005CCC;
}
.password-wrapper > a:hover span, .password-wrapper > a:focus span {
  color: #295697;
}
.password-wrapper > a:active span {
  color: #1E4071;
}
.password-wrapper.disabled .password-show-hide {
  display: none;
}

.password-meter-container {
  display: none;
  margin-top: -15px;
  margin-bottom: 10px;
}
.password-meter-container > div > div {
  height: 1.6rem;
  width: 6rem;
  margin-right: 0.1rem;
  display: inline-block;
  color: transparent;
  font-size: 1.2rem;
  text-align: center;
  vertical-align: middle;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  font-size: 1.2rem;
  font-weight: 700;
}
.password-meter-container > div.password-weak > div.password-bar:nth-child(1) {
  background-color: #E00B20;
  color: #FFFFFF;
  border-radius: 0.8rem;
}
.password-meter-container > div.password-fair > div:nth-child(2), .password-meter-container > div.password-fair > div:nth-child(1) {
  background-color: #EF5621;
}
.password-meter-container > div.password-fair > div:nth-child(1) {
  color: #EF5621;
  border-radius: 0.8rem 0 0 0.8rem;
}
.password-meter-container > div.password-fair > div:nth-child(2) {
  color: #FFFFFF;
  border-radius: 0 0.8rem 0.8rem 0;
}
.password-meter-container > div.password-strong > div {
  background-color: #22841F;
}
.password-meter-container > div.password-strong > div:nth-child(1) {
  border-radius: 0.8rem 0 0 0.8rem;
}
.password-meter-container > div.password-strong > div:nth-child(2), .password-meter-container > div.password-strong > div:nth-child(1) {
  color: #22841F;
}
.password-meter-container > div.password-strong > div:nth-child(3) {
  color: #FFFFFF;
  border-radius: 0 0.8rem 0.8rem 0;
}

.form-field--error .password-meter-container {
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
}

@media all and (min-width: 480px) {
  .password-wrapper {
    width: 27.8rem;
  }
}
.dark .password-wrapper .password-show-hide span {
  color: #7CABFF;
}
.dark .password-wrapper .password-show-hide:hover span, .dark .password-wrapper .password-show-hide:focus span {
  color: #ABC7FF;
}
.dark .password-wrapper .password-show-hide:active span {
  color: #B6C4FF;
}
.dark .password-meter-container > div.password-weak > div.password-bar:nth-child(1) {
  background-color: #FF888F;
  color: #FAFAFA;
}
.dark .password-meter-container > div.password-fair > div:nth-child(2), .dark .password-meter-container > div.password-fair > div:nth-child(1) {
  background-color: #FF8B64;
}
.dark .password-meter-container > div.password-fair > div:nth-child(1) {
  color: #FF8B64;
}
.dark .password-meter-container > div.password-fair > div:nth-child(2) {
  color: #FAFAFA;
}
.dark .password-meter-container > div.password-strong > div {
  background-color: #72BF59;
}
.dark .password-meter-container > div.password-strong > div:nth-child(2), .dark .password-meter-container > div.password-strong > div:nth-child(1) {
  color: #72BF59;
}
.dark .password-meter-container > div.password-strong > div:nth-child(3) {
  color: #FAFAFA;
}
/*!******************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/credit-card/dist/styles/gdk-credit-card.scss ***!
  \******************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.credit-card-wrapper {
  position: relative;
  width: 100%;
}
.credit-card-wrapper input.credit-card {
  width: 100%;
  padding-left: 5.2rem;
}

.credit-card-image {
  pointer-events: none;
  position: absolute;
  left: 1rem;
  top: 0;
  height: 5rem;
  width: 4rem;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  font-family: "geico";
}
.credit-card-image:not(.americanExpress):not(.visa):not(.mastercard):not(.discover):before {
  color: #EDEDED;
  font-size: 3.2rem;
  content: "\e152";
  line-height: 5rem;
}
.credit-card-image.americanExpress {
  background-image: url(../images/creditCard/cc-amex.png);
}
.credit-card-image.visa {
  background-image: url(../images/creditCard/cc-visa.png);
  width: 3.5rem;
}
.credit-card-image.mastercard {
  background-image: url(../images/creditCard/cc-mastercard.png);
}
.credit-card-image.discover {
  background-image: url(../images/creditCard/cc-discover.png);
}

.credit-card-show-hide {
  font-size: 2.4rem;
  position: absolute;
  right: 1.5rem;
  top: 0;
  font-weight: bolder;
  text-decoration: none;
  cursor: pointer;
}
.credit-card-show-hide span {
  height: 5rem;
  line-height: 5rem;
  color: #005CCC;
}
.credit-card-show-hide:hover span, .credit-card-show-hide:focus span {
  color: #295697;
}
.credit-card-show-hide:active span {
  color: #1E4071;
}

.hide-image .credit-card-wrapper input.credit-card {
  padding-left: 1rem;
}
.hide-image .credit-card-image {
  display: none;
}

.disabled .credit-card-show-hide {
  display: none;
}

.edit .credit-card-show-hide {
  background-color: #FFFFFF;
  padding: 0 1.2rem;
  border-radius: 0.7rem;
  right: 0.1rem;
  top: 0.1rem;
}
.edit .credit-card-show-hide .icon-edit {
  position: relative;
  height: 4.8rem;
  line-height: 4.8rem;
}

input.credit-card::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

@media all and (min-width: 480px) {
  .credit-card-wrapper {
    max-width: 27rem;
  }
}
.dark .credit-card-image:not(.americanExpress):not(.visa):not(.mastercard):not(.discover):before {
  color: #BCBCBC;
}
.dark .credit-card-image.americanExpress {
  background-image: url(../images/creditCard/cc-amex-white.svg);
}
.dark .credit-card-image.visa {
  background-image: url(../images/creditCard/cc-visa-white.png);
}
.dark .credit-card-image.discover {
  background-image: url(../images/creditCard/cc-discover-white.png);
}
.dark .credit-card-show-hide span {
  color: #7CABFF;
}
.dark .credit-card-show-hide:hover span, .dark .credit-card-show-hide:focus span {
  color: #ABC7FF;
}
.dark .credit-card-show-hide:active span {
  color: #B6C4FF;
}
.dark .edit .credit-card-show-hide {
  background-color: #2B2B2F;
}
/*!************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/currency-input/dist/styles/gdk-currency-input.scss ***!
  \************************************************************************************************************************************************************************************/
input.currency-input {
  padding-left: 3rem;
  width: 100%;
}

span.currency-dollar-sign {
  position: absolute;
  padding-left: 1.5rem;
  padding-top: 1.4rem;
  pointer-events: none;
  cursor: pointer;
}

@media all and (min-width: 480px) {
  input.currency-input {
    width: 15.8rem;
  }
}
/*!**************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/vin/dist/styles/gdk-vin.scss ***!
  \**************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.vin-countdown {
  margin-bottom: 3.5rem;
}
.vin-countdown input {
  margin-bottom: 1rem;
  letter-spacing: 0.6rem;
  width: 100%;
  max-width: 41.8rem;
  text-transform: uppercase;
}
.vin-countdown .vin-countdown-info {
  width: 100%;
  max-width: 41.8rem;
  font-size: 1.4rem;
  text-align: left;
}
.vin-countdown .vin-countdown-info .vin-countdown-info-error-message {
  font-size: 1.4rem;
  display: none;
}
.vin-countdown .non-standard-vin-checkbox-container {
  display: none;
}
.vin-countdown .non-standard-vin-checkbox-container fieldset {
  margin-bottom: 0rem;
}

.vin-countdown--good .vin-countdown-info-text {
  -webkit-transition: all 0.3s ease-out; /* Safari, Chrome */
  -moz-transition: all 0.3s ease-out; /* Firefox 4.0~16.0 */
  transition: all 0.3s ease-out; /* IE >9, FF >15, Opera >12.0 */
}
.vin-countdown--good .vin-countdown-info-counter {
  -webkit-transition: all 0.3s ease-out; /* Safari, Chrome */
  -moz-transition: all 0.3s ease-out; /* Firefox 4.0~16.0 */
  transition: all 0.3s ease-out; /* IE >9, FF >15, Opera >12.0 */
  color: #22841F;
}

.vin-countdown--close .vin-countdown-info-text {
  -webkit-transition: all 0.3s ease-out; /* Safari, Chrome */
  -moz-transition: all 0.3s ease-out; /* Firefox 4.0~16.0 */
  transition: all 0.3s ease-out; /* IE >9, FF >15, Opera >12.0 */
}
.vin-countdown--close .vin-countdown-info-counter {
  -webkit-transition: all 0.3s ease-out; /* Safari, Chrome */
  -moz-transition: all 0.3s ease-out; /* Firefox 4.0~16.0 */
  transition: all 0.3s ease-out; /* IE >9, FF >15, Opera >12.0 */
  color: #22841F;
}

.vin-countdown--error {
  background-color: #EDEDED;
  border: 0.1rem solid #E00B20;
  border-radius: 1.6rem;
  padding: 2rem;
  max-width: 46rem;
  width: 100%;
}
.vin-countdown--error input {
  border: 0.1rem solid #E00B20;
}
.vin-countdown--error .vin-countdown-info {
  margin-bottom: 2rem;
}
.vin-countdown--error .vin-countdown-info .vin-countdown-info-text {
  color: #E00B20;
}
.vin-countdown--error .vin-countdown-info .vin-countdown-info-counter {
  color: #E00B20;
}
.vin-countdown--error .vin-countdown-info .vin-countdown-info-error-message {
  color: #E00B20;
  display: block;
}
.vin-countdown--error .non-standard-vin-checkbox-container {
  display: block;
}

.vin-countdown--non-standard-vin {
  background-color: #EDEDED;
  border: 2px solid #EDEDED;
  border-radius: 1.6rem;
  padding: 2rem;
  max-width: 46rem;
  width: 100%;
}
.vin-countdown--non-standard-vin input {
  border: 0.1rem solid #1C1C1E;
}
.vin-countdown--non-standard-vin .vin-countdown-info {
  display: none;
}
.vin-countdown--non-standard-vin .non-standard-vin-checkbox-container {
  margin-top: 1rem;
  display: block;
}

.bg-gradient .vin-countdown--error, .bg-color .vin-countdown--error, .bg-color--foggy .vin-countdown--error, .bg-color--overcast .vin-countdown--error {
  background-color: #FAFAFA;
  border: 2px solid #E00B20;
  border-radius: 1.6rem;
  padding: 2rem;
}
.bg-gradient .vin-countdown--error label, .bg-color .vin-countdown--error label, .bg-color--foggy .vin-countdown--error label, .bg-color--overcast .vin-countdown--error label {
  color: #E00B20;
}
.bg-gradient .vin-countdown--error input, .bg-color .vin-countdown--error input, .bg-color--foggy .vin-countdown--error input, .bg-color--overcast .vin-countdown--error input {
  border: 0.2rem solid #E00B20;
}
.bg-gradient .vin-countdown--error .vin-countdown-info .vin-countdown-info-text, .bg-color .vin-countdown--error .vin-countdown-info .vin-countdown-info-text, .bg-color--foggy .vin-countdown--error .vin-countdown-info .vin-countdown-info-text, .bg-color--overcast .vin-countdown--error .vin-countdown-info .vin-countdown-info-text {
  color: #E00B20;
}
.bg-gradient .vin-countdown--error .vin-countdown-info .vin-countdown-info-counter, .bg-color .vin-countdown--error .vin-countdown-info .vin-countdown-info-counter, .bg-color--foggy .vin-countdown--error .vin-countdown-info .vin-countdown-info-counter, .bg-color--overcast .vin-countdown--error .vin-countdown-info .vin-countdown-info-counter {
  color: #E00B20;
}
.bg-gradient .vin-countdown--error .vin-countdown-info .vin-countdown-info-error-message, .bg-color .vin-countdown--error .vin-countdown-info .vin-countdown-info-error-message, .bg-color--foggy .vin-countdown--error .vin-countdown-info .vin-countdown-info-error-message, .bg-color--overcast .vin-countdown--error .vin-countdown-info .vin-countdown-info-error-message {
  color: #E00B20;
  display: block;
}
.bg-gradient .vin-countdown--error .non-standard-vin-checkbox-container, .bg-color .vin-countdown--error .non-standard-vin-checkbox-container, .bg-color--foggy .vin-countdown--error .non-standard-vin-checkbox-container, .bg-color--overcast .vin-countdown--error .non-standard-vin-checkbox-container {
  display: block;
}
.bg-gradient .vin-countdown--non-standard-vin, .bg-color .vin-countdown--non-standard-vin, .bg-color--foggy .vin-countdown--non-standard-vin, .bg-color--overcast .vin-countdown--non-standard-vin {
  background-color: #FAFAFA;
  border-radius: 1.6rem;
  padding: 2rem;
}
.bg-gradient .vin-countdown--non-standard-vin label, .bg-color .vin-countdown--non-standard-vin label, .bg-color--foggy .vin-countdown--non-standard-vin label, .bg-color--overcast .vin-countdown--non-standard-vin label {
  color: #1C1C1E;
}
.bg-gradient .vin-countdown--non-standard-vin input, .bg-color .vin-countdown--non-standard-vin input, .bg-color--foggy .vin-countdown--non-standard-vin input, .bg-color--overcast .vin-countdown--non-standard-vin input {
  border: 0.1rem solid #1C1C1E;
}
.bg-gradient .vin-countdown--non-standard-vin .vin-countdown-info, .bg-color .vin-countdown--non-standard-vin .vin-countdown-info, .bg-color--foggy .vin-countdown--non-standard-vin .vin-countdown-info, .bg-color--overcast .vin-countdown--non-standard-vin .vin-countdown-info {
  display: none;
}
.bg-gradient .vin-countdown--non-standard-vin .non-standard-vin-checkbox-container, .bg-color .vin-countdown--non-standard-vin .non-standard-vin-checkbox-container, .bg-color--foggy .vin-countdown--non-standard-vin .non-standard-vin-checkbox-container, .bg-color--overcast .vin-countdown--non-standard-vin .non-standard-vin-checkbox-container {
  margin-top: 1rem;
  display: block;
}

@media (max-width: 450px) {
  .vin-countdown input {
    letter-spacing: 0.4rem;
  }
}
.dark .vin-countdown--good .vin-countdown-info-counter {
  color: #72BF59;
}
.dark .vin-countdown--close .vin-countdown-info-counter {
  color: #72BF59;
}
.dark .vin-countdown--error {
  background-color: #1C1C1E;
  border: 0.1rem solid #FF888F;
}
.dark .vin-countdown--error input {
  border: 0.1rem solid #FF888F;
}
.dark .vin-countdown--error .vin-countdown-info .vin-countdown-info-text {
  color: #FF888F;
}
.dark .vin-countdown--error .vin-countdown-info .vin-countdown-info-counter {
  color: #FF888F;
}
.dark .vin-countdown--error .vin-countdown-info .vin-countdown-info-error-message {
  color: #FF888F;
}
.dark .vin-countdown--non-standard-vin {
  background-color: #1C1C1E;
  border: 0.1rem solid #1C1C1E;
}
.dark .vin-countdown--non-standard-vin input {
  border: none;
}
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/progress-indicator/dist/styles/gdk-progress-indicator.scss ***!
  \********************************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.progress-indicator-container {
  display: flex;
  padding: 2.6rem 0;
}
.progress-indicator-container .progress-indicator {
  display: flex;
  position: relative;
  width: 100%;
  min-width: 0;
  padding-right: 0.8rem;
}
.progress-indicator-container .progress-indicator .progress-item-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-grow: 1;
  min-width: 0;
}
.progress-indicator-container .progress-indicator .progress-item-container .title {
  text-align: center;
  color: #1C1C1E;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}
.progress-indicator-container .progress-indicator .progress-item-container .capsule {
  width: 100%;
  border-radius: 1rem;
  height: 0.8rem;
  background-color: rgba(243, 162, 65, 0.25);
}
.progress-indicator-container .progress-indicator .progress-item-container .capsule .fill {
  width: 0;
  background-color: #F3A241;
  border-radius: 1rem;
  height: 8px;
}
.progress-indicator-container .progress-indicator:last-child {
  padding-right: 0;
}
.progress-indicator-container.edit-prior-info {
  height: auto;
}
.progress-indicator-container.edit-prior-info .progress-indicator .progress-item-container .title {
  white-space: break-spaces;
  line-height: 1.6rem;
  margin-bottom: 1rem;
  padding-top: 0.4rem;
}
.progress-indicator-container.edit-prior-info .progress-indicator .progress-item-container a.title {
  color: #005CCC;
}
.progress-indicator-container.edit-prior-info .progress-indicator .progress-item-container a.title:hover {
  color: #295697;
}
.progress-indicator-container.edit-prior-info .progress-indicator .progress-item-container a.title:active {
  color: #1E4071;
}

@media (max-width: 768px) and (min-width: 0) {
  .progress-indicator-container {
    flex-wrap: nowrap;
    padding: 0.7rem 0;
  }
  .progress-indicator-container .progress-indicator {
    padding-top: 2.8rem;
    padding-right: 0.4rem;
  }
  .progress-indicator-container .progress-indicator.main {
    flex-shrink: 0;
    flex-basis: 50%;
    padding-top: 0.6rem;
  }
  .progress-indicator-container .progress-indicator.main-full-width {
    flex-shrink: 0;
    flex-basis: 100%;
    padding-top: 0;
  }
  .progress-indicator-container .progress-indicator .progress-item-container .title {
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: -2px;
  }
  .progress-indicator-container .progress-indicator .progress-item-container .title:not(.active, a) {
    display: none;
    padding-top: 1rem;
    height: 2.2rem;
  }
  .progress-indicator-container .progress-indicator .progress-item-container .title.active {
    font-size: 1.4rem;
  }
  .progress-indicator-container .progress-indicator .progress-item-container .capsule {
    height: 0.8rem;
  }
  .progress-indicator-container .progress-indicator .progress-item-container .capsule .fill {
    height: 0.8rem;
  }
  .progress-indicator-container .progress-indicator:last-child {
    padding-right: 0;
  }
  .progress-indicator-container.edit-prior-info .progress-indicator .progress-item-container .title {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 480px) {
  .progress-indicator-container .progress-indicator.main {
    padding-top: 0.3rem;
  }
}
.dark .progress-indicator-container .progress-indicator .progress-item-container .title {
  color: #BCBCBC;
}
.dark .progress-indicator-container .progress-indicator .progress-item-container .title.complete {
  color: #FAFAFA;
}
.dark .progress-indicator-container .progress-indicator .progress-item-container .title.active {
  color: #FAFAFA;
}
.dark .progress-indicator-container .progress-indicator .progress-item-container .capsule {
  background-color: rgba(244, 158, 55, 0.25);
}
.dark .progress-indicator-container .progress-indicator .progress-item-container .capsule .fill {
  background-color: #F49E37;
}
.dark .progress-indicator-container.edit-prior-info .progress-indicator .progress-item-container a.title {
  color: #7CABFF;
}
.dark .progress-indicator-container.edit-prior-info .progress-indicator .progress-item-container a.title:hover {
  color: #C3D9FF;
}
.dark .progress-indicator-container.edit-prior-info .progress-indicator .progress-item-container a.title:active {
  color: #ABC7FF;
}
/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/instructional-overlay/dist/styles/gdk-instructional-overlay.scss ***!
  \**************************************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */
.instructional-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 2rem;
  display: none;
  flex-direction: column;
  cursor: pointer;
  background: rgba(28, 28, 30, 0.8);
}
.instructional-overlay.instructional-overlay--show {
  background: rgba(28, 28, 30, 0.8);
  -webkit-transition: background 0.3s ease-out; /* Safari, Chrome */
  -moz-transition: background 0.3s ease-out; /* Firefox 4.0~16.0 */
  transition: background 0.3s ease-out; /* IE >9, FF >15, Opera >12.0 */
}
.instructional-overlay .intro {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 12rem 0;
}
.instructional-overlay .intro h1 {
  font-weight: 700;
  flex-basis: 100%;
  text-align: center;
  margin-bottom: 3rem;
}
.instructional-overlay .instructional-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.instructional-overlay .view-policy {
  background-image: url(../images/overlay/coverages.png);
  height: 16rem;
}

@media (max-width: 550px) {
  .instructional-overlay {
    justify-content: space-around;
  }
  .instructional-overlay .intro {
    justify-content: left;
    margin: 0;
  }
  .instructional-overlay .intro h1 {
    text-align: left;
  }
  .instructional-overlay .instructional-image {
    background-position: left;
  }
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/quote-recall/dist/styles/gdk-quote-recall.scss ***!
  \********************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.quote-recall {
  margin-bottom: 3rem;
}
.quote-recall li {
  background-color: #EDEDED;
  padding: 2rem 0 0.1rem 0;
  margin-bottom: 1rem;
}
.quote-recall .quote-summary {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0 2rem;
}
.quote-recall .quote-summary-content {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 40%;
  justify-content: flex-end;
}
.quote-recall .quote-summary-content:first-child {
  flex-basis: 60%;
  justify-content: flex-start;
}
.quote-recall .description {
  flex-basis: 40%;
}
.quote-recall .description h3 {
  margin-bottom: 0;
  color: #1C1C1E;
}
.quote-recall .info {
  display: flex;
  padding-right: 1rem;
}
.quote-recall .premium {
  padding: 0 3rem;
}
.quote-recall .actions {
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.quote-recall .actions button {
  margin-bottom: 0;
  margin-right: 0;
}
.quote-recall .actions div {
  padding-top: 1rem;
  padding-left: 2rem;
}
.quote-recall .actions .quote-details-link {
  text-decoration: none;
}
.quote-recall .actions .quote-details-link:visited {
  color: #005CCC;
}
.quote-recall .actions .quote-details-link-arrow {
  cursor: pointer;
}
.quote-recall .actions .quote-details-link-arrow:after {
  font-family: geico;
  content: "\e214";
  font-size: 1.6rem;
  color: #005CCC;
  padding-left: 1rem;
}
.quote-recall .open .actions .quote-details-link-arrow:after {
  content: "\e215";
}
.quote-recall .quote-details {
  display: none;
  padding: 0.3rem;
}
.quote-recall .quote-details .table-wrapper {
  box-shadow: none;
  margin-bottom: 0;
}
.quote-recall .quote-details .table-header {
  background-color: #FAFAFA;
  border-bottom: none;
  padding-left: 1.5rem;
}
.quote-recall .quote-details .table-header h3 {
  margin-bottom: 0;
}
.quote-recall .quote-details tbody tr td:first-child {
  padding-left: 1.5rem;
}
.quote-recall .quote-details .sub-section-header {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1rem 0 2rem 0;
}
.quote-recall .quote-details .quote-detail {
  padding-bottom: 2rem;
}
.quote-recall .quote-details .quote-detail:last-child {
  padding-bottom: 1rem;
}
.quote-recall .quote-details .quote-detail div:first-child {
  font-weight: 700;
  padding-bottom: 0.75rem;
}
.quote-recall .quote-details .quote-detail div:last-child {
  color: #616161;
  font-style: italic;
}

.table-wrapper {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 2px 4px 1px #BCBCBC;
  font-size: 14px;
  overflow-x: auto;
  margin-bottom: 3rem;
}
.table-wrapper .table-header,
.table-wrapper .table-footer {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  height: 56px;
  align-items: center;
  padding: 10px;
  color: #616161;
}
.table-wrapper .table-header {
  border-bottom: 1px solid #EDEDED;
  font-size: 18px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.table-wrapper form {
  padding: 0;
}
.table-wrapper form table {
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.table-wrapper form table tr {
  color: #222222;
}
.table-wrapper form table tr:nth-child(odd) {
  background-color: #FAFAFA;
}
.table-wrapper form table tr:nth-child(even) {
  background-color: #FFFFFF;
}
.table-wrapper form table tbody tr td {
  padding: 4px 0;
  vertical-align: middle;
  text-align: left;
}
.table-wrapper form table tbody tr td:first-child {
  padding-left: 1rem;
}

@media (max-width: 767px) {
  .quote-recall .quote-summary .quote-summary-content {
    flex-basis: 100%;
    justify-content: flex-start;
  }
  .quote-recall .quote-summary .quote-summary-content:first-child {
    margin-bottom: 2rem;
    flex-basis: 100%;
  }
  .quote-recall .description {
    flex-basis: 30%;
  }
}
@media (max-width: 480px) {
  .quote-recall .quote-summary .quote-summary-content {
    flex: 1 1 100%;
  }
  .quote-recall .quote-summary .quote-summary-content:first-child {
    margin-bottom: 0;
  }
  .quote-recall .quote-summary .quote-summary-content div {
    flex: 1 1 100%;
  }
  .quote-recall .info {
    flex-wrap: wrap;
  }
  .quote-recall .premium {
    padding: 2rem 0;
  }
  .quote-recall .actions {
    padding-top: 1rem;
  }
  .quote-recall .actions div {
    display: flex;
    justify-content: flex-end;
  }
  .quote-recall .actions button {
    flex: 1 1 100%;
  }
}
.dark .quote-recall li {
  background-color: #2B2B2F;
}
.dark .quote-recall .description h3 {
  color: #FAFAFA;
}
.dark .quote-recall .actions .quote-details-link:visited {
  color: #7CABFF;
}
.dark .quote-recall .actions .quote-details-link-arrow:after {
  color: #7CABFF;
}
.dark .quote-recall .quote-details .table-header {
  background-color: #1C1C1E;
}
.dark .quote-recall .quote-details .quote-detail div:last-child {
  color: #BCBCBC;
}
.dark .table-wrapper {
  box-shadow: none;
}
.dark .table-wrapper .table-header,
.dark .table-wrapper .table-footer {
  color: #FAFAFA;
}
.dark .table-wrapper .table-header {
  border-bottom: 1px solid #616161;
  background-color: #1C1C1E;
}
.dark .table-wrapper form table tr {
  color: #FAFAFA;
}
.dark .table-wrapper form table tr:nth-child(odd) {
  background-color: #1C1C1E;
}
.dark .table-wrapper form table tr:nth-child(even) {
  background-color: #141414;
}
/*!**************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/expandable-form/dist/styles/gdk-expandable-form.scss ***!
  \**************************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
ul.expandable-form {
  margin: 0 auto;
  margin-bottom: 3rem;
}
ul.expandable-form > li {
  position: relative;
  -webkit-transition: transform 0.25s ease-in-out; /* Safari, Chrome */
  -moz-transition: transform 0.25s ease-in-out; /* Firefox 4.0~16.0 */
  transition: transform 0.25s ease-in-out; /* IE >9, FF >15, Opera >12.0 */
  background-color: #FFFFFF;
  border-radius: 1.6rem;
  border: 0.1rem solid #EDEDED;
  padding: 3rem 3rem 2rem 3rem;
  margin-bottom: 1rem;
}
ul.expandable-form > li.expanded {
  border: 0.1rem solid #005CCC;
}
ul.expandable-form > li.expanded .expandable-form-headline {
  border: none;
  box-shadow: none;
}
ul.expandable-form > li .expandable-form-headline {
  outline: 0;
  display: block;
  text-decoration: none;
  position: relative;
  -webkit-transition: background-color 0.15s ease-in-out; /* Safari, Chrome */
  -moz-transition: background-color 0.15s ease-in-out; /* Firefox 4.0~16.0 */
  transition: background-color 0.15s ease-in-out; /* IE >9, FF >15, Opera >12.0 */
  padding-right: 5.5rem;
}
ul.expandable-form > li .expandable-form-headline .left-side {
  padding-left: 0rem;
  display: inline-block;
}
ul.expandable-form > li .expandable-form-headline .left-side.left-with-subtext {
  position: static;
  float: none;
  vertical-align: middle;
}
ul.expandable-form > li .expandable-form-headline .left-side.left-with-subtext p {
  margin-bottom: 1rem;
}
ul.expandable-form > li .expandable-form-headline .left-side p.h4 {
  margin-bottom: 1rem;
}
ul.expandable-form > li .expandable-form-headline .left-side p.tags {
  font-size: 1.4rem;
}
ul.expandable-form > li .expandable-form-headline .left-side p.tags::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 2px;
  border-radius: 50%;
}
ul.expandable-form > li .expandable-form-headline .left-side p.tags.tags-general::before {
  background: #005CCC;
}
ul.expandable-form > li .expandable-form-headline .left-side p.tags.tags-confirmation::before {
  background: #22841F;
}
ul.expandable-form > li .expandable-form-headline .left-side p.tags.tags-good::before {
  background: #81B90C;
}
ul.expandable-form > li .expandable-form-headline .left-side p.tags.tags-tip::before {
  background: #FFBA23;
}
ul.expandable-form > li .expandable-form-headline .left-side p.tags.tags-attention::before {
  background: #EF5621;
}
ul.expandable-form > li .expandable-form-headline .left-side p.tags.tags-concerning::before {
  background: #E00B20;
}
ul.expandable-form > li .expandable-form-headline .left-side p.tags.tags-removed::before {
  background: #616161;
}
ul.expandable-form > li .expandable-form-headline .left-side p:nth-child(2) {
  font-size: 14px;
}
ul.expandable-form > li .expandable-form-headline .right-side .expandable-form-control {
  font-family: geico;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari, Chrome */
  -moz-transform: translateY(-50%); /* Firefox 3.5~16.0 */
  -ms-transform: translateY(-50%); /* IE9~10 */
  -o-transform: translateY(-50%); /* Opera 10.5~12.10 */
  transform: translateY(-50%);
  -webkit-transition: color 0.15s ease-in-out; /* Safari, Chrome */
  -moz-transition: color 0.15s ease-in-out; /* Firefox 4.0~16.0 */
  transition: color 0.15s ease-in-out; /* IE >9, FF >15, Opera >12.0 */
  width: 2.4rem;
  height: 2.4rem;
  font-size: 2.4rem;
  line-height: 2.4rem;
}
ul.expandable-form > li .expandable-form-headline .right-side .expandable-form-control.keyboard-focus {
  border: 1px dotted #FFFFFF;
}
ul.expandable-form > li .expandable-form-headline .right-side .expandable-form-delete-icon {
  right: 3rem;
  top: 1rem;
  color: #616161;
}
ul.expandable-form > li .expandable-form-headline .right-side .expandable-form-delete-icon[aria-disabled=true] {
  pointer-events: none;
  opacity: 0.5;
}
ul.expandable-form > li .expandable-form-headline .right-side .expandable-form-delete-icon:hover {
  color: #7b7b7b;
}
ul.expandable-form > li .expandable-form-headline .right-side .expandable-form-delete-icon:focus, ul.expandable-form > li .expandable-form-headline .right-side .expandable-form-delete-icon:active {
  color: #878787;
}
ul.expandable-form > li .expandable-form-headline .right-side .expandable-form-edit-icon {
  right: -0.8rem;
  top: 1rem;
}
ul.expandable-form > li .expandable-form-headline .right-side .expandable-form-edit-icon[aria-disabled=true] {
  pointer-events: none;
  opacity: 0.5;
}
ul.expandable-form > li .expandable-form-headline .right-side .expandable-form-add-icon {
  right: -0.8rem;
  top: 1rem;
  -webkit-transition: transform 0.25s linear; /* Safari, Chrome */
  -moz-transition: transform 0.25s linear; /* Firefox 4.0~16.0 */
  transition: transform 0.25s linear; /* IE >9, FF >15, Opera >12.0 */
}
ul.expandable-form > li .expandable-form-headline .right-side .expandable-form-add-icon[aria-disabled=true] {
  pointer-events: none;
  opacity: 0.5;
}
ul.expandable-form > li .expandable-form-headline .right-side .expandable-form-add-icon.rotate-down.icon-expand {
  -webkit-transform: matrix(0.71, -0.71, 0.71, 0.71, 0, -20); /* Safari, Chrome */
  -moz-transform: matrix(0.71, -0.71, 0.71, 0.71, 0, -20); /* Firefox 3.5~16.0 */
  -ms-transform: matrix(0.71, -0.71, 0.71, 0.71, 0, -20); /* IE9~10 */
  -o-transform: matrix(0.71, -0.71, 0.71, 0.71, 0, -20); /* Opera 10.5~12.10 */
  transform: matrix(0.71, -0.71, 0.71, 0.71, 0, -20);
}
ul.expandable-form > li .expandable-form-headline .right-side .expandable-form-view-icon {
  -webkit-transition: transform 0.5s ease-in-out; /* Safari, Chrome */
  -moz-transition: transform 0.5s ease-in-out; /* Firefox 3.5~16.0 */
  -ms-transition: transform 0.5s ease-in-out; /* IE9~10 */
  -o-transition: transform 0.5s ease-in-out; /* Opera 10.5~12.10 */
  transition: transform 0.5s ease-in-out;
  right: -0.8rem;
}
ul.expandable-form > li .expandable-form-headline .right-side .expandable-form-view-icon.rotate-down {
  -webkit-transform: matrix(-1, 0, 0, -1, 0, -20); /* Safari, Chrome */
  -moz-transform: matrix(-1, 0, 0, -1, 0, -20); /* Firefox 3.5~16.0 */
  -ms-transform: matrix(-1, 0, 0, -1, 0, -20); /* IE9~10 */
  -o-transform: matrix(-1, 0, 0, -1, 0, -20); /* Opera 10.5~12.10 */
  transform: matrix(-1, 0, 0, -1, 0, -20);
}
ul.expandable-form > li .expandable-form-headline .right-side .expandable-form-view-icon[aria-disabled=true] {
  pointer-events: none;
  opacity: 0.5;
}
ul.expandable-form > li ul.list.list--two-column.expandable-form-summary-list {
  margin-bottom: 0;
}
ul.expandable-form > li ul.list.list--two-column.expandable-form-summary-list li:last-child {
  border-bottom: none;
  padding-bottom: 1rem;
}
ul.expandable-form > li.add-state {
  background-color: #FFFFFF;
  border: 0.2rem dashed rgba(0, 0, 0, 0.15);
  border-radius: 1.6rem;
}
ul.expandable-form > li.add-state .expandable-form-headline {
  border: none;
}
ul.expandable-form > li.add-state .expandable-form-headline .left-side {
  display: inline-block;
}
ul.expandable-form > li.add-state .expandable-form-headline .left-side p {
  margin-bottom: 1rem;
}
ul.expandable-form > li.add-state .expandable-form-headline .left-side .expandable-form-flag {
  font-size: 1.2rem;
  line-height: 1.6rem;
  background-color: #EDEDED;
  padding: 0.6rem 0.8rem;
  margin-left: 2rem;
  margin-bottom: 0;
  height: 100%;
  border-radius: 0.3rem;
  color: #616161;
  min-width: 7rem;
  text-align: center;
}
ul.expandable-form > li.add-state .expandable-form-headline .right-side .icon-expand {
  top: 1.4rem;
}
ul.expandable-form > li.add-state.expanded {
  border: 0.1rem solid #005CCC;
}
ul.expandable-form > li.alert-state {
  border: 0.1rem solid #EF5621;
}
ul.expandable-form > li[aria-disabled=true] {
  pointer-events: none;
  opacity: 0.5;
}
ul.expandable-form > li.deleted-animation {
  -webkit-transform: scaleY(0); /* Safari, Chrome */
  -moz-transform: scaleY(0); /* Firefox 3.5~16.0 */
  -ms-transform: scaleY(0); /* IE9~10 */
  -o-transform: scaleY(0); /* Opera 10.5~12.10 */
  transform: scaleY(0);
  overflow: hidden;
}
ul.expandable-form > li .expandable-form-content-container {
  display: none;
  clear: both;
  margin-top: 2.5rem;
}
ul.expandable-form > li .expandable-form-content-container.view-only {
  padding: 0;
}
ul.expandable-form > li .expandable-form-content-container.view-only .padded-section {
  padding-left: 3rem;
  padding-right: 3rem;
}
ul.expandable-form > li .expandable-form-content-container.view-only .btn-with-messaging {
  margin-bottom: 0.5rem;
}
ul.expandable-form > li .expandable-form-content-container.view-only .btn-message {
  float: right;
  margin-right: 1rem;
  margin-bottom: 3rem;
}
ul.expandable-form > li .expandable-form-content-container.view-only .cloudy-bg-section {
  background-color: #FAFAFA;
  border-radius: 0 0 1.6rem 1.6rem;
  padding-top: 1.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  width: calc(100% + 6rem);
  margin: 3rem -3rem -5rem -3rem;
}
ul.expandable-form > li .expandable-form-content {
  padding-bottom: 5rem;
}
ul.expandable-form.expandable-form--view-only > li .expandable-form-headline {
  border-bottom: none;
}
ul.expandable-form.expandable-form--view-only > li .expandable-form-headline p.h4 {
  margin-bottom: 1rem;
}
ul.expandable-form.expandable-form--view-only > li .right-side .expandable-form-view-icon {
  top: 1.2rem;
}
ul.expandable-form.expandable-form--view-only > li .expandable-form-content-container.view-only {
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  ul.expandable-form > li .expandable-form-headline .left-side.left-with-subtext p:not(.h4) {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media (max-width: 480px) {
  ul.expandable-form > li {
    padding: 1.5rem 1.5rem 0.5rem 1.5rem;
  }
  ul.expandable-form > li .expandable-form-headline .left-side.left-with-subtext {
    position: relative;
  }
  ul.expandable-form > li .expandable-form-headline .right-side {
    text-align: left;
    padding-top: 0rem;
    margin-right: 0rem;
  }
  ul.expandable-form > li ul.list.list--two-column.expandable-form-summary-list li div {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  ul.expandable-form > li .expandable-form-content-container.view-only .padded-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  ul.expandable-form > li .expandable-form-content-container.view-only .cloudy-bg-section {
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 1.5rem -1.5rem -1.5rem -1.5rem;
    width: calc(100% + 3rem);
  }
  ul.expandable-form > li.add-state .expandable-form-headline .left-side {
    display: inline-block;
  }
  ul.expandable-form > li.add-state .expandable-form-headline .left-side .expandable-form-flag {
    margin-left: 0;
    margin-top: -1rem;
    max-width: 7rem;
    margin-bottom: 1rem;
  }
}
.dark ul.expandable-form > li {
  background-color: #1C1C1E;
  border: 0.1rem solid #616161;
}
.dark ul.expandable-form > li.expanded {
  border: 0.1rem solid #ABC7FF;
}
.dark ul.expandable-form > li .expandable-form-headline .right-side .expandable-form-control.keyboard-focus {
  border: 1px dotted #FFFFFF;
}
.dark ul.expandable-form > li .expandable-form-headline .right-side .expandable-form-delete-icon {
  color: #616161;
}
.dark ul.expandable-form > li .expandable-form-headline .right-side .expandable-form-delete-icon:hover {
  color: #BCBCBC;
}
.dark ul.expandable-form > li .expandable-form-headline .right-side .expandable-form-delete-icon:focus, .dark ul.expandable-form > li .expandable-form-headline .right-side .expandable-form-delete-icon:active {
  color: #FAFAFA;
}
.dark ul.expandable-form > li.add-state {
  background-color: #1C1C1E;
  border: 0.2rem dashed #616161;
}
.dark ul.expandable-form > li.add-state .expandable-form-headline .left-side .expandable-form-flag {
  background-color: #616161;
  color: #BCBCBC;
}
.dark ul.expandable-form > li.add-state .expandable-form-headline .left-side .tags::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 2px;
  border-radius: 50%;
}
.dark ul.expandable-form > li.add-state .expandable-form-headline .left-side .tags.tags-general::before {
  background: #7CABFF;
}
.dark ul.expandable-form > li.add-state .expandable-form-headline .left-side .tags.tags-confirmation::before {
  background: #72BF59;
}
.dark ul.expandable-form > li.add-state .expandable-form-headline .left-side .tags.tags-good::before {
  background: #A7CF53;
}
.dark ul.expandable-form > li.add-state .expandable-form-headline .left-side .tags.tags-tip::before {
  background: #E1B539;
}
.dark ul.expandable-form > li.add-state .expandable-form-headline .left-side .tags.tags-attention::before {
  background: #FF8B64;
}
.dark ul.expandable-form > li.add-state .expandable-form-headline .left-side .tags.tags-concerning::before {
  background: #FF888F;
}
.dark ul.expandable-form > li.add-state .expandable-form-headline .left-side .tags.tags-removed::before {
  background: #BCBCBC;
}
.dark ul.expandable-form > li.alert-state {
  border: 0.1rem solid #FF8B64;
}
.dark ul.expandable-form > li .expandable-form-content-container.view-only .cloudy-bg-section {
  background-color: #2B2B2F;
}
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/summary-navigator/dist/styles/gdk-summary-navigator.scss ***!
  \******************************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.progress-indicator-container {
  display: flex;
  padding: 2.6rem 0;
}
.progress-indicator-container .progress-indicator {
  display: flex;
  position: relative;
  width: 100%;
  min-width: 0;
  padding-right: 0.8rem;
}
.progress-indicator-container .progress-indicator .progress-item-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-grow: 1;
  min-width: 0;
}
.progress-indicator-container .progress-indicator .progress-item-container .title {
  text-align: center;
  color: #1C1C1E;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}
.progress-indicator-container .progress-indicator .progress-item-container .capsule {
  width: 100%;
  border-radius: 1rem;
  height: 0.8rem;
  background-color: rgba(243, 162, 65, 0.25);
}
.progress-indicator-container .progress-indicator .progress-item-container .capsule .fill {
  width: 0;
  background-color: #F3A241;
  border-radius: 1rem;
  height: 8px;
}
.progress-indicator-container .progress-indicator:last-child {
  padding-right: 0;
}
.progress-indicator-container.edit-prior-info {
  height: auto;
}
.progress-indicator-container.edit-prior-info .progress-indicator .progress-item-container .title {
  white-space: break-spaces;
  line-height: 1.6rem;
  margin-bottom: 1rem;
  padding-top: 0.4rem;
}
.progress-indicator-container.edit-prior-info .progress-indicator .progress-item-container a.title {
  color: #005CCC;
}
.progress-indicator-container.edit-prior-info .progress-indicator .progress-item-container a.title:hover {
  color: #295697;
}
.progress-indicator-container.edit-prior-info .progress-indicator .progress-item-container a.title:active {
  color: #1E4071;
}

@media (max-width: 768px) and (min-width: 0) {
  .progress-indicator-container {
    flex-wrap: nowrap;
    padding: 0.7rem 0;
  }
  .progress-indicator-container .progress-indicator {
    padding-top: 2.8rem;
    padding-right: 0.4rem;
  }
  .progress-indicator-container .progress-indicator.main {
    flex-shrink: 0;
    flex-basis: 50%;
    padding-top: 0.6rem;
  }
  .progress-indicator-container .progress-indicator.main-full-width {
    flex-shrink: 0;
    flex-basis: 100%;
    padding-top: 0;
  }
  .progress-indicator-container .progress-indicator .progress-item-container .title {
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: -2px;
  }
  .progress-indicator-container .progress-indicator .progress-item-container .title:not(.active, a) {
    display: none;
    padding-top: 1rem;
    height: 2.2rem;
  }
  .progress-indicator-container .progress-indicator .progress-item-container .title.active {
    font-size: 1.4rem;
  }
  .progress-indicator-container .progress-indicator .progress-item-container .capsule {
    height: 0.8rem;
  }
  .progress-indicator-container .progress-indicator .progress-item-container .capsule .fill {
    height: 0.8rem;
  }
  .progress-indicator-container .progress-indicator:last-child {
    padding-right: 0;
  }
  .progress-indicator-container.edit-prior-info .progress-indicator .progress-item-container .title {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 480px) {
  .progress-indicator-container .progress-indicator.main {
    padding-top: 0.3rem;
  }
}
.dark .progress-indicator-container .progress-indicator .progress-item-container .title {
  color: #BCBCBC;
}
.dark .progress-indicator-container .progress-indicator .progress-item-container .title.complete {
  color: #FAFAFA;
}
.dark .progress-indicator-container .progress-indicator .progress-item-container .title.active {
  color: #FAFAFA;
}
.dark .progress-indicator-container .progress-indicator .progress-item-container .capsule {
  background-color: rgba(244, 158, 55, 0.25);
}
.dark .progress-indicator-container .progress-indicator .progress-item-container .capsule .fill {
  background-color: #F49E37;
}
.dark .progress-indicator-container.edit-prior-info .progress-indicator .progress-item-container a.title {
  color: #7CABFF;
}
.dark .progress-indicator-container.edit-prior-info .progress-indicator .progress-item-container a.title:hover {
  color: #C3D9FF;
}
.dark .progress-indicator-container.edit-prior-info .progress-indicator .progress-item-container a.title:active {
  color: #ABC7FF;
}

/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.sum-nav-wrapper {
  padding-top: 21.2rem !important;
}
.sum-nav-wrapper.open {
  padding-top: 30rem !important;
}

.summary-nav {
  position: fixed;
  top: 6rem;
  width: 100%;
  z-index: 38;
  background: rgb(237, 239, 252);
}
.summary-nav .summary-nav-header .left {
  display: inline-block;
  width: 75%;
}
.summary-nav .summary-nav-header .left h4 {
  margin-top: 2rem;
}
.summary-nav .summary-nav-header .right {
  display: inline-block;
  width: 25%;
  text-align: right;
}
.summary-nav .summary-nav-content .summary-nav-container {
  overflow-y: auto;
  padding-left: 30px;
  display: flex;
  flex-wrap: wrap;
}
.summary-nav .summary-nav-content .summary-nav-container h4 {
  width: 100%;
  margin-bottom: 2rem;
  line-height: 2rem;
}
.summary-nav .summary-nav-content .summary-nav-container ol.list.list--ordered {
  padding-left: 0;
}
.summary-nav .summary-nav-content .summary-nav-container .bg-highlight-box {
  background-color: #FFFFFF;
  padding-left: 2rem;
  padding-right: 2rem;
}
.summary-nav .summary-nav-content .summary-nav-container .bg-highlight-box .items:last-child {
  border-bottom: none !important;
}
.summary-nav .summary-nav-content .summary-nav-container .bg-highlight-box.summary-nav-item {
  min-width: 31%;
  min-height: 12rem;
  margin-bottom: 2rem;
  margin-right: 2rem;
  max-height: 25rem;
  padding-top: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1rem;
  border-radius: 1rem;
  overflow-y: auto;
}
.summary-nav .summary-nav-content .summary-nav-container .bg-highlight-box.summary-nav-item.disabled {
  background: none;
  border: 0.1rem solid #616161;
}
.summary-nav .summary-nav-content .summary-nav-container .bg-highlight-box.summary-nav-item.disabled .header .summary-nav-icon.geico-icon {
  color: #edeffc;
}
.summary-nav .summary-nav-content .summary-nav-container .bg-highlight-box.summary-nav-item.disabled .items {
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
}
.summary-nav .summary-nav-content .summary-nav-container .bg-highlight-box.summary-nav-item.disabled .items .left p {
  color: #1C1C1E;
}
.summary-nav .summary-nav-content .summary-nav-container .bg-highlight-box.summary-nav-item .header {
  margin-bottom: 10px;
}
.summary-nav .summary-nav-content .summary-nav-container .bg-highlight-box.summary-nav-item .header h3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.summary-nav .summary-nav-content .summary-nav-container .bg-highlight-box.summary-nav-item .header h3.active {
  color: #FAFAFA;
}
.summary-nav .summary-nav-content .summary-nav-container .bg-highlight-box.summary-nav-item .header .summary-nav-icon {
  float: left;
  margin-right: 1rem;
}
.summary-nav .summary-nav-content .summary-nav-container .bg-highlight-box.summary-nav-item .header h4 {
  line-height: 3.5rem;
}
.summary-nav .summary-nav-content .summary-nav-container .bg-highlight-box.summary-nav-item .items {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
  margin-top: 10px;
}
.summary-nav .summary-nav-content .summary-nav-container .bg-highlight-box.summary-nav-item .items .left {
  margin-bottom: 10px;
}
.summary-nav .summary-nav-content .summary-nav-container .bg-highlight-box.summary-nav-item .items .left p {
  margin-bottom: 0;
}
.summary-nav .summary-nav-content .summary-nav-container .bg-highlight-box.summary-nav-item .items .right {
  display: flex;
  justify-content: flex-end;
}
.summary-nav .summary-nav-content .summary-nav-container .bg-highlight-box.summary-nav-item .items .right span {
  cursor: pointer;
}
.summary-nav .summary-nav-content .summary-nav-container .bg-highlight-box.summary-nav-item:last-child {
  margin-right: 0;
}
.summary-nav .summary-nav-content .summary-nav-container .bg-highlight-box.summary-nav-item.active {
  background: #FFFFFF;
}
.summary-nav .summary-nav-content .summary-nav-container .bg-highlight-box.summary-nav-item.alert {
  background: #FFFFFF;
  border: none;
}
.summary-nav .summary-nav-content .summary-nav-container .bg-highlight-box.summary-nav-item.alert .header span {
  color: #E00B20;
  text-shadow: none;
}
.summary-nav .summary-nav-content.open .summary-nav-content {
  padding-bottom: 3rem;
}
.summary-nav .summary-nav-icons span.icon-chevron-down {
  display: inherit;
  margin: 0 auto;
  top: 2rem;
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
  line-height: 4rem;
  background-color: #FFFFFF;
}
.summary-nav .summary-nav-icons span.icon-close {
  display: none;
}
.summary-nav .summary-nav-icons.open span.icon-chevron-down {
  display: none;
}
.summary-nav .summary-nav-icons.open span.icon-close {
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
  left: 50%;
  margin-left: -3rem;
  display: inherit;
  top: 3rem;
  line-height: 6rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  font-size: 3rem;
}
.summary-nav .summary-nav-labels h5.open-text {
  position: relative;
  color: #1C1C1E;
}
.summary-nav .summary-nav-labels.open h5.open-text {
  display: none;
}

@media (min-width: 1000px) {
  .summary-nav.open {
    max-height: 85%;
    padding-bottom: 3rem;
  }
  .summary-nav.open .summary-nav-content {
    margin-bottom: 3rem;
  }
  .summary-nav.open .summary-nav-icons.open {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}
@media (max-width: 999px) and (min-width: 0) {
  .sum-nav-wrapper {
    padding-top: 8rem !important;
  }
  .sum-nav-wrapper.open {
    padding-top: 40rem !important;
  }
  .summary-nav {
    top: 0rem;
  }
  .summary-nav.open {
    height: 85%;
  }
  .summary-nav .summary-nav-header {
    display: none;
  }
  .summary-nav .summary-nav-content {
    overflow-y: auto;
    height: calc(100% - 9rem);
  }
  .summary-nav .summary-nav-content .summary-nav-container {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
  }
  .summary-nav .summary-nav-content .summary-nav-container .bg-highlight-box.summary-nav-item {
    padding: 1.5rem;
    border-radius: 10px;
    margin-right: 0;
    flex-basis: 100%;
    min-height: 7rem;
  }
  .summary-nav .summary-nav-labels h5.open-text {
    display: none;
  }
  .summary-nav .summary-nav-icons {
    min-height: 7rem;
    min-height: 3rem;
    top: 7rem;
  }
  .summary-nav .summary-nav-icons.open span.icon-close {
    display: inherit;
    position: absolute;
    top: calc(100% - 3rem);
  }
}
.dark .summary-nav {
  background: #2B2B2F;
}
.dark .summary-nav .summary-nav-content .summary-nav-container .bg-highlight-box {
  background-color: #1C1C1E;
}
.dark .summary-nav .summary-nav-content .summary-nav-container .bg-highlight-box.summary-nav-item.disabled {
  background: none;
  border: 0.1rem solid #616161;
}
.dark .summary-nav .summary-nav-content .summary-nav-container .bg-highlight-box.summary-nav-item.disabled .header .summary-nav-icon.geico-icon {
  color: #2B2B2F;
}
.dark .summary-nav .summary-nav-content .summary-nav-container .bg-highlight-box.summary-nav-item.disabled .items {
  border-bottom: 1px solid #616161;
}
.dark .summary-nav .summary-nav-content .summary-nav-container .bg-highlight-box.summary-nav-item.disabled .items .left p {
  color: #FAFAFA;
}
.dark .summary-nav .summary-nav-content .summary-nav-container .bg-highlight-box.summary-nav-item .header h3.active {
  color: #FAFAFA;
}
.dark .summary-nav .summary-nav-content .summary-nav-container .bg-highlight-box.summary-nav-item .items {
  border-bottom: 1px solid #616161;
}
.dark .summary-nav .summary-nav-content .summary-nav-container .bg-highlight-box.summary-nav-item.active {
  background: #1C1C1E;
}
.dark .summary-nav .summary-nav-content .summary-nav-container .bg-highlight-box.summary-nav-item.alert {
  background: #1C1C1E;
  border: 0.1rem solid #FF8B64;
}
.dark .summary-nav .summary-nav-content .summary-nav-container .bg-highlight-box.summary-nav-item.alert .items p {
  color: #FAFAFA;
}
.dark .summary-nav .summary-nav-icons span.icon-chevron-down {
  background-color: #1C1C1E;
  height: 4rem;
  width: 4rem;
  line-height: 4rem;
}
.dark .summary-nav .summary-nav-icons.open span.icon-close {
  background-color: #1C1C1E;
}
.dark .summary-nav .summary-nav-labels h5.open-text {
  color: #FAFAFA;
}
.dark .summary-nav .summary-nav-labels.open h5.open-text {
  display: none;
}
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/image-selections/dist/styles/gdk-image-selections.scss ***!
  \****************************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.image-selection-wrapper {
  position: relative;
  overflow: visible;
  width: 100%;
  margin-bottom: 3rem;
}
.image-selection-wrapper .image-selections {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.image-selection-wrapper .image-selection-card-hidden {
  display: none;
}
.image-selection-wrapper .image-selection-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding: 0.3rem;
  cursor: pointer;
  width: 30%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  margin-bottom: 2rem;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
  border: 0.1rem solid #EDEDED;
}
.image-selection-wrapper .image-selection-card .radio:before {
  content: "";
  position: absolute;
  display: block;
  background-color: #FFFFFF;
  border: 0.1rem solid #BCBCBC;
  height: 2.2rem;
  width: 2.2rem;
  top: 1rem;
  right: 1rem;
  border-radius: 50%;
}
.image-selection-wrapper .image-selection-card .checkbox:before {
  content: "";
  position: absolute;
  display: block;
  background-color: #FFFFFF;
  border: 0.1rem solid #BCBCBC;
  height: 2.2rem;
  width: 2.2rem;
  top: 1rem;
  right: 1rem;
  border-radius: 0.6rem;
}
.image-selection-wrapper .image-selection-card.image-selections-more-options .radio, .image-selection-wrapper .image-selection-card.image-selections-more-options .checkbox, .image-selection-wrapper .image-selection-card.image-selections-more-options .icon-confirmation {
  display: none;
}
.image-selection-wrapper .image-selection-card .image-selections-image {
  width: 100%;
  height: 7.8rem;
  background-color: #EDEDED;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  overflow: hidden;
}
.image-selection-wrapper .image-selection-card .image-selections-image .icon-more-dots {
  -webkit-transform: rotate(90deg); /* Safari, Chrome */
  -moz-transform: rotate(90deg); /* Firefox 3.5~16.0 */
  -ms-transform: rotate(90deg); /* IE9~10 */
  -o-transform: rotate(90deg); /* Opera 10.5~12.10 */
  transform: rotate(90deg);
  color: #616161;
  font-size: 4rem;
}
.image-selection-wrapper .image-selection-card .image-selections-image img {
  width: 100%;
  height: 7.8rem;
  object-fit: cover;
}
.image-selection-wrapper .image-selection-card .image-selections-image.image-contain img {
  object-fit: contain;
}
.image-selection-wrapper .image-selection-card .image-selections-image [class^=icon-] {
  width: 5.6rem;
  height: 5.6rem;
  font-size: 5.6rem;
  line-height: 5.6rem;
  color: #005CCC;
}
.image-selection-wrapper .image-selection-card label {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
  line-height: initial;
}
.image-selection-wrapper .image-selection-card:hover {
  border: 0.1rem solid #BCBCBC;
}
.image-selection-wrapper .image-selection-card:hover .radio:before, .image-selection-wrapper .image-selection-card:hover .checkbox:before {
  border: 0.1rem solid #BCBCBC;
}
.image-selection-wrapper .image-selection-card:focus {
  border: 0.1rem solid #005CCC;
}
.image-selection-wrapper .image-selection-card:focus .radio:before, .image-selection-wrapper .image-selection-card:focus .checkbox:before {
  border: 0.1rem solid #005CCC;
}
.image-selection-wrapper .image-selection-card.disabled {
  background-color: #EDEDED;
  border: 0.1rem solid #BCBCBC;
}
.image-selection-wrapper .image-selection-card.disabled:hover, .image-selection-wrapper .image-selection-card.disabled:focus, .image-selection-wrapper .image-selection-card.disabled:active {
  cursor: not-allowed;
  background-color: #EDEDED;
  border: 0.1rem solid #BCBCBC;
}
.image-selection-wrapper .image-selection-card.disabled:not(.image-selections-selected) .radio:before, .image-selection-wrapper .image-selection-card.disabled:not(.image-selections-selected) .checkbox:before {
  background-color: #EDEDED;
  border-color: #BCBCBC;
}
.image-selection-wrapper .image-selection-card.disabled label {
  cursor: not-allowed;
}
.image-selection-wrapper .image-selection-card.disabled span.radio, .image-selection-wrapper .image-selection-card.disabled span.checkbox, .image-selection-wrapper .image-selection-card.disabled span.icon-confirmation {
  z-index: 1;
}
.image-selection-wrapper .image-selection-card.disabled .image-selections-image img {
  opacity: 0.6;
}
.image-selection-wrapper .image-selections-selected {
  background-color: #F0F4FB;
  border: 0.1rem solid #005CCC;
}
.image-selection-wrapper .image-selections-selected:not(.checkboxes) .icon-confirmation {
  background-color: #F0F4FB;
  border: 0.1rem solid #005CCC;
  border-radius: 100%;
  height: 2.2rem;
  width: 2.2rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.image-selection-wrapper .image-selections-selected:not(.checkboxes) .icon-confirmation:before {
  content: "";
  background-color: #005CCC;
  height: 1.6rem;
  width: 1.6rem;
  position: absolute;
  border-radius: 50%;
  top: 0.2rem;
  right: 0.2rem;
}
.image-selection-wrapper .image-selections-selected.checkboxes .icon-confirmation {
  background-color: #005CCC;
  color: #FFFFFF;
  border: 0.1rem solid #005CCC;
  border-radius: 0.6rem;
  position: absolute;
  top: 0.9rem;
  right: 1rem;
}
.image-selection-wrapper .image-selections-selected.checkboxes .icon-confirmation:before {
  display: block;
  padding: 0.3rem;
  font-size: 1.2rem;
}
.image-selection-wrapper .image-selections-selected:hover, .image-selection-wrapper .image-selections-selected:focus, .image-selection-wrapper .image-selections-selected:active {
  background-color: #F0F4FB;
  border: 0.1rem solid #005CCC;
}
.image-selection-wrapper .image-selections-selected.disabled:not(.checkboxes) .icon-confirmation {
  background-color: #EDEDED;
  border: 0.1rem solid #616161;
}
.image-selection-wrapper .image-selections-selected.disabled:not(.checkboxes) .icon-confirmation:before {
  background-color: #616161;
}
.image-selection-wrapper .image-selections-selected.disabled.checkboxes .icon-confirmation {
  background-color: #616161;
  border: 0.1rem solid #616161;
}
.image-selection-wrapper .form-field--error .image-selection-card:not(.image-selections-selected):not(.disabled) {
  background-color: #FBF3F0;
  border: 0.1rem solid #E00B20;
}
.image-selection-wrapper .form-field--error .image-selection-card:not(.image-selections-selected):not(.disabled) .radio:before, .image-selection-wrapper .form-field--error .image-selection-card:not(.image-selections-selected):not(.disabled) .checkbox:before {
  background-color: #FBF3F0;
  border: 0.1rem solid #E00B20;
}
.image-selection-wrapper .form-field--error .image-selection-card:not(.image-selections-selected):not(.disabled).disabled {
  background-color: #EDEDED;
  border: 0.1rem solid #BCBCBC;
}
.image-selection-wrapper .form-field--error .image-selection-card:not(.image-selections-selected):not(.disabled).disabled:hover, .image-selection-wrapper .form-field--error .image-selection-card:not(.image-selections-selected):not(.disabled).disabled:focus, .image-selection-wrapper .form-field--error .image-selection-card:not(.image-selections-selected):not(.disabled).disabled:active {
  cursor: not-allowed;
  background-color: #EDEDED;
  border: 0.1rem solid #BCBCBC;
}

@media (max-width: 374px) {
  .image-selection-wrapper .image-selection-card {
    width: 46%;
    margin-right: 2%;
    margin-left: 2%;
  }
}
@media (min-width: 520px) {
  .image-selection-wrapper .image-selection-card {
    width: 13rem;
  }
}
.dark .image-selection-wrapper .image-selection-card {
  background-color: #2B2B2F;
  border: 0.1rem solid #2B2B2F;
  color: #FAFAFA;
}
.dark .image-selection-wrapper .image-selection-card .radio:before, .dark .image-selection-wrapper .image-selection-card .checkbox:before {
  background-color: #2B2B2F;
  border: 0.1rem solid #BCBCBC;
}
.dark .image-selection-wrapper .image-selection-card .image-selections-image {
  background-color: #141414;
}
.dark .image-selection-wrapper .image-selection-card .image-selections-image [class^=icon-] {
  color: #7CABFF;
}
.dark .image-selection-wrapper .image-selection-card:hover {
  border: 0.1rem solid #616161;
}
.dark .image-selection-wrapper .image-selection-card:hover .radio:before, .dark .image-selection-wrapper .image-selection-card:hover .checkbox:before {
  border: 0.1rem solid #FAFAFA;
}
.dark .image-selection-wrapper .image-selection-card:focus {
  border: 0.1rem solid #ABC7FF;
}
.dark .image-selection-wrapper .image-selection-card:focus .radio:before, .dark .image-selection-wrapper .image-selection-card:focus .checkbox:before {
  border: 0.1rem solid #ABC7FF;
  background-color: #2B2B2F;
}
.dark .image-selection-wrapper .image-selection-card.disabled {
  background-color: #141414;
  border: 0.1rem solid #141414;
}
.dark .image-selection-wrapper .image-selection-card.disabled .image-selections-image {
  background-color: #000000;
}
.dark .image-selection-wrapper .image-selection-card.disabled:hover, .dark .image-selection-wrapper .image-selection-card.disabled:focus, .dark .image-selection-wrapper .image-selection-card.disabled:active {
  background-color: #141414;
  border-color: #141414;
}
.dark .image-selection-wrapper .image-selection-card.disabled:not(.image-selections-selected) .radio:before, .dark .image-selection-wrapper .image-selection-card.disabled:not(.image-selections-selected) .checkbox:before {
  background-color: #1C1C1E;
  border-color: #616161;
}
.dark .image-selection-wrapper .image-selections-selected {
  background-color: #002F65;
  border: 0.1rem solid #ABC7FF;
}
.dark .image-selection-wrapper .image-selections-selected:not(.checkboxes) .icon-confirmation {
  background-color: #2B2B2F;
  border: 0.1rem solid #ABC7FF;
}
.dark .image-selection-wrapper .image-selections-selected:not(.checkboxes) .icon-confirmation:before {
  background-color: #ABC7FF;
}
.dark .image-selection-wrapper .image-selections-selected.checkboxes .icon-confirmation {
  background-color: #ABC7FF;
  color: #000000;
  border: 0.1rem solid #ABC7FF;
}
.dark .image-selection-wrapper .image-selections-selected:hover, .dark .image-selection-wrapper .image-selections-selected:focus, .dark .image-selection-wrapper .image-selections-selected:active {
  background-color: #002F65;
  border: 0.1rem solid #ABC7FF;
}
.dark .image-selection-wrapper .image-selections-selected.disabled:not(.checkboxes) .icon-confirmation {
  background-color: #141414;
  border: 0.1rem solid #616161;
}
.dark .image-selection-wrapper .image-selections-selected.disabled:not(.checkboxes) .icon-confirmation:before {
  background-color: #616161;
}
.dark .image-selection-wrapper .image-selections-selected.disabled.checkboxes .icon-confirmation {
  background-color: #616161;
  border: 0.1rem solid #616161;
}
.dark .image-selection-wrapper .form-field--error .image-selection-card:not(.image-selections-selected):not(.disabled) {
  background-color: #550719;
  border: 0.1rem solid #FF888F;
}
.dark .image-selection-wrapper .form-field--error .image-selection-card:not(.image-selections-selected):not(.disabled) .radio:before, .dark .image-selection-wrapper .form-field--error .image-selection-card:not(.image-selections-selected):not(.disabled) .checkbox:before {
  background-color: #550719;
  border: 0.1rem solid #FF888F;
}
.dark .image-selection-wrapper .form-field--error .image-selection-card:not(.image-selections-selected):not(.disabled).disabled {
  background-color: #141414;
  border: 0.1rem solid #141414;
}
.dark .image-selection-wrapper .form-field--error .image-selection-card:not(.image-selections-selected):not(.disabled).disabled:hover, .dark .image-selection-wrapper .form-field--error .image-selection-card:not(.image-selections-selected):not(.disabled).disabled:focus, .dark .image-selection-wrapper .form-field--error .image-selection-card:not(.image-selections-selected):not(.disabled).disabled:active {
  background-color: #141414;
  border-color: #141414;
}
/*!****************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/checkpoint/dist/styles/gdk-checkpoint.scss ***!
  \****************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.checkpoint {
  margin-bottom: 4rem;
}
.checkpoint .checkpoint-heading {
  font-size: 2rem;
  font-weight: 700;
}
.checkpoint ul li {
  position: relative;
}
.checkpoint ul li .checkpoint-header-container {
  display: flex;
  align-items: center;
}
.checkpoint ul li .checkpoint-header-container.animated {
  opacity: 0;
}
.checkpoint ul li .checkpoint-header-container.animated.fade-in {
  animation-name: fade-in;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.checkpoint ul li .checkpoint-header-container > p {
  letter-spacing: 0;
  line-height: 2rem;
  margin-bottom: 0;
  margin-left: 1.2rem;
  font-size: 2rem;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  width: 100%;
  padding-left: 2.7rem;
  align-self: flex-start;
}
.checkpoint ul li .checkpoint-header-container > p:first-of-type:nth-last-of-type(2) {
  width: 60%;
}
.checkpoint ul li .checkpoint-header-container > p:nth-of-type(2):nth-last-of-type(1) {
  width: 30%;
  padding-left: 0;
  text-align: right;
}
.checkpoint ul li .description-container {
  position: relative;
  overflow: hidden;
  min-height: 3.9rem;
}
.checkpoint ul li .description-container p {
  padding-left: 3.8rem;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.checkpoint ul li .description-container p.animated {
  opacity: 0;
}
.checkpoint ul li .description-container p.animated.fade-in {
  animation-name: fade-in;
  animation-delay: 0.8s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.checkpoint ul li .marker {
  position: absolute;
  border-radius: 50%;
  width: 1.6rem;
  height: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.6rem;
  border-style: solid;
  border-width: 0.4rem;
  border-color: #005CCC;
  opacity: 0.25;
  font-family: "geico";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.8rem;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 0.3rem;
}
.checkpoint ul li .marker .icon-flash {
  animation-name: icon-flash;
  animation-duration: 0.6s;
}
.checkpoint ul li.in-process {
  position: relative;
}
.checkpoint ul li.in-process .marker {
  top: 0.3rem;
  background-color: #005CCC;
  border-color: #005CCC;
  border-width: 0.2rem;
  opacity: 1;
}
.checkpoint ul li.in-process .checkpoint-header-container p {
  font-weight: 700;
  align-self: flex-start;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.checkpoint ul li.in-process:before {
  content: "";
  position: absolute;
  background-color: #005CCC;
  width: 0.2rem;
  height: 100%;
  top: 0.3rem;
  left: 0.7rem;
  opacity: 0.25;
}
.checkpoint ul li.in-process.animated::before {
  max-height: 0;
}
.checkpoint ul li.in-process.line-fade::before {
  max-height: 0;
  animation-name: line-fade;
  animation-delay: 0.8s;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}
.checkpoint ul li.completed .marker {
  top: -0.2rem;
  left: -0.3rem;
  background-color: transparent;
  border-color: transparent;
  color: #22841F;
  opacity: 1;
}
.checkpoint ul li.completed .marker:before {
  content: "\e158";
}
.checkpoint ul li.completed .description-container::before {
  border: transparent solid;
  border-width: 0 0 0 0.2rem;
}
.checkpoint ul li.next-step:before {
  content: "";
  position: absolute;
  background-color: #0066FF;
  width: 0.2rem;
  height: 74%;
  top: 1.9rem;
  left: 0.7rem;
  opacity: 0.25;
}
.checkpoint ul li.next-step.animated::before {
  max-height: 0;
}
.checkpoint ul li.next-step.line-fade::before {
  max-height: 0;
  animation-name: line-fade;
  animation-delay: 0.8s;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}
.checkpoint ul li:last-child div.description-container {
  min-height: 0;
}
.checkpoint ul li:last-child div.description-container::before {
  border-width: 0;
}
.checkpoint ul li:last-child:before {
  height: 0;
}

@media (max-width: 480px) {
  .checkpoint {
    max-width: 37.3rem;
  }
  .checkpoint ul li .checkpoint-header-container p {
    font-size: 1.4rem;
  }
}
/* animation codes */
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes icon-flash {
  0% {
    transform: scale(1.3);
  }
  50% {
    transform: scale(0.95);
  }
  80% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes line-fade {
  from {
    max-height: 0;
  }
  to {
    max-height: 100%;
  }
}
.dark .checkpoint ul li .marker {
  border-color: #616161;
}
.dark .checkpoint ul li .description-container::before {
  border: #BCBCBC solid;
  border-width: 0 0 0 2px;
}
.dark .checkpoint ul li.in-process .marker {
  background-color: #7CABFF;
  border-color: #7CABFF;
}
.dark .checkpoint ul li.in-process:before {
  background-color: #7CABFF;
}
.dark .checkpoint ul li.completed .marker {
  border-color: transparent;
  color: #72BF59;
}
.dark .checkpoint ul li.completed .description-container::before {
  border: transparent solid;
  border-width: 0 0 0 2px;
}
.dark .checkpoint ul li.next-step:before {
  background-color: #616161;
}
.dark .checkpoint ul li.dotted .description-container::before {
  border: #BCBCBC dotted;
  border-width: 0 0 0 2px;
}
/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/social-security-number/dist/styles/gdk-social-security-number.scss ***!
  \****************************************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.social-security-number-wrapper {
  position: relative;
}

input[type=tel].social-security-number {
  padding-right: 6rem;
  width: 100%;
}

.social-security-show-hide {
  font-size: 2.4rem;
  position: absolute;
  text-decoration: none;
  cursor: pointer;
  left: auto;
  right: 1.5rem;
}
.social-security-show-hide span {
  height: 5rem;
  line-height: 5rem;
  color: #005CCC;
}
.social-security-show-hide:hover span, .social-security-show-hide:focus span {
  color: #295697;
}
.social-security-show-hide:active span {
  color: #1E4071;
}

.disabled .social-security-show-hide {
  display: none;
}

.edit .social-security-show-hide {
  background-color: #FFFFFF;
  padding: 0 1.2rem;
  margin-top: 0.1rem;
  border-radius: 0.7rem;
  left: auto;
  right: 0.1rem;
}
.edit .social-security-show-hide .icon-edit {
  position: relative;
  height: 4.8rem;
  line-height: 4.8rem;
}

@media all and (min-width: 480px) {
  input[type=tel].social-security-number {
    width: 18rem;
  }
  .social-security-show-hide {
    left: 14rem;
    right: auto;
  }
  .edit .social-security-show-hide {
    left: 13.1rem;
    right: auto;
  }
}
.dark .social-security-show-hide span {
  color: #7CABFF;
}
.dark .social-security-show-hide:hover span, .dark .social-security-show-hide:focus span {
  color: #ABC7FF;
}
.dark .social-security-show-hide:active span {
  color: #B6C4FF;
}
.dark .edit .social-security-show-hide {
  background-color: #2B2B2F;
}
/*!****************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/time-input/dist/styles/gdk-time-input.scss ***!
  \****************************************************************************************************************************************************************************/
.form-field.time-select-box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.form-field.time-select-box label.text {
  flex: 1 1 100%;
}
.form-field.time-select-box span {
  margin-top: 1rem;
  margin-right: 0.5rem;
  margin-left: -0.5rem;
}
.form-field.time-select-box .select-box {
  margin-right: 1rem;
}
.form-field.time-select-box span.form-message {
  margin: 1rem;
}

@media (max-width: 480px) {
  .form-field.time-select-box .select-box {
    width: auto;
  }
}
/*!********************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/toasts/dist/styles/gdk-toasts.scss ***!
  \********************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.toasts-container {
  position: fixed;
  width: 100%;
  min-width: 28rem;
  top: 0;
  opacity: 0;
  left: 0;
  z-index: 49;
  margin: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0.2s; /* Safari, Chrome */
  -moz-transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0.2s; /* Firefox 4.0~16.0 */
  transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0.2s; /* IE >9, FF >15, Opera >12.0 */
}
.toasts-container.toasts--show {
  top: 8px;
  opacity: 1;
  -webkit-transition: none !important; /* Safari, Chrome */
  -moz-transition: none !important; /* Firefox 4.0~16.0 */
  transition: none !important; /* IE >9, FF >15, Opera >12.0 */
}
.toasts-container.toasts--animated-show {
  opacity: 1;
  top: 8px;
}
.toasts-container .toasts {
  display: flex;
  position: relative;
  min-width: 2.8rem;
  box-shadow: 0 5rem 5rem 0 rgba(0, 0, 0, 0.05);
  border: 0.1rem solid rgba(28, 28, 30, 0.05);
  border-radius: 0.8rem;
  overflow: hidden;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  padding-bottom: 0;
}
.toasts-container .toasts.toasts--confirmation {
  background-color: #22841F;
}
.toasts-container .toasts.toasts--update {
  background-color: #004B9B;
}
.toasts-container .toasts > div:first-child span {
  width: 2.4rem;
  height: 2.4rem;
  font-size: 2.4rem;
  line-height: 2.4rem;
  border-style: none;
  border-radius: 0;
  border: 0;
  color: #FAFAFA;
  padding-right: 1.5rem;
}
.toasts-container .toasts .toasts--heading {
  color: #FAFAFA;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-right: 3rem;
}
.toasts-container .toasts .toasts--content {
  color: #FAFAFA;
  font-size: 1.4rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}
.toasts-container .toasts .toasts--close-btn {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 3rem;
  height: 3rem;
  font-size: 1.8rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  overflow: hidden;
  border: none;
}
.toasts-container .toasts .toasts--close-btn::before {
  top: 1rem;
  left: 1rem;
  position: absolute;
  font-size: 1rem;
  color: #FFFFFF;
}
.toasts-container .toasts .toasts--close-btn .base-timer {
  position: relative;
  width: 300px;
  height: 300px;
}
.toasts-container .toasts .toasts--close-btn .base-timer__svg {
  transform: scaleX(-1);
}
.toasts-container .toasts .toasts--close-btn .base-timer__circle {
  fill: none;
  stroke: none;
}
.toasts-container .toasts .toasts--close-btn .base-timer__path-remaining {
  stroke-width: 7px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
  color: #FFFFFF;
}
.toasts-container .toasts .toasts--close-btn .base-timer__path-remaining.complete {
  color: transparent !important;
}

@media (min-width: 768px) {
  .toasts-container {
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 47.8rem;
  }
}
.dark .toasts-container .toasts.toasts--confirmation {
  background-color: #616161;
}
.dark .toasts-container .toasts.toasts--confirmation > div:first-child span {
  color: #CAFFBA;
}
.dark .toasts-container .toasts.toasts--update {
  background-color: #616161;
}
.dark .toasts-container .toasts.toasts--update > div:first-child span {
  color: #ABC7FF;
}
.dark .toasts-container .toasts .toasts--heading {
  color: #FAFAFA;
}
.dark .toasts-container .toasts .toasts--content {
  color: #FAFAFA;
}
.dark .toasts-container .toasts .toasts--close-btn {
  background-color: transparent;
}
.dark .toasts-container .toasts .toasts--close-btn::before {
  color: #FAFAFA;
}
.dark .toasts-container .toasts .toasts--close-btn .base-timer__path-remaining {
  color: #FAFAFA;
}
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/expandable-radios/dist/styles/gdk-expandable-radios.scss ***!
  \******************************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.expandable-radio .radio-button-wrapper > div {
  flex-wrap: wrap;
  align-items: baseline;
  display: block;
}
.expandable-radio .radio-button-wrapper.col-2, .expandable-radio .radio-button-wrapper.col-3 {
  width: 46%;
}
.expandable-radio .radio-button-wrapper.col-2 > div, .expandable-radio .radio-button-wrapper.col-3 > div {
  width: 100%;
}
.expandable-radio label.radio {
  height: auto;
}
.expandable-radio .selected label.radio {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.expandable-radio .expandable-radio-content {
  flex: 1 1 100%;
  background: #FFFFFF;
  border: 0.1rem solid #005CCC;
  border-top: none;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  display: none;
}
.expandable-radio .expandable-radio-content .expandable-radio-top {
  padding: 1.5rem 5rem;
}
.expandable-radio .expandable-radio-content .expandable-radio-bottom {
  padding: 1.5rem 5rem;
  border-top: 0.1rem solid #DCDCDC;
}
.expandable-radio .expandable-radio-content .expandable-radio-bottom a {
  font-size: 1.3rem;
  font-weight: 700;
}
.expandable-radio .expandable-radio-content .expandable-radio-header {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1C1C1E;
  padding-bottom: 0.5rem;
}
.expandable-radio .expandable-radio-content p {
  color: #616161;
  font-size: 1.4rem;
}
.expandable-radio .expandable-radio-content p:last-child {
  margin-bottom: 0;
}
.expandable-radio:disabled .expandable-radio-content {
  display: none !important;
}

.dark .expandable-radio .expandable-radio-content {
  background: #141414;
  border: 0.1rem solid #ABC7FF;
  border-top: none;
}
.dark .expandable-radio .expandable-radio-content .expandable-radio-bottom {
  border-top: 0.1rem solid #616161;
}
.dark .expandable-radio .expandable-radio-content .expandable-radio-header {
  color: #FAFAFA;
}
.dark .expandable-radio .expandable-radio-content p {
  color: #BCBCBC;
}
/*!************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/carousel/dist/styles/gdk-carousel.scss ***!
  \************************************************************************************************************************************************************************/
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */
.carousel {
  width: auto;
  min-height: 30rem;
  overflow: hidden;
}
.carousel .slides-container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  position: relative;
}
.carousel .slides-container.slider-container-transition {
  -webkit-transition: transform 0.7s ease-in-out; /* Safari, Chrome */
  -moz-transition: transform 0.7s ease-in-out; /* Firefox 4.0~16.0 */
  transition: transform 0.7s ease-in-out; /* IE >9, FF >15, Opera >12.0 */
}
.carousel .slides-container .slide {
  background-color: #FFFFFF;
  border-radius: 1rem;
  max-height: 65rem;
  width: 80%;
  margin: 0 0.8rem;
  flex-shrink: 0;
  opacity: 0.25;
}
.carousel .slides-container .slide.current-slide {
  opacity: 1;
  animation-name: fadeIn;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.carousel .slides-container .slide .left,
.carousel .slides-container .slide .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.carousel .slides-container .slide .left .icon,
.carousel .slides-container .slide .right .icon {
  color: #FFFFFF;
}
.carousel .slides-container .slide .left span,
.carousel .slides-container .slide .right span {
  margin-bottom: 2rem;
}
.carousel .slides-container .slide .left .overline-text,
.carousel .slides-container .slide .right .overline-text {
  margin-bottom: 0.8rem;
}
.carousel .slides-container .slide .left h3,
.carousel .slides-container .slide .right h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bolder;
}
.carousel .slides-container .slide .right {
  width: 50%;
  flex-direction: column;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  position: relative;
  animation-name: fadeIn;
  animation-timing-function: ease-in;
  animation-duration: 1s;
  border-left: none;
  padding: 2rem 6rem 0 4rem;
}
.carousel .slides-container .slide .right .btn.btn--secondary {
  width: max-content;
  margin-bottom: 2rem;
  margin-left: 0;
}
.carousel .slides-container .slide .left {
  width: 50%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  animation-name: fadeIn;
  animation-timing-function: ease-in;
  animation-duration: 1s;
  min-height: 30rem;
}
.carousel .carousel--controls {
  width: auto;
  margin-right: 2rem;
  margin-left: 2rem;
  padding: 2rem;
  display: flex;
  justify-content: center;
}
.carousel .carousel--controls .carousel--middle-control {
  margin: 0 2rem;
}
.carousel .carousel--controls a::focus-visible {
  outline: 0.1rem dashed;
}
.carousel .carousel--legend {
  font-size: 1.4rem;
  position: absolute;
  right: 10%;
  padding-right: 1.5rem;
}

@media (max-width: 768px) {
  .carousel .slides-container .slide {
    flex-flow: wrap;
    max-height: inherit;
  }
  .carousel .slides-container .slide .left {
    width: 100%;
    border-top-left-radius: inherit;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: none;
  }
  .carousel .slides-container .slide .right {
    width: 100%;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: none;
    padding: 1.6rem 3.2rem 0 3.2rem;
  }
  .carousel .carousel--controls {
    position: unset;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .carousel .slides-container .slide .left p,
  .carousel .slides-container .slide .left h3,
  .carousel .slides-container .slide .left span,
  .carousel .slides-container .slide .left .btn.btn--secondary,
  .carousel .slides-container .slide .right p,
  .carousel .slides-container .slide .right h3,
  .carousel .slides-container .slide .right span,
  .carousel .slides-container .slide .right .btn.btn--secondary {
    margin-right: 0;
    margin-left: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
.dark .carousel .slide {
  background-color: #2B2B2F;
}
.dark .carousel .slide .full-width .left-chevron {
  background: #FAFAFA;
}
.dark .carousel .slide .full-width .left-chevron .icon {
  color: #2B2B2F;
}
.dark .carousel .slide .full-width .right-chevron {
  background: #FAFAFA;
}
.dark .carousel .slide .full-width .right-chevron .icon {
  color: #2B2B2F;
}
.dark .carousel .slide .left .icon, .dark .carousel .slide .right .icon {
  color: #2B2B2F;
}
.dark .carousel .slide .right {
  border: none;
}
.dark .carousel .slide .right .right-chevron {
  background: #FAFAFA;
}
.dark .carousel .slide .right .icon {
  color: #2B2B2F;
}
.dark .carousel .slide .left {
  border: none;
}
.dark .carousel .slide .left .left-chevron {
  background: #FAFAFA;
}
.dark .carousel .slide .carousel-bg-dark {
  background-color: #2B2B2F;
}
.dark .carousel .slide .carousel-bg-dark .geico-icon {
  color: #2B2B2F;
}
.dark .carousel .slide .carousel-bg-blue {
  background-color: #2B2B2F;
}
.dark .carousel .slide .carousel-bg-blue .geico-icon {
  color: #2B2B2F;
}
.dark .carousel .slide .carousel-bg-white {
  background-color: #2B2B2F;
}
.dark .carousel .slide .carousel-bg-white .geico-icon {
  color: #2B2B2F;
}
.dark .carousel .slide .carousel-bg-geico-blue {
  background-color: #2B2B2F;
}
.dark .carousel .slide .carousel-bg-geico-blue .geico-icon {
  color: #2B2B2F;
}
.dark .carousel .slide .carousel-bg-green {
  background-color: #2B2B2F;
}
.dark .carousel .slide .carousel-bg-green .geico-icon {
  color: #2B2B2F;
}
.dark .carousel .carousel-pagination .circle {
  background: #FAFAFA;
}
.dark .carousel .carousel-pagination .circle.active {
  background: #1C1C1E;
  border: solid 0.2rem #FAFAFA;
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/progress-bar/dist/styles/gdk-progress-bar.scss ***!
  \********************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.progress-wrapper {
  margin: 4rem 0;
}
.progress-wrapper progress {
  appearance: none;
  width: 100%;
  height: 0.8rem;
  margin: 0 0 0.5em;
}
.progress-wrapper progress[value]::-webkit-progress-bar {
  background: #EDEDED;
  border-radius: 0.35rem;
}
.progress-wrapper progress[value]::-webkit-progress-value {
  background-color: #005CCC;
  border-radius: 0.35rem;
}

.dark .progress-wrapper progress[value]::-webkit-progress-bar {
  background: #616161;
}
.dark .progress-wrapper progress[value]::-webkit-progress-value {
  background-color: #DCDCDC;
}
/*!**********************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/date-of-birth/dist/styles/gdk-date-of-birth.scss ***!
  \**********************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.date-of-birth {
  position: relative;
}
.date-of-birth input[type=tel].date-of-birth-number {
  padding-right: 6rem;
  width: 100%;
}
.date-of-birth .date-of-birth-show-hide {
  font-size: 2.4rem;
  position: absolute;
  text-decoration: none;
  cursor: pointer;
  left: auto;
  right: 1.5rem;
  width: 2.5rem;
}
.date-of-birth .date-of-birth-show-hide span {
  height: 5rem;
  line-height: 5rem;
  color: #005CCC;
}
.date-of-birth .date-of-birth-show-hide:hover span, .date-of-birth .date-of-birth-show-hide:focus span {
  color: #295697;
}
.date-of-birth .date-of-birth-show-hide:active span {
  color: #1E4071;
}
.date-of-birth.disabled .date-of-birth-show-hide, .date-of-birth .disabled .date-of-birth-show-hide {
  display: none;
}
.date-of-birth.edit .date-of-birth-show-hide {
  background-color: #FFFFFF;
  padding: 0 1.5rem;
  margin-top: 0.1rem;
  border-radius: 0.7rem;
  left: auto;
  right: 0.1rem;
  width: auto;
}
.date-of-birth.edit .date-of-birth-show-hide .icon-edit {
  position: relative;
  height: 4.8rem;
  line-height: 4.8rem;
}

@media all and (min-width: 480px) {
  .date-of-birth input[type=tel].date-of-birth-number {
    width: 18rem;
  }
  .date-of-birth .date-of-birth-show-hide {
    left: 14rem;
  }
  .date-of-birth.edit .date-of-birth-show-hide {
    left: 12.5rem;
    right: auto;
  }
}
.dark .date-of-birth .date-of-birth-show-hide span {
  color: #7CABFF;
}
.dark .date-of-birth .date-of-birth-show-hide:hover span, .dark .date-of-birth .date-of-birth-show-hide:focus span {
  color: #ABC7FF;
}
.dark .date-of-birth .date-of-birth-show-hide:active span {
  color: #B6C4FF;
}
.dark .date-of-birth.edit .date-of-birth-show-hide {
  background-color: #2B2B2F;
}
/*!******************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/pill-filter/dist/styles/gdk-pill-filter.scss ***!
  \******************************************************************************************************************************************************************************/
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.pill-filter {
  display: flex;
  flex-direction: row;
  position: relative;
  flex-wrap: nowrap;
  overflow: auto;
}
.pill-filter.stack {
  flex-wrap: wrap;
}
.pill-filter .btn--pill-filter {
  background-color: #FFFFFF;
  color: #1C1C1E;
  font-size: 1.4rem;
  font-weight: normal;
  border-radius: 1.8rem;
  border: 0.1rem solid #EDEDED;
  text-transform: none;
  height: 3.6rem;
  line-height: 3.6rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  vertical-align: middle;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin-right: 0.8rem;
  margin-bottom: 1.2rem;
  -webkit-transition: transform 0.25s ease-in-out; /* Safari, Chrome */
  -moz-transition: transform 0.25s ease-in-out; /* Firefox 4.0~16.0 */
  transition: transform 0.25s ease-in-out; /* IE >9, FF >15, Opera >12.0 */
}
.pill-filter .btn--pill-filter span {
  line-height: 3.3rem;
}
.pill-filter .btn--pill-filter span:after {
  font-family: geico;
  font-weight: normal;
  color: #1C1C1E;
  font-size: 1.6rem;
  margin-left: 0.9rem;
  vertical-align: top;
}
.pill-filter .btn--pill-filter.multi-choice span:after {
  content: "\e208";
}
.pill-filter .btn--pill-filter.multi-choice.selected span:after {
  content: "\e158";
}
.pill-filter .btn--pill-filter.collection span {
  display: flex;
  align-items: center;
}
.pill-filter .btn--pill-filter.collection span:after {
  content: "\e214";
}
.pill-filter .btn--pill-filter.collection span span.collection-count {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #FAFAFA;
  color: #005CCC;
  text-align: center;
  text-align-last: center;
  font-size: 2.4rem;
  margin-left: 0.4rem;
  font-size: 14px;
  font-weight: 400;
}
.pill-filter .btn--pill-filter.collection span span.collection-count:after {
  display: none;
}
.pill-filter .btn--pill-filter.collection.selected span .collection-count {
  display: flex;
}
.pill-filter .btn--pill-filter.sort-by {
  margin-right: 3.3rem;
}
.pill-filter .btn--pill-filter.sort-by span:after {
  content: "\e214";
}
.pill-filter .btn--pill-filter.sort-by:after {
  content: "";
  height: 2.2rem;
  position: absolute;
  border: 0.1rem solid #BCBCBC;
  top: 0.7rem;
  right: -2rem;
}
.pill-filter .btn--pill-filter:hover {
  border-color: #616161;
}
.pill-filter .btn--pill-filter:active, .pill-filter .btn--pill-filter:focus {
  border-color: #005CCC;
  background-color: #F0F4FB;
}
.pill-filter .btn--pill-filter.selected {
  border-color: #005CCC;
  background-color: #005CCC;
  color: #FFFFFF;
}
.pill-filter .btn--pill-filter.selected span:after {
  color: #FFFFFF;
}
.pill-filter span.filters-clear {
  display: none;
  flex-shrink: 0;
  position: relative;
  line-height: 4rem;
  bottom: 0.3rem;
  margin-right: 3.3rem;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.pill-filter span.filters-clear:after {
  content: "";
  height: 2.4rem;
  position: absolute;
  border: 0.1rem solid #BCBCBC;
  top: 1rem;
  right: -1.7rem;
}
.pill-filter span.filters-clear.visible {
  display: inline-block;
}
.pill-filter span.filter-more {
  flex-shrink: 0;
  position: relative;
  line-height: 4rem;
  bottom: 0.3rem;
  margin-left: 2.4rem;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.pill-filter span.filter-more:before {
  content: "";
  height: 2.4rem;
  position: absolute;
  border: 0.1rem solid #BCBCBC;
  top: 1rem;
  left: -1.7rem;
}

/* Chrome version 29 and above */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pill-filter .btn--pill-filter.collection span.collection-count {
    padding-right: 1px;
  }
}
.dark .pill-filter .btn--pill-filter {
  background-color: #2B2B2F;
  color: #FAFAFA;
  border: 0.1rem solid #2B2B2F;
  font-weight: 700;
}
.dark .pill-filter .btn--pill-filter.multi-choice span:after {
  color: #FAFAFA;
}
.dark .pill-filter .btn--pill-filter.collection span:after {
  color: #FAFAFA;
}
.dark .pill-filter .btn--pill-filter.collection span span.collection-count {
  background-color: #2B2B2F;
  color: #FAFAFA;
}
.dark .pill-filter .btn--pill-filter.sort-by span:after {
  color: #FAFAFA;
}
.dark .pill-filter .btn--pill-filter.sort-by:after {
  border: 0.1rem solid #2B2B2F;
}
.dark .pill-filter .btn--pill-filter:hover {
  border-color: #616161;
}
.dark .pill-filter .btn--pill-filter:active, .dark .pill-filter .btn--pill-filter:focus {
  border-color: #80C2FF;
  background-color: #002F65;
}
.dark .pill-filter .btn--pill-filter.selected {
  border-color: #80C2FF;
  background-color: #80C2FF;
  color: #1C1C1E;
}
.dark .pill-filter .btn--pill-filter.selected span:after {
  color: #1C1C1E;
}
.dark .pill-filter span.filters-clear:after {
  border: 0.1rem solid #2B2B2F;
}
.dark .pill-filter span.filter-more:before {
  border: 0.1rem solid #2B2B2F;
}
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/dark-mode-switch/dist/styles/gdk-dark-mode-switch.scss ***!
  \****************************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.button-switch-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
}
.button-switch-container input {
  display: none;
}
.button-switch-container .button-switch-label-wrapper {
  margin-right: 2rem;
  width: 30rem;
}
.button-switch-container label {
  margin-bottom: 0;
  cursor: default;
}
.button-switch-container span.form-descriptive-copy {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.button-switch-container .button-switch {
  position: relative;
  text-align: center;
  cursor: pointer;
  border-color: #616161;
  border-style: solid;
  border-radius: 1.9rem;
  height: 3.7rem;
  width: 7rem;
  line-height: 4.1rem;
  border-width: 0.1rem;
  font-size: 1.2rem;
  background-color: #FFFFFF;
  -webkit-transition: all 0.15s ease-in-out; /* Safari, Chrome */
  -moz-transition: all 0.15s ease-in-out; /* Firefox 4.0~16.0 */
  transition: all 0.15s ease-in-out; /* IE >9, FF >15, Opera >12.0 */
}
.button-switch-container .button-switch:before {
  -webkit-transition: left 0.3s cubic-bezier(0.59, 0.005, 0.295, 1); /* Safari, Chrome */
  -moz-transition: left 0.3s cubic-bezier(0.59, 0.005, 0.295, 1); /* Firefox 4.0~16.0 */
  transition: left 0.3s cubic-bezier(0.59, 0.005, 0.295, 1); /* IE >9, FF >15, Opera >12.0 */
  display: block;
  color: #616161;
  line-height: 33px;
  font-weight: 700;
  width: 50%;
  position: absolute;
  z-index: 1;
  border-radius: 1.9rem;
  background-color: #BCBCBC;
  border-color: #616161;
  box-shadow: 0.1rem 0.2rem 0.5rem 0 #4d4d53;
  left: 0;
  font-family: "geico";
  content: "\e210";
}
.button-switch-container .button-switch.button-switch-active {
  background-color: #22841F;
  border-color: #22841F;
}
.button-switch-container .button-switch.button-switch-active:before {
  content: "\e158";
  left: 50%;
  background-color: #FFFFFF;
  color: #22841F;
  font-size: 1.6rem;
}
.button-switch-container .button-switch:focus {
  opacity: 0.9;
}
.button-switch-container.form-field--error .button-switch {
  border-color: #E00B20;
}
.button-switch-container.form-field--error .form-message {
  margin-top: 1rem;
  margin-bottom: 0;
}
.button-switch-container.disabled .button-switch {
  cursor: not-allowed;
}
.button-switch-container.disabled .button-switch:before {
  color: #BCBCBC;
  background-color: #EDEDED;
}

@media screen and (max-width: 429px) {
  .button-switch-label-wrapper {
    margin-bottom: 2rem;
  }
}
.dark .button-switch-container .button-switch {
  border-color: #616161;
  background-color: #616161;
}
.dark .button-switch-container .button-switch:before {
  color: #1C1C1E;
  background-color: #DCDCDC;
  border-color: #DCDCDC;
}
.dark .button-switch-container .button-switch.button-switch-active {
  background-color: #72BF59;
  border-color: #72BF59;
}
.dark .button-switch-container .button-switch.button-switch-active:before {
  background-color: #FAFAFA;
  color: #2C612B;
}
.dark .button-switch-container.disabled .button-switch {
  opacity: 0.3;
  cursor: not-allowed;
}
.dark .button-switch-container.disabled .button-switch.before {
  background-color: #BCBCBC;
  border-color: #BCBCBC;
}
.dark .button-switch-container.disabled .button-switch.button-switch-active {
  border-color: #616161;
  background-color: #616161;
}
.dark .button-switch-container.form-field--error .button-switch {
  border-color: #FF888F;
}
.dark .button-switch-container.form-field--error .button-switch.button-switch-active {
  border-color: #FF888F;
}

.nav-dark-mode-switch-wrapper .nav-dark-mode-switch {
  position: absolute !important;
  bottom: -13rem;
  padding: 2rem 3rem 2.5rem 2rem;
  width: 50%;
  border-bottom: none !important;
}
.nav-dark-mode-switch-wrapper .nav-dark-mode-switch .button-switch-label-wrapper {
  width: calc(100% - 9rem);
}
/*!****************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/fein/dist/styles/gdk-fein.scss ***!
  \****************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.federal-employment-identification-number-wrapper {
  position: relative;
}

input[type=tel].federal-employment-identification-number {
  width: 100%;
  padding-right: 6rem;
}

.fein-show-hide {
  font-size: 2.4rem;
  position: absolute;
  text-decoration: none;
  cursor: pointer;
  left: auto;
  right: 1.5rem;
}
.fein-show-hide span {
  height: 5rem;
  line-height: 5rem;
  color: #005CCC;
}
.fein-show-hide:hover span, .fein-show-hide:focus span {
  color: #295697;
}
.fein-show-hide:active span {
  color: #1E4071;
}

.disabled .fein-show-hide {
  display: none;
}

.edit .fein-show-hide {
  background-color: #FFFFFF;
  padding: 0 1.2rem;
  margin-top: 0.1rem;
  border-radius: 0.7rem;
  left: auto;
  right: 0.1rem;
}
.edit .fein-show-hide .icon-edit {
  position: relative;
  height: 4.8rem;
  line-height: 4.8rem;
}

@media all and (min-width: 480px) {
  input[type=tel].federal-employment-identification-number {
    width: 18rem;
  }
  .fein-show-hide {
    left: 14rem;
    right: auto;
  }
  .edit .fein-show-hide {
    left: 13rem;
    right: auto;
  }
}
.dark .fein-show-hide span {
  color: #7CABFF;
}
.dark .fein-show-hide:hover span, .dark .fein-show-hide:focus span {
  color: #ABC7FF;
}
.dark .fein-show-hide:active span {
  color: #B6C4FF;
}
.dark .edit .fein-show-hide {
  background-color: #2B2B2F;
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/shopping-bar/dist/styles/gdk-shopping-bar.scss ***!
  \********************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */
div.shopping-bar {
  position: fixed;
  z-index: 39;
  top: 0;
  right: -33.6rem;
  width: 37.6rem;
  height: 100%;
  background-color: #F0F4FB;
  overflow: hidden;
  padding: 1.9rem 1.9rem 1.9rem 0.8rem;
  transform: translateX(0);
  -webkit-transition: right 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0s; /* Safari, Chrome */
  -moz-transition: right 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0s; /* Firefox 4.0~16.0 */
  transition: right 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0s; /* IE >9, FF >15, Opera >12.0 */
}
div.shopping-bar .chevron-container {
  display: flex;
  margin-top: 8.8rem;
  margin-bottom: 3.2rem;
  text-decoration: none;
}
div.shopping-bar .chevron-container .geico-icon.geico-icon--actionable.icon-chevron-left.geico-icon--small {
  transform: translateX(0);
  -webkit-transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0s; /* Safari, Chrome */
  -moz-transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0s; /* Firefox 4.0~16.0 */
  transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0s; /* IE >9, FF >15, Opera >12.0 */
}
div.shopping-bar .chevron-container .geico-icon.geico-icon--actionable.icon-chevron-left.geico-icon--small.rotate {
  transform: rotate(-180deg);
}
div.shopping-bar ul li {
  margin-bottom: 1.6rem;
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.1rem solid rgba(220, 220, 220, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0s; /* Safari, Chrome */
  -moz-transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0s; /* Firefox 4.0~16.0 */
  transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0s; /* IE >9, FF >15, Opera >12.0 */
}
div.shopping-bar ul li div {
  white-space: nowrap;
}
div.shopping-bar ul li div .geico-icon.geico-icon--shopping-bar {
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  width: 2.4rem;
  height: 2.4rem;
  font-size: 2.4rem;
  line-height: 2.4rem;
  cursor: default;
  border-radius: 0;
  text-shadow: none;
  vertical-align: middle;
}
div.shopping-bar ul li div span.shopping-bar--label {
  font-size: 1.4rem;
  color: #000000;
  font-weight: bold;
  margin-left: 1.6rem;
  max-width: 13rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.shopping-bar ul li div .shopping-bar--price {
  font-size: 1.4rem;
  color: #000000;
  margin-left: 3.2rem;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0s; /* Safari, Chrome */
  -moz-transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0s; /* Firefox 4.0~16.0 */
  transition: all 0.5s cubic-bezier(0.59, 0.005, 0.295, 1) 0s; /* IE >9, FF >15, Opera >12.0 */
}
div.shopping-bar ul li .shopping-bar--delete {
  text-decoration: none;
  margin-left: auto;
}
div.shopping-bar ul li .shopping-bar--delete .geico-icon.geico-icon--actionable.geico-icon--small.icon-trash {
  color: #616161;
}
div.shopping-bar ul li .shopping-bar--delete .geico-icon.geico-icon--actionable.geico-icon--small.icon-trash:hover {
  color: #7b7b7b;
}
div.shopping-bar ul li .shopping-bar--delete .geico-icon.geico-icon--actionable.geico-icon--small.icon-trash:focus, div.shopping-bar ul li .shopping-bar--delete .geico-icon.geico-icon--actionable.geico-icon--small.icon-trash:active {
  color: #878787;
}
div.shopping-bar .add-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 3.2rem;
}
div.shopping-bar .add-container.hidden {
  display: none;
}
div.shopping-bar .add-container .icon-expand {
  vertical-align: middle;
}
div.shopping-bar .add-container .shopping-bar--add-text {
  font-size: 1.4rem;
  color: #000000;
  margin-left: 1.6rem;
  text-decoration: none;
  font-weight: 400;
}
div.shopping-bar.expanded {
  right: 0;
}
div.shopping-bar.expanded ul li {
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid rgb(220, 220, 220);
}
div.shopping-bar.expanded ul li .shopping-bar--price {
  height: 1.6rem;
  opacity: 1;
}

.shopping-bar--overlay {
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 38;
  background-color: transparent;
  display: none;
  -webkit-transition: background-color 0.3s ease-out 0.5s; /* Safari, Chrome */
  -moz-transition: background-color 0.3s ease-out 0.5s; /* Firefox 4.0~16.0 */
  transition: background-color 0.3s ease-out 0.5s; /* IE >9, FF >15, Opera >12.0 */
}
.shopping-bar--overlay.show {
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
}

@media (max-width: 480px) {
  div.shopping-bar {
    right: -22.4rem;
    width: 26.4rem;
  }
}
.dark div.shopping-bar {
  background-color: #000000;
  border: none;
}
.dark div.shopping-bar ul li {
  border-bottom: 0.1rem solid rgba(97, 97, 97, 0);
}
.dark div.shopping-bar ul li .geico-icon.geico-icon--shopping-bar {
  color: #FAFAFA;
}
.dark div.shopping-bar ul li span.shopping-bar--label {
  color: #FAFAFA;
}
.dark div.shopping-bar ul li .shopping-bar--price {
  color: #FAFAFA;
}
.dark div.shopping-bar ul li .geico-icon.geico-icon--actionable.geico-icon--small.icon-trash {
  color: #616161;
}
.dark div.shopping-bar ul li .geico-icon.geico-icon--actionable.geico-icon--small.icon-trash:hover {
  color: #BCBCBC;
}
.dark div.shopping-bar ul li .geico-icon.geico-icon--actionable.geico-icon--small.icon-trash:focus, .dark div.shopping-bar ul li .geico-icon.geico-icon--actionable.geico-icon--small.icon-trash:active {
  color: #FAFAFA;
}
.dark div.shopping-bar .add-container .shopping-bar--add-text {
  color: #FAFAFA;
}
.dark div.shopping-bar.expanded ul li {
  border-bottom: 0.1rem solid rgb(97, 97, 97);
}
.dark div.shopping-bar.expanded ul li .shopping-bar--price {
  height: 1.6rem;
  opacity: 1;
}
/*!******************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/score-gauge/dist/styles/gdk-score-gauge.scss ***!
  \******************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.score-gauge {
  position: relative;
  display: inline-block;
  margin-bottom: 1.2rem;
}
.score-gauge .gauge-svg {
  max-height: 190px;
}
.score-gauge .dark-score-gauge {
  display: none;
}
.score-gauge .gauge-base {
  stroke: #EDEDED;
}
.score-gauge span {
  color: #BCBCBC;
  font-size: 14px;
}
.score-gauge .min-label {
  position: absolute;
  left: 13px;
  top: calc(50% + 68px);
}
.score-gauge .max-label {
  position: absolute;
  right: 6px;
  top: calc(50% + 68px);
}
.score-gauge .score {
  color: #1C1C1E;
  font-size: 6.4rem;
  font-weight: 700;
  position: absolute;
  top: 88px;
}
.score-gauge .center-label {
  position: absolute;
  top: 149px;
  left: 96px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.score-gauge .center-label p {
  font-size: 14px;
  color: #1C1C1E;
  margin: 0;
  line-height: 1.8rem;
}
.score-gauge .confirmation-icon {
  position: absolute;
  width: 32px;
  height: 30px;
  left: -34px;
  margin-top: 4px;
}
.score-gauge .gradient-light-color-1 {
  stop-color: #ff9c00;
}
.score-gauge .gradient-light-color-2 {
  stop-color: #FFBA23;
}
.score-gauge .gradient-light-color-3 {
  stop-color: #22841F;
}

.dark .score-gauge .dark-score-gauge {
  display: inline-block;
}
.dark .score-gauge .light-score-gauge {
  display: none;
}
.dark .score-gauge .gauge-base {
  stroke: #2B2B2F;
}
.dark .score-gauge .score {
  color: white;
}
.dark .score-gauge .center-label p {
  color: white;
}
.dark .score-gauge .gradient-dark-color-1 {
  stop-color: #FF8B64;
}
.dark .score-gauge .gradient-dark-color-2 {
  stop-color: #E1B539;
}
.dark .score-gauge .gradient-dark-color-3 {
  stop-color: #72BF59;
}
/*!************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/selection-list/dist/styles/gdk-selection-list.scss ***!
  \************************************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */
.selection-list {
  margin-bottom: 3rem !important;
  margin: auto;
  width: 83.33333333%;
}
.selection-list.selection-list--in-modal {
  margin: 0;
}
.selection-list .selection-list--breadcrumb {
  padding: 2rem 0 1.8rem 1.6rem;
  z-index: 4;
  top: 6rem;
  position: sticky;
  background-color: #FAFAFA;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.selection-list .selection-list--breadcrumb a {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: normal;
  cursor: pointer;
  max-width: 16ch;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}
.selection-list .selection-list--breadcrumb a:visited {
  color: #005CCC;
}
.selection-list .selection-list--breadcrumb .icon.icon-chevron-right {
  color: #616161;
  font-size: 1.2rem;
  margin: 0 0.8rem;
}
.selection-list .selection-list--breadcrumb .current-level {
  font-size: 1.2rem;
  line-height: 1.2rem;
  max-width: 16ch;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}
.selection-list ul.selection-list--main {
  list-style: none;
  margin: 0;
  padding: 0;
}
.selection-list ul.selection-list--main li {
  background-color: #F0F4FB;
  cursor: pointer;
  position: relative;
}
.selection-list ul.selection-list--main li.edit-item, .selection-list ul.selection-list--main li.delete-item, .selection-list ul.selection-list--main li.read-only-item {
  cursor: default;
}
.selection-list ul.selection-list--main li.edit-item.active, .selection-list ul.selection-list--main li.delete-item.active, .selection-list ul.selection-list--main li.read-only-item.active {
  position: sticky;
  padding: 1.6rem 1.6rem 0 1.6rem;
  z-index: 1;
  top: 17.5rem;
}
.selection-list ul.selection-list--main li:focus-within {
  outline: dotted thin;
}
.selection-list ul.selection-list--main li .selection-list--label-container {
  padding: 1.6rem;
  position: relative;
}
.selection-list ul.selection-list--main li .selection-list--label-container > a {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #1C1C1E;
  text-decoration: none;
}
.selection-list ul.selection-list--main li .selection-list--label-container > a:after {
  font-family: geico;
  content: "\e214";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform-origin: center center;
  transform: translate(0, -50%) rotate(-90deg);
  background-color: transparent;
  width: 2.4rem;
  height: 2.4rem;
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #005CCC;
  cursor: pointer;
  font-weight: 400;
}
.selection-list ul.selection-list--main li .selection-list--label-container > a:after:hover, .selection-list ul.selection-list--main li .selection-list--label-container > a:after:focus {
  color: #004599;
}
.selection-list ul.selection-list--main li .selection-list--label-container > a:after:active {
  color: #002e66;
}
.selection-list ul.selection-list--main li .selection-list--label-container > a:focus {
  outline: none;
}
.selection-list ul.selection-list--main li .selection-list--label-container > span {
  font-size: 1.8rem;
  display: block;
  margin-right: 1.8rem;
}
.selection-list ul.selection-list--main li .selection-list--label-container span.subtext {
  display: block;
  font-size: 1.6rem;
}
.selection-list ul.selection-list--main li .selection-list--label-container.edit-label > a:after, .selection-list ul.selection-list--main li .selection-list--label-container.delete-label > a:after, .selection-list ul.selection-list--main li .selection-list--label-container.read-only-label > a:after {
  display: none !important;
}
.selection-list ul.selection-list--main li .selection-list--label-container.edit-label > span:first-child, .selection-list ul.selection-list--main li .selection-list--label-container.delete-label > span:first-child, .selection-list ul.selection-list--main li .selection-list--label-container.read-only-label > span:first-child {
  margin-right: 6rem;
  font-weight: 700;
}
.selection-list ul.selection-list--main li .selection-list--label-container.edit-label span.subtext, .selection-list ul.selection-list--main li .selection-list--label-container.delete-label span.subtext, .selection-list ul.selection-list--main li .selection-list--label-container.read-only-label span.subtext {
  display: block;
  font-size: 1.6rem;
}
.selection-list ul.selection-list--main li .selection-list--label-container.edit-label .right-side, .selection-list ul.selection-list--main li .selection-list--label-container.delete-label .right-side, .selection-list ul.selection-list--main li .selection-list--label-container.read-only-label .right-side {
  position: absolute;
  right: 1.5rem;
  top: 1.6rem;
}
.selection-list ul.selection-list--main li .selection-list--label-container.edit-label .right-side .icon-trash, .selection-list ul.selection-list--main li .selection-list--label-container.delete-label .right-side .icon-trash, .selection-list ul.selection-list--main li .selection-list--label-container.read-only-label .right-side .icon-trash {
  color: #616161;
}
.selection-list ul.selection-list--main li .selection-list--label-container.edit-label .right-side .icon-trash:hover, .selection-list ul.selection-list--main li .selection-list--label-container.delete-label .right-side .icon-trash:hover, .selection-list ul.selection-list--main li .selection-list--label-container.read-only-label .right-side .icon-trash:hover {
  color: #7b7b7b;
}
.selection-list ul.selection-list--main li .selection-list--label-container.edit-label .right-side .icon-trash:focus, .selection-list ul.selection-list--main li .selection-list--label-container.edit-label .right-side .icon-trash:active, .selection-list ul.selection-list--main li .selection-list--label-container.delete-label .right-side .icon-trash:focus, .selection-list ul.selection-list--main li .selection-list--label-container.delete-label .right-side .icon-trash:active, .selection-list ul.selection-list--main li .selection-list--label-container.read-only-label .right-side .icon-trash:focus, .selection-list ul.selection-list--main li .selection-list--label-container.read-only-label .right-side .icon-trash:active {
  color: #878787;
}
.selection-list ul.selection-list--main li .selection-list--label-container.edit-label .right-side .icon-edit, .selection-list ul.selection-list--main li .selection-list--label-container.delete-label .right-side .icon-edit, .selection-list ul.selection-list--main li .selection-list--label-container.read-only-label .right-side .icon-edit {
  margin-left: 0.8rem;
}
.selection-list ul.selection-list--main li .selection-list--label-container.edit-label .right-side.hidden, .selection-list ul.selection-list--main li .selection-list--label-container.delete-label .right-side.hidden, .selection-list ul.selection-list--main li .selection-list--label-container.read-only-label .right-side.hidden {
  display: none;
}
.selection-list ul.selection-list--main li .selection-list--label-container.link-label > a {
  font-weight: 700;
}
.selection-list ul.selection-list--main li .selection-list--label-container.link-label.add > a {
  font-weight: normal;
}
.selection-list ul.selection-list--main li .selection-list--label-container.link-label.add > a:after {
  content: "\e208";
}
.selection-list ul.selection-list--main li .selection-list--label-container.link-label span.subtext {
  display: block;
  font-size: 1.6rem;
}
.selection-list ul.selection-list--main li .selection-list--label-container.add > a {
  font-weight: normal;
}
.selection-list ul.selection-list--main li .selection-list--label-container.add > a:after {
  content: "\e208";
  font-size: 2.4;
}
.selection-list ul.selection-list--main li .selection-list--form-container {
  padding: 1.6rem;
}
.selection-list ul.selection-list--main li .selection-list--form-container .submit-btn-container {
  overflow: auto;
}
.selection-list ul.selection-list--main li .selection-list--form-container.hidden {
  display: none;
}
.selection-list ul.selection-list--main li ul.selection-list--sub {
  display: none;
}
.selection-list ul.selection-list--main li.active-parent > .selection-list--label-container {
  z-index: 2;
  top: 11.7rem;
  position: sticky;
  background-color: #F0F4FB;
}
.selection-list ul.selection-list--main li.active-parent > .selection-list--label-container > a {
  background-color: #F0F4FB;
  padding-left: 2.4rem;
}
.selection-list ul.selection-list--main li.active-parent > .selection-list--label-container > a:after {
  position: absolute;
  left: 1.2rem;
  right: inherit;
  top: 50%;
  transform-origin: center center;
  transform: translate(0, -50%) rotate(90deg);
  font-weight: 400;
}
.selection-list ul.selection-list--main li ul.selection-list--sub {
  display: none;
}
.selection-list ul.selection-list--main li ul.selection-list--sub.active-ul {
  display: block;
}
.selection-list ul.selection-list--main li ul.selection-list--sub li {
  background-color: #FAFAFA;
}
.selection-list ul li.active-parent .selection-list--label-container {
  border-bottom: 0.1rem #DCDCDC solid;
}
.selection-list ul.selection-list--main > li > .selection-list--label-container {
  border-bottom: 0.1rem #DCDCDC solid;
}
.selection-list ul.selection-list--main li .selection-list--form-container {
  border-bottom: 0.1rem #DCDCDC solid;
}
.selection-list ul li.active-parent .selection-list--label-container.active-edit-label {
  border-bottom: none;
}
.selection-list ul li .selection-list--label-container > a {
  font-weight: normal;
  display: block;
  margin-right: 1.6rem;
}
.selection-list .selection-list--main > li > .selection-list--label-container > a {
  font-weight: 700;
}
.selection-list ul li.active-parent > .selection-list--label-container > a {
  font-weight: 700;
  margin-right: 0;
}
.selection-list .hidden {
  display: none;
}
.selection-list .disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.modal-container .selection-list ul.selection-list--main li.active-parent > .selection-list--label-container > a {
  position: relative;
}

.modal-container .selection-list ul.selection-list--main li.active-parent > .selection-list--label-container > a:after {
  position: absolute;
  left: -0.6rem;
}

.modal-container .selection-list .selection-list--breadcrumb {
  position: static;
  background-color: transparent;
}

.modal-container .selection-list ul.selection-list--main li.active-parent > .selection-list--label-container {
  position: static;
}

@media (min-width: 999px) {
  .modal-container .selection-list {
    max-width: 54rem;
  }
}
@media (max-width: 999px) {
  .selection-list .selection-list--breadcrumb {
    top: 0;
  }
  .selection-list ul.selection-list--main li.active-parent > .selection-list--label-container {
    top: 5.7rem;
  }
}
@media (max-width: 768px) {
  .selection-list {
    width: 100%;
  }
}
.dark .selection-list .selection-list--breadcrumb {
  background-color: #1C1C1E;
}
.dark .selection-list .selection-list--breadcrumb a {
  color: #80C2FF;
}
.dark .selection-list .selection-list--breadcrumb a:visited {
  color: #80C2FF;
}
.dark .selection-list .selection-list--breadcrumb .icon.icon-chevron-right {
  color: #BCBCBC;
}
.dark .selection-list ul.selection-list--main li {
  background-color: #141414;
}
.dark .selection-list ul.selection-list--main li .selection-list--label-container > a {
  color: #FAFAFA;
}
.dark .selection-list ul.selection-list--main li .selection-list--label-container > a:after {
  color: #80C2FF;
}
.dark .selection-list ul.selection-list--main li.active-parent > .selection-list--label-container > a {
  background-color: #141414;
}
.dark .selection-list ul.selection-list--main li.active-parent > .selection-list--label-container {
  background-color: #141414;
}
.dark .selection-list ul.selection-list--main li ul.selection-list--sub li {
  background-color: #1C1C1E;
}
.dark .selection-list ul li.active-parent .selection-list--label-container {
  border-bottom: 0.1rem #616161 solid;
}
.dark .selection-list ul.selection-list--main > li > .selection-list--label-container {
  border-bottom: 0.1rem #2B2B2F solid;
}
.dark .selection-list ul.selection-list--main li .selection-list--form-container {
  border-bottom: 0.1rem #616161 solid;
}
.dark .selection-list ul li.active-parent .selection-list--label-container.active-form-label {
  border-bottom: none;
}
/*!******************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/meter/dist/styles/gdk-meter.scss ***!
  \******************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.meter .meter-progress-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1.2rem;
}
.meter .meter-progress-wrapper meter {
  width: 100%;
  border: "none";
  height: 1.6rem;
  margin-right: 2.4rem;
  border-color: transparent;
}
.meter .meter-progress-wrapper meter::-webkit-meter-bar {
  background-color: #EDEDED;
  background: #EDEDED;
  border: none;
  height: 1.6rem;
  border-radius: 1.6rem;
}
.meter .meter-progress-wrapper meter::-webkit-meter-optimum-value {
  border-radius: 1.6rem;
}
.meter .meter-progress-wrapper meter.general::-webkit-meter-optimum-value {
  background-color: #005CCC;
  background: #005CCC;
}
.meter .meter-progress-wrapper meter.color-lowest::-webkit-meter-optimum-value {
  background-color: #E00B20;
  background: #E00B20;
}
.meter .meter-progress-wrapper meter.color-low::-webkit-meter-optimum-value {
  background-color: #F3A241;
  background: #F3A241;
}
.meter .meter-progress-wrapper meter.color-medium::-webkit-meter-optimum-value {
  background-color: #FFBA23;
  background: #FFBA23;
}
.meter .meter-progress-wrapper meter.color-high::-webkit-meter-optimum-value {
  background-color: #81B90C;
  background: #81B90C;
}
.meter .meter-progress-wrapper meter.color-highest::-webkit-meter-optimum-value {
  background-color: #22841F;
  background: #22841F;
}
.meter .meter-progress-wrapper .value {
  font-size: 2.2rem;
  flex-shrink: 0;
  margin: 0;
}
.meter label {
  display: inline-block;
  font-size: 1.2rem;
  width: 100%;
  margin-bottom: 2rem;
}

::-webkit-full-page-media, :future, :root .safari_only {
  appearance: none;
  -webkit-appearance: none;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .safari_only {
      appearance: none;
      -webkit-appearance: none;
    }
  }
}
.dark .meter .meter-progress-wrapper meter::-webkit-meter-bar {
  background: #616161;
}
.dark .meter .meter-progress-wrapper meter.general::-webkit-meter-optimum-value {
  background-color: #99D4F2;
  background: #99D4F2;
}
.dark .meter .meter-progress-wrapper meter.color-lowest::-webkit-meter-optimum-value {
  background-color: #FF888F;
  background: #FF888F;
}
.dark .meter .meter-progress-wrapper meter.color-low::-webkit-meter-optimum-value {
  background-color: #F49E37;
  background: #F49E37;
}
.dark .meter .meter-progress-wrapper meter.color-medium::-webkit-meter-optimum-value {
  background-color: #E1B539;
  background: #E1B539;
}
.dark .meter .meter-progress-wrapper meter.color-high::-webkit-meter-optimum-value {
  background-color: #A7CF53;
  background: #A7CF53;
}
.dark .meter .meter-progress-wrapper meter.color-highest::-webkit-meter-optimum-value {
  background-color: #72BF59;
  background: #72BF59;
}
/*!******************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/@gdk/email/dist/styles/gdk-email.scss ***!
  \******************************************************************************************************************************************************************/
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */ /* COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* legacy color names & vars */
/* Default Color for Components */
/* element state colors */
/* DARK MODE COLORS */
/* primary colors */
/* secondary colors */
/* grayscale colors */
/* element state colors */
/* score gauge colors */
.email-container {
  position: relative;
}
.email-container .email-input {
  padding-right: 6rem;
  width: 100%;
}
.email-container .email-show-hide {
  font-size: 2.4rem;
  position: absolute;
  text-decoration: none;
  cursor: pointer;
  left: auto;
  right: 1.5rem;
  width: 2.5rem;
}
.email-container .email-show-hide span {
  height: 5rem;
  line-height: 5rem;
  color: #005CCC;
}
.email-container .email-show-hide:hover span, .email-container .email-show-hide:focus span {
  color: #295697;
}
.email-container .email-show-hide:active span {
  color: #1E4071;
}
.email-container.disabled .email-show-hide, .email-container .disabled .email-show-hide {
  display: none;
}
.email-container.edit .email-show-hide {
  background-color: #FFFFFF;
  padding: 0 1.5rem;
  margin-top: 0.1rem;
  border-radius: 0.7rem;
  left: auto;
  right: 0.1rem;
  width: auto;
}
.email-container.edit .email-show-hide .icon-edit {
  position: relative;
  height: 4.8rem;
  line-height: 4.8rem;
}

@media all and (min-width: 480px) {
  .email-container .email-input {
    width: 30.1rem;
  }
  .email-container .email-show-hide {
    left: 26rem;
  }
  .email-container.edit .email-show-hide {
    right: auto;
    left: 24.5rem;
  }
}
.dark .email .email-show-hide span {
  color: #7CABFF;
}
.dark .email .email-show-hide:hover span, .dark .email .email-show-hide:focus span {
  color: #ABC7FF;
}
.dark .email .email-show-hide:active span {
  color: #B6C4FF;
}

/*# sourceMappingURL=geico-design-kit.css.map*/

/********************************** 
 *                                * 
 *  /public/css/design6/base.css  * 
 *                                * 
 **********************************/

/* /////////////////////////////////////////////////////////////////////
//  Design Kit Fixes
/////////////////////////////////////////////////////////////////////*/

/* fix for hash links being covered up by main nav being fixed at large size */
@media all and (min-width:768px) {
  .anchor:before {
    display: block;
    content: " ";
    margin-top: -7rem;
    height: 7rem;
    visibility: hidden;
  }
}

/* fix button margins causing buttons to be off centered */
button,
.btn,
a.btn:visited,
a.btn:active {
  margin-right: 0;
}
.zip-code-form .zip-code-geo-icon {
  top:0;
}
.select-box select {
  width: 100%;
}

/* Do not allow break-word on geico.com side*/
#wrapper {
  word-wrap: normal;
  word-break: normal;
}

#primary-footer #footer-links-social a:hover.icon-linkedin {
  background-color: #0077B5;
}

/* modals */
.modal .modal-container.modal--full-screen .modal-content .modal--call-to-action-bar {
  padding-bottom: 3rem;
}

.modal .modal-container.modal--full-screen .modal-content .modal--call-to-action-bar .btn,
.modal .modal-container.modal--full-screen .modal-content .modal--call-to-action-bar .btn.btn--full-mobile,  
.modal .modal-container.modal--full-screen .modal-content .modal--call-to-action-bar button.btn.btn--full-mobile {
  margin-bottom: 0;
}

.modal .modal-container.modal--full-screen .modal-content-with-cta-bar {
  height: 100%;
}

/* btn--tangerine modifier exclusion */
button.btn--primary.btn--tangerine, 
.btn.btn--primary.btn--tangerine, 
a.btn:visited.btn--primary.btn--tangerine, 
a.btn:active.btn--primary.btn--tangerine, 
.modal .modal-container .modal-content .btn.btn--primary.btn--tangerine, 
.modal .modal-container .modal-content button.btn.btn--primary.btn--tangerine {
  background-color: #ef5621;
}

button.btn--primary.btn--tangerine:hover, 
button.btn--primary.btn--tangerine:focus, 
.btn.btn--primary.btn--tangerine:hover, 
.btn.btn--primary.btn--tangerine:focus, 
a.btn:visited.btn--primary.btn--tangerine:hover, 
a.btn:visited.btn--primary.btn--tangerine:focus, 
a.btn:active.btn--primary.btn--tangerine:hover, 
a.btn:active.btn--primary.btn--tangerine:focus, 
.modal .modal-container .modal-content .btn.btn--primary.btn--tangerine:hover, 
.modal .modal-container .modal-content .btn.btn--primary.btn--tangerine:focus, 
.modal .modal-container .modal-content button.btn.btn--primary.btn--tangerine:hover, 
.modal .modal-container .modal-content button.btn.btn--primary.btn--tangerine:focus {
  background-color: #ca3f0e;
}

.claims-center-section .btn.btn--primary.btn--tangerine {
    outline: none;
}

.claims-center-section .btn.btn--primary.btn--tangerine:focus {
    outline: 0.2rem solid #ef5621;
}

button.btn--secondary.btn--tangerine,
.btn.btn--secondary.btn--tangerine,
a.btn:visited.btn--secondary.btn--tangerine,
a.btn:active.btn--secondary.btn--tangerine,
.modal .modal-container .modal-content .btn.btn--secondary.btn--tangerine,
.modal .modal-container .modal-content button.btn.btn--secondary.btn--tangerine {
    color: #ef5621;
    border: 0.2rem solid #ef5621;
}

button.btn--secondary.btn--tangerine:hover,
button.btn--secondary.btn--tangerine:focus,
.btn.btn--secondary.btn--tangerine:hover,
.btn.btn--secondary.btn--tangerine:focus,
a.btn:visited.btn--secondary.btn--tangerine:hover,
a.btn:visited.btn--secondary.btn--tangerine:focus,
a.btn:active.btn--secondary.btn--tangerine:hover,
a.btn:active.btn--secondary.btn--tangerine:focus,
.modal .modal-container .modal-content .btn.btn--secondary.btn--tangerine:hover,
.modal .modal-container .modal-content .btn.btn--secondary.btn--tangerine:focus,
.modal .modal-container .modal-content button.btn.btn--secondary.btn--tangerine:hover,
.modal .modal-container .modal-content button.btn.btn--secondary.btn--tangerine:focus {
    color: #ffffff;
    background-color: rgba(239, 86, 33, 0.6);
    box-shadow: none;
    border: 0.2rem solid rgba(239, 86, 33, 0.1);
    outline: 0.2rem solid rgba(239, 86, 33, 0.1);
}

button.btn--secondary.btn--tangerine:active, 
.btn.btn--secondary.btn--tangerine:active, 
a.btn:visited.btn--secondary.btn--tangerine:active, 
a.btn:active.btn--secondary.btn--tangerine:active, 
.modal .modal-container .modal-content .btn.btn--secondary.btn--tangerine:active, 
.modal .modal-container .modal-content button.btn.btn--secondary.btn--tangerine:active {
  color: #ffffff;
  background-color: rgba(239, 86, 33, 0.8);
  box-shadow: none;
}

input[type="submit"].btn.btn--primary.btn--tangerine:focus {
    outline: 0.2rem solid #ef5621;
}

/* GDK CSS FIXES 2020-03-05 */
button, .btn, a.btn:visited, a.btn:active {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  #wrapper ~ #primary-footer {
    margin-top: -145px;
  }

  #wrapper ~ .footer-push + #primary-footer {
    margin-top: 50px;
  }
}

/* GDK CSS FIXES 2020-06-19 GDK release */
@media (max-width: 999px) {
  #primary-header #header-left-links .desktop-links {
    display: none;
  }
}

/* HUE CSS FIXES 2025-04-25 GDK */
@media (min-width: 1015px) {
  #primary-footer .footer-accordion-list {
    max-width: unset;
    flex-wrap: unset;
  }
}
.cards-container.promotional-cards .card .card-bottom button, 
.cards-container.promotional-cards .card .card-bottom a.btn {
  width: 100%;
  text-align: center;
}
@media (min-width: 480px) {
  .cards-container.promotional-cards .card .card-bottom button, 
  .cards-container.promotional-cards .card .card-bottom a.btn {
    width: auto;
  }
}


/* /////////////////////////////////////////////////////////////////////
//  Mobile App, Cat Event, & Unsupported Browser banner
/////////////////////////////////////////////////////////////////////*/

.banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 36; /* in front of to-top arrow, behind flyout nav menus */
  min-width: 30rem;
  box-shadow: 0 0 1rem #888;
}

.banner::before {
  display: block;
  content: " ";
  height: 1rem;
  background: #154995; 
}

.banner_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-flow: row wrap;
  max-width: 35rem;
  margin: 0 auto;
  padding: 1rem;
  overflow: hidden;
}

.banner_icon {
  display: block;
  overflow: auto;
  font-size: 4rem;
  margin: 0;
  padding-right: 1rem;
}

.banner_content .banner_text {
  width: calc(100% - 5rem);
  padding-left: 1rem;
  border-left: 1px solid #757374;
}

.banner_content .h3 {
  color: #154995;
}

.banner .buttons {
  text-align: center;
  margin: 0 auto;
  padding: 0 1rem;
}

.banner.top,
.banner.top::before {
  display: none;
}

.banner.top .banner_content {
  max-width: none;
}

.banner.top span.banner_icon {
  font-size: 3rem;
  line-height: 105%;
}

.banner.top img.banner_icon {
  width: 4rem;
}

.banner.top .banner_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 3rem 0 0;
  width: auto;
  margin: 0 auto;
  border-left: none;
}

.banner.top .banner_text p {
  margin-bottom: 0;
} 

.banner.top .buttons {
  margin-top: 1rem;
  width: 100%;
  padding: 0;
}

.banner.top .btn {
  margin: 0;
}

.banner.top.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: auto;
  height: 12rem;
}

.banner.top.show ~ #primary-header,
.banner.top.show ~ #wrapper {
  margin-top: 12rem;
}

.banner.top.show ~ #primary-navigation {
  position: fixed;
  top: 12rem;
}

.banner.top.show ~ #primary-navigation .panel-wrapper.menu,
.banner.top.show ~ #primary-navigation .panel-wrapper.search,
.banner.top.show ~ #primary-navigation .panel-wrapper.account,
.banner.top.show ~ #primary-navigation .panel-wrapper.articles /* living */ {
  top: 18rem;
}

.banner.top.show ~ #primary-navigation .nav-background {
  top: 12rem;
}

@media all and (min-width: 768px) {
  .banner.top.show ~ #primary-header,
  .banner.top.show ~ #wrapper #sidebar {
    margin-top: 8rem;
  }
  .banner.top.show ~ #wrapper {
    margin-top: 0;
    padding-top: 14rem;
  }
  .banner.top.show ~ #primary-navigation .panel-wrapper.menu,
  .banner.top.show ~ #primary-navigation .panel-wrapper.search,
  .banner.top.show ~ #primary-navigation .panel-wrapper.account,
  .banner.top.show ~ #primary-navigation .panel-wrapper.articles /* living */ {
    top: 14rem;
  }

  .banner.top.show ~ #primary-navigation .nav-background {
    top: 8rem;
  }

  .banner.top .banner_content {
    -ms-flex-wrap: nowrap;
    flex-flow: row nowrap;
  }

  .banner.top .buttons {
    margin: 0;
    width: auto;
    padding-right: 4rem;
  }

  .banner.top.show {
    height: 8rem;
  }
}

@media all and (min-width: 1000px) {
  .banner.top.show {
    position: fixed;
  }

  .banner.top.show ~ #primary-header,
  .banner.top.show ~ #wrapper {
    margin-top: 8rem;
  }

  .banner.top.show ~ #wrapper {
    padding-top: 6rem;
  }

  .banner.top.show ~ #primary-navigation .panel-wrapper.menu,
  .banner.top.show ~ #primary-navigation .panel-wrapper.search,
  .banner.top.show ~ #primary-navigation .panel-wrapper.account,
  .banner.top.show ~ #primary-navigation .panel-wrapper.articles /* living */ {
    top: 14rem;
  }

}

.banner.top.show ~ #wrapper #report-claim-banner {
  display: none;
}

/* /////////////////////////////////////////////////////////////////////
//  CAT Event banner
/////////////////////////////////////////////////////////////////////*/

#cat_banner {
  background-color: #F7F7F7;
  padding: 1rem 1rem;
  font-size: 18px;
  width: 100%;
  text-align: center;
}
/* Dark mode adjustment */
.dark #cat_banner {
  background-color: #000;
}
#cat_banner a {
  white-space: nowrap;
}

/* /////////////////////////////////////////////////////////////////////
//  Footer
/////////////////////////////////////////////////////////////////////*/

#footer-links-mobile-app {
  padding-bottom: 3rem;
  text-align: center;
}

#footer-links-mobile-app a:first-child {
  margin-right: 1rem;
  text-decoration: none;
}

@media (min-width: 768px) {

  /* some weird issue with IE not displaying the footer correctly at large size */
  #primary-footer {
    overflow: visible;
  }

  #primary-footer #footer-links-mobile {
    display: none;
  }

  #primary-footer #footer-links-secondary {
    display: block;
  }

  #footer-links-mobile-app {
    display: none;
  }
}

/* /////////////////////////////////////////////////////////////////////
//  Footer sticky banners
/////////////////////////////////////////////////////////////////////*/

#sticky-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: -60px;
    left: 0;
    text-align: center;
    width: 100%;
    height: 60px;
    padding: 0 1rem;
    transition: bottom 0.3s;
    z-index: 35;
}
#sticky-banner--global {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: -100px;
    left: 0;
    text-align: center;
    width: calc(100vw - 20px);
    height: 120px;
    padding: 0 1rem;
    margin: 0 1rem;
    background-color: #fff;
    box-shadow: 0px 0px 13.4px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    transition: bottom 0.3s;
    z-index: 35;
}
.dark #sticky-banner--global {
    background-color: #616161;
}
#sticky-banner--global.show {
    bottom: 10px;
}
#sticky-banner--global #sticky_quote_form {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 400px) {
  #sticky-banner--global {
    height: 80px;
  }
  #sticky-banner--global #sticky_quote_form {
    flex-direction: row;
  }
}
@media all and (min-width: 480px) {
  #sticky-banner--global {
    width: calc(100vw - 60px);
    margin: 0 3rem;
  }
  #sticky-banner--global.show {
    bottom: 30px;
  }
}
#sticky-banner.show{
    bottom: 0px;
}

#sticky-banner--global #label {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 2.53rem;
}
#sticky-banner--global span {
    margin: 0 0.5rem;
}
#sticky-banner--global #zip{
    margin-bottom: auto;
    margin-right: 10px;
    max-width: 150px;
}
#sticky-banner--global .btn {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
@media all and (min-width: 400px) {
  #sticky-banner--global .btn {
    margin-bottom: 0.5rem;
    margin-top: 0;
  }
}
#sticky-banner--global #label, #sticky-banner--global .geico-icon{
    display: none;
}
@media all and (min-width: 768px) {
  #sticky-banner--global #label, #sticky-banner--global .geico-icon{
    display: block;
  }
  #sticky-banner--global #zip{
    max-width: unset;
  }
}
@media all and (min-width: 900px) {
  #sticky-banner--global #label {
    margin-right: 4rem;
  }
  #sticky-banner--global .form-field{
    margin-left: 4rem;
    margin-right: 2rem;
  }
}
.to-top-arrow.sticky-banner {
    bottom: 7rem;
    transition: bottom 0.3s;
}

#sticky-banner .btn.large-only,
#sticky-banner span {
    display: none;
}

#sticky-banner span {
    margin-right: 1.5rem;
}

#sticky-banner .btn {
    margin-bottom: 0;
    margin-right: 1rem;
}

#sticky-banner .btn.small-padding {
    padding: 0 1rem;
}

#sticky-banner .btn:last-child {
    margin-right: 0;
}

@media all and (min-width: 375px) {
    #sticky-banner .btn.small-padding {
        padding: 0 3rem;
    }
}

@media all and (min-width: 768px) {
    #sticky-banner .btn.small-only {
        display: none;
    }
    #sticky-banner .btn.large-only,
    #sticky-banner span {
        display: block;
    }
    #sticky-banner span {
        font-size: 2rem;
    }
}
/* Dark mode adjustment */
.dark #sticky-banner.bg-color .btn.btn--primary {
  color: #3773ca;
  background-color: #ffffff;
} 

/* /////////////////////////////////////////////////////////////////////
//  Helper Classes
/////////////////////////////////////////////////////////////////////*/

.aspect_ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 3rem;
}

.aspect_ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 0;
}

a[href^="tel"],
.no-wrap {
  white-space: nowrap;
}

.select-content {
  display: none;
}

.overflow-auto {
  overflow: auto;
}

iframe {
  color-scheme: auto;
}

.android-image {
  aspect-ratio: 144 / 43;
  height: max-content;
}

.apple-image {
  aspect-ratio: 142 / 43;
  height: max-content;
}

/* /////////////////////////////////////////////////////////////////////
//  Temp 2023-01-19 - Waiting for Hue implementation
/////////////////////////////////////////////////////////////////////*/
#made-by-people{
  background-color: #F0F4FB;
  position: absolute;
  display: flex;
  justify-content:center;
  align-items: center;
  width:100%;
  height: 50px;
  top:-50px;
}
.dark #made-by-people{
  background-color: #002f65;
}
#made-by-people #made-by-people-text {
  padding:0 1rem;
}
#made-by-people #gecko-half{
  align-self: flex-end;
}
#made-by-people #gecko-half img{
  aspect-ratio: 56/61;
}
#wrapper ~ #primary-footer{
  margin-top: 45px;
  position: relative;
}
@media all and (min-width: 768px) {
  #wrapper ~ #primary-footer{
    margin-top: -45px;
  }
  footer, .footer-push {
    height: 9.5rem;
  }
}

.sr-only {
  left: -999px;
  position: fixed;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

.sr-only:focus, .sr-only:active {
  color: #004B9B;
  background-color: #EDEDED;
  left: auto;
  top: 0;
  width: 100%;
  height: auto;
  overflow: auto;
  margin: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  z-index: 999;
  cursor: pointer;
  border: 1.5px dotted #1C1C1E;
}

/* Fixing GEICO logo touch target to not expand beyond the element that contains it */
#primary-header {
  overflow: hidden;

  .header-logo {
    height: 6rem;
    overflow: hidden;
    position: relative;
  }
  .header-logo .icon-geico {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    line-height: inherit;
    overflow: hidden;
  }
}


