/* GLOBAL STYLES-------------------------------------------------- */


/* Padding below the footer and lighter body text */

body {
    color: #5a5a5a;
    /*text-align: justify;*/
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

a {
    color: #12599A;
}

.carouselHead {
    color: #FFF !important;
    text-decoration: none;
    outline: 0 !important;
}

.olMargin li {
    margin-bottom: 15px;
}

.innerOlMargin li {
    margin-bottom: 0px;
}

.telNo {
    color: #FFF;
}

p {
    margin-top: 5px;
}

p.text-sm {
    font-size: 85%;
    font-weight: 400;
    line-height: 17px;
}

.legislationP p {
    margin: 0px;
}

.newsHeadline {
    margin: 0px;
}

.newsPic {
    margin: 5px 0 0 0;
}

.storyPic {
    margin-right: 10px;
    float: left;
}

.headerPic {
    background-image: url("../images/head2.png");
    height: 190px;
    width: 1150px;
}

.insertPageRow {
    margin-bottom: 10px;
}

.insertPageText {
    margin: 0px;
    color: #FF0000;
}

.center-cropped {
    object-fit: cover;
    /*object-position:center;*/
}


/*---------------------------------Ticker start ----------------------------------*/

#ticker {
    height: 400px;
    overflow: auto;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
}

#ticker dt {
    padding: 0 10px 5px 10px;
    padding-top: 10px;
    border: 1px solid #ffffff;
    border-bottom: none;
    border-right: none;
}

#ticker dd {
    margin-left: 0;
    font: normal 11px Verdana;
    padding: 0 10px 10px 10px;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #ffffff;
}

#ticker dd.last {
    border-bottom: 1px solid #ffffff;
}


/*---------------------------------Ticker end ----------------------------------*/

#script-warning {
    display: none;
    background: #eee;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: red;
}

#loading {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

#calendar {
    max-width: 900px;
    margin: 20px auto;
    padding: 0 0px;
}

.bio {
    color: #BEBEBE;
    opacity: 0.6;
}

.bio:hover,
.bio:focus {
    color: #FFF;
    text-decoration: none;
    opacity: 0.8;
}

.gov {
    float: left;
    margin-right: 10px;
}

.staff {
    margin-top: 20px;
}

