﻿/****** MASTER CSS for MOSERS.ORG ***********************************/

/****** COLORS
WHITE: #ffffff;
DARK GRAY:  #3e3e3e;
LIGHT GRAY: 
BLUE:  #0091ba; 
DARK BLUE: #006394;
ORANGE: #dd6611;


*********************************************************************/

/*Sets the color to MOSERS colors*/

.mosers-blue { 
 color: #0091ba;
}

.mosers-dkblue { 
 color: #006394;
}

.mosers-orange { 
 color: #dd6611;
}

.mosers-grey { 
 color: #3e3e3e;
}

.mosers-light-gray { 
    background-color: #6e6e6e;
}

.mosers-bg-gray { 
    background-color: #e9ecef;
}

.mosers-bg-dkblue { 
    background-color: #006394;
}

html, body {
  overflow-x: hidden;
}

/* Extends the containers entire width of page for the color to go from edge to edge*/
.full-width {
    width:100%;
}

/* Removes the default 15px padding from containers*/
.container-fluid-nav {
    padding: 0px;
}

/* Used to remove white space on the right hand side of page*/
/* no-gutters Class Rules */
.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}

/* Heading Styles*/
h1, h2, h3, h4, h5, h6 {
    color: #3E3E3E;
    font-weight: 600;
}

hr{
    margin-top: 1.25rem;
}

/* Makes all links not be underlined*/
a {
    text-decoration: none !important;
}

a:hover {
    color: #dd6611;  
} 

.ed-anchor {
   padding-top: 80px;
}

/* Removes min-height for containers - removes excess heigh around search form */
.remove-height {
   min-height: 0px!important;    
} 

/*[class^="col-"].remove-min-height,
[class*=" col-"].remove-min-height {
  min-height:0 !important;  
}*/

/* Sets the style for the horizontal rule */
.hr-line {
    padding: 5px 0px;
    border-top: 1px solid #DEDEDE;
}

.image-offset{
    margin-top:-8px;
   /* z-index: -1px;
    position:relative;*/
}

/*.myMOSERS:nth-child(-n+2) {
    color: #dd6611;
}
.myMOSERS:nth-child(4n+1) {
    color: #006394;
}*/

a.myMOSERS {
    color: #dd6611;
    font-style: italic;
}
a.myMOSERS span {
    color: #006394;
    font-style: normal;
    font-weight:bold;
}
/****** HEADER - MOBILE TEXT, LOGO, CONTACT ***************************************************/

/* Text that replaces logo in mobile */
.logo-text a, a.logo-text:link, a.logo-text:hover, a.logo-text:visited, a.logo-text:focus {
    color: #3E3E3E;
    text-transform: uppercase;
}

/****** Font Awesome Icons */

/* Applies style to all font awesome icons. 
   Match any class name that starts with icon */
[class^="fa-icon"] {
    width: 45px;
    height: 35px;
    font-size: 1.5rem;
    color: #0091BA;
    position: relative;
    text-align: center;
    top:5px;
}

/* Placement of  font awesome icons with multi-line text */ 
.fa-icon-align {
    vertical-align: 1rem;
}

/* Placement of multi-line text with font awesome icons */ 
.multi-line-text {
    display: inline-block;
    line-height: 1.5rem;
}

.header-contact, .header-contact a, a.header-contact:hover, a.header-contact:visited, a.header-contact:focus {
    color: #3E3E3E;
    font-size: .85rem;
    white-space: nowrap;
    text-transform: lowercase;
}

.list-item-spacing li{
    padding-bottom: 1rem;
}



/****** HEADER MIDDLE - NAVBAR ***************************************************/
/* Sets the color of the full width container on header bottom */
.container-fluid.header-middle{
    padding-left:15px;
    padding-right:15px;
}

/* Sets the color of the container fluid on header middle */
.header-middle {
    background-color: #3E3E3E;  
    /*line-height: 0px;*/ /*Removed 5/8/19 when moving to prod*/
}

/* Sets the style for header middle navbar links */
.navbar-middle-custom .navbar-nav .nav-link {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: 0;
    padding-bottom: 0;
    flex-wrap: nowrap;
    text-transform: uppercase;
}

/* Sets the style for header middle navbar links so they don't wrap when moved the footer */
/*8/6/19 RJ Removed to center header middle*/
/*.header-to-footer-div {
    display: inline-block;
}*/

/* Sets the style for the header middle navbar that moves to footer */
/*.HeaderTopEnd {
    display: flex;
    justify-content: center;
}*/

.container.footer-navbar-middle {
    padding-left: 0px;
    padding-right: 0px;
}



/****** HEADER MIDDLE - SEARCH BAR *********************************************/

/* 8/6/2019 RJ Search Bar style */
.input-search-bg {
    color: #fff;
    background: #6e6e6e;
    border: none;
    width: 100%;
    padding: 6px 0 8px 6px;
    margin: 3px 0px 2px 0px;
    -webkit-transform-origin: 100% 50% 0px;
    -ms-transform-origin: 100%;
    transform-origin: 100% 50% 0px;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
     transform: skew(-25deg);
}

