﻿h1, h2 {
    margin: 25px 0px !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #BF5818;
}

#other h3, #other h6 {
    color: #494949;
    text-transform: uppercase;
    font-weight:300;
}

#sideMenu {
    padding: 0;
    border-radius: .25rem;
    overflow: hidden;
    margin: 4.75rem auto auto auto;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    flex: 1 1 auto;
}

.bg-black {
    background-color: #292929;
}

.bg-dark {
    background-color: rgba(73,73,73,.75) !important;
}

.bg-secondary {
    background-color: #494949 !important;
}

a, a:visited {
    color: #BF5818;
}

    a:hover {
        color: #ffc02d;
    }

.btn-outline-primary {
    color: #BF5818;
    background-color: transparent;
    background-image: none;
    border-color: #BF5818;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #BF5818;
        border-color: #BF5818;
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(212,128,9,.5);
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #BF5818;
        border-color: #BF5818;
    }

.text-secondary {
    color: #494949 !important;
}

.border-2 {
    border-width: 2px !important;
    font-weight: 600;
    text-transform: uppercase;
}

.bg-gradient-primary {
    background: #1e5799;
    background: -moz-linear-gradient(left, #1e5799 25%, #7db9e8 100%);
    background: -webkit-linear-gradient(left, #1e5799 25%,#7db9e8 100%);
    background: linear-gradient(to right, #1e5799 25%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 );
}

.object-fit {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.jumbotron .container-fluid .row {
    max-width: 100%;
}

button.next:hover, button.prev:hover {
    color: #fff;
}

button.next, button.prev {
    border: none;
    width: 44px;
    height: 44px;
    transition: all .3s ease-in-out;
    margin-bottom: 86px;
}

.bullock-slider .carousel-inner {
    height: auto;
}

.bullock-slider .carousel-indicators {
    position: relative;
    bottom: unset;
    margin: 0 auto;
    padding: 1rem;
    z-index: 0;
}

.bullock-slider .carousel-control-next, .bullock-slider .carousel-control-prev {
    font-size: calc(36px + .5vw);
}

    .bullock-slider .carousel-control-next i, .bullock-slider .carousel-control-prev i {
        background-color: rgba(73, 73, 73, .5);
        border-radius: 50%;
        width: 70px;
        height: 70px;
        padding-top: 12px;
        padding-left: 4px;
    }

.carousel-thumbnails .carousel-indicators img {
    max-width: 100px;
    height: 50px;
    overflow: hidden;
    display: block;
    object-fit: cover;
}

.carousel-thumbnails .carousel-indicators li {
    height: auto;
    max-width: 100px;
    width: 100px;
    border: 2px solid #494949;
    background: transparent;
    transition: margin .3s ease-in-out;
    transition: border-width .6s ease-in-out;
}

    .carousel-thumbnails .carousel-indicators li.active {
        border-color: #BF5818;
        border-width: 0 0 2px;
        margin: -3px 0 2px;
    }

/* Navbar */
nav#mainnav {
    transition: all .3s ease-in-out;
}

.nav-up {
    top: -66px !important;
}

.navbar-brand {
    display: flex;
    align-items: center;
    white-space: normal;
    padding: 2px 5px;
    transition: .3s color ease-in-out;
}

    .navbar-brand:hover {
        color: #d8d8d8 !important;
    }

    .navbar-brand img {
        max-height: 45px;
        padding-right: .75rem;
    }

a.navbar-brand:hover img {
    -moz-transform: rotate3d(1,0,0.5,360deg);
    -webkit-transform: rotate3d(1,0,0.5,360deg);
    transform: rotate3d(1,0,0.5,360deg);
    transition: .5s all ease-in-out;
    filter: blur(.1px);
}

.seal-text {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    font-size: 13px;
    line-height: normal;
    width: 110px;
}

    .seal-text span {
        font-weight: bold;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-size: 15px;
        padding-right: 5px;
    }

ul.navbar-nav {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 380px;
    justify-content: space-between;
    max-width: 34vw;
}

.nav-item {
    min-width: 50px;
}

/* Search link */
a.search {
    width: 50px;
    height: 50px;
    background: transparent;
    text-align: center;
    display: table-cell !important;
    vertical-align: middle;
    position: relative;
    transition: .3s background ease-in-out;
    z-index: 0;
}

    a.search:hover {
        background: #BF5818;
    }
/* navbar search */
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(47, 47, 47, 0.98);
    z-index: 9999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

    #search.open {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        -moz-transform: translate(0px, 0px) scale(1, 1);
        -o-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
        opacity: 1;
    }

    #search input[type="search"] {
        position: absolute;
        top: 50%;
        width: 100%;
        background: rgba(0, 0, 0, 0);
        font-size: 60px;
        font-weight: 300;
        text-align: center;
        border: 0px;
        margin: 0px auto;
        margin-top: -51px;
        padding-left: 30px;
        padding-right: 30px;
        outline: none;
        z-index: 0;
    }

    #search .btn {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 61px;
        margin-left: -45px;
        z-index: 0;
    }

    #search .close {
        position: fixed;
        top: 15px;
        right: 15px;
        border-color: #646464;
        opacity: 1;
        padding: 9px 17px 15px;
        font-size: 27px;
    }

