/* Styles basically work from top down on the page */

* {
    font-family: 'Roboto', sans-serif;
}

html {
    position: relative;
    height: 100%;
}

html,
body {
    margin: 0;
    min-height: calc(100vh - 96px);
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Roboto Condensed', sans-serif;
}

.container {
    /* padding: 0; */
}

body > .container {
  /*  padding: 60px 15px; */
}

.navbar-nav li {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.navbar-nav li button {
    background: #5a2a33;
    border-color: #5a2a33;
    color: #fff;
}

.navbar-nav > li > a {
    color: #ffffff;
	padding-left: 60px; 
}

.navbar-nav > li > a:hover {
    text-decoration: none;
    color: #bfbfbf;
}

.navbar-dark {
    background-color: #235d73 !important;
    margin-top: 24px;
}

.navbar-brand > img {
    
}

.nav-link {
    margin: auto auto auto 2em;
}

/* HEADER */
.top-bar {
    background-color: #5a2a33 !important;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1030;
}

.top-bar a {
    color: #ffffff;
    visibility: hidden;
}

.top-bar a:hover {
    text-decoration: none;
}

.navbar-dark {
    background-color: #235d73 !important;
    margin-top: 1.5em;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .25);
}

.navbar-collapse {
    text-align: center;
}

.nav-item > .nav-link {
    margin: 0;
    text-transform: uppercase;
}

.nav-link {
    margin: auto auto auto 2em;
}

.overlay {
    height: 100%;
    width: 100%;
    margin: auto;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: .5;
}


/* HEADER */

.header {
    margin-top: 3em;
}

.header-img {
    position: absolute;
    max-height: 8em;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 2em;
}

.carousel-inner {
    height: 15em;
    margin-top: 6em;
    border-bottom: 50px #5a2a33 solid;
}


.carousel-style
{
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: 25% 25%;
}
/* Initiatives */

.carousel-inner:after {
    content: '';
    border-bottom: 35px solid #5a2a33;
}

.carousel-inner-home {
    height: 30em;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 100%;
    background-color: #000000;
}

.carousel-item:hover {
    cursor: pointer;
}

/* Initiatives */
.search-section {
    position: absolute;
    width: 40%;
    height: 50%;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.hero-logo {
    max-height: 10rem;
}

.hero-search-input {
    background: #00000050;
    outline: none !important;
    border-color: #c3903d !important;
    border-width: 3px;
    box-shadow: none !important;
    border-radius: 0px;
    color: #ffffff;
    height: 60px;
}

.hero-search-input:focus {
    background: #00000075;
    color: #ffffff;
}

.hero-search-input::placeholder {
    color: #ffffff;
    opacity: .75;
    font-style: italic;
}

.searchButton {
    background: #c3903d;
    outline: none !important;
    border-color: #c3903d !important;
    box-shadow: none;
    border-radius: 0px;
    color: #ffffff;
    text-transform: Uppercase;
    padding-right: 20px;
}

.breadcrumb {
    background: #103851;
    text-transform: uppercase;
    border-radius: 0px;
    color: #ffffff;
}

.breadcrumb a,
.breadcrumb span {
    color: white;
    padding: 0 5px 0 0;
}

.breadcrumb li {
    float: left;
}

.breadcrumb li + li:before {
    content: "/ ";
}




/********************************************Home Page CSS Start******************************************************/

.serve-now {
    top: -277px;
    padding: 20px 50px 20px 50px;
    background: rgba(0, 0, 0, .5);
    color: #FFFFFF;
    text-align: center;
    position: absolute;
}

.serve-now-home {

    top: -375px;
    padding: 30px 50px 20px 50px; 
}

.shift-it-up {
    position: relative;
    top: -6.5em; /*-6.5em; */
    margin-bottom: -6.5em;
}

.gov-title-and-bust {
    position: absolute;
    top: -277px;
    right: 0;
    padding: 30px 0;
    color: #FFFFFF;
    text-align: right;
}

.gov-title-and-bust-home {
    position: absolute;
	top: -375px;
    right: 0;
    padding: 30px 0;
    color: #FFFFFF;
    text-align: right;
}


.hero-content {
    position: relative;
}

.bust {
    height: 175px;
    margin-top: -35px;
    margin-left: 10px;
}

.bust-home {
    height: 175px;
    margin-top: -50px;
    margin-left: 10px;
}

@media (max-width: 992px) {
    .hero-content {
        display: none;
    }
}

.head-carousel-style {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 30% 30%;
}

.newsroom-title {
    text-align: center;
}

.news-widget {
    margin-bottom: 10px;
    color: #235d73;
}

.news-widget > img {
    margin-bottom: 10px;
    color: #235d73
}

.news-title {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-top: 15px;
}

.news-text {
    font-family: 'Roboto', sans-serif;
    text-align: left;
   /* height: 70px;*/
    text-overflow: ellipsis;
    overflow: hidden;
    color: #ffffff;
}

.news-widget > button {
    background-color: #103851;
    border-color: #103851;
    font-weight: bold;
    border-radius: 0px;
    color: #ffffff;
    padding: 5px 15px;
    font-size: 20px;
}
<!-- changed HERE -->
<!--
.news-text {
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    text-align: left;
   /* height: 70px;*/
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000000;
}

.news-widget > button {
    background-color: #103851;
    border-color: #103851;
    font-weight: bold;
    border-radius: 0px;
    color: #000000;
    padding: 5px 15px;
    font-size: 20px;
}
-->


.meet-title > h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}