.input-search-text {
    color: #fff;
    background: transparent;
    border: none;
    margin-left: 5px;
    transform: skew(25deg);
    outline: none;
    width: 95%
}
/* 8/6/2019 RJ Search Bar style */




/* Search Form position based on screen */
.form-position {
    float: right;
}

.search-bg, .search-bg:focus {
    color: #fff;
    background-image: url("/images/default-source/design/search-skew-bg.svg");
    background-color: #3E3E3E; 
    background-repeat:no-repeat;
    margin: 3px 0px;
    width: 290px !important;
    text-indent: 10px;
    display: block;
    /*width: 100%;*/
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow:none;
  /*  margin-left: 48px;*/
    min-height: 0px;
}

/* Applied to form-group to remove Bootstrap margin-bottom*/
.search-form {
    margin-bottom: 0px;
}

/* Removes default Bootstrap padding from class*/
.input-group-text{
    padding: 0px;
}

/* Sets the color of Search Bar placeholder text "Search" */
/* Chrome, Firefox, Opera, Safari 10.1+ */
input[type="search"]::placeholder { 
    color: #fff !important;
 /* opacity: 1;*/ /* Firefox */
}
/* InternetExplorer 10-11 */    
input[type="search"]::-ms-input-placeholder { 
    color: #fff !important;
}
/* Microsoft Edge */
input[type="search"]::-ms-input-placeholder { 
    color: #fff !important;
} 




/****** HEADER MAIN - DESKTOP ***************************************************/

/* Sets the color of the container-fluid on header main */
.header-main {
	background-color: #0091BA;
}

/* Changes the min-height of col to 0 for the header main mobile column */
.remove-space{
     min-height: 0px;
}

/*.navbar-main-custom {
    justify-content: center;
}*/

/* Sets the style for header main navbar links */
.navbar-main-custom .navbar-nav .nav-link {
    color:#fff;
    font-size: 1.5rem;
    font-weight:bold;
    /*padding-left: 2vw;*//* Changed to rem 4/9/19*/
   /* padding-right: 2vw;*//* Changed to rem 4/9/19*/
    padding-left: 1rem;
    padding-right: 1rem;
/*    padding-top: 0;
    padding-bottom: 0;*/
    /* 5/3/19 RJ added to make active links fill container*/
 /*   padding-top: 1.5rem;
    padding-bottom: 1.5rem;*/
    flex-wrap: nowrap;
    text-transform: uppercase;
    /*transform: skewX(25deg)*/
}

/* Sets the style for header main navbar links when they are active */
.navbar-main-custom .navbar-nav .nav-item.active  {
   /* background:  rgba(245, 245, 245, 0.25);   */
    transform: skew(-25deg);
    border-radius: 0px;
   /* padding: 20px 0 20px 0;*/
    /*text-shadow: 2px 4px 3px 0px rgba(62, 62, 62, 0.75);*/
}

/* Sets the style for header main navbar links when they are active not to skew text */
.navbar-main-custom .navbar-nav li.active > a  {
    transform: skew(25deg); 
    margin: auto;
}

/* 8/1/2019 RJ working on skewed background for search */
/* Creates a skewed background style */
.skew-search {
    position: relative;
    /*width: 250px;*/
    overflow: hidden;
    color: #fff;
    z-index: 0;
    margin-left: -15px;
    padding: .5rem 1rem;
    /*white-space: nowrap;*/
    min-width: 320px;
}

.skew-search::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 145, 186, 1);
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
        -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    z-index: -1;

}

.search-input {
    background: transparent;
    border: none;
}



/****** HEADER MAIN - MOBILE ***************************************************/

/* Sets the style for hamburger in mobile */
.toggler-style {
    /*font-size: 2rem;*//*4/9/19 removed because of spacing*/
    background-color: transparent;
    border: none;
    border-radius: 0px;
    /*border: 1px solid transparent;
    border-radius: .25rem;*/
    padding-bottom: 4px;
    padding-top: 4px;
    padding-right: 0px;
}

/* Sets the style hamburger in mobile hover/focus */
.toggler-style:hover, .toggler-style:focus {
    text-decoration: none;
    outline: none;
}

/* Sets the style hamburger in mobile to cursor */
:not(:disabled):not(.disabled).toggler-style {
    cursor: pointer;
}

/* Sets the style color for toggler hamburger in mobile, applied to svg image  */
.white-text {
    color: #ffffff;
    height: 35px;
    width: 35px;
    min-width: 35px;
}

/* Sets the style for header main mobile navbar links (MEMEBERS, RETIREES, EMPLOYERS) */
/*5/16 RJ not sure this class is needed anymore*/
.navbar-main-mobile-custom .navbar-nav {
  /*  display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;*/
    
     /*  display:inline !important;*/ /*5/14-19 RJ*/
}