/* Navbar Animated Menu */
.navbar-toggler {
    border: none;
    background: transparent !important;
}

    .navbar-toggler:focus {
        outline: none;
        background: transparent !important;
    }

    .navbar-toggler .icon-bar {
        background-color: #fff;
        transform: rotate(0deg) translate(0px, 0px);
        transition: ease all .2s;
    }

    .navbar-toggler .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggler .icon-bar + .icon-bar {
            margin-top: 4px;
        }

.icon-bar:nth-child(2) {
    width: 16px;
    transition: ease all .2s;
}

.navbar-toggler:hover > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:active > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;
}

/* jumbotron */
.bullock {
    background-color: gray;
    background-size: cover;
    padding: 0;
    position: relative;
    margin-bottom: 0;
    z-index: 0;
}

    .bullock.jumbotron {
        background: no-repeat;
    }

img.govBullock {
    width: 70%;
    margin: auto auto -4vw;
    align-content: center;
    align-items: center;
    filter: drop-shadow(0px 1px 2px #000);
}

/*Alert*/
.containerBullock {
    position: relative;
}

#gov-alert {
    position: absolute;
    top: 80px;
    left: 50%;
    width: 80%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
}

    #gov-alert p {
        margin: 0;
    }

    #gov-alert a {
        color: #fff;
    }

.bullock-4 {
    height: 25vw;
    margin: 55px auto 0;
    align-content: center;
    align-items: center;
}

.bullock .col-sm-8 {
    display: flex;
    margin-top: 40px;
    min-height: 160px;
    height: 25vw;
}

.bullock h1 {
    font-size: 58px;
    text-transform: uppercase;
    text-shadow: 3px 4px 5px #0c0c0c;
    font-weight: bold;
    text-align: left;
    line-height: .96;
    padding: 12vw 0px;
    margin: -5.8vw auto 20px !important;
}

    .bullock h1 a.btn {
        text-shadow: none;
        text-transform: capitalize;
    }

    .bullock h1 span:nth-of-type(1) {
        font-weight: 100;
        font-size: 16px;
        transition: .3s font-size ease-in-out;
    }

    .bullock h1 span:nth-of-type(2) {
        display: inline-block;
        color: #cc6f1c;
        font-size: 24px;
        margin-left: -10px;
        transition: .3s font-size ease-in-out;
    }

    .bullock h1 span:nth-of-type(3) {
        display: block;
        color: #e5e9ed;
        transition: .3s font-size ease-in-out;
    }

#flagStatus:after {
    content: "Sign Up for Flag Notifications";
    position: absolute;
    width: 100%;
    color: #494949;
    font-size: 12px;
    white-space: nowrap;
    text-align: center;
    bottom: -18px;
    z-index: 0;
}

#flagStatus:hover:after {
    color: rgba(73, 73, 73, 0.5);
}