.meet-text {
    font-family: 'Roboto', sans-serif;
}

.newsroom-container {
    background-image: linear-gradient(to bottom left, #003853d1, #003853);
    padding: 45px 0 35px 0;
}

.star .fa:hover {
	opacity: 1.0;
    color: #5a2a33;
}

.divider-container {}

.darkblue-bar {
    background-color: #235d73;
    /*height: 50px;*/
}

.news-widget a:hover {
    text-decoration: none;
    color: #ffffff;
}

.news-widget a {
    color: #ffffff;
}

.red-bar {
    background-color: #5a2a33;
    height: 50px;
}

#initiativeIndicators .carousel-inner {
    height: 100%;
    margin-top: 0px;
    border-bottom: none;
}

#initiativeIndicators .carousel-indicators {
    left: -10%
}

#initiativeIndicators .carousel-control-prev-icon {
    position: relative;
    left: -40%;
}

#initiativeIndicators .carousel-control-next-icon {
    position: relative;
    left: 40%;
}

.initiate-inner > .carousel-item {
    height: 500px;
    background-color: #000000;
}

@media only screen (max-width: 1200px) {
    .initiate-inner > .carousel-item {
        height: 500px !important;
    }

    .initiative-text > h2 {
        font-size: 175% !important;
    }
}


@media only screen and (min-width: 426px) and (max-width: 768px) {
    .initiate-inner > .carousel-item {
        height: 575px !important;
    }

    .initiative-text > h2 {
        font-size: 175% !important;
    }
}

@media only screen and (max-width: 425px) {
    .initiate-inner > .carousel-item {
        height: 750px !important;
    }

    .initiative-text > h2 {
        font-size: 165% !important;
    }
}

.initiate-inner > .carousel-item .carousel-caption {
    text-align: left;
    top: 65%;
    left: 5%;
    color: #ffffff;
}

.initiate-inner > .carousel-item .carousel-caption > p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: -10px;
}

.initiate-inner > .carousel-item img {
    display: block;
    max-width: 100%;
    height: 100%;
}


.initiatives-overlay {
    position: absolute;
    left: 52%;
    top: 0;
    background-color: rgba(110, 151, 181, .8);
    width: 48%;
    height: 100%;
    color: white;
    padding: 20px;
    text-align: left;
}

.initiative-text {
    height: 100%;
    padding: 20px;
}

.initiative-text > h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 200%;
    margin-top: -20px;
    font-weight: bold;
    word-wrap: break-word;
}