/* Sets the style for header main mobile navbar links (MEMEBERS, RETIREES, EMPLOYERS) */
/* .navbar-main-mobile-custom .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 0rem;
}*/

/* Sets the style for header main mobile nav-item (MEMEBERS, RETIREES, EMPLOYERS) */
.navbar-main-mobile-custom .navbar-nav .nav-item {
   /* display: block;*/
    /*text-indent: .5rem;*/
    border-bottom: 1px solid #707070;
}

/* Sets the style for header main mobile navbar links (MEMEBERS, RETIREES, EMPLOYERS) */
.navbar-main-mobile-custom .navbar-nav .nav-item .nav-link {
    color: #fff;
    background: #0091BA;
    font-size: 2rem;
    font-weight:bold;
  /*  padding-left: 1rem;
    padding-right: 1rem;*/
 /* padding-top: .35rem;
    padding-bottom: .35rem;*/
    
    flex-wrap: nowrap;
    text-transform: uppercase;
     display: inline-block; /*5/14-19 RJ*/
    text-indent: 1.5rem;
}

/* Sets the style for header main mobile navbar links (MEMEBERS, RETIREES, EMPLOYERS) */
/*.navbar-main-mobile-custom .navbar-nav .nav-item .nav-link a{
    color: #fff;
    
}*/

.dropdown-menu.show {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}

.dropdown-menu{
    margin: 0px 0px;
    padding: 0 0px;
}

/*.dropdown-submenu:hover > .dropdown-menu, .dropdown-submenu .nav-link:focus + .dropdown-menu, .dropdown-submenu .dropdown-item:focus + .dropdown-menu {
    top: 0px;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}*/

/* Adds a gray line above PENSIONS in the dropdown nav */
.navbar-main-mobile-custom .dropdown-menu li:first-child {
    border-top: 2px solid #707070;
}

/* Removes a gray line above MSEP in the dropdown nav*/
.navbar-main-mobile-custom .dropdown-menu .dropdown-menu li:nth-child(1) {
    border: none;
}
/* Styles second level nav dropdown nav  links (PENSION, LIFE INS, LTD, ETC)*/
.navbar-main-mobile-custom .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-item {
    display: block;
    width: 100%;
    padding:  .5rem 1.35rem .5rem 2rem;
    clear: both;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    border-bottom: 2px solid #707070;
    background-color: #3E3E3E;
    text-align: inherit;
    white-space: nowrap;
}


.navbar-main-mobile-custom .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-item a{

    color: #ffffff;
    
}

/* Styles second level nav dropdown that don't have children nav links (LIFE INS, LTD, ETC)*/
.navbar-main-mobile-custom .navbar-nav .dropdown-menu .dropdown-item {

    width: 100%;
    padding:  .5rem 1.35rem .5rem 2rem;
    clear: both;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    border-bottom: 2px solid #707070;
    background-color: #3E3E3E;
    text-align: inherit;
    white-space: nowrap;
    
}

/*.navbar-main-mobile-custom .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-item {
    
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    border-bottom: 2px solid #707070;
    background-color: #3E3E3E;
    text-align: inherit;
    white-space: nowrap;
     display: inline-block; /*5/14-19 RJ
}*/



/* Styles second level nav dropdown nav  links (PENSION, LIFE INS, LTD, ETC) 5/13 removed for testing*/
/*.navbar-main-mobile-custom .dropdown-menu .dropdown-submenu .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    border-bottom: 2px solid #707070;
    background-color: #3E3E3E;
    text-align: inherit;
    white-space: nowrap;
}*/



.navbar-collapse .dropdown-submenu .dropdown-menu
{
    padding-left: 0px;
    margin-left: 0px;
    left: 0px;
    text-indent: 2rem;
}

/* Styles third level of nav links (MSEP, MSEP 2000, ETC) */
/*.dropdown-menu .dropdown-submenu .dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #707070;
    border-bottom: 2px solid #3E3E3E;
    text-align: inherit;
    white-space: nowrap;
}*/


/* Styles third level of nav links (MSEP, MSEP 2000, ETC) */
.navbar-main-mobile-custom .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #707070;
    border-bottom: 2px solid #3E3E3E;
    text-align: inherit;
    white-space: nowrap;
}





.nav-link.mainnavexpand {
 /*   font-size: 2rem;*/ /*5/15/19 RJ removed nav-link overrides this value*/ 
   /* margin-top: 12px;*/
    float: right;
    cursor: pointer;
    padding-right: 1rem;
    
} 
.fa.mainnavexpand{
    line-height: 1.5;
}

.childmainnav {
  /*  display: block;*/
/*    border-bottom: 0.27px solid rgba(000,000,000, .1)*/
}

/*.childmainnav a {
    color: #fff;
}*/

/*.childleftnav {
    display: block;
    padding: .5rem 1rem;
    text-transform: uppercase;
    border-bottom: 0.27px solid rgba(000,000,000, .1)
}*/

