﻿@media print {
    .cck-container {
        display: none
    }
}

.cck-container {
    font-family: Arial,sans-serif;
    background-color: #ebebeb;
    line-height: 1.5rem;
    font-size: 1rem;
    padding: 1.5rem 1rem;
    position: fixed;
    z-index: 100;
    bottom: 0;
    right: 0;
    left: 0
}

.cck-container a {
    color: #004494;
    text-decoration: underline
}

.cck-container a:focus {
    outline: 2px solid #ffd617;
    outline-offset: 2px
}

.cck-container .cck-wrapper {
display: flex
}

.cck-container .cck-wrapper .cck-content {
    display: flex;
    margin-right: 1.5rem;
    flex-grow: 2
}

.cck-container .cck-wrapper .cck-content p {
    margin: 0
}

.cck-container .cck-wrapper .cck-content .cck-content-icon {
    margin-right: 1.5rem
}

.cck-container .cck-wrapper .cck-actions a {
    display: flex;
    color: #000;
    text-decoration: none
}

.cck-container .cck-wrapper .cck-actions a svg {
    margin-left: .75rem
}

@media only screen and (min-width:1199px) {
.cck-container {
    padding: 1.5rem 0;
}

.cck-container .cck-wrapper {
    margin: 0 auto;
    max-width: 1280px;
    display: flex
}
}

.cck-container .cck-wrapper {
    flex-direction: column
}

.cck-container .cck-wrapper .cck-actions {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap
}

.cck-container .cck-wrapper .cck-actions a.cck-actions-button {
    background: #004494;
    padding: .75rem 1rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    margin-top: 1.5rem
}

.cck-container .cck-wrapper .cck-actions a.cck-actions-button:hover {
    background: #002f67
}

.cck-container .cck-wrapper .cck-actions a.cck-actions-button:focus {
    outline: 3px solid #ffd617;
    outline-offset: -3px
}

.cck-container .cck-wrapper .cck-actions a:last-child {
margin-left: 1rem
}

@media only screen and (min-width:768px) {
.cck-container .cck-wrapper {
    flex-direction: row
}

.cck-container .cck-wrapper .cck-actions {
    flex-wrap: nowrap
}

.cck-container .cck-wrapper .cck-actions a.cck-actions-button {
    margin-top: 0
}
}
