/* WYOMING NEW HIRE CSS */

html {
    position: relative;
    min-height: 100%;
    min-width: 320px;
    max-width: 1200px;
    margin: 0 auto;
    color: #111;
    display: block;
    font: 100% "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif
}

form{position:relative;} /* Aspnet*/
blockquote{
    font-size: 1em; /* undo bootstrap*/
}
/* Fix Privacy Policy display*/
.otnotice-menu {
    display: none !important;
}

.otnotice-content {
    padding: 0 !important;
}

.otnotice-sections {
    color: #000000;
    margin-left: 0 !important;
}

.otnotice-section-header {
    margin-left: 0 !important;
    color: #000000 !important;
}

.otnotice-section-content {
    margin-left: 0 !important;
}
.otnotice-sections > .otnotice-section > h2.otnotice-section-header {
    font-size: 16px;
    font-weight: bolder;
    line-height: 19px;
    margin-bottom: 20px;
}

.otnotice-menu-mobile {
    display: none;
}

@media (max-width: 767px) {
    h1 {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .otnotice-menu {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .otnotice-menu-mobile {
        display: flex;
        flex-direction: column;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        background: #f8f8f8;
        border: 1px solid #eeeeee;
        position: relative;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .otnotice-menu-mobile .otnotice-menu-mobile-container a {
        display: block;
        padding: 0.5rem;
        text-decoration: none;
        text-align: center;
        color: #696969;
    }
}

@media only screen and (max-width: 767px) {
    .otnotice-menu-mobile .otnotice-menu-selected-container .otnotice-menu-display__collapse::after {
        content: "-";
    }
}

@media only screen and (max-width: 767px) {
    .otnotice-menu-mobile .otnotice-menu-selected-container .otnotice-menu-display__expand::after {
        content: "+";
    }
}

@media only screen and (max-width: 767px) {
    .otnotice-menu-display__expand::after, .otnotice-menu-display__collapse::after {
        pointer-events: all;
        font-weight: bolder;
        font-size: x-large;
        float: right;
        margin-left: 1rem;
        cursor: pointer;
    }
}

@media only screen and (max-width: 767px) {
    .otnotice-menu-mobile .otnotice-menu-mobile-container {
        list-style-type: none;
    }
}

@media only screen and (max-width: 767px) {
    .otnotice-menu-mobile .otnotice-menu-selected-container .otnotice-menu-selected {
        padding: 1rem;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .otnotice-menu-mobile {
        display: flex;
        flex-direction: column;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        background: #f8f8f8;
        border: 1px solid #eeeeee;
        position: relative;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .otnotice-menu-mobile .otnotice-menu-selected-container {
        margin: 0rem 1rem 0rem 1rem;
        display: flex;
        align-items: center;
        text-align: center;
        color: #696969;
        font-weight: bold;
    }
}

@media only screen and (max-width: 767px) {
    .otnotice-menu-mobile .otnotice-menu-selected-container {
        margin: 0rem 1rem 0rem 1rem;
        display: flex;
        align-items: center;
        text-align: center;
        color: #696969;
        font-weight: bold;
    }
}
/* undo bootstrap */
a{text-decoration: underline;} 
a:focus{
    outline: 2px solid #2491ff;
    outline-offset: 2px;
    z-index: 1;
}
.btn{white-space: wrap;}

.faq-question{
background-color: none;
padding-top:1em;
margin: 0;
padding: 3px 0px 5px 8px;
}
.faq-question span{
     color:#4d0500
}

.faq-answer{
background-color: #d9edf7;
padding-bottom:3px;
margin: 0;
border-left:3px solid #90c0f0;
padding:3px 0px 5px 5px;
}

.faq-answer span{
    color:#01162b
}

.well{
background-image: none;
background-color: #e2e2e2;
}


.btn:hover, .btn-default:hover, .btn:focus {
    text-decoration: underline;
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    color: revert;
}
.form-control{
    color:#000;
}
.panel-body{
    padding:8px;
}

a.btn.btn-default.btn-block{
    margin-bottom:5px;
    text-decoration:none;
}
    a.btn.btn-default.btn-block:hover,
    a.btn.btn-default.btn-block:focus {
        text-decoration: underline;
    }

.alert-warning {
    color: revert;
}

    img {
    max-width: 100%;
    height: auto;
    display: block
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word
}

body {
    min-width: 225px;
    font-size: 1em;
    line-height: 1.4em;
    margin: 0;
    background-color: #eee
}

#page_base {
    position: absolute;
    bottom: 0;
    top: 0;
    background-color: #fff;
    z-index: -999;
    width: 100%;
    border: none
}

.pagebackground {
    color: #111;
    background-color: #fff
}

hr {
    height: 1px;
    display: block;
    padding: 0;
    margin: 0 0 1em
}

label {
    margin: 0
}


li,
p {
    margin-bottom: 1em
}

#contentpage {
    padding: 1em;
    min-height: 500px
}


.navbar-toggle {
    background: #2F5396
}

.nav-divider {
    border-color: #c4c4c4
}

 
.contactinfo {
    margin: 20px;
    padding:10px;
    border-radius:5px;
    font-size: 1em;
    background-color:#f9d49f;
    display: block;
}

    .contactinfo dt{
    font-weight: bold;
    }

    .contactinfo dl{
    margin-top: 10px;
    }

    .contactinfo dd {
    margin: 1px 0px 8px 0px;
    font-weight: normal;
    }

    .contactinfo dd a{
        color:inherit;
    }
footer,
footer a,
footer a:hover,
footer a:focus{
    color: #fff
}

.btn-default {
    color: #111 !important;
    background-color: #eee;
    border-color: #999
}

.btn-default:hover {
    background-color: #e1e1e1;
    border-color: #999
}

#footerblock,
#footerblock a,
.headerbox {
    color: #fff;
    text-decoration: none;
    background-color: #6682A8;
    height: 230px
}


.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-nav>li>a {
    color: #fff;
}

.navbar-nav>li.btn-default>a {
    color: #111;
}


.navbar-nav > li.btn-default > a,.navbar-nav > li.btn-default > span > a  {
color: #000000;
/*text-shadow: 0px 1px 0px rgba(250, 250, 250, 0.5);*/
}
.navbar-nav > li  a:hover, .navbar-nav > li  a:active {
background: none;
}
.navbar-nav > li a:focus {
    background-color: rgba(250, 250, 250, 0.5);
    text-decoration: underline;
    outline-offset: -2px;       
}



.navbar-nav>li>a:active,
.navbar-nav>li>a:hover {
    background: none
}

.navbar-nav>li>a:focus {
    background-color: rgba(250, 250, 250, 0.5)
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background-color: #fff;
    background-image: none
}

.nav-justified.nav-tabs>li.active>a,
.nav-justified.nav-tabs>li.active>a:focus,
.nav-justified.nav-tabs>li.active>a:hover {
    border-bottom-color: #fff;
    color: #002C58
}

/* #loginbutton:focus,
#loginbutton:hover,
#registerbutton:focus,
#registerbutton:hover {
    background-position: 0 15px
}

#loginbutton>span>a:focus,
#loginbutton>span>a:hover,
#registerbutton>span>a:focus,
#registerbutton>span>a:hover {
    text-decoration: none
}

#loginbutton>span>a,
#registerbutton>span>a {
    color: #fff;
    line-height: 16px;
    display: block;
    padding: 15px
} */

.danger,
.btn-danger {
    background-color: #2F5396;
    border-color: #233e6f
}

.danger:hover,
.btn-danger:hover {
    background-color: #233e6f;
    border-color: #172848
}

.warning,
.btn-warning {
    background-color: #009;
    border-color: #006
}

.warning:hover,
.btn-warning:hover {
    background-color: #006;
    border-color: #003
}

.primary,
.btn-primary {
    background-color: #4f698c;
    border-color: #3d506b
}

.primary:hover,
.btn-primary:hover {
    background-color: #3d506b;
    border-color: #2a384b
}

.well {
    background-color: #eee
}

/*#loginbutton {
    background-color: #6682A8;
    background-image: -webkit-linear-gradient(top, #6682A8 0px, #4f698c 100%);
    background-image: linear-gradient(to bottom, #6682A8 0px, #4f698c 100%);
    background-repeat: repeat-x;
    border-color: #4f698c
}
*/
.list-group-item.active,
.list-group-item.active:hover {
    background-image: -webkit-linear-gradient(top, #374055 0px, #2D3446 100%);
    background-image: linear-gradient(to bottom, #374055 0px, #2D3446 100%);
    background-repeat: repeat-x;
    color: #FFF;
    background-color: #374055;
    border-color: #374055;
    height: 41px
}

.panel-primary {
    border: 1px solid #DADADA;
    margin: 0 5px
}

.panel-primary .panel-heading {
    border: 1px solid #374055
}

.table-striped tbody tr td {
    padding: 5px;
    line-height: 1.4
}

#banner {
    background-color: #6682A8;
    position: relative
}

.navbar-header {
    background-color: #999;
    background-image: url("../img/noise.png");
    background-repeat: repeat
}

.navbar-default {
    box-shadow: none !important
}

#pre_footer:after,
.content:after,
header #pre_content {
    position: absolute;
    right: 0px;
    top: 140px;
    display: block;
    background-color: #6682A8
}

#pre_content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden
}

#pre_content li {
    float: left;
    list-style-type: none
}

#pre_content li a {
    display: block;
    text-align: right;
    padding: 15px;
    text-decoration: none
}

