/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
    border-radius: 0;
}
html {
    min-height: 100%;
    position: relative;
    /*min-width:320px;*/
}
body {
    /*min-width:320px;*/
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    width: auto;
}
.container-menu-fluid {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
    width: auto;
}
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.homepage section{
    margin-top: 1em;
    margin-bottom: 1em;
}
.blockUI-loading {
    font-size: 80px;
    color: #fff;
}

/* PAGE HEADER */
.header:not([data-spy]) .navbar {
    animation: none;
}

.header:not([data-spy]) .navbar.affix,
.header:not([data-spy]) .navbar.unaffixing {
    left: 0;
    right: 0;
    z-index: 300;
    animation: affixed-header-transition .5s;
}

.header:not([data-spy]) .navbar.unaffixing {
    position: fixed;
    animation: affixed-header-transition-reverse .5s;
}

header .logo-box {
float:left;
padding-top:0px; /*MS-671: JobTrainer US9 change logo */
/*padding-top:25px;*/ 
}

header .nav-box {
float:right;
}

header .navbar{
padding: 0;
margin: 0;
border: none;
border-radius: 0px;
z-index: 300;
}

header .navbar .container-fluid{
padding-left: 0;
}

header .row{
    margin:0px;
}

header .jumbotrong{
padding-top: 1em;
padding-bottom: 1em;
}

.breadcrumb {
    padding: 8px 3px;
    background-color: transparent;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
    
}
        
    .breadcrumb>li+li:before  {
        color:#1e438c;
    }

    .breadcrumb>.active,
    .breadcrumb>.active:hover{
        color:#273444;
    }

    .breadcrumb>li+li:before {
    padding: 0px;
}

input[type=text].form-control{
    text-overflow:ellipsis;								
}


/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
    .container-fluid {
    padding: 0px!important;
    }

    .home .container-fluid .career {
    padding: 15px;
    }

    header .logo-box {
    padding-top: 0px;
    }

    header .logo-box {
    padding-top: 10px;
    display: inline-block;
    position: relative;
}
        


}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    body {
        margin-bottom: 150px;
    }

    .container-fluid {
        max-width: 740px;
    }

    /* PAGE FOOTER */
    footer{
        text-align: center;
        padding-top: 1em;
        display: table;
        width: 100%;

    }
    footer nav{
        display: block;

    }
    footer nav a{
        display: inline;

    }   
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px){

.container-fluid {
max-width: 880px;
width: 90%;
}

.container-menu-fluid {
margin-right: auto;
margin-left: auto;
max-width: 1200px;
width: 90%;
}

header .logo-box {
   padding-top: 0px;
}


}

/*special device scale for home page search */
@media (min-width: 1200px) and (max-width: 1400px){
.container-fluid {
    max-width: 1000px;
}
}

/* mobile phones (smaller than 415px) */
@media (max-width: 415px) {
    header .logo-box img {
        width: 120px;
        /*margin-top: -3px;*/
    }
}

.provider-warnings .alert:last-child {
    margin-bottom: 10px;
}

.section-content {
    margin-bottom: 30px;
}

    .speacial-container .section-content_full {
        margin-left: -15px;
        margin-right: -15px;
    }

    .speacial-container .section-content_full > .gray-box {
        padding-left: 0;
        padding-right: 0;
    }

.section-content .input-area {
    margin-top: 20px;
    margin-bottom: 0;
}

.section-content .input-area + button {
    margin-top: 20px;
}

.section-content h3 {
    margin-top: 30px;
}

.section-content h4:not(.panel-title),
.section-content .h4:not(.panel-title) {
    margin-top: 15px;
    margin-bottom: 10px;
}

.section-content .button-container {
    padding-bottom: 10px;
}

.section-content-text > :first-child {
    margin-top: 5px;
}

    .white-section .section-content-text > :first-child {
        margin-top: 0;
    }

.section-content-heading {
    color: #273444;
}

.section-content-heading-sub {
    font-weight: bold;
}

    .section-content-heading-sub + .section-content-heading-sub {
        margin-top: -5px;
    }

.container-main {
    padding-bottom: 15px;
}

/* Pages without a side menu */
.container-main > :first-child:not(.side-menu-holder),
.container-main > .row > :first-child:not(.side-menu-holder) {
    margin-top: 20px;
}

.container-main > .row:first-child,
.container-main > ul:first-child {
    margin-top: 0 !important;
}

/* Pages with a side menu */
.container-main > .side-menu-holder:first-child,
.container-main > .row > .side-menu-holder:first-child {
    margin-top: 0;
}

    .container-main > .side-menu-holder:first-child + *,
    .container-main > .row > .side-menu-holder:first-child + * {
        margin-top: 20px;
    }

    .container-main > .side-menu-holder:first-child + * > :first-child,
    .container-main > .row > .side-menu-holder:first-child + * > :first-child,
    .container-main > .side-menu-holder:first-child + * > :first-child > :first-child,
    .container-main > .row > .side-menu-holder:first-child + * > :first-child > :first-child {
        margin-top: 0;
    }

@media (min-width: 1200px) {
    .speacial-container .section-content_full {
        margin-left: 0;
        margin-right: 0;
    }

    .container-main > .side-menu-holder:first-child,
    .container-main > .side-menu-holder:first-child + *,
    .container-main > .row > .side-menu-holder:first-child,
    .container-main > .row > .side-menu-holder:first-child + * {
        margin-top: 20px;
    }

        .container-main > .side-menu-holder:first-child + * > :first-child,
        .container-main > .row > .side-menu-holder:first-child + * > :first-child,
        .container-main > .side-menu-holder:first-child + * > :first-child > :first-child,
        .container-main > .row > .side-menu-holder:first-child + * > :first-child > :first-child {
            /*margin-top: 5px;*/
        }
}

.large-bold {
    font-weight: bold;
}

@-moz-keyframes affixed-header-transition {
    from { 
        transform: translateY(-100%);
    }
    to { 
        transform: none;
    }
}

@-webkit-keyframes affixed-header-transition {
    from { 
        transform: translateY(-100%);
    }
    to { 
        transform: none;
    }
}

@keyframes affixed-header-transition {
    from { 
        transform: translateY(-100%);
    }
    to { 
        transform: none;
    }
}

@keyframes affixed-header-transition-reverse {
    from { 
        transform: none;
    }
    to { 
        transform: translateY(-100%);
    }
}