html {
    position: relative;
    min-height: 100%;
}

body {
    color:#000000;
}

main {
    min-height: 400px;
}

main a {
    color: #1565c0;
}

main a:hover {
    color: #2196f3;
}

main a:visited {
    color: #1565c0 !important;
}

.navbar {
    color: #ffffff;
    background-color: rgba(33, 33, 33, 0.75) !important;
}

#left-sidebar {
    font-family: inherit;
    font-size: 0.85rem;
}

#left-sidebar .menu-parent {
    background-color: #eee;
}

#left-sidebar .list-group {
    padding: 0;
}

#left-sidebar .menu-header {
    cursor: pointer;
    font-weight: 500;
}

#left-sidebar .menu-header .list-group-item {
    border-top: 1px solid #9e9e9e;
    background-color: #b0bec5;
}

#left-sidebar .menu-header .list-group-item.last {
    border-bottom: 1px solid #9e9e9e;
}

#left-sidebar .menu-header .list-group-item:not(.collapsed) {
    color: #000000;
    font-weight: bold;
    background-color: #78909c;
}

#left-sidebar .menu-header .list-group-item:hover {
    color: #212121;
    background-color: #78909c;
}

#left-sidebar .menu-body .list-group-item {
    padding-left: 2rem;
}

#left-sidebar .menu-body .list-group-item.active {
    color: #000000;
    font-weight: bold;
    background-color: inherit;
}

#left-sidebar .menu-body .list-group-item:hover {
    background-color: #f5f5f5;
}

p {
    font-size: inherit;
}

label {
    color: #AAAAAA;
}

#sub-footer {
    background-color: #eee;
    min-height: 200px;
}

.video {
    width:100%;
    border:1px solid #AAAAAA;
}