/*.childleftnav .childleftnavexpand {
    padding-left: 10px;
}*/

/*.childleftnav a {
    color: #000;
}
.childleftnav:hover {
    background-color: #0091ba;
}

.childleftnav:hover a{
    color: #fff;
}
.childleftnavexpand {
    font-size: large;
    font-weight: bold;
    float: right;
    cursor: pointer;
} 

.fa.childleftnavexpand {
    line-height: 1.5;
}*/

.mymosers{
   /* margin-bottom: -3px;*/
    line-height: 0px;
    /*max-width: 316px; 8/6/19 RJ*/
    width: 316px; /*8/6/19 RJ added to make search bar match mymosers*/
    float:right;
    margin-right: 0px;/*To line up with Search Bar*/
}


/* Extends the color for the container next to myMOSERS */
    
    .extend-mymosers-color {
        position: relative;
        color: #fff;
        max-width: none;
        /*margin-top: -1px;*/
        margin-top:0px;
        margin-bottom:-3px;
    }

    .extend-mymosers-color::before, .extend-mymosers-color::after {
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        background: #fff;
    }
        
    .extend-mymosers-color::after {
        width: 320px;
        left: 100%;
        margin-left: -5px;
        background: #fff;
    }










/****** HEADER BOTTOM *******************************************************************/

.header-bottom {
	background-color: #fff; 
    margin-bottom: 8px;
    /* Syntax for adding shadow to bottom of container*/
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    /* 8/1/19 RJ added to fix broken modules*/
    z-index: 0;
    position: relative; /* 8/15/19 RJ added back in  for banner picture button to work*/
    /* 8/12/19 RJ removed to removed gray shadow under myMOSERS*/
}

/* Sets the style for header bottom navbar links */
.navbar-bottom-custom .navbar-nav .nav-link {
    color:#dd6611;
    font-size: 1.2rem;
    font-weight:600;
    padding-top: 0;
    padding-bottom: 0;
    text-indent: 1.5rem;
    flex-wrap: nowrap;
    text-transform: uppercase;
}

/****** HOMEPAGE-Banners KEY MESSAGE CARDS - THIS IS ON THE HOMEPAGE NOW IN CSS ********/

/*.hero { 
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 25%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
}

.hero-head {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.1rem;
} 

.text-block {
    width:450px;
    height:75px;
    position: absolute;
    top: 14%;
    left: 14%;
    background-color: rgba(255,255,255,0.8);  
}

.negative {
    margin-top: -5px!important;
}*/
/*********************************************************************************/

/****** FOOTER *******************************************************************/

/*FOOTER MAIN AREA -  Roxanne 2/20/2019*/
/* Sets the color of the full width container on footer */
.footer-main {
    background-color: #3E3E3E;
    color: #ffffff;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

/* Extends the color for the left container next to myMOSERS footer logo */
.footer-logo-sizing{
   /* min-height: 75px;*/
    max-width: 375px;
}

.extend-footer-color {
    position: relative; /* child absolute */
    /* negative offset = section padding */
    margin: 0px;
    /* add back section padding value */
    /* padding: .25rem 30px;
    background: #333;
    background: rgba(0,0,0,.8);
    color: white;
    font-size: 1.125rem;*/
    padding-left:0px;
}

.extend-footer-color:before {
    content: "";
    position: absolute;
    /* fill vertically */
    top: 0;
    bottom: 0;
    width: 9600px;
    right: 100%;
    margin-right: 0px;
    /*background: rgba(245, 245, 245, 0.25);*/
    background: #6e6e6e;   
}


/* Sets the style of the social media icons in the footer */
.footer-social-media-icon{
    margin:  10px 0px 10px 10px; 
   /* width: 45px; 
    height: 45px;*/
    /*flex-wrap: nowrap;*/
}

/* Sets the style for the horizontal rule in the footer */
.footer-hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 2px dotted #dd6611;
}

/* Sets the style of the headings in footer */
.footer-headings {
    color: #dd6611;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 15px;
}

/* Sets the font style of the contact info in footer */
.footer-contact {
    color: #ffffff;
    font-size: .85rem;
    white-space: nowrap;
    padding: 2px;
}

/* Sets the font style of the contact info in footer */
.footer-contact a, a.footer-contact:hover, a.footer-contact:visited, a.footer-contact:focus {
    color: #ffffff;
    font-size: .85rem;
    white-space: nowrap;
}

.footer-bottom {
    background-color: #ffffff;
    margin-top: .25rem;
    margin-bottom: .25rem;
}

/* Sets the font style of the links in the footer */
.footer-nav-links a{
    color: #0091BA;  
    font-size: 1rem;
    padding-left: .5rem;
    padding-right:.5rem;
    text-transform: uppercase;
}

/* Sets the font style of the copyright in the footer */
.footer-copyright {
    color: #3e3e3e;
    font-size:.7rem;
}