.flag-status {
    margin-top: -1px;
}

    .flag-status .col {
        height: 39px;
        max-width: 190px;
        justify-content: center;
    }

    .flag-status .row {
        max-width: 1190px;
        margin: 0 auto;
    }

    .flag-status .col img {
        max-width: 51px;
        margin-bottom: 25px;
    }

    .flag-status p:last-of-type {
        font-weight: bold;
    }

    .flag-status a {
        color: #fff;
        z-index: 1;
    }

        .flag-status a:hover {
            text-decoration: none;
        }

/* Featured Issues */
.featured-issues h4 {
    font-size: 1.2rem;
    white-space: nowrap;
    margin: 0;
    background: #fff;
    width: 100%;
    padding-bottom: .5rem !important;
}

    .featured-issues h4:before {
        content: "Needs Icon";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-size: 2.8rem;
        padding-bottom: .75rem;
    }

h4.wifi:before {
    content: "\f1eb";
}
/* wifi icon */
h4.map-marked-alt:before {
    content: "\f5a0";
}
/* map-marked-alt icon */
h4.apple-alt:before {
    content: "\f5d1";
}
/* apple-alt icon */
h4.user-friends:before {
    content: "\f500";
}
/* user-friends icon */
.featured-issues .card {
    border: 3px solid #ffffff;
    flex: 1 1 auto;
    width: 25%;
    background: #ececec;
}

.featured-issues .col-6 p {
    font-size: 14px;
}