.headColor {
    background: #0E477B;
    height: 190px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.widgetLink {
    color: #FFF;
    outline: 0;
}

.widgetLink:hover,
.widgetLink:focus {
    color: #FFF;
    border-bottom: 1px dotted #C2C2C2;
    text-decoration: none;
}

.footerLink {
    color: #5A5A5A;
    outline: 0;
    margin-right: 15px;
}

.footerLink:hover,
.footerLink:focus {
    color: #222222;
    border-bottom: 1px dotted #222222;
    text-decoration: none;
}

.copyLink {
    color: #222222;
    outline: 0;
}

.copyLink:hover,
.copyLink:focus {
    color: #5A5A5A;
    border-bottom: 1px dotted #5A5A5A;
    text-decoration: none;
}

/* --------------------------------

 Social media links footer

----------------------------------- */

.social-links li a {
    color: white;
    padding-right: 15px;
    font-size: 1.5em;
}

/* -------------------------------------------------------------------
Team
------------------------------------------------------------------- */

.team-item {
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}

.team-image {
    position: relative;
    overflow: hidden;
}

.team-image img {
    width: 100%;
}

.team-image:after {
    position: absolute;
    background: transparent;
    content: " ";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.team-detail {
    position: absolute;
    width: 100%;
    opacity: 0;
    bottom: 100%;
    left: 0;
    z-index: 2;
    text-align: center;
    font-size: 12px;
    color: #aaa;
    padding: 20px;
}

.team-detail h5 {
    font-size: 16px;
}

.team-detail p {
    font-size: 14px;
}

.team-social a {
    display: inline-block;
    color: #aaa;
    padding: 5px 6px;
}

.team-social a:hover {
    color: #FFF;
}

.team-descr {
    margin: 10px 0 0;
}

.team-name {
    font-size: 14px;
    color: #111;
}

.team-role {
    font-size: 11px;
    color: #aaa;
}

.team-item:hover .team-image:after {
    background: rgba(0, 0, 0, .6);
}

.team-item:hover .team-detail {
    opacity: 1;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transform: translateY(50%);
}

.font-alt {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.font-serif {
    font-style: italic;
}


/* Dark background */

.bg-dark,
.bg-dark-30,
.bg-dark-60,
.bg-dark-90,
.bg-dark .module-title,
.bg-dark-30 .module-title,
.bg-dark-60 .module-title,
.bg-dark-90 .module-title,
.bg-dark .module-subtitle,
.bg-dark-30 .module-subtitle,
.bg-dark-60 .module-subtitle,
.bg-dark-90 .module-subtitle,
.bg-dark .alt-module-subtitle h5,
.bg-dark-30 .alt-module-subtitle h5,
.bg-dark-60 .alt-module-subtitle h5,
.bg-dark-90 .alt-module-subtitle h5 {
    color: #FFF;
}

.home-row {
    margin-bottom: 20px;
}

.bg-dark {
    background: #12599A !important;
}

.bg-dark-30:before {
    position: absolute;
    background: rgba(34, 34, 34, .3);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.bg-dark-60:before {
    position: absolute;
    background: rgba(34, 34, 34, .6);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.bg-dark-90:before {
    position: absolute;
    background: rgba(34, 34, 34, .9);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}


/* -------------------------------------------------------------------
Widgets
------------------------------------------------------------------- */

.sidebar .widget {
    margin-bottom: 60px;
}

.widget {
    margin: 10px 0px;
    color: #FFF;
}

.sidebar .widget-title {
    color: #111;
}

.widget .widget-title {
    border-bottom: 1px dotted #c2c2c2;
    font-size: 14px;
    padding: 0 0 10px;
    margin: 0 0 15px;
    color: #FFF;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget .icon-list li {
    padding: 5px 0;
}

.widget .icon-list li a:before {
    content: "\00BB";
    color: #666666;
    padding-right: 5px;
}

.widget-posts li {
    margin: 0 0 15px;
}

.widget-posts li:last-child {
    margin: 0;
}

.widget-posts-image {
    float: left;
    width: 64px;
}

.widget-posts-body {
    margin-left: 74px;
}

.search-box {
    position: relative;
}


/* CUSTOMIZE THE NAVBAR-------------------------------------------------- */

.navbar-dark {
    background: transparent;
    /* padding: 20px; */
}
/* Special class on .container surrounding .navbar, used for positioning it into place. */

.navbar-wrapper {
    position: absolute;
    top: 134px;
    right: 0;
    left: 0;
    z-index: 20;
}


/* Flip around the padding for proper display in narrow viewports */

.navbar-wrapper>.container {
    padding-right: 0;
    padding-left: 0;
}

.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-wrapper .navbar .container {
    width: auto;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .90);
    background-color: rgb(5 43 77 / 65%);
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: rgba(255, 255, 255, 1);
    background-color: rgb(5 43 77 / 65%);
}


/* CUSTOMIZE THE CAROUSEL-------------------------------------------------- */


/* Carousel base class */

.carousel {
    height: 400px;
    margin-bottom: 0px;
}


/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    z-index: 10;
}


/* Declare heights because of positioning of img element */

.carousel .item {
    height: 400px;
    background-color: #777;
}

.carousel-inner>.carousel-item>img {
    /* position: absolute; */
    top: 0;
    left: 0;
    min-width: 100%;
    height: 400px;
}

.fsc-page {
    padding-top: 30px;
    padding-bottom: 40px;
}

.btn {
    font-size: 0.9em;
}

.error {
    margin-top: 5px;
    color: red;
}


/* MARKETING CONTENT
-------------------------------------------------- */


/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}


/* Featurettes------------------------- */

.featurette-divider {
    margin: 80px 0;
    /* Space out the Bootstrap <hr> more */
}


/* Thin out the marketing headings */

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}


/*  */

ol.myList>li,
ul.myList>li {
    padding: 5px 0;
}


/* RESPONSIVE CSS-------------------------------------------------- */

@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 0px;
    }
    .navbar-nav .nav-link {
        padding-right: 1.0rem;
        padding-left: 1.0rem;
        padding-top: 1.0rem;
        padding-bottom: 1.0em;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding: 0;
    }
    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
    .featurette-heading {
        font-size: 50px;
    }

   
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.0rem;
        padding-left: 1.0rem;
        padding-top: 1.0rem;
        padding-bottom: 1.0em;
    }
}