/****** CHILD PAGE NAVIGATION ******************************************************/

/* Style for the all child page left nav-item top level */
.navbar-child-custom .nav-item {
    border-bottom: 0.27px solid rgba(000,000,000, .1);
    display: inline-block;
}

/* Style for the top most link in the left navigation */
.navbar-child-custom .top-nav-item {
    font-weight: bold;
    border-bottom: 1px solid rgba(000,145,186,1);
}

/* Style for the top most link in the resources left navigation */
.navbar-child-custom.resources :first-child.nav-item {
    border-bottom: 1px solid rgba(000,145,186,1);
    font-weight: bold;
}



/* Style the first child nav item - DOES NOT WORK addes to the second level nav */
/*.navbar-child-custom :first-child.nav-item {
    border-bottom: 1px solid rgba(000,145,186,1);
    font-weight: bold;
}*/

/* Sets the style of the child page left nav nav-item link item with +/- */
.navbar-child-custom .nav-item .nav-link {
    color: #000;
    text-transform: uppercase;
    display: inline-block;
}

/* Style for the child page left nav nav-item with no expand/collapse */
.navbar-child-custom .nav-item.active {
   /* color: #fff;*/
    font-weight: bold;
    background-color: #dd6611;
    border-bottom: none;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}

/* Style for the child page left nav nav-item with children links */
.navbar-child-custom .nav-item.active a {
    color: #fff;
    border-bottom: none;
}

.navbar-child-custom .nav-item .nav-link.active {
    color: #fff;
    font-weight: bold;
}

/* COLOR HOVER Sets the style of the child page left nav links - hover */
/*.navbar-child-custom .nav-item:hover {
    color: #fff;
    background-color: #0091BA;
}
.navbar-child-custom .nav-item:hover a {
    color: #fff;
}*/






/* Style for the child page left nav nav-item with children nav-link level 3 (MSEP, MSEP 200, etc)*/
.navbar-child-custom .nav .nav-item .nav-link {
    text-indent: 1rem;
}

/*.navbar-child-custom .nav .nav-item:hover {
    background-color: #0091ba;
}

.navbar-child-custom .nav .nav-item:hover a{
    color: #fff !important;
}
*/
.navbar-child-custom .nav li:last-child.nav-item {
    border-bottom: none;
}


/*.navbar-child-custom .nav-item .childleftnav {
    border-bottom: .27px solid rgba(000,000,000, .1);
}

.navbar-child-custom .nav-item :first-child.childleftnav {
    border-bottom: 0.27px solid rgba(000,000,000, .1);
}
*/


.childleftnav {
    display: block;
    /*border-bottom: 0.27px solid rgba(000,000,000, .1);*/
   /* padding: .5rem 1rem;*/
   /* text-transform: uppercase;*/
    /*border-bottom: 0.27px solid rgba(000,000,000, .1)*/
}

