/* _content/CheckPointWY/Features/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-ifz65fzvf0] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-ifz65fzvf0] {
  color: #0077cc;
}

.btn-primary[b-ifz65fzvf0] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-ifz65fzvf0], .nav-pills .show > .nav-link[b-ifz65fzvf0] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-ifz65fzvf0] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-ifz65fzvf0] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-ifz65fzvf0] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-ifz65fzvf0] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-ifz65fzvf0] {
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

       .wrapper[b-ifz65fzvf0] {
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }

        main[b-ifz65fzvf0] {
            flex: 1;
        }

        header[b-ifz65fzvf0] {
            display: block;
        }

        .header-logo[b-ifz65fzvf0] {
            display: inline-block;
        }

            .header-logo .header-logo__image[b-ifz65fzvf0] {
                display: inline-block;
                width: 339px;
                height: 136px;
                background-size: cover;
                font-size: 0;
                line-height: 0;
            }

        /* Mobile */

        @media (max-width: 767px) {
            .header-logo .header-logo__image[b-ifz65fzvf0] {
                display: block;
                position: relative;
                left: 50%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                width: 200px;
                height: 86px;
            }
        }

        .header .header__entry[b-ifz65fzvf0] {
            background-size: cover;
            background-position: center center;
        }

        .header .header__entry-inner[b-ifz65fzvf0] {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            width: 100%;
            padding: 29px 0 32px 0;
            background-size: cover;
            background-position: center center;
        }

        .col-xs-2[b-ifz65fzvf0] {
            color: #FFF;
        }

        .col-half-offset[b-ifz65fzvf0] {
            margin-left: 2.166666667%
        }

        .header .header__inner[b-ifz65fzvf0] {
            display: inline-block;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 306px;
            flex: 0 0 306px;
            max-width: 306px;
            height: 127px;
            margin-top: 20px;
            padding: 14px 0 20px 2px;
            text-align: center;
        }

        .shell[b-ifz65fzvf0] {
            max-width: 1360px;
            padding-left: 10px;
            padding-right: 10px;
            margin: auto;
        }

        .fr-view .fr-img-caption .fr-img-wrap > span[b-ifz65fzvf0] {
            width: 80%;
            text-align: left;
        }

        .img-circle75[b-ifz65fzvf0] {
            border-radius: 75px;
            padding: 20px;
        }

        a:link[b-ifz65fzvf0], a:visited[b-ifz65fzvf0] { /* JMW 09-16-19 */
            color: inherit;
        }

        a[b-ifz65fzvf0] {
            color: inherit;
            text-decoration: none !important;
        }

            a:hover[b-ifz65fzvf0],
            a[href^="tel"][b-ifz65fzvf0] {
                text-decoration: none;
                color: #2F85A3;
            }
            input [type=text][b-ifz65fzvf0], select[b-ifz65fzvf0], textarea[b-ifz65fzvf0] {
            width: 100%;
            border: 1px solid #ccc;
            border-radius: 4px;
            box-sizing: border-box;
            resize: vertical;
        }