/* -------------------------------------------------------------------
Multi-columns-row
------------------------------------------------------------------- */

.multi-columns-row .first-in-row {
    clear: left;
}

.multi-columns-row .col-xs-6:nth-child(2n+3) {
    clear: left;
}

.multi-columns-row .col-xs-4:nth-child(3n+4) {
    clear: left;
}

.multi-columns-row .col-xs-3:nth-child(4n+5) {
    clear: left;
}

.multi-columns-row .col-xs-2:nth-child(6n+7) {
    clear: left;
}

.multi-columns-row .col-xs-1:nth-child(12n+13) {
    clear: left;
}

@media (min-width: 768px) {
    .multi-columns-row .col-xs-6:nth-child(2n+3) {
        clear: none;
    }
    .multi-columns-row .col-xs-4:nth-child(3n+4) {
        clear: none;
    }
    .multi-columns-row .col-xs-3:nth-child(4n+5) {
        clear: none;
    }
    .multi-columns-row .col-xs-2:nth-child(6n+7) {
        clear: none;
    }
    .multi-columns-row .col-xs-1:nth-child(12n+13) {
        clear: none;
    }
    .multi-columns-row .col-sm-6:nth-child(2n+3) {
        clear: left;
    }
    .multi-columns-row .col-sm-4:nth-child(3n+4) {
        clear: left;
    }
    .multi-columns-row .col-sm-3:nth-child(4n+5) {
        clear: left;
    }
    .multi-columns-row .col-sm-2:nth-child(6n+7) {
        clear: left;
    }
    .multi-columns-row .col-sm-1:nth-child(12n+13) {
        clear: left;
    }
}

@media (min-width: 992px) {
    .multi-columns-row .col-sm-6:nth-child(2n+3) {
        clear: none;
    }
    .multi-columns-row .col-sm-4:nth-child(3n+4) {
        clear: none;
    }
    .multi-columns-row .col-sm-3:nth-child(4n+5) {
        clear: none;
    }
    .multi-columns-row .col-sm-2:nth-child(6n+7) {
        clear: none;
    }
    .multi-columns-row .col-sm-1:nth-child(12n+13) {
        clear: none;
    }
    .multi-columns-row .col-md-6:nth-child(2n+3) {
        clear: left;
    }
    .multi-columns-row .col-md-4:nth-child(3n+4) {
        clear: left;
    }
    .multi-columns-row .col-md-3:nth-child(4n+5) {
        clear: left;
    }
    .multi-columns-row .col-md-2:nth-child(6n+7) {
        clear: left;
    }
    .multi-columns-row .col-md-1:nth-child(12n+13) {
        clear: left;
    }
}

@media (min-width: 1200px) {
    .multi-columns-row .col-md-6:nth-child(2n+3) {
        clear: none;
    }
    .multi-columns-row .col-md-4:nth-child(3n+4) {
        clear: none;
    }
    .multi-columns-row .col-md-3:nth-child(4n+5) {
        clear: none;
    }
    .multi-columns-row .col-md-2:nth-child(6n+7) {
        clear: none;
    }
    .multi-columns-row .col-md-1:nth-child(12n+13) {
        clear: none;
    }
    .multi-columns-row .col-lg-6:nth-child(2n+3) {
        clear: left;
    }
    .multi-columns-row .col-lg-4:nth-child(3n+4) {
        clear: left;
    }
    .multi-columns-row .col-lg-3:nth-child(4n+5) {
        clear: left;
    }
    .multi-columns-row .col-lg-2:nth-child(6n+7) {
        clear: left;
    }
    .multi-columns-row .col-lg-1:nth-child(12n+13) {
        clear: left;
    }
}