.childleftnav.active{
    background-color: #dd6611;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}

/* Style for the +/- expand/collapse */
.childleftnavexpand {
   /* font-size: large;*/
    font-weight: bold;
    float: right;
    cursor: pointer;
} 

/* Positions the +/- expand/collapse */
.fa.childleftnavexpand {
    line-height: 1.5;
}

/****** BREADCRUMB NAVIGATION ******************************************************/


.breadcrumb-custom {
    font-size: 12px;
    color: #006394;
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    padding-bottom: 0px;
   /* margin-bottom: 1rem;*/
    list-style: none;
   /* background-color: #e9ecef;*/
    border-radius: .25rem;
    padding-left: 0px;
    margin-bottom: 0px;
}

.breadcrumb-custom .breadcrumb-item {
    padding-bottom: 0px;
}

.breadcrumb-custom .breadcrumb-item a{
    color: #006394;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #000;
    content: ">";
}

.breadcrumb-custom .breadcrumb-item.active{
    color: #dd6611;
}




.breadcrumb-header {
    
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: .5rem;
    list-style: none;
    border-bottom: 0.27px solid #0091BA;
}

/*rgba(000,000,000, .1)*/
.breadcrumb-header .breadcrumb-item a{
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    
}

/* Sets the style of the child page left nav links - current active link */
.breadcrumb-header .breadcrumb-item.active{
    color: #fff;
    font-weight: bold;
    background-color: #dd6611;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}


.pagetitle {
    font-weight: 600;
    font-style: italic;
    padding-left: 10px;
    border-bottom: 0.27px solid rgba(000,000,000, .1);
    padding-bottom: .25rem;
    margin-bottom: 1rem;
}


/****** CARDS ******************************************************/

.career-offset {
    margin-top: -25px;
    margin-bottom: 25px;
}

.card-link a{
    color: #000;
    text-decoration: none;
}

.card-career {
  /*  margin-top: -25px;*/
    height: 100%;
    /*margin-bottom: 25px;*/
    -webkit-box-shadow: 3px 5px 5px 0px rgba(0,0,0,.25);
    -moz-box-shadow: 3px 5px 5px 0px rgba(0,0,0,.25);
    box-shadow: 3px 5px 5px 0px rgba(0,0,0,.25);
}

/*.card-img-top*/
.card-career-img {
   padding-top: 1rem;
   max-width: 100px;
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.card-career-body{
    flex: 1 1 auto;
    padding: .5rem;
}


.card-career-title {
    font-size: 1rem;
    margin-bottom: 0px;
}



/***********************************************************************************/



/****** TABBED CONTENT PAGES ******************************************************/

.nav-tabs .nav-item{
    padding-bottom: 0px;
}


/* Removes the bottom border of the tab */
/*.nav-tabs-custom .nav-item{
    border-bottom:none;
}*/

/* Sets the tab link styles */
.nav-tabs-custom .nav-link {
    color: #000;
    text-transform: uppercase;
    background-color: #DEDEDE; 
    margin-right: 4px;
    border-top-left-radius: 0.45rem;
    border-top-right-radius: 0.45rem;
    border-bottom: 1px solid #DEDEDE;
}

/* Sets the tab style when active */
.nav-tabs-custom .nav-link.active, .nav-tabs-custom .nav-item.show .nav-link {
    background-color: #fff;
    border-color: #DEDEDE #DEDEDE #fff;
    border-bottom: 1px solid #fff;
}

/* Sets the tab style on hover */
.nav-tabs-custom .nav-link:hover,.nav-tabs-custom .nav-item:hover .nav-link {
    color: #fff;
    background-color: #0091BA; 
    border-color: #0091BA;
}

/* Sets the tab content style on mobile to 1200px min */
.tab-content-custom {
    border: none;
}

.tab-content-custom li {
   padding-bottom: 16px;
}

/* Sets the tab content style on mobile to 1200px min*/
.tab-content-custom .card-header {
    text-transform: uppercase;
    background-color: #DEDEDE;
    padding: .5rem 1rem;
    border-bottom: 1px solid #DEDEDE;
    border-radius: 0px;
}

/* Sets the tab content card header link color*/
.tab-content-custom .card-header a{
    color: #000;   
}

/***********************************************************************************/



/****** ACCORDIAN +/- ******************************************************************/

.yt-toggle.collapsed .fa-minus {
  display: none;
}

.yt-toggle.collapsed .fa-plus {
  display: inline-block;
}

.yt-toggle .fa-plus {
  display: none;
}


/****** ACCORDION +/- *****************************************************/

.collapsible {
    color: #3e3e3e;
    background-color: #e9ecef;
    font-weight: 600;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.25rem;
}

.collapsible.active, .collapsible:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.collapsible:after {
    content: '\002B';
    color: #3e3e3e;
    font-size: 24px;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.collapsible.active:after {
    content: "\2212";
}

.collapse.show{
    content: "\2212";
}

/***********************************************************************************/






/****** ACCORDION +/- w/ANIMATION *****************************************************/


/*.collapsible {
    color: #3e3e3e;
    background-color: #e9ecef;
    font-weight: 600;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.25rem;
    
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
     user-select: none;
}*/



/*.collapsible:after {
-webkit-transition: transform .5s linear;}

@keyframes minus {
    from {
        transform:rotate(90deg);
    }
    to {
        transform:rotate(180deg);
    }
}

[aria-expanded="false"] > .expanded, [aria-expanded="true"] > .collapsed {display: none;}*/


/*.collapsible:after{
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .5s linear;
  -webkit-transition: -webkit-transform .25s linear;
}
*/
 /*font-family: 'Glyphicons Halflings';*/

.collapsible.active, .collapsible:hover {
    background-color: #bdc3c7;
    /*background-color: rgba(0, 0, 0, 0.075);*/
}
/*.collapsible.active:after {
  content: "\2212";
         
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}*/

.collapsible[aria-expanded="true"] {
   background-color: #bdc3c7;
    /*content: "\2212";*/
 /* -webkit-transform: rotate(180deg);
  transform: rotate(180deg);*/
}

.collapsible[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}



/*.collapsible.collapsed:after {
    content: '\002B';
    color: #3e3e3e;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  
    -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}*/


.collapsible[aria-expanded="false"]:after {
 content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}




/*.collapse.show{
    content: "\2212";
}*/


/***********************************************************************************/

.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}




/****** BambooHR Embed Careers *****************************************************/

.BambooHR-ATS-board {
	/*border-top: 1px solid #DD6611;
    border-bottom: 1px solid #DD6611;*/
}


.BambooHR-ATS-board h2 {
	color: #3E3E3E;
	border-bottom: 1px solid #DD6611;
	padding-bottom: 9px;
	margin: 0;
	text-align: left;
}

.BambooHR-ATS-board ul {
	/*font-size: 12px;*/
	list-style: none;
	padding: 2rem 0 0 0;
	margin: 0;
}
.BambooHR-ATS-board li {
	/*color: #777;*/
	list-style: none !important;
	margin: 0 !important;
	clear: both;
    /*padding-left: 1rem;*/
}

.BambooHR-ATS-board ul ul {
	padding: 2px 20px 12px 30px;
	border-bottom: 1px solid #DD6611;
	margin-bottom: 10px;
    padding-bottom: 2rem;
}
.BambooHR-ATS-board ul > ul:last-of-type {
	margin-bottom: 0px;
}
.BambooHR-ATS-board a {
	font-size: 16px;
	font-weight: bold;
	line-height: 2rem;
}
.BambooHR-ATS-board .BambooHR-ATS-Location {
	float: right;
	font-size: 1rem;
    line-height: 2rem;
}






#BambooHR-Footer {
	font-size: 12px;
	color: #999999;
	text-align: right;
	margin: 9px 9px 0px 0px;
}
#BambooHR-Footer img { display: inline; }

.BambooHR-ATS-board p.blankState {
	text-align: left;
	font-weight: 400;
	/*color: #cdcdcd;*/
	clear: both;
	border-bottom: solid #DD6611 1px;
	margin: 0;
	padding: 25px 0 35px;
}
.BambooHR-ATS-board p.blankState strong { 
    font-weight:600px;
}
/***********************************************************************************/

.table-content th {
    line-height: 1.2;
    vertical-align: bottom;
    background-color: #0091ba;
    color: #fff;
    font-weight: normal;
}




/*media all*/
.node {
    font-size: 1.8rem;
}

/*media all*/
.node-content tbody td {
    position: relative;
    vertical-align: middle;
}


/*media all*/
.node-content table, .node-content thead, .node-content tbody, .node-content tr, .node-content th, .node-content td {
    margin: 0;
    padding: 0;
    border: 0;
}

/*media all*/
.node-content table {
    display: inline-block;
    width: auto !important;
    max-width: 100%;
    overflow: auto;
    border: 1px solid #eee;
    border-spacing: 0;
    background-color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*media all*/
.node-content th, .node-content td {
    padding: 10px;
    /*font-family: "Proxima Nova W01",sans-serif;*/
    text-align: left;
}


/*media all*/
.node-content th {
    line-height: 1.2;
    vertical-align: bottom;
    background-color: #0091ba;
    color: #FFF;
}



/*media all*/
.node-content tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}
 
/*media all*/
.node-content tbody td:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    bottom: 5px;
    width: 1px;
}



/****** MODULE BUTTONS *************************************************************/

.modulebtn {
    background-color: #dd6611;
    border-color: #dd6611;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.modulebtn:hover {
    color: #fff;
    background-color: #ff6a00;
    border-color: #ff6a00;
    box-shadow: none;
}

/************************************************************************************/

/****** ERROR PAGES *****************************************************************/
.error-message {
    font-size: 15vw;
    color: #3e3e3e;
}

.error-message2 {
    font-size: 5vw;
    color: #dd6611;
   /* margin-top:-115px;*/
    background: #fff;
    white-space: nowrap;
}

/************************************************************************************/

/****** VIDEOS **********************************************************************/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
}
/************************************************************************************/





