body {
  font-family: Roboto, "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}

.container {
	padding-top:2px
}

/* Telerik overrides */

/*#ctl00_ContentPlaceHolder1_IndustryBox > */
div > ul.rlbList {
    width: fit-content;
    min-width: 100%;
}

.RadListBox li.rlbItem, .RadListBox li.rlbSelected, .RadListBox span.rlbText {
    padding: 0 0 0 1;
    line-height: 14px;
}

.RadListBox_Default {
    font-size: 12px !important;
}

/*#ctl00_ContentPlaceHolder1_IndustryBox span*/
.rlbText {
    white-space: pre !important;
}


/*Beginning of for BLS Program Overviews*/
.content-section-title {
    padding-top: 70px;
    padding-bottom: 0px;
}

.content-section {
    padding: 30px;
}

.content-section-shaded {
    padding: 30px;
    background: #f8f8f8
}

.content-section-buttons {
    padding-top: 10px;
    margin-bottom: -35px;
}

.copied-notice {
    font-size: 16px;
    font-weight: bold;
    color: red;
    visibility: hidden;
}

.btn-primary {
    font-size: 16px;
}

    .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
        color: #fff;
        background-color: #00679A;
        border-color: #122b40;
    }

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        border-color: #f26622;
        color: #f26622;
        background-color: transparent;
    }

    .navbar-brand {
        height:75px;
    }
.section-heading {
    padding-bottom: 15px
}

.back-to-top {
    position: fixed;
    display: none;
    background: #f26622;
    color: #fff;
    display: inline-block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 80px;
    transition: background 0.5s;
    z-index: 11;
}

    .back-to-top i {
        padding-top: 12px;
        color: #fff;
    }

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}
/*End of styles for BLS Program Overviews*/
.navbar-custom {
    background: #00679A;
    font-weight: 700;
    border: none;
    display: table;
    width: 100%;
    min-height: 50px !important;
    margin-bottom: 10px
}

    .navbar-custom .navbar-nav li a {
        font-size: 16px;
        color: white;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding: 10px;
        background-color: transparent;
    }

        .navbar-custom .navbar-nav li a:hover {
            color: #f26622;
        }

/*add background color to dropdown menu*/
.navbar-nav > li > .dropdown-menu {
    background-color: #00679A;
    border: 0px;
    border-radius: 0px;
}

/*style dropdown menu item to white*/
.navbar-custom .navbar-nav li a.dropdown-item {
    color: #fff !important;
    background-color: transparent;
}

    /*style dropdown menu item to gray when hovered over*/
    .navbar-custom .navbar-nav li a.dropdown-item:hover {
        color: #95a0ad;
        background-color: transparent;
    }

/*recolor hamburger to white*/
.navbar-custom .navbar-toggle .icon-bar {
    background-color: #fff;
}

footer {
    padding: 5px 0;
    background-color: #00679A;
}

    footer p {
        color: #fff;
        margin-top: 5px;
    }
/* End for BLS program overviews */

.nav {
    padding:15px;
}

.navbar-custom {
  background: #00679A;
  font-weight: 700;
  border: none;
  display: table;
  width: 100%;
  min-height:50px !important;
  margin-bottom: 10px
}

.navbar-custom .navbar-nav li a {
  font-size: 16px;	
  color: white;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding:10px;
  background-color: transparent;
}

.navbar-custom .navbar-nav li a:hover {
  color: #95a0ad;
}

/*add background color to dropdown menu*/
.navbar-nav > li > .dropdown-menu { 
  background-color: #00679A;
  border: 0px;
  border-radius: 0px; 
}

/*style dropdown menu item to white*/
.navbar-custom .navbar-nav li a.dropdown-item{
  color: #fff !important;
  background-color: transparent;
}

/*style dropdown menu item to gray when hovered over*/
.navbar-custom .navbar-nav li a.dropdown-item:hover{
  color: #95a0ad;
  background-color: transparent;
}

/*recolor hamburger to white*/
.navbar-custom .navbar-toggle .icon-bar {
    background-color: #fff;
}