.initiative-text > hr {
    float: left;
    height: 5px;
    width: 100%;
    background-color: #5a2a33;
    margin-top: 0px;
}

.initiative-text > p {
    font-family: 'Roboto', sans-serif;
    float: left;
    font-size: 15px;
}

@media only screen and (max-width: 1200px) {

    .initiatives-overlay {
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(110, 151, 181, .8);
        width: 100%;
        height: 100%;
        color: white;
        font-size: 20px;
        padding: 20px;
        text-align: left;
    }

    .initiative-text {
        height: 100%;
        padding: 20px;
    }

    .initiate-inner > .carousel-item .carousel-caption {
        display: none;
    }

    .initiate-inner > .carousel-item .carousel-caption > p {
        display: none;
    }

    #initiativeIndicators .carousel-indicators li {
        display: none;
    }

    .initiative-text > p {
        margin-top: -5px;
    }
}

@media (max-width: 992px) {
    #initiativeIndicators {
        display: block;
    }
}

@media only screen and (max-width: 768px) {

    #initiativeIndicators .carousel-control-prev-icon {
        position: relative;
        left: -30%;
    }

    #initiativeIndicators .carousel-control-next-icon {
        position: relative;
        left: 30%;
    }
}


.divider-container {
    position: relative;
}


.news-title {
    color: white;
}

.news-text {
    color: #ffffff;
}

.news-widget .btn {
    border: 1px solid white !important;
    transition: background-color .25s, color .25s;
    color: white !important;
    border-radius: 0px;
    font-size: 20px;
    font-weight: bold;
}

.news-widget > div {
    border: 1px solid white;
}

.news-widget .btn:hover {
    background-color: white;
    color: #003853 !important;
}

.newsroom-container {
    background-image: linear-gradient(to bottom left, #003853d1, #003853);
    padding: 45px 0 35px 0;
}

.newsroom-containerr {
    padding: 0 0 35px 0;
}

@media (max-width: 768px) {
    .news-text {
        height: 50px !important;
    }

    .news-widget {
        margin-bottom: 20px !important;
    }
}

#initiativeIndicators .carousel-item {
    cursor: auto !important;
}

.youtube-responsive-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtube-responsive-container iframe,
.youtube-responsive-container object,
.youtube-responsive-container embed {
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 90%;
}

/********************************************Home Page CSS End******************************************************/


/********************************************Newsroom CSS Start******************************************************/

.search_title {
  	font-weight: bold;
    font-size: 120%;    
    margin-bottom: -0.8em;
}

.newsroom-content .container hr {
	border-top: 1px solid rgba(0,0,0,1);
}

/********************************************Newsroom CSS End********************************************************/


/********************************************about CSS End********************************************************/

.line-and-star-about {
    color: rgb(90, 42, 51);
    margin-bottom: 10px;
    margin-top: 0em;
}

.line-and-star-about {
    color: #5a2a33;
    margin-bottom: 10px;
}

.line-and-star-about div {
    display: inline-block;
    vertical-align: middle;
}

.line-and-star-about .line {
    width: 42.5%;
    border-bottom: 5px solid #5a2a33;
    position: relative;
    bottom: 10px;
}

.line-and-star-about .star {
    width: 5%;
}
/********************************************about CSS End********************************************************/

.serve-now {
    position: absolute;
}

.content_wrapper {
    min-height: calc(100vh - 710px);
}

.content_wrapper_homepage {
    min-height: calc(100vh - 950px);
}

@media (max-width: 992px) {

    .content_wrapper,
    .content_wrapper_homepage {
        min-height: calc(100vh - 798px);
        margin-top: 96px;
    }
}

.content {
    position: relative;
}

.gray-bg {
    background: #efefef;
    width: 100%;
}

.additional-info ul {
    font-weight: bold;
    font-size: large;
}

.additional-info li {
    font-weight: normal;
    list-style-type: none;
}

.footer {
    width: 100%;
    background: #103851;
    border-top: 50px solid #5a2a33;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.footer-content {
    padding: 30px 0;
    color: #ffffff;
}