/***********************************************************************************
####################################################################################
M E D I A  Q U E R I E S    -    M I N - W I D T H    -  B O O T S T R A P 4
####################################################################################
 
Extra small devices (portrait phones, less than <576px) 
No media query since this is the default in Bootstrap because it is "mobile first" */

/***********************************************************************************
  576px  -  M I N - W I D T H - BEGIN
            SMALL - 576px devices (landscape phones, 576px and up)
************************************************************************************/
@media (min-width: 576px) { 
  
    }
    /* Extends the color for the container next to myMOSERS */
    
    /*.extend-width {
            position: relative;
        color: #fff;
        max-width: none;
    }

    .extend-width::before, .extend-width::after {
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        background: #fff;
    }
        
    .extend-width::after {
        width: 320px;
        left: 100%;
        margin-left: -5px;
        background: #fff;
    }*/
    

/***********************************************************************************
  576px  -  M A X - W I D T H - END
************************************************************************************/

 
/***********************************************************************************
  768px  -  M I N - W I D T H - BEGIN
            MEDIUM - 768px devices (tablets, 768px and up)
************************************************************************************/
@media (min-width: 768px) {  
/* The navbar toggle appears at this breakpoint */
    
    /* Search Bar */
     .input-search-bg {
        margin-left: 14px;
        width: 187px;
    }
    
     /*Code in test
    .input-search-bg {
        margin-left: -4px;
        width: 204px;
    }*/
    
    .mymosers {
        margin-bottom: -3px;
        line-height: 0px;
       /* max-width:316px; 8/6/19 RJ*/
        width:316px; /*8/6/19 RJ adding to make search bar match mymosers */
        float:right;
        margin-right:35px; /*To line up with Search Bar*/
    }  
    
    /* .homepage-banners .banner {
        height: 250px;
    }*/
      
    
    
    
    .navbar-bottom-custom .navbar-nav .nav-link {
        font-size: 1rem;  
        padding-right: .5rem;
        text-indent: 0px;
    }
    
        .career-offset {
        margin-top: -60px;
        margin-bottom: 60px;
    }
    
    .card-career {
       /* margin-top: -50px;*/
        height: 100%;
        /*margin-bottom: 50px;*/
    }
    .card-career-title {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
    
    .card-career-body {
        padding: 1.25rem;
    }    
      
     /* Sets the font style of the contact info in footer */
    .footer-contact {
        font-size: 1rem;
    }

    /* Sets the font style of the contact info in footer */
    .footer-contact a, a.footer-contact:hover, a.footer-contact:visited, a.footer-contact:focus {
        color: #ffffff;
        font-size: 1rem;
        white-space: nowrap;
    }
    
    
@media (min-width: 768px) and (max-width: 991px) {

    /* Remove blue container 1px area above button*/
/*    .mymosers {
        margin-top: -1px;
    }  */ 
}
    
}
/***********************************************************************************
  768px  -  M I N - W I D T H - END
************************************************************************************/ 

/***********************************************************************************
  992px  -  M I N - W I D T H - BEGIN
            LARGE - 992 px devices (desktops, 992px and up)
************************************************************************************/
@media (min-width: 992px) { 
    
    .header-contact, .header-contact a, a.contact-header, a.contact-header:hover, a.contact-header:visited, a.contact-header:focus {
        /*color: #3E3E3E;*/
        font-size: 1rem;
        /*white-space: nowrap;
        text-transform: lowercase;*/
    }
    
    /* Set style of middle navbar */
    .navbar-middle-custom .navbar-nav .nav-link {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    } 
    
    /* Search Bar */
    .input-search-bg {
        margin-left: 26px;
        width: 256px;
    }
    /* Code in test 
    .input-search-bg {
        margin-left: 11px;
        width: 270px;
    }*/
    
    
    /* Set style of main navbar */
    .navbar-main-custom .navbar-nav .nav-link {
        font-size: 2rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    /*    padding-top: 0;
        padding-bottom: 0;*/
        flex-wrap: nowrap;
    }  
    
    .navbar-bottom-custom .navbar-nav .nav-link {
        padding-left: 3rem;
        padding-right: 3rem;
        text-indent: 0px;
    }
    

    
    .card-career-img {
        max-width: 100px;
    }
     
    
   /*  .homepage-banners .banner {
        height: 400px;
    } */
  
}
/***********************************************************************************
  992px  -  M I N - W I D T H - END
************************************************************************************/

/***********************************************************************************
  1200px  -  M I N - W I D T H - BEGIN 
             XL-LARGE devices (large desktops, 1200px and up)
************************************************************************************/
 
@media (min-width: 1200px) {  

    /* Search Bar */
    .input-search-bg {
        margin-left: 71px;
        width: 270px;
    }
    
    /* Set style of main navbar */
    .navbar-main-custom .navbar-nav .nav-link {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    /*    padding-top: 0;
        padding-bottom: 0;*/
    }  
    
    .career-offset {
        margin-top: -80px;
        margin-bottom: 80px;
    }
    
    
    /* Set style of tab content */
    .tab-content-custom {
       /* border: 1px solid #DEDEDE, none, 1px solid #DEDEDE, 1px solid #DEDEDE;*/
        border-left: 1px solid #DEDEDE;
        border-right: 1px solid #DEDEDE;
        border-top: none;
        border-bottom: 1px solid #DEDEDE;
    }
    

    
}

/***********************************************************************************
  1200px  - M I N - W I D T H  -  END
************************************************************************************/




/***********************************************************************************
####################################################################################
M E D I A  Q U E R I E S  -   M A X - W I D T H  -  BOOTSTRAP 4
####################################################################################
************************************************************************************/
 
/***********************************************************************************
  1200px  -  M A X - W I D T H - BEGIN
************************************************************************************/
@media (max-width: 1200px) { 
 
   
}
/***********************************************************************************
  1200px  -  M A X - W I D T H  -  END
************************************************************************************/


/***********************************************************************************
  992px  -  M A X - W I D T H - BEGIN
************************************************************************************/
@media (max-width: 992px) { 
    
    


   
}
/***********************************************************************************
  992px  -  M A X - W I D T H - END
************************************************************************************/


/***********************************************************************************
  768px  -  M A X - W I D T H - BEGIN
************************************************************************************/
@media (max-width: 768px) { 
    
.pagetitle {
    font-size: 1.75rem;
}
    
}

/***********************************************************************************
  768px  -  M A X - W I D T H - END
************************************************************************************/


/***********************************************************************************
  576px  -  M A X - W I D T H - BEGIN
************************************************************************************/

@media (max-width: 576px) { 
    

}

/***********************************************************************************
  576px  -  M A X - W I D T H - END
************************************************************************************/
