html {
  font-size: 14px;
  font-family:'Open Sans';
}

.homepage-banner {
    background-image: url('https://eafstorage.blob.core.windows.net/gateway-files/homepage-banner.png');
    background-position: center;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 15rem;
    padding-left: 4rem;
    padding-right:4rem;
    margin-bottom:4rem;
}

@media only screen and (max-width: 1023px) {

    .homepage-banner {
        background-color: rgba(0, 0, 0, 0.10);
        background-image: none !important;
    }
}

h1 {
    font-family: Montserrat,'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 1.8rem;
    color: rgb(12, 72, 117);
    font-weight: 900;
    letter-spacing: .07em;
}




h2 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 1.5rem;
    color: rgb(12, 72, 117);
    font-weight: 900;
}

.font-inter {
    font-family:'Inter','Open Sans';
    font-weight:bold;
    font-size:0.8rem;
}

.font-inter-regular {
    font-family: 'Inter','Open Sans';
    font-size: 0.8rem;
}

.dropdown-item, .dropdown-toggle, .navbar-font {
    font-family: Montserrat,Barlow;
    text-transform: uppercase;
   /* color: rgb(68, 68, 68);*/
    font-weight: 600;
    font-stretch: 100%;
    line-height: 25px;
    font-size: 12px;
}

.nav-item:hover {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;

}

.header-button-shaded {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.nav-item {
    margin-right: 5px;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 1em;
    text-align: left;
    background-color: rgb(243, 246, 244, 0.98);
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .ui-autocomplete > li > div {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
    }

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
    text-decoration: none;
    color: #262626;
    background-color: #f2c037;
    cursor: pointer;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.hideme{
    visibility:hidden;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}







html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.share-story-header {
    font-family: Montserrat;
    font-size: 3em;
    text-align: center;
    text-transform:uppercase;
   
    color: white;
    height: 200px;
    
    background-repeat: no-repeat;
    background-image: url('https://eafstorage.blob.core.windows.net/wp-files/Group-2207.png');
}



.share-story-subheader {
    padding: 40px;
    background-color: #AEE2F8;
    text-align: center;
    height: 200px;
    margin-bottom:40px;
}

.share-story-card{
    font-family: Barlow;

}
.emp-date-msg-hidden{
    visibility:hidden;
}

.emp-date-msg-updated{
    visibility:visible;
}

.emp-buttons-approve {
    margin-bottom: 3px;
    margin-right:15px;
    width:80px;
}

.emp-buttons-deny {
    margin-bottom: 3px;
    margin-right: 15px;
    width: 120px;
}

hr {
    background: #ccc linear-gradient(to right,#ccc,#3e7cbf,#ccc) repeat scroll 0 0;
    border: 0 none;
    height: 1px;
    margin: 20px 0 20px 0;
}

.hr-blue {
    background: rgb(12, 72, 117) linear-gradient(to right,#3e7cbf,rgb(12, 72, 117),#3e7cbf) repeat scroll 0 0;
    border: 0 none;
    height: 1px;
    margin: 20px 0 20px 0;
    opacity:0.9;
}
.app-email-subject {
    font-size: 1.2rem;
    font-weight: bold;
    color:rgb(12, 72, 117);
}

.badge {
    padding-top: 0.02em;
}

.border-grey {
    border-color: #a5bce1!important;
    border-width:3px!important;
}

.border-warning {
    
    border-width: 3px !important;
}

.powerbi-report{
    height:900px;
}


.footer {
    bottom: 0;
    background-color: rgb(36, 40, 44); /*#113A5A*/;
    color: rgb(204, 204, 204);
    padding-left: 3em;
    padding-top: 2em;
    padding-bottom: 2em;
}

    .footer a {
        color: rgb(112, 191, 229);
    }

a {
    text-decoration: none;
}

.middle-menu {
    background-color: #0E395B;
}

.gateway-homepage-leftside-boxes {
    color: #0C4875;
    font-family: Montserrat;
    font-size: 0.8rem;
    text-transform:uppercase;
    font-weight:900;
}
.gateway-homepage-mini-icons {
    width: 5em;
    height: 5em;
}

.gateway-homepage-training-icons {
   
    height: 6rem;
    padding-top: 2rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-bottom: 1rem;
    /*  height: 5em;*/
}

.gateway-homepage-four-buttons {
   
    color: #0C4875;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 0.8rem;
}

.carousel-title {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 5px;
    color: #FFF;
    font-weight: 900;
    font-family: Montserrat;
    background-color: rgba(0, 0, 0, 0.4);
    padding-left:1rem;
    padding-right:1rem;
}
.carousel-caption {
    right: 5% !important;
    bottom: 0.5rem !important;
    left: 5% !important;
    z-index: 2;
}


.drk:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    opacity: 0;
    z-index: 1;
}



.carousel-indicators{
    z-index:3;
}


.ccv-dash-text {
    color: white;
    margin-bottom: 50px;
    text-align:center;
    font-size:0.8em;
    font-family: Montserrat;
    font-weight:bold;
    padding: 2rem 3rem 2rem 3rem;
}

.juicer-feed.loaded {
    max-width: 600px !important;
}

.bg-light-blue {
    /*background-image: linear-gradient(to right,rgb(245,245,246),rgb(255,255,255));*/ /*#edf5fe;*/
    background: #f5f5f6;
}

.custom-tooltip .tooltip-inner {
    max-width: none; /* Allow the tooltip to be wider than the default max width */
    width: 30rem; /* Set custom width for this tooltip */
    text-align: left;
}