.footer-content hr {
    border: 1px solid #ffffff;
}

.footer-content ul {
    text-decoration: none;
    list-style: none;
    margin: auto 0;
    padding: 0;
}

.footer-links .nav-link {
    padding-left: 0;
    padding-right: 0;
}

.footer-links a {
    color: rgba(255, 255, 255, .5);
    text-transform: inherit !important;
}

.footer-links a:hover {
    color: rgba(255, 255, 255, 1);
}

.footer-copyright {
    padding: 20px 0;
    color: #ffffff;
    background: #404040;
    width: 100%;
}

.footer-copyright a {
    color: white;
}

/* RESPONSIVE CSS (for carousel, and bootstrap size class extensions)
-------------------------------------------------- */
@media (min-width: 40em) {

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

@media (min-width: 768px) {
    .w-md-25 {
        width: 25% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-25 {
        width: 25% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-100 {
        width: 100% !important;
    }
}

/* Bootstrap replacements */
.btn-primary {
    background-color: #235d73;
    border-color: #235d73;
}

.btn-primary:hover {
    background-color: #235d73;
    opacity: .8;
}

.btn-primary:not(:disabled):not(.disabled).active{
    background-color: #fff;
    border: #235d73 solid 1px;
    color: #235d73;
}

.btn-primary:disabled{
    background-color: #235d73;
    border-color: #235d73;
    opacity: .5;
}

.btn-link {
    color: #235d73;
}

.seal {
    height: 200px;
    width: 200px;
    opacity: .5;
}

.seal-text {
    padding: 10px;
    font-size: x-large;
    font-weight: 200;
    color: rgba(255, 255, 255, .5);
}


/* Screen Reader */
.sr-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}




/* Might not need these classes at all... */
/*
.transparency-nav {
    width: 100%;
    background: #103851;
}
*/


.dropdown-menu > .nav-item,
.submenu-ul > .nav-item {
    padding: .5em 1em;
    display: block;
}

.submenu {
    background: #efefef;
}

.submenu-ul {
    padding-left: 1em;
    list-style: none;
}

.drop-caret {
    display: none;
}

.text-maroon,
.submenu > dropdown-divider {
    color: #5a2a33
}
/* added */
/* Carousel base class */


/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
    right: 30%;
    left: 30%;
}

.carousel-control-next,
.carousel-control-prev {
    width: 30%;
}

.second-carousel> .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}


/* added */
.carousel-indicators li {
    height: 1em;
    width: 1em;
    margin: auto 0.75em;
    background-color: #FFFFFF;
}

.carousel-indicators-home {
    bottom: 3.5em;
}

.carousel-indicators .active {
    background-color: #235d73;
}

.meet-the-gov {
    text-align: center;
    background: white;
    width: 100%;
    display: block;
    box-shadow: 0px 2px 10px -3px black;
}

.meet-title {
    text-transform: uppercase;
    padding: 15px 0 0 0;
}

.meet-title-blank {
    text-transform: uppercase;
}

.meet-title h1 {
    margin-bottom: 0;
    font-size: 50px;
}

.meet-content {
    padding: 25px;
    text-align: left;
}

.meet-content-blank {
    text-align: left;
}

.line-and-star {
    color: #5a2a33;
    margin-bottom: -1.7em;
    margin-top: -1em;
}

.line-and-star div {
    display: inline-block;
    vertical-align: middle;
}

.line-and-star .line {
    width: 42.5%;
    border-bottom: 5px solid #5a2a33;
    position: relative;
    bottom: 10px;
}

.line-and-star .star {
    width: 5%;
}

.newsroom-container {
    background: #033b56;
}

.newsroom {
    padding: 1em;
}

.newsroom-title {
    text-transform: uppercase;
}



@media (max-width: 992px) {
    .carousel {
        display: none;
    }

    .shift-it-up {
        margin-top: 12.5em;
    }

    .serve-now {
        display: none;
    }
}

