
/* CASE ROUTES */
.case-route {
    margin-bottom: 3rem;
    margin-top: 0;
}
.case-route > div:first-child > div {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.case-route > div:first-child {
    padding-top: 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.case-route h3.case-route--subhead + p {
    margin-top: 0 !important;
}
.case-route > div:first-child > div {
    background-color: #fff; /* white */
}
.case-route > div:first-child > div {
    font-family: source-sans-pro, sans-serif;
    -webkit-transition: 300ms;
    transition: 300ms;
    color: #222; /* text black */
    text-align: left;
    vertical-align: top;
    transition: 300ms;
    padding: 15px 25px;
    margin: 10px 0 0;
    box-sizing: border-box;
    cursor: pointer;
    vertical-align: middle;
    display: table-cell;
    border-left: 5px solid #fff; /* white */
    border-right: 5px solid #fff; /* white */
}
.case-route .question-text span.question-number {
    display: none;
}
.case-route .question-text {
    font-family: source-sans-pro, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2.2rem;
}
.case-route p {
    font-size: 16px;
    color: #222; /* text black */
    padding: 0 0 2.4rem;
    margin: 0;
}
.case-route .galleria-info-description p {
padding: 0;
}
.cb-content .case-route blockquote p {
   color: #D6001C; /* cb primary */
}
.case-route blockquote p {
   font-size: 2.8rem;
}
.case-route .answer {
  display: none;
  padding: 35px 20px 20px;
  margin-top: 15px;
  border: 0;
}
.case-route .action--item h4 {
    display: block;
    font-weight: bold;
    text-align: left;
    padding-top: 0;
    text-transform: uppercase;
    font-family: source-sans-pro, sans-serif;
}
.case-route .action--callout h4 {
  padding-top: 1rem;
  text-transform: uppercase;
}
.case-route .answer h3:first-child {
    margin: 0 0 1rem;
}
.case-route .answer h3:first-child:after {
    background-color: #000; /* black */
    margin: 2rem 0 2rem;
    content: '';
    display: block;
    width: 75px;
    height: 12px;
}
.cb-content .case-route .deck {
    color: #d6001c !important; /* cb primary */
}
.case-route .deck {
    padding: 0 !important;
    font-family: source-sans-pro, sans-serif !important;
    font-size: 2.2rem !important;
    line-height: 1.4 !important;
    font-weight: 300 !important;
    margin-bottom: 1.5rem !important;
    margin-top: 0 !important;
}
.case-route .case-route--subhead {
    margin-top: 2.4rem;
}
.case-route .case-route--subhead + p {
    margin-top: 0 !important;
}
.cb-content .case-route > div .answer {
    border-top: 1.2rem solid #d6001c; /* cb primary */
}
.case-route > div .answer {
    border-bottom: 1px solid #dedede; /* light-gry */
    margin-top: 4.5rem;
}
.case-route > div:first-child > div {
    padding: 0;
    position: relative;
    margin-top: 0;
}
.case-route .action--item {
    padding: 2.5rem 0 1.5rem;
    background-color: #fff; /* white */
    font-family: utopia-std, serif;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
.case-route .action--callout h4 {
    text-align: center;
    font-size: 1.6rem;
    padding: 0;
    color: #d6001c;
    margin: 0; /* cb primary */
}
.case-route > div:first-child > div:hover .action--callout h4,
.case-route .active .action--callout h4 {
  color: #fff; /* white */
}
.cb-content .case-route .action--callout,
.cb-content .active .action--callout {
    border: 2px solid #d6001c; /* cb primary */
    color: #d6001c; /* cb primary */
}
.case-route .action--callout,
.active .action--callout {
    padding: 1.3rem 3rem;
    background-color: #fff; /* white */
    width: 100%;
    bottom: 0;
    height: 5rem;
}
.cb-content .case-route .active .action--callout {
    background-color: #d6001c; /* cb primary */
}
.case-route .active .action--callout {
    color: #fff; /* white */
}
.case-route .inactive .action--item {
    color: #888; /* medium-gry */
}
.case-route .inactive .action--callout {
    color: #888;; /* medium-gry */
    border-color: #dedede; /* light-gry */
    background-color: #fff; /* white */
}
.case-route .action--callout {
    position: relative;
    -webkit-transition: 300ms;
    transition: 300ms;
}
.case-route > div:first-child > div:hover .action--callout,
.cb-content .case-route > div:first-child > div.active:hover .action--callout {
    background-color: #d6001c; /* cb primary */
}
.case-route > div:first-child > div.active:hover .action--callout {
    color: #fff; /* white */
}
.cb-content .case-route a.next--route {
    border: 2px solid #d6001c; /* cb primary */
}
.case-route a.next--route {
    margin: 2rem 0;
    padding: 1rem 1.6rem;
    font-size: 1.6rem !important;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: 300ms;
    transition: 300ms;
    font-family: source-sans-pro, sans-serif;
    text-align: center;
    cursor: pointer;
}
.cb-content .case-route a.next--route:hover {
    background-color: #d6001c; /* cb primary */
}
.case-route a.next--route:hover {
    color: #fff; /* white */
}
@media (min-width: 520px) {
    .case-route > div:first-child > div {
       border-left: 15px solid #fff; /* white */
       width: 50%;
    }
    .case-route > div:first-child > div:first-child {
      border-left: none;
      border-right: 15px solid #fff; /* white */
    }
    .case-route > div:first-child {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
