/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.view-container {
    padding-top: 1em !important;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select {
    max-width: 280px;
}

h1, h2, h3, h4, h5 {
    color: #095a8e;
    font-weight: bold;
}

h5 {
    font-style: italic;
}

.vertical-align-middle {
    vertical-align: middle;
}

.hide-input {
    position: absolute;
    left: -99999rem;
}

.text-lg {
    font-size: 1.5em;
}

.error-text {
    color: #cc0000;
}

.italic-text {
    font-style: italic;
}

.bold-text {
    font-weight: bold;
}

.no-bold {
    font-weight: normal !important;
}

.normal-font {
    font-size: 14px;
    font-weight: normal;
}

.pointer {
    cursor: pointer;
}

.width-fifty {
    width: 50%;
}

.width-twenty-five {
    width: 25%;
}

.full-width {
    width: 100%;
}

.icon {
    font-size: 1.5em;
}

.icon-red {
    color: #9d3035;
    cursor: not-allowed;
}

.icon-green {
    color: green;
}

.separation-line {
    overflow: hidden;
    height: 20px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

    .separation-line:after {
        content: '';
        display: block;
        margin: -25px auto 0;
        width: 100%;
        height: 25px;
        border-radius: 125px / 12px;
        box-shadow: 0 0 8px black;
    }

.no-border {
    border: none;
}

.no-border-top-table tr td {
    border-top: none !important;
}

.custom-container {
    margin-top: 1em;
    padding: 1em;
    box-shadow: 0px 0px 5px #888888;
}

.content-margin {
    margin-top: 1em;
}

.navbar-title {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
}

    .navbar-title:hover {
        text-decoration: none;
    }

.navbar-nav li {
    cursor: pointer;
}

.home-page-custom-sidebar {
    margin-top: -2.5em;
}

.custom-subnav {
    border-top: none;
    border-left: none;
    border-right: none;
}

    .custom-subnav div ul li:hover {
        background-color: #e7e7e7;
    }

    .custom-subnav div ul .select-box:hover {
        cursor: default;
        background-color: #f8f8f8;
    }

.select-box select {
    cursor: pointer;
}

.btn, .btn:visited, .btn:active, .btn:focus {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    transition: all 0.3s ease 0s;
}

.btn-bb-blue, .btn-bb-blue:visited, .btn-bb-blue:active, .btn-bb-blue:focus {
    background-color: #0a67a3;
    color: white;
    border: 1px solid white;
}

.btn-bb-gold, .btn-bb-gold:visited, .btn-bb-gold:active, .btn-bb-gold:focus {
    background-color: #ffcc00;
    border: 1px solid white;
    color: white;
}

.btn-bb-blue-inverted {
    background-color: white;
    color: #0a67a3;
    border: 1px solid #0a67a3;
}

.btn-bb-blue:hover {
    background-color: white;
    color: #0a67a3;
    border: 1px solid #0a67a3;
}

.btn-bb-gold:hover {
    background-color: white;
    border: 1px solid #ffcc00;
    color: #ffcc00;
}

.btn-bb-blue-inverted:hover {
    background-color: #0a67a3;
    color: white;
    border: 1px solid white;
}

.btn-round {
    border-radius: 50% !important;
}

.no-round-corners {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.message-text {
    font-style: italic;
    font-size: 0.95em;
}

.indented-container > * {
    margin: 1em;
}

.pdf-link {
    margin-top: 1em;
    margin-bottom: 1em;
}

    .pdf-link:hover {
        cursor: pointer;
        text-decoration: underline;
        color: dodgerblue;
    }

.blue-footer-margin {
    margin-top: 1.5em;
}

.subscription-text {
    color: white;
}

.square-textbox {
    border-radius: 0;
}

.product-media {
    margin-top: 1em;
    padding: 1em;
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.search-control-options div:hover {
    cursor: pointer;
}

.search-control-options .active {
    font-weight: bold;
}

@media(max-width: 767px) {
    body {
        padding-top: 30px;
        padding-bottom: 80px;
    }

    .body-content {
        margin-top: 2em;
    }

    .subnav-container {
        background-color: #f8f8f8;
        border-color: #e7e7e7;
    }

    .navbar-title {
        color: darkgrey;
    }

    .icon-bar {
        background-color: lightgrey;
    }

    .custom-recaptcha {
        transform: scale(0.77);
        transform-origin: 0 0;
    }

    .mobile-white {
        color: white !important;
    }

    .logo-header {
        display: none;
    }

    .indented-container {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

    .copyright {
        margin-top: 1.5em;
        margin-left: 0.5em;
        font-size: 0.85em;
        word-wrap: break-word;
    }

    .hide-on-mobile {
        display: none;
    }
}

@media(min-width: 768px) {
    body {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .navbar-fixed-top {
        position: relative;
        top: auto;
    }

    .navbar-collapse {
        max-height: none;
    }

    .body-container {
        background-color: white;
        box-shadow: 0px 0px 5px #888888;
    }

    .menu, .login {
        margin-right: 1em;
        font-family: 'Roboto Slab';
        font-style: normal;
        font-weight: 100;
        font-size: 1.2em;
        src: local('Roboto Slab Thin'), local('RobotoSlab-Thin'), url(https://fonts.gstatic.com/s/robotoslab/v6/MEz38VLIFL-t46JUtkIEgHcHpeTo4zNkUa02-F9r1VE.woff2) format('woff2');
        unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
        color: #777777;
    }

        .menu:hover, .login:hover {
            text-decoration: none;
            color: black;
            cursor: pointer;
        }

    .view-container {
        padding: 4em;
    }

    .nav-options {
        padding-top: 1.33em;
    }

        .nav-options > a {
            padding-left: 1em;
            padding-right: 1em;
        }

    .copyright {
        color: #c5c5c5;
        margin-top: 1em;
        margin-right: 3em;
        margin-bottom: 1em;
    }

    .desktop-pull-right {
        float: right !important;
    }

    .mobile-only {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .search-control-options {
        margin-top: 1.5em;
        width: 10em;
    }
}

@media(min-width: 992px) {
    .navbar-nav li a {
        font-size: 18px;
    }

    .search-control-options {
        margin-top: -1.5em;
    }
}

@media (max-width: 1024px) {
    .pdf-link {
        text-decoration: underline;
    }

    .subscription-checkbox {
        margin-top: 0.3em;
    }
}

@media (min-width: 1025px) {
    .navbar-collapse.collapse > ul {
        margin-left: 4em;
    }

    .subscription-checkbox {
        margin-top: 0.5em;
        padding-left: 4em;
        transform: scale(2, 2);
    }
}

.loader {
    display: inline-block;
    width: 75px;
    height: 75px;
    border: 6px solid #3498db;
    border-radius: 70%;
    border-top-color: #ffcc00;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    position: fixed;
    z-index: 999;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

/*# sourceMappingURL=app.0a0db183f3ca8a010744.css.map*/