.no-show {
    display: none;
}
.no-wrap {
    white-space:nowrap;
}
.btn-wrap {
    white-space:normal;
}
.material-icons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}
.material-icons.md-10 { font-size: 10px; }
.material-icons.md-12 { font-size: 12px; }
.material-icons.md-14 { font-size: 14px; }
.material-icons.md-16 { font-size: 16px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-20 { font-size: 20px; }
.material-icons.md-22 { font-size: 22px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-26 { font-size: 26px; }
.material-icons.md-28 { font-size: 28px; }
.material-icons.md-30 { font-size: 30px; }
.material-icons.md-32 { font-size: 32px; }
.material-icons.md-34 { font-size: 34px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

.table.border-black {
  border: 0.5px solid #000000;
}
.table-bordered.border-black > thead > tr > th,
.table-bordered.border-black > tbody > tr > th,
.table-bordered.border-black > tfoot > tr > th,
.table-bordered.border-black > thead > tr > td,
.table-bordered.border-black > tbody > tr > td,
.table-bordered.border-black > tfoot > tr > td {
   border: 0.5px solid #000000;
}

.bg-silver { background-color:#dedede; }
.bg-lt-blue { background-color:#cee4f9; }
.text-underline { text-decoration:underline; }

@media (min-width: 992px) {
    #dopl-common {
        padding: 0.02px;
    }

    #dopl-common .team {
        margin-top: -12rem;
    }

    #dopl-common .team .card-description,
      #dopl-common .team .card-title {
        color: white;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}


#pmnWidget {
    width: 100% !important;
}

#pmnWidget .pmnWidgetHeader {
    display: none !important;
}

.form-check .form-check-label,
.togglebutton label {
    color: #5f5f5f;
}

.form-check .form-check-input:checked + .form-check-sign .check,
.togglebutton label input[type=checkbox]:checked + .toggle {
    background: #094665;
}

.form-check .form-check-input:checked + .form-check-sign .check:after,
  .togglebutton label input[type=checkbox]:checked + .toggle:after {
    border-color: #0f4664;
}

.nav-pills:not(.flex-column) .nav-item + .nav-item:not(:first-child) {
    margin-left: 0;
}

@media only screen and (max-width: 767px) {
    .nav-pills .nav-item {
        width: 100%;
    }
}

.nav-pills .nav-item {
    margin: 0 5px 5px 0;
}

.nav-pills .nav-item .nav-link {
    color: #333;
    border-radius: 2px !important;
    background-color: rgba(169, 60, 9, 0.46);
}

.nav-pills .nav-item .nav-link:hover {
    color: #222;
    background-color: rgba(169, 60, 9, 0.69);
}

.nav-pills .nav-item .nav-link.active {
    color: #fff;
    background-color: #a93c09;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px #a93c09;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px #a93c09;
}

.nav-pills .nav-item .nav-link.active:hover {
    background-color: #a93c09;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu a:active,
.dropdown-menu a:focus,
.dropdown-menu a:hover {
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(39, 87, 176, 0.4);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(39, 56, 176, 0.4);
    background-color: #3f51b5;
    color: #FFFFFF;
}

.lh-0 {line-height:0em;}
.lh-1 {line-height:.25em;}
.lh-2 {line-height:.5em;}
.lh-3 {line-height:.75em;}
.lh-4 {line-height:1em;}
/* ==================================================
  Utah.gov Footer Styling
  ================================================== */
.utah-footer {
    padding: 15px 0;
    background-color: #212121;
}

.utah-footer a {
    color: #2d7dff;
    font-family: "Open Sans Condensed", "Open Sans", Helmut, sans-serif;
    margin-bottom: 0.255em;
}

@media screen and (min-width: 800px) {
    body {
        margin-bottom: 7rem;
    }

    .utah-footer {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}

#utahgov_statewidefooter p.utahgov_copyright {
    color: #FFF;
}

.btn {
    -webkit-box-shadow: 0 2px 2px 0 rgba(39, 94, 176, 0.14), 0 3px 1px -2px rgba(41, 39, 176, 0.2), 0 1px 5px 0 rgba(39, 69, 176, 0.12) !important;
    box-shadow: 0 2px 2px 0 rgba(39, 94, 176, 0.14), 0 3px 1px -2px rgba(41, 39, 176, 0.2), 0 1px 5px 0 rgba(39, 69, 176, 0.12) !important;
    text-transform: none !important;
}

.btn.btn-primary {
    background-color: #1976d2;
}

.btn:focus, .btn:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(39, 62, 176, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(39, 62, 176, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2) !important;
    background-color: #2196f3 !important;
}

.breadcrumb-item {
    font-size: 0.80rem;
}

#dopl-questions {
    background-color: #EEEEEE;
}

.form-control,
.is-focused .form-control {
    background-image: linear-gradient(to top, #2196f3 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

@media only screen and (max-width: 600px) {
    .navbar img#logo {
        width: 100%;
    }
}

/* 6. carousel-hash
--------------------------------------------------------------------------------*/
.owl-dots {
    left: 0;
    right: 0;
    bottom: 50px;
    position: absolute;
}

.owl-video-tn {
    width: 100%;
    background-size: cover;
}

.slider__item {
    height: 100vh;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slider__item:after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/* 7. carousel
--------------------------------------------------------------------------------*/
.owl-carousel .owl-item {
    display: inline-block;
    vertical-align: top;
    float: none;
}

.owl-carousel .owl-item img {
    width: 100%;
}

.owl-dots,
.owl-nav {
    text-align: center;
    margin-top: 5px;
}

.owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 10px;
    border-radius: 50%;
    background-color: #c2c2c2;
}

.owl-dot.active {
    background-color: #f39c12;
}

.owl-next:after,
.owl-prev:after {
    font-size: 36px;
    font-family: FontAwesome;
    line-height: 1;
}

.owl-next.disabled,
.owl-prev.disabled {
    color: #c2c2c2;
}

.owl-prev {
    left: 0;
}

.owl-prev:after {
    content: "\F104";
}

.owl-next {
    right: 0;
}

.owl-next:after {
    content: "\F105";
}

@media (min-width: 576px) {
    .owl-prev {
        left: -40px;
    }

    .owl-next {
        right: -40px;
    }
}

.owl-item {
    opacity: 0.3;
}

.owl-item.active {
    opacity: 1;
}

/* 8. carousel
--------------------------------------------------------------------------------*/
.slider {
    position: relative;
}

.slider .owl-video-tn {
    width: 100%;
    background-size: cover;
}

.slider__item {
    height: 100vh;
    text-align: center;
}

.slider__item:after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.slider__content {
    position: relative;
    z-index: 2;
}

.slider__content h2 {
    font-weight: 400;
    color: white;
    font-size: 30px;
}

.slider__content p {
    font-size: 18px;
    color: #c2c2c2;
}

@media (min-width: 320px) {
    .slider__content {
        padding-top: 10rem;
    }

    .slider__content h2 {
        font-size: calc(5.65476vw + 11.90476px);
    }
}

@media (min-width: 992px) {
    .slider__content h2 {
        font-size: 68px;
    }
}

.slider__content .filter__list {
    text-align: center;
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
}

.filter__list > li {
    display: inline-block;
    padding: 10px;
    margin: 0 10px;
}

.filter__list > li.current > a {
    color: #f39c12;
}

.filter__list a {
    font-weight: 700;
    color: #c2c2c2;
}

.filter__list a:hover {
    color: #f39c12;
}

/* temp*/
.card-collapse {
    margin: 0;
}

.card-collapse .card-header {
    border-bottom: 1px solid #ddd;
    padding: 10px 10px 5px 0;
    margin: 0;
    background: #fff;
}

.card-collapse,
.card-collapse .card-header {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
}

.card-collapse .card-header a:active,
.card-collapse .card-header a:hover,
.card-collapse .card-header a[aria-expanded="true"] {
    color: #1976d2;
}

.card-collapse .card-header a {
    color: #3c4858;
    font-size: 0.9375rem;
    font-weight: bolder;
    display: block;
    cursor: pointer;
}

.card .card-body,
.card .card-footer {
    padding: 10px 0 0;
}

.card-collapse .card-header a[aria-expanded="true"] i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.card-collapse .card-header a i {
    float: right;
    top: 4px;
    position: relative;
}

/*# sourceMappingURL=custom.css.map */

/* BOLD ALL LINKS IN PAGE EXAM SECTION */
#page-exam a {
    font-weight: 900;
}
.text-black { font-color:#000000; }
.min-width-100 {min-width:100px;}
.min-width-150 {min-width:150px;}
.min-width-200 {min-width:200px;}
.min-width-250 {min-width:250px;}
.min-width-300 {min-width:300px;}
.min-width-350 {min-width:350px;}
.min-width-400 {min-width:400px;}
.max-width-200 {max-width:200px;}
.max-width-250 {max-width:250px;}
.max-width-300 {max-width:300px;}
.max-width-350 {max-width:350px;}
.max-width-400 {max-width:400px;}