/* -------------------------------------------------------------------
Vertival margin, padding
------------------------------------------------------------------- */

.p-0 {
    padding: 0!important
}

.pt-0 {
    padding-top: 0!important
}

.pt-10 {
    padding-top: 10px!important
}

.pt-20 {
    padding-top: 20px!important
}

.pt-30 {
    padding-top: 30px!important
}

.pt-40 {
    padding-top: 40px!important
}

.pt-50 {
    padding-top: 50px!important
}

.pt-140 {
    padding-top: 140px!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pb-10 {
    padding-bottom: 10px!important
}

.pb-20 {
    padding-bottom: 20px!important
}

.pb-30 {
    padding-bottom: 30px!important
}

.pb-40 {
    padding-bottom: 40px!important
}

.pb-50 {
    padding-bottom: 50px!important
}

.pb-140 {
    padding-bottom: 140px!important
}

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-10 {
    margin-top: 10px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-60 {
    margin-top: 60px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mt-80 {
    margin-top: 80px !important
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

@media only screen and (max-width:991px) {
    .mt-sm-0 {
        margin-top: 0!important
    }
    .mt-sm-10 {
        margin-top: 10px !important
    }
    .mt-sm-20 {
        margin-top: 20px !important
    }
    .mt-sm-30 {
        margin-top: 30px !important
    }
    .mt-sm-40 {
        margin-top: 40px !important
    }
    .mt-sm-50 {
        margin-top: 50px !important
    }
    .mt-sm-60 {
        margin-top: 60px !important
    }
    .mt-sm-70 {
        margin-top: 70px !important
    }
    .mt-sm-80 {
        margin-top: 80px !important
    }
    .mb-sm-0 {
        margin-bottom: 0!important
    }
    .mb-sm-10 {
        margin-bottom: 10px !important
    }
    .mb-sm-20 {
        margin-bottom: 20px !important
    }
    .mb-sm-30 {
        margin-bottom: 30px !important
    }
    .mb-sm-40 {
        margin-bottom: 40px !important
    }
    .mb-sm-50 {
        margin-bottom: 50px !important
    }
    .mb-sm-60 {
        margin-bottom: 60px !important
    }
    .mb-sm-70 {
        margin-bottom: 70px !important
    }
    .mb-sm-80 {
        margin-bottom: 80px !important
    }
}

@media only screen and (max-width:767px) {
    .mt-xs-0 {
        margin-top: 0!important
    }
    .mt-xs-10 {
        margin-top: 10px !important
    }
    .mt-xs-20 {
        margin-top: 20px !important
    }
    .mt-xs-30 {
        margin-top: 30px !important
    }
    .mt-xs-40 {
        margin-top: 40px !important
    }
    .mt-xs-50 {
        margin-top: 50px !important
    }
    .mt-xs-60 {
        margin-top: 60px !important
    }
    .mt-xs-70 {
        margin-top: 70px !important
    }
    .mt-xs-80 {
        margin-top: 80px !important
    }
    .mb-xs-0 {
        margin-bottom: 0!important
    }
    .mb-xs-10 {
        margin-bottom: 10px !important
    }
    .mb-xs-20 {
        margin-bottom: 20px !important
    }
    .mb-xs-30 {
        margin-bottom: 30px !important
    }
    .mb-xs-40 {
        margin-bottom: 40px !important
    }
    .mb-xs-50 {
        margin-bottom: 50px !important
    }
    .mb-xs-60 {
        margin-bottom: 60px !important
    }
    .mb-xs-70 {
        margin-bottom: 70px !important
    }
    .mb-xs-80 {
        margin-bottom: 80px !important
    }
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #f8f9fa;
    text-decoration: none;
    background-color: #0e477b;
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
       /* box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);*/
    }

    .navbar-dark {
        background: black !important;
        /* padding: 20px; */
    }
    .navbar-collapse.collapse {
       /* display: none!important;*/
    }
    .navbar-collapse .navbar-nav {
         margin: 7.5px 0px;
    }

    .navbar-collapse .navbar-nav, .navbar-collapse .nav-link {
        padding-right: 10px;
        padding-left: 10px;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}