h1, h2{
    margin: 25px 0px !important;
}

#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;
}

/* Custom Gov Steve Bullock CSS */

.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 {min-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 {
    position: fixed;
    width: 100%;
    transition: all .3s ease-in-out;
    top: 0;
}
.nav-up {top: -66px!important;}
.navbar-brand {
    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;
}
.navbar-brand img {
    max-height: 45px;
    padding-right: .75rem;
}
.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-image:url(/portals/_default/skins/gov/images/avalanche-lake-sm.jpg)}
img.govBullock {
    width: 70%;
    margin: auto auto -4vw;
    align-content: center;
    align-items: center;
    filter: drop-shadow(0px 1px 2px #000);
}
.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 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("/portals/_default/skins/gov/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 Skin */
.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; }
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/

/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/
/*/\/\/\/\ DNN AVT ACTION FORMS STYLES \/\/\/\/\/*/
.c-form {
    padding: 0px;
    margin-bottom: 25px;
}
/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/

/*/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/
/*/\/\/\/\ 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) {
	.nav-item {
    min-width: 50px;
    width: 100%;
    justify-content: center;
    display: flex;
	}
	.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;}
}
@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}
}