/* WORKFLOW POSITION
-------------------------------------------------- */
#step1, #step2  {
    padding-bottom: 15px;
}

/*
 * Dropdowns
 */
select {
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    cursor: default;
   /* max-width: 20vw;  breaking provider search dropdowns*/
}

input.form-control {
    height: calc(2.25rem + 2px) !important;
}

select.form-control {
    height: calc(2.25rem + 2px) !important;
}
/*
 * Globals
 */
.landingPageMenuLine {
    border-top: 7px solid #289dcc;
    max-width: inherit;
}

/* Links */
a,
a:focus,
a:hover {
    color: darkslategray !important;
}

/* Custom default button */
btn,
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: darkslategray !important;
    text-shadow: none; /* Prevent inheritance from `body` */
    background-color: #fff !important;
    border: .05rem solid #289dcc !important;
}

.btn-btnEnter {
    color: white !important;
    background-color: #289DCC;
    font-size: 18px !important;
    font-family: 'Open Sans', sans-serif !important;
    margin-right: 0.85em;
}

.stateStyle{
    margin: auto;
    display: unset !important;
    color: darkslategray !important;
    font-family: verdana !important;
    width:60% !important;
}

#role, #search {
   margin: auto;
    width: 60%;
}

/*
 * Base structure
 */

html,
body {
    height: 100%;
    font-family: 'Open Sans', sans-serif !important;
    background-color: white !important;
     margin: 0 !important;
     position: unset !important;
}

body {
    display: block;
    color: #343a40 !important;
    font-family: 'Open Sans', sans-serif !important;
}

.cover-container {
    min-height: 82vh;
    max-width: 70em;
    overflow: auto;
    overflow-scrolling: unset;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*
 * Header
 */
.masthead {
    margin-bottom: 2rem;
}

.masthead-brand {
    margin-bottom: 0;
}

.nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif !important;
    color: #289dcc;
    background-color: transparent;
    border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    color: darkslategray;
    border-bottom-color: darkslategray;
}

.footer-align {
    padding-bottom: 10px;
}

.header-align {
    padding-top: 10px;
}

#site-footer, .push {
    height: 106px !important;
}

/*
 * Cover
 */
.cover {
    padding: 0 1.5rem;
}

.cover .btn-lg {
    padding: .75rem 1.25rem;
    font-weight: 700;
}

/*
 * Footer
 */
.mastfoot {
    color: #289dcc;
}

/* COVER IMAGE
-------------------------------------------------- */
.indexDescFont {
    font-family: 'Open Sans', sans-serif !important;
    color:#444 !important;
}

.indexHeaderFont {
    font-family: 'Open Sans', sans-serif !important;
    font-size: calc(40px + (16 - 12) * ((100vw - 300px) / (1600 - 300)));
    font-weight:normal !important;
}

/* Container holding the image and the text */
.img-container {
     position: relative;
    text-align: center;
    color: white;
    height: 417px;
    overflow: hidden;
}

/* Centered text */
.centered {
    position: absolute;
    top: 68%;
    left: 47%;
    transform: translate(-50%, -50%);
}

#main-image{
    opacity: 0.3;
    width: 100%;
    transform: translate(0, -28%);
}

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

/* Center align the text within the three columns below the carousel */
 .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

 .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}





