html {
    position: relative;
    min-height: 100%;
}

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: 1rem !important;
}

label {
    color: #AAAAAA;
}

#sub-footer {
    background-color: #eee;
    min-height: 200px;
}

.fs125 { font-size:1.25em !important;}

.no-show {
    display: none;
}

.no-wrap {
    white-space:nowrap;
}

.material-icons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

@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;
    }
}

#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;
}

/* ==================================================
  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 {
    font-size: 1rem;
    -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;
}

.btn-purple:hover {
    color: #ffffff;
    background-color: #0c83e2;
    border-color: #0c7cd5;
}

.btn-purple:focus, .btn-purple.focus {
    -webkit-box-shadow: none, 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
    box-shadow: none, 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}

.btn-purple.disabled, .btn-purple:disabled {
    color: #ffffff;
    background-color: #2196f3;
    border-color: #2196f3;
}

.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
.show > .btn-purple.dropdown-toggle {
    color: #ffffff;
    background-color: #0c7cd5;
    border-color: #0b75c9;
}

.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-purple.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
    box-shadow: none, 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}

.is-focused [class^='bmd-label'],
.is-focused [class*=' bmd-label'],
.is-focused [class^='bmd-label'],
.is-focused [class*=' bmd-label'] {
    color: #1976d2 !important;
}

.text-primary {
    color: #1976d2 !important;
}

.h3 {
    font-size: 1.5625rem !important;
    line-height: 1.4em !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: 1.1375rem;
    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;
}

/* DCP SPECIFIC CHANGES */
.btn.btn-outline-white {
    border-color: #FFFFFF;
}

.btn.btn-wrap {
    white-space: normal;
}

a.popover-link,
a.popover-link:visited {
    color: green !important;
}

h1 {
    margin-bottom: 20px;
}

video.vid-100 {
    width: 100%;
}

@media (min-width: 992px) {
    .modal-lg,
  .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.btn-purple:hover {
    color: #ffffff !important;
    background-color: #0c83e2 !important;
    border-color: #0c7cd5 !important;
}

.btn-purple:focus, .btn-purple.focus {
    -webkit-box-shadow: none, 0 0 0 0.2rem rgba(33, 150, 243, 0.5) !important;
    box-shadow: none, 0 0 0 0.2rem rgba(33, 150, 243, 0.5) !important;
}

.btn-purple.disabled, .btn-purple:disabled {
    color: #ffffff !important;
    background-color: #2196f3 !important;
    border-color: #2196f3 !important;
}

.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
  .show > .btn-purple.dropdown-toggle {
    color: #ffffff !important;
    background-color: #0c7cd5 !important;
    border-color: #0b75c9 !important;
}

.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-purple.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0.2rem rgba(33, 150, 243, 0.5) !important;
    box-shadow: none, 0 0 0 0.2rem rgba(33, 150, 243, 0.5) !important;
}
.bmd-form-group label {
	color:#999999;
}
.form-control {font-size:16px;}
/*# sourceMappingURL=custom.css.map */