header #pre_content:after {
    content: "";
    display: block;
    clear: both
}

#pre_footer {
    padding-bottom: 100px
}

#pre_footer img {
    margin: 0 auto
}

#pre_footer:after,
.content:after,

 footer,.content:after,  #pre_footer:after {height:200px; /*footer height*/}
 
footer {
    background: #4f698c;
    background: -webkit-linear-gradient(top, #4f698c 0%, #6682A8 100%);
    background: linear-gradient(to bottom, #4f698c 0%, #6682A8 100%);
    border: 1px solid #4f698c;
    padding:20px;
    text-align: center;
}

#contactinfo {
    margin: 20px;
    padding: 10px;
    border-radius: 5px;
    font-size: 1em;
    background-color: #eee
}

#contactinfo ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px
}

#contactinfo label {
    font-weight: bold;
    padding: 3px 0 0
}

#contactinfo li {
    margin: 0;
    font-weight: normal
}

#footerblock:before {
    content: "";
    display: block;
    clear: both
}

.tab-pane {
    padding-top: 1em
}

.first-word {
    font-style: oblique
}

.sidebar-navbar-collapse {
    padding: 18px
}

.navbar-default {
    border-color: transparent;
    font-weight: bold
}

.buttongrouptop {
    border-top-left-radius: 0.4em;
    border-top-right-radius: 0.4em
}