/* About Section */
.family {
    /*max-height:360px;*/
    background-image: url("../Images/camping.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* Featured News */
.news:after {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, #0a0a0a 0%, rgba(10, 10, 10, 0) 50%);
    z-index: 1;
}

.post-item {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 0;
}

.featured-news figure img.img-fluid {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.featured-news .post-item:after {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    pointer-events: none;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(67%,transparent),color-stop(33%,#000));
    background: -webkit-linear-gradient(top,transparent 33%,#000);
    background: linear-gradient(-180deg,transparent 33%,#000);
}

.featured-news .post-content {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
}

    .featured-news .post-content a {
        display: block;
    }

.featured-news:hover .post-content {
    opacity: .8;
}

.post-item figure img {
    min-width: 70px;
    min-height: 70px;
    margin-right: 1rem;
}

.recent-news article img {
    max-width: 120px;
}

.ajax-load-btns {
    text-align: center;
}


/* Social Media Section */
.bullock-social i {
    font-size: 5rem;
    color: #ffffff;
}

.bullock-social h5 {
    padding-left: 1vw;
}
/* Instagram */
#insta-feed .instapic {
    width: 33%;
    display: block;
    height: auto;
    max-width: 320px;
    overflow: hidden;
    padding: .25vw;
}

.instapic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.instagram_gallery img {
    padding: 5px !important;
    transition: transform .3s ease-in-out;
    width: 100% !important;
    border-radius: 10px;
}

.instagram_gallery a:hover img {
    transform: scale(1.1);
    padding: 0 !important;
    border: 2px solid;
}

.instagram_gallery {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

    .instagram_gallery a {
        width: 33%;
        min-width: 120px;
        flex: 1 1 auto;
    }
/* Twitter */
.twitter-embed {
    width: 100%;
    border-radius: 10px 4px 4px 10px;
    overflow: hidden;
}

blockquote.twitter-tweet p {
    font-size: 44px;
    font-weight: normal;
    line-height: 20px;
}

.timeline-Header {
    display: none !important;
}

/* Above Footer */
.above-footer {
    background-image: url(../Images/michael-bourgault-766105-unsplash.jpg);
    background-size: cover;
    background-position: center center;
    background-blend-mode: multiply;
    position: relative;
    z-index: 0;
}

    .above-footer .row {
        padding: 9vw 15px;
        max-height: 550px;
    }

    .above-footer .col {
        max-width: 290px;
    }

    .above-footer img {
        mix-blend-mode: screen;
        padding-right: 15px;
        max-width: 245px;
        margin: auto 0 auto auto;
        object-fit: contain;
        height: auto;
    }

    .above-footer h5 {
        width: 260px;
        text-transform: uppercase;
        font-size: 24px;
        display: block;
    }

/* Footer */
footer h4 {
    color: #ffffff;
}

footer ul {
    padding: 0;
}

    footer ul li {
        padding: 0 0 .75vw 0;
        width: 100%;
        font-size: 15px;
        list-style-type: none;
    }

.connect-steve .col {
    flex: 1 1 50%;
    max-width: 120px;
}

.connect-steve a {
    font-size: 40px;
    font-size: 16px;
    background: #292929;
    padding: 12px 12px;
    min-height: 44px;
    display: block;
    border-radius: 100%;
    width: 45px;
    margin: 0 auto;
}

footer a, footer a:visited {
    color: #ececec;
}

    footer a:hover {
        color: #ababab;
    }

footer .connect-steve a:hover {
    color: #BF5818;
}

/* State Footer */
.state-footer .col-auto {
    margin: auto 0 auto auto;
}

.featured-issues .card-body {
    padding: 1rem .5rem;
}

.secondary {
    margin-top: 55px;
}

/*/\/\/\/\ FLOATING IMG \/\/\/\/\/*/
img.float-left {
    max-width: 250px !important;
    padding: 10px 25px 15px 0px;
}

img.float-right {
    max-width: 250px !important;
    padding: 10px 0px 15px 25px;
}

/*/\/\/\/\ DNN Module Dialog \/\/\/\/\/*/
.dnnModuleDialog {
    top: 115px !important;
}

.floating {
    top: 115px !important;
}

/*/\/\/\/\ SECONDAY TEMPLATE SIDE NAV \/\/\/\/\/*/
.col ul.nav {
    margin-bottom: 30px !important;
}

.lozad {
    filter: blur(1.5rem);
    transition: all .25s ease-in-out;
}

[data-loaded="true"] {
    filter: blur(0) !important;
}

/* Responsive */
@media only screen and (min-width:1200px) {
    .bullockRow {
        padding-left: 9vw;
    }

    .navbar-brand {
        margin-left: 18vw;
    }

    .bullock h1 {
        font-size: 69px;
    }

        .bullock h1 span:nth-of-type(1) {
            font-size: 18px;
        }

        .bullock h1 span:nth-of-type(2) {
            font-size: 30px;
        }

    .row-contain {
        max-width: 1140px;
        margin: 0 auto;
    }
}

@media only screen and (max-width:1200px) {
    img.govBullock {
        margin-left: 0;
    }

    .featured-news h5 {
        font-size: .9rem;
    }
}

@media only screen and (min-width:992px) {
    .para1 {
        background-image: url(../Images/camping.jpg);
    }

    .parallax {
        min-height: 600px;
        height: 600px;
        background-attachment: fixed;
        background-size: cover;
        background-position: 50% 50%;
    }

        .parallax .row-contain {
            margin: auto !important;
        }

    .bg-para-transparent {
        background: rgba(73,73,73,0.75);
    }

    .navbar-collapse {
        margin-bottom: 0px;
    }

    .featured-issues h4 {
        font-size: 1.4rem;
    }

        .featured-issues h4:before {
            font-size: 3.2rem;
        }
}

@media only screen and (max-width:992px) {
    #mainnav .nav-item {
        min-width: 50px;
        width: 100%;
        justify-content: center;
        display: flex;
    }

        #mainnav .nav-item a {
            flex: 1 1 auto;
            justify-content: center;
            display: flex;
        }

    .navbar-collapse {
        margin-bottom: 0px;
        background: black;
        margin-right: -15px;
        margin-left: -16px;
    }

    .parallax {
        height: auto;
    }

    .featured-issues .card a.btn {
        font-size: 68%;
        padding: 4px 4px;
    }

    .bg-para-transparent {
        background: #bf5818;
    }
}

@media only screen and (max-width:960px) {
    .bullock h1 span:nth-of-type(1) {
        font-size: 14px;
    }

    .bullock h1 span:nth-of-type(2) {
        font-size: 19px;
    }

    .bullock h1 span:nth-of-type(3) {
        font-size: 7.25vw;
    }

    .flag-status .col {
        max-width: 180px;
    }

        .flag-status .col img {
            max-width: 32px;
            position: relative;
            top: -5px;
        }

    #flagStatus {
        font-size: .8rem;
    }

    .notifications a {
        font-size: .6rem;
        text-align: left;
    }

    .above-footer h5 {
        font-size: 18px;
        width: 220px;
    }

    .above-footer img {
        max-width: 200px;
    }
}

@media only screen and (max-width:576px) {
    .jumbotron .container-fluid .row {
        max-width: none;
    }

    .bullock h1 {
        margin: -5vw 1vw auto auto !important;
    }

    .bullock .col-sm-8 {
        margin: 10px 0 -5px auto;
    }

    .bullock-4 {
        height: 100%;
        order: 2;
        align-self: flex-start;
        margin: -95px auto 0 -15px;
        min-height: 95px;
        width: 100%;
        min-width: 150px;
        z-index: 9;
    }

    .bullock h1 span:nth-of-type(2) {
        font-size: 16px;
    }

    .bullock h1 span:nth-of-type(3) {
        font-size: 9vw;
    }

    .notifications a {
        width: 175px;
    }

    .featured-issues h4 {
        font-size: 1rem;
    }

        .featured-issues h4:before {
            font-size: 2.4rem;
        }

    .featured-issues .card {
        border-width: 2px;
    }

    .above-footer h5 {
        font-size: 14px;
        width: auto;
    }

    footer .col-6 {
        min-width: 320px;
    }

    .state-footer .col-auto {
        margin: auto;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .bg-para-transparent {
        background: rgba(73,73,73,0.75);
        align-self: center;
        flex-basis: auto !important;
    }

    .above-footer:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background: rgba(30, 36, 54, 0.9);
        margin-left: -15px;
        z-index: 0;
    }

    .flag-status:after {
        left: 0;
    }

    img.family {
        visibility: hidden;
    }

    #flagStatus {
        margin-right: 145px;
    }

        #flagStatus:after {
            left: 0;
        }
}


#pagecontent-wrapper .MTGovHeadline a {
    font-size: 120%;
    font-weight: bold;
    line-height: 1.2em;
}