.social-links li {
    display: inline;
    padding: 5px 10px;
}

.social-links li a {
    color: rgba(256, 256, 256, .5);
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

.social-links li a:hover {
    color: rgba(256, 256, 256, 1);
}

.serve-line-one {
    font-size: 25px;
    /*font-family: "Roboto Condensed"; */
    font-weight: bold;
    margin-bottom: 0;
    line-height: 50%;
}

.serve-line-two {
    font-size: 40px;
   /* font-family: "Roboto Condensed"; */
    font-weight: bold;
    margin-bottom: 0;
}

.serve-button {
    padding: 5px 10px;
    border: 1px solid white;
    transition: background-color .25s, color .25s;
    color: #FFFFFF;
    border-radius: 0px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.serve-button:hover {
    color: #003956 !important;
    background-color: #ffffff;
    text-decoration: none;
}

.serve-button a:hover {
    text-decoration: none;
}



.position-title {
    font-size: 55px;
    font-family: "Roboto Condensed"; 
   /* font-weight: bold;  */
    margin-bottom: 0;
    line-height: 75%;
}

.position-name {
    font-size: 40px;
    font-family: "Roboto Condensed";  
   /* font-weight: bold;  */
    margin-bottom: 0;
}

.gov-title-divider {
    width: 10px;
    height: 110px;
    margin-top: -15px;
    background: #612633;
    margin-left: 10px;
}

.hero-content {
    position: relative;
}


    .navbar-nav > li > a {    
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .hero-content {
        display: none;
    }   
}



.darkblue-bar {
    background-color: #235d73;
    /*height: 50px;*/
}

.spinner {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 750ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 750ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 750ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 750ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.social-links {
	
	display: flex;
    flex-direction: row;
    justify-content: center;
   /* font-size: 20px;
    margin-top: 35px;
    */text-decoration: none !important;
    
}

.scrolltop .scroll .fa {
    padding: 20px;
 
}

.fa:hover {
  opacity: 0.7;
  color: rgba(255,255,255,1);
}

a:hover {
	text-decoration: none;
}

.icon {
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}
        
        .icons a:hover {
    		color: rgba(255,255,255,1) !important;
			}
        
ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}
       
				ul.icons li {
				display: inline-block;
				padding: 0 1em 0 0;
			}

				ul.icons li:last-child {
					padding-right: 0;
				}

				ul.icons li .icon {
                    color: rgba(255, 255, 255, .5)
				}



.story-card {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 200px;
}

.meet-content > button {
    background-color: #103851;
    border-color: #103851;
    font-weight: bold;
    border-radius: 0px;
    height: 60px;
    width: 250px;
    color: #ffffff;
    padding: 0px;
    font-size: 28px;
}
.meet-content a:hover {
    text-decoration: none;
    color: #ffffff;
}

.meet-content a {
    color: #ffffff;
}
.photo-btn{
    background-color: #0f405b;
    border-radius: 0px;
}

.mansion-btn {
	margin-top: 20px;
	 color: #ffffff;
	 background-color: #0f405b;
    border-radius: 0px;
}

.mansion-btn:hover {
 text-decoration: none;
    color: #ffffff;
}


/* 
CSS FOR SCROLL-TO-TOP
*/
.scrolltop {
    width:100%;
    margin:0 auto;
    position:fixed;
    bottom:0px;
    right:0px;
    color: #fff;    
}
.scroll {
    position:absolute;
    right:10px;
    bottom:10px;
    background:#235d73;
    /* background:rgba(178,178,178,0.7);
     padding:20px; */
    text-align: center;
    margin: 0 0 0 0;
    cursor:pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;         
}
.scroll:hover {
    /* background:rgba(178,178,178,1.0); */
    background: #ffffff;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    border: 1px solid #235d73;
}
.scroll:hover .fa {
    padding-top:-10px;
    color: #235d73;
}
.scroll .fa {
    font-size:20px;
    margin-top:-5px;
    margin-left:1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;     
}
.rounded {
    border-radius: .25rem!important;
}