.buttongroupbottom {
    border-bottom-left-radius: 0.4em;
    border-bottom-right-radius: 0.4em
}

.navbar-toggle {
    margin-right: 10px
}

.navbar-toggle .icon-bar {
    height: 4px;
    width: 28px;
    border-radius: 2px
}

.navbar-default {
    border: none;
    margin: 0
}

.navbar-nav>li>a {
    padding: 10px
}

.navbar-nav>li {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: auto;
    margin: auto;
    font-weight: bold;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    font-size: 100%
}

.carousel-control.left,
.carousel-control.right {
    background: none
}

.carousel {
    margin: 0 0 20px
}


.skiptomain a {
	padding:6px;
	position: absolute;
	top:-40px;
	left:0px;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:#01162b;
	-webkit-transition: top .5s ease-out;
    transition: top .5s ease-out;
    z-index: 100;
}

.skiptomain a:focus {
	position:absolute;
	left:0px;
	top:0px;
	outline-color:transparent;	
	-webkit-transition: top .05s ease-in;
    transition: top .05s ease-in;
}




.back-to-top {
    height: 120px;
    min-width: 75px;
    margin: auto;
    padding: 10px;
    text-align: center;
    position: fixed;
    bottom: -100px;
    right: 30px;
    z-index: 900;
    transition: bottom .3s, height .3s ease-out;
        /* transition: bottom .3s, height .3s, opacity .3s ease-out; */
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .2);
}

    .back-to-top:hover {
        height: 125px;
           transition: height .3s ease-out;
        /* transition: bottom .3s, height .3s, opacity .3s ease-out; */
    }
.sidebarwrapper {
    background-color: #ddd;
    background-image: url("../img/noise.png");
    background-repeat: repeat;
    border-radius: 0 0 10px 0;
    border: none;
    padding-bottom: 5px;
}

#mainrow {
    margin-right: -50px
}

@media (max-width: 767px) {
    h1 {
        text-align: center
    }

    .navbar-nav>li>a {
        padding: 17px
    }

    .navbar-nav>li {
        font-size: 150%;
    }

    #logo {
        max-height: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    #mainrow {
        margin-right: 0;
    }

    .sidebarwrapper {
        border: none;
        border-radius: 0;
    }
}
.nav > li > span{
 display: flex;
}
 .nav > li a {
    padding: 15px;
    width:100%;
    display: block;
    text-decoration: none;
}
 .nav > li >span> a {
    padding: 10px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: rgba(250, 250, 250, 0.07);
}

.tabs-below>.nav-tabs,
.tabs-left>.nav-tabs,
.tabs-right>.nav-tabs {
    border-bottom: 0;
}

.pill-content>.pill-pane,
.tab-content>.tab-pane {
    display: none;
}

.pill-content>.active,
.tab-content>.active {
    display: block;
}

.tabs-below>.nav-tabs {
    border-top: 1px solid #ddd;
}

.tabs-below>.nav-tabs>li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below>.nav-tabs>li>a {
    border-radius: 0 0 4px 4px;
}

.tabs-below>.nav-tabs>li>a:focus,
.tabs-below>.nav-tabs>li>a:hover {
    border-top-color: #ddd;
    border-bottom-color: transparent;
}

.tabs-below>.nav-tabs>.active>a,
.tabs-below>.nav-tabs>.active>a:focus,
.tabs-below>.nav-tabs>.active>a:hover {
    border-color: transparent #ddd #ddd #ddd;
}

.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
    float: none;
}

.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px
}

.tabs-left>.nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left>.nav-tabs>li>a {
    margin-right: -1px;
    border-radius: 4px 0 0 4px;
}

.tabs-left>.nav-tabs>li>a:focus,
.tabs-left>.nav-tabs>li>a:hover {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left>.nav-tabs .active>a,
.tabs-left>.nav-tabs .active>a:focus,
.tabs-left>.nav-tabs .active>a:hover {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
}

.tabs-right>.nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd
}

.tabs-right>.nav-tabs>li>a {
    margin-left: -1px;
    border-radius: 0 4px 4px 0
}

.tabs-right>.nav-tabs>li>a:focus,
.tabs-right>.nav-tabs>li>a:hover {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd
}

.tabs-right>.nav-tabs .active>a,
.tabs-right>.nav-tabs .active>a:focus,
.tabs-right>.nav-tabs .active>a:hover {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #ffffff;
}

.otnotice-menu {
    max-height: 50% !important;
    z-index: 2;
}