.eds_news_NewsOne.eds_subCollection_news .article.in_list {
    margin-bottom: 1em;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.5em;
}

#dnn_HomeSecondaryColumnPane {
    background-color: #555555;
    text-align: center;
    margin-top: -2.3em;
    margin-right: -1em;
    padding-bottom: 4em;
    position: relative;
    left: 1em;
}

#dnn_contentPane {
    position: relative;
    top: -1.1em;
    left: 0.05em;
}

h2 {
    color: #C0774B !important;
}

#video {
    margin-left: -2.7em;
    margin-right: -1.7em;
    margin-top: -2.3em;
}

.bluegreen {
    background: none repeat scroll 0 0 #6E9699 !important;
    border: 0.0625em solid #999999 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

#moreNews {
    margin-bottom: 1.5em;
}

.fb-like-box {
    background-color: #FFFFFF;
}

.twitter-timeline {
    width: 90% !important;
    height: 350px;
    margin-top: 2em;
}

#u_0_0 > div {
    width: 100% !important;
}

#GovernorBrand {
    display: none !important;
}

.SocialIcon {
    display: inline;
    padding: 0.5em;
}

#socialmedia {
    padding: 1.5em;
}

#fb-root {
    display: none;
}


.fb_iframe_widget {
    width: 90% !important;
    margin-bottom: 1em !important;
}

    .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
        width: 100% !important;
    }

@media only screen and (max-width: 48em) {
    #dnn_HomeSecondaryColumnPane {
        margin-top: 1em;
        margin-left: -2em;
        padding-top: 1.5em;
    }
}

.summary > p > span {
    line-height: 0 !important;
}

.summary > p {
    margin-top: 0.625em !important;
    line-height: 1.35em !important;
}

@media (min-width: 768px) {

}

@media (min-width: 576px) {

}
.anchor {
    padding-top: 70px;
    margin-top: -70px;
}