@import url("https://fonts.googleapis.com/css2?family=Ropa+Sans:ital@0;1&display=swap");

.CMSLinks {
    color: whitesmoke;
    background: #ff6a00;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0px !important;
    width: 46vw;
    left: 27vw;
    z-index: 999;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px 8px 0px 0px;
}

.CMSLinks a {
    color: whitesmoke;
    text-decoration: underline;
}

.CMSLinks select option {
    color: black;
}

th {
    font-weight: normal !important;
}

.CMSLinks a {
    color: whitesmoke;
    text-decoration: underline;
}

.well {
    height: 100% !important;
    display: inline-block;
}

.emailLink {
  display:inline-block !important;
  font-size:1em !important;
}

.searchResultsLink {
  font-size:18px;
  font-weight: 600;
  text-decoration:underline; 
  line-height: 28px;
}

.searchResultsLink:hover {
  text-decoration:underline; 
  color:#005c8d;
}

.searchResultsBox {
  margin-bottom:10px;
}

.searchResultsURL {
  color:#ccc;
  font-size:15px;
  line-height: 22px;
}

.searchResultsURL:hover {
  color:#888;
  text-decoration: underline;
}

.searchResultsText {
  font-size:14px;
  color:black;
  line-height: 20px;
}

.searchField {
   border:1px solid #ccc;
   width:225px;
   padding:2px 5px 2px 5px;
   border-radius: 10px;
}

.table > tbody > tr > td {
  padding:15px 5px 15px 0px;
  border-top:0px solid #ccc !important;
}

#contactTable tr {
  border:0px solid #ccc;
}

#contactTable td {
  padding:5px 5px 5px 5px;
}

.blackButton {
   vertical-align: middle;
   text-align: center;
   float:right;
}

.blackButton a {
   color:black !important;
   font-weight: 600;
   border-radius: 5px;
   padding: 6px 2px 6px 10px;
   vertical-align: middle;
    display: inline-block;
    font-size:16px !important;
}

.blackButton a:hover {
   background: rgba(255, 255, 255, 0.15);
   color:black !important;
}

.blackButton img {
   height:20px;
   
}

.whiteButton {
  float:left;
  vertical-align: middle;
   text-align: center;
}

.whiteButton img {
   width:25px;
   
}

.whiteButton a {
   color:white !important;
   font-weight: 600;
   border-radius: 5px;
    padding: 5px 0px 5px 10px;
    display: inline-block;
    font-size:16px !important;
}

.whiteButton a:hover {
   background: rgba(255, 255, 255, 0.15);
   color:white !important;
}

.navbar {
   position: relative !important;
    overflow: visible;
}

.navbar li {
    vertical-align: middle !important;
    height: 100% !important;
    font-size: 16px;
    padding-bottom: 6px;
    position: relative;
}

.navbar li a {
    font-family: "Ropa Sans", sans-serif;
    color: white;
    height: 100% !important;
    text-align: center;
    line-height: 10px;
    margin:10px 0px;
    border-bottom:6px solid #1a3645;
    position: relative !important;
}

.navbar li a:hover {
    border-bottom: 6px solid #008bd4;
    background: #1a3645;
    color: #008bd4;
}

/*.navbar li a:hover .dropdown-menu {display: block;}

.navbar li a .close {
    display: none;
}

/*.dropdown {
   position: relative !important;
   
}

.dropdown-menu {
   display: block;   
   position: unset;
background: unset;
top:unset;
left:unset;
padding:unset;
float:unset;
box-shadow: unset;
border-bottom: unset !important;
}

.dropdown-column {
  width: 100%;
  padding: 20px 10px 10px 20px;
  text-align: left;
  color: #ccc;
  height: 100%;
}

.dropdown-menu li a {
   border-bottom: unset !important;
   color:#ccc;
   font-size:20px;
   text-align: left;
}

*/
.navbar-toggle {
    float: left !important;
}

.main-content p {
    line-height: 1.4;
}

.main-content li {
    list-style: disc;
    margin-left: 30px;
    padding-left: 6px;
}

.main-content li li {
    list-style: circle;
    margin-left: 30px;
    padding-left: 6px;
}

.main-content li li li {
    list-style: square;
    margin-left: 30px;
    padding-left: 6px;
}

.payDuesButton {
    display: inline-block;
    background: #008bd4;
    width: 200px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: white;
    margin-right: -4px;
    font-family: "Ropa Sans", sans-serif;
    font-size: 14px;
}

.navbar {
    display: inline-block !important;
    webkit-box-shadow: none;
    box-shadow: none;
}

.payDuesButton:hover {
    background: #d41d1d !important;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    clear: left;
}

.payDuesButton a {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.payDuesSpan {
    text-align: left;
    width: 120px;
    line-height: 1.25em;
    vertical-align: middle;
    display: inline-block;
}

.payDuesSpanMobile {
    display: none;
}

.payDuesImg {
    vertical-align: middle;
    display: inline-block;
    margin: 0;
    width: 35px;
}

.headerContainer {
    padding: auto;
    text-align: center;
    width: 100vw !important;
    display: inline-block;
    background: #1a3645;
    color: white;
    z-index: 998;
}

.blueBar {
   background: #008bd4;
   width:100vw;
   position: fixed;
   z-index: 999;
   font-family: "Ropa Sans";
}

.topBar {
   color:white;
   width:98vw;
   margin:auto;
   gap: 2px;
   height:60px;
   font-size:16px !important;
}

.topBar div {
   padding:8px 0px 8px 0px;
}

.topBar a {
   color:white;
   font-size:16px !important;
}

.infoBox {
  width:100%;
  padding:25px;
  background: #f5f5f5;
  color:black;
  font-size: 16px;
  font-style: italic;
  text-align: center;
  display: block;
  margin:30px 0px 30px 0px;
}

.employerPortal {
  grid-template-columns: 1fr 1fr;
  column-gap: 75px;
  display: grid;
}

.employerTab {
  width:90%;
  margin:auto;
  background: #f5f5f5;
  text-align: center;
  padding:15px;
  margin-bottom:25px;
}

.employerTab p span {
  font-size: 14px !important;
}

#loginModal {
    position: absolute;
    width: 400px;
    height: 300px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.854);
    border-radius: 8px;
    color: black;
    margin: 0px auto 0px auto;
    top: 200px;
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
    font-family: "IBM Plex Sans", sans-serif;
    overflow: hidden;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
   // background: #008bd4 !important;
}

.logButton {
    width: 100% !important;
    background: #008bd4;
    color: white;
    margin-top: 20px;
    font-weight: 600;
    font-size: 18px;
}

.forgotPWLink {
    text-align: center !important;
    color: black;
    font-size: 12px;
    margin-top: 0px;
    margin-left: 125px;
    display: none;
    width: auto;
}

.forgotPWLink:hover {
    text-decoration: underline;
    color: #6c6c6c;
}

.dismissButton {
    width: 28px !important;
    height: 30px !;
    color: #aaa;
    background: #e3e3e3;
    border: 0px;
    border-radius: 20px;
    float: right;
    margin: 0px 10px 0px 0px;
    font-weight: 600;
}

.dismissButton:hover {
    color: #e3e3e3;
    background: #aaa;
}

.loginHeader {
    font-weight: 800;
    font-size: 27px;
    letter-spacing: -1px;
}

.loginAlertBox {
    margin: 20px 0px 14px 0px;
    line-height: 18px;
    background: none;
    color: #555;
    display: block;
}

.loginIcon {
    display: inline-block !important;
    width: 45px;
    vertical-align: middle;
}

.alertText {
    display: inline-block !important;
    width: 300px;
    margin-left: 10px;
    margin-top: 5px;
    vertical-align: middle;
}

#loginModal input {
    border-radius: 6px;
    margin: 5px 0px 8px 0px;
    border-color: #ddd;
}

.memberSigninPane {
    background: #008bd4;
    width: 125px;
    font-size: 1.25em;
    color: white;
    padding: 5px 5px 5px 5px;
    text-align: center;
    font-family: "Ropa Sans", sans-serif;
}

.memberSigninPane:hover {
    background: #d41d1d;
}

.memberLoginIcon {
    width: 42px;
    margin-left: 10px;
    display: inline-block;
}

#jssor_1 {
    /* border: 7px solid white;
   border-radius: 7px;
   box-shadow: 15px 15px 25px lightgray; */
    max-height: 525px;
    min-height: 525px;
}

.newsfeedSideContainer {
    width: 35%;
    height: 150px;
    padding-top: 10px;
    padding-left: 25px;
    display: inline-block;
    text-align: left;
    margin-right: auto;
}

.calendarSideContainer {
    margin-left: auto;
    text-align: left;
    width: 35%;
    vertical-align: top;
    height: 150px;
    padding-top: 10px;
    padding-left: 25px;
    display: inline-block;
}

.videoHeader {
    width: 100vw;
    height: 100%;
    max-height: 70vh;
    position: relative;
    top: 0;
    left: 0;
    object-position: center;
    object-fit: cover;
    background-color: black;
    text-align: center;
    overflow: hidden;
}

.videoHeader video {
    object-position: center;
    object-fit: cover;
    z-index: -1;
    width: 100%;
    height: auto;
}

.videoHeader .story {
    position: absolute;
    color: white;
    width: 100%;
    text-align: center;
    padding: 25px;
    padding-top: 25vh;
    height: 65vh;
    z-index: 75;
}

.videoHeader .story .headline {
    font-weight: 400;
    font-size: 2.75em;
    display: block;
    letter-spacing: 2px;
    line-height: 1.5em;
    margin-top: 20px;
    font-family: "Ropa Sans", sans-serif;
    color: white;
}

.videoHeader .story .headlineBold {
    font-weight: 400;
    margin: auto;
    font-family: "Ropa Sans", sans-serif;
    color: white;
    max-width: 800px;
    font-size: 3.5em;
    letter-spacing: 1px;
    line-height: 1.15em;
    display: block;
    text-transform: uppercase;
}

.videoHeader .story .bodyCopy {
    font-weight: 300;
    font-size: 1.25em;
    display: block;
    margin-bottom: 25px;
}

.videoHeader .story .actionButton {
    padding: 20px 25px 20px 25px;
    border-radius: opx;
    width: auto;
    display: inline-block;
    font-size: 1.5em;
    font-family: "Ropa Sans", sans-serif;
    color: white;
    margin: auto;
    text-transform: uppercase;
    background-color: #008bd4;
    text-decoration: none;
}

.videoHeader .story .actionButton:hover {
    background-color: #d41d1d;
    color: white;
}

.newsfeedSideContainer {
    width: 35%;
    height: 150px;
    padding-top: 10px;
    padding-left: 25px;
    display: inline-block;
    text-align: left;
    margin-right: auto;
}

.calendarSideContainer {
    margin-left: auto;
    text-align: left;
    width: 35%;
    vertical-align: top;
    height: 150px;
    padding-top: 10px;
    padding-left: 25px;
    display: inline-block;
}

.SlideCaption {
    position: relative;
    margin: auto;
    top: 50px;
    width: 100%;
    color: white;
    font-family: "Ropa Sans";
    text-align: left;
    text-shadow: 1px 1px 12px #1b1b1b8b;
    padding:25px;
}

#pageBanner {
   width:100vw;
   height:175px;
   background-size: cover;
   vertical-align: middle;
   padding-left:50px;
   padding-top:105px;
}

#pageBanner h4 {
   color:white;
   font-weight: 600;
   font-family: "Ropa Sans";
   font-size:36px;
   text-transform: uppercase;
}

.pensionBanner { background-image: url('/images/pensionBanner.jpg');background-position: bottom; }
.vacationBanner { background-image: url('/images/vacationBanner.jpg');background-position: bottom; }
.searchBanner { background-image: url('/images/searchBanner.jpg');background-position: middle; }
.healthBanner { background-image: url('/images/healthBanner.png');background-position: middle; }
.contactBanner { background-image: url('/images/contactBanner.png');background-position: middle; }
.aboutBanner { background-image: url('/images/aboutBanner.jpg');background-position: middle; }

/*** MEGA MENU ***/

.navbar {
     width:100vw;
     position: relative;
     text-align: center;
}

.navbar a {
   font-size: 18px !important; 
     border: none;
     outline: none;
     color: white;
     padding: 14px 16px 14px 16px;
     text-align: center;
     font: inherit; /* Important for vertical align on mobile phones */
     margin: 0; /* Important for vertical align on mobile phones */
     border-bottom: 6px solid #1a3645;
     /*float:left;*/
     display: inline-block;
}

.navbar a:hover {
    border-bottom: 6px solid #008bd4;
    background: #1a3645;
    color: #008bd4;
}

/* The dropdown container */
.dropdown {
    /*float: left !important;
    /* 20230324 - aroark - Fixing "mega menu" drop-down positioning */
    position: unset;
    display: inline-block;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 18px !important; 
  border: none;
  outline: none;
  text-transform: uppercase;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
  border-bottom: 6px solid #1a3645;
  position: relative !important;
}

.dropdown .dropbtn:hover {
    border-bottom: 6px solid #008bd4;
    background: #1a3645;
    color: #008bd4;
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  border-bottom: 6px solid #008bd4;
   background: #1a3645;
   color: #008bd4;
}

.dropdown-content {
  display: none;
  position: absolute !important;
  background-color: #000000e1;
  color:white;
  width: 100vw;
  height:fit-content;
  left: 0;
  padding:15px 25px 25px 25px;
  box-shadow: 0px 8px 16px 0px #0009;
  z-index: 999;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
  z-index:999;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  text-align: left;
  width: 33.33%;
  padding: 10px;
  height: 275px;
}

/* Style links inside the columns */
.column a {
  float: none;
  color: white;
  text-decoration: none;
  text-transform: capitalize;
  text-align: left;
  display: block;
  width:fit-content;
  border-bottom: unset;
  padding:7px 0px 0px 0px;
  line-height: 16px;
}


/* Add a background color on hover */
.column a:hover {
   border-bottom: unset;
   background: unset;
   text-decoration: underline;
   
}

.navrow {
  padding:0px 150px 0px 150px;
}

/* Clear floats after the columns */
.navrow:after {
  content: "";
  display: table;
  clear: both;
}

.dropdown-content h3 {
   font-size:22px;
   text-align: left;
   text-transform: capitalize;
   border-bottom: 2px solid #008bd4;
   color:#008bd4;
   width:fit-content;
   margin-bottom: 5px;
}


.accountIcon {
    max-width: 35px;
}

.memberTab {
    display: none;
}

.mainCaption {
    line-height: 25px;
    font-weight: bold;
/*    text-transform: uppercase;*/
    font-size: 26px;
    font-family: "Ropa Sans";
    z-index: 999;
    color:white;
    position: absolute;
    left:50px;
    padding:15px;
}

.subCaption {
    
    line-height: 1em;
    font-size: 22px;
    margin-top:20px;
    display: block;
}

.mainCaption,
.subCaption {
    padding-bottom: 5px;
}

.linkCaption {
    position: relative;
    top:150px;
    width:fit-content;
    font-family: "Helvetica", sans-serif;
    background: black;
    color:white;
    font-weight: bold;
    display: block;
    font-size: 14px;
    vertical-align: middle;
    line-height: 1em !important;
    text-align: center;
    padding: 8px 14px 8px 14px;
    z-index: 999;
    left:45%;
    border-radius: 20px;
    
}

.linkCaption > a {
    color: white;
    font-size:12px;
    font-style: bold;
    font-weight: 600;
    text-shadow: none;
}

.linkCaption > a:hover {
    color: gray;
}

.jssora22l,
.jssora22r {
    position: absolute;
    top: 150px;
    bottom: 0px;
    width: 45px;
    height: 80px;
    font-family: "Ropa Sans", sans-serif;
    background: none;
    border: 0px solid #008bd4;
    font-weight: bold;
    font-size: 40px;
    line-height: 1em !important;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 3px black;
    z-index:999;
}

.jssora22l {
    left: 10%;
}

.jssora22r {
    left: 90%;
}

.showJobsTable td {
    padding: 5px;
}

.showJobsTable tr:nth-child(even) {
    background: #f2f2f2;
}

.showJobsTable tr:nth-child(odd) {
    background: #fff;
}

.mainLogo {
    margin: auto;
    text-align: center;
    max-width: 150px;
    margin-top:15px;
}

.rowCalendar {
    height: 150px;
    background: #132533;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0px;
    text-align: center;
}

.rowFeatured {
    height: auto;
    min-height: 200px;
    background: gray;
    background-image: url("/images/featured.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: -15px;
    margin-right: -15px;
    padding: 40px 100px 30px 100px;
    text-align: center;
}

.rowFeatured p,
span {
    line-height: 135%;
}

.eventName {
    font-weight: 600;
}

.eventDesc {
    font-style: italic;
    line-height: 28px;
    font-size: 21px;
    padding-top: 3px;
}

.eventInfo {
    line-height: 24px;
    font-size: 17px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    height: 100%;
    font-family:"Helvetica", sans-serif !important;
}

#bodyContainer {
    margin-top: 15px;
    padding: 0px 5% 50px 5%;
    overflow: hidden;
    font-size: 16px !important;
}

#homeContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
    text-align: center;
    width: 100%;
    padding:25px 15px 25px 15px;
    overflow: hidden;
    font-size: 16px !important;
}

#bodyContainer p span {
  font-family:"Helvetica", "Arial", sans-serif !important;
  font-size: 16px !important;
  line-height: 150% !important;
}

#bodyContainer a {
  font-family:"Helvetica", "Arial", sans-serif !important;
  font-size: 16px !important;
}

#bodyContainer a:hover {
 text-decoration: underline; 
}

#homeContainer p span {
  font-family:"Helvetica", "Arial", sans-serif !important;
  font-size: 16px !important;
  line-height: 150% !important;
}

#footerContainer span {
  font-family:"Ropa Sans", sans-serif !important;
  font-size: 16px !important;
  line-height: 150% !important;
}

#footerContainer p {
  font-family:"Ropa Sans", sans-serif !important;
  font-size: 16px !important;
  line-height: 150% !important;
}

.homeColumn {
    vertical-align: top;
    padding: 15px 50px 15px 50px;
}

img {
    max-width: 100%;
}

ul,
li {
   /* list-style: none;*/
    padding: revert;
    margin: revert;
}

.content ul,
.content li {
    list-style: circle;
    padding: revert;
    margin: revert;
}

p {
    margin: 0;
    padding: 0;
    margin-bottom:12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
    line-height: 1em;
    padding: 0;
}

p {
    line-height: 2em;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input {
    outline: none;
    border: 0;
}

input[type="text"],
input[type="email"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.backgroundBox > .container-fluid > .header {
    z-index: 100;
    background-color: white;
}

.menuHeader {
    padding-top: 14px;
    padding-left: 32px;
    height: 50px;
    background-color: #bf9500;
    color: black;
    font-size: 18px;
    font-weight: bold;
}

.menuSide {
    position: relative;
    bottom: 50px;
    padding-left: 25px;
}

.expand-submenu {
    padding-left: 20px;
}

.expand-submenu li {
    margin-bottom: 5px;
}

.expand-submenu li a {
    display: block;
}

.cms-menu-tier-1 {
 position: relative;  
}

.cms-menu-tier-2 li a {
   font-size: 16px;
   color: white;
   line-height: 16px;
}

.cms-menu-tier-2 li {
   padding-bottom:0px;
   margin-bottom:-15px;
}

/*.dropdown-submenu {
   vertical-align: top;
   position: relative;
   width:33%;
   display:inline-block;
}

.dropdown-toggle {
   height:25px !important;
   line-height: 20px;
   color:#ccc;
   font-size: 16px;
   text-align: left;
}

a .dropdown-toggle:hover {
   background: none;
}
*/

.nav {
    text-align: center;
    margin: 0px;
    padding: auto;
    margin-left:25px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
}

.nav > li {
    position: relative !important;
}

.nav > li:last-child {
    border-right: none;
}

.navbar-collapse {
    padding: 0px !important;
    // display:inline-block !important;
}

.navbar-collapse.collapse {
    // display:inline-block !important;
    float: none;
}

.welcomeMessage {
    padding: 6px;
}

.companyInfoParent {
    position: relative;
    top: 50%;
    transform: translateY(-40%);
}

.companyInfo {
    float: right;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 5px black;
}

.companyInfoItem {
    text-align: right;
}

.companyInfoItemMain {
    line-height: 0.4em;
    font-size: 32pt;
}

.companyInfoItemSub {
    font-size: 18pt;
}

.contactInfoParent {
    position: relative;
    top: 70%;
    padding-right: 7%;
}

.contactInfo {
    padding: 6px;
    text-align: right;
}

.contactInfo a {
    color: #2c3862;
}

.contactInfoItem {
    display: inline-block;
    padding: 0px 5px;
}

.contactInfoItem img {
    width: 35px;
}

#leftLinks {
    position: fixed;
    top: 78px;
    left: 3%;
    width:40%;
    text-align: left;
    z-index: 999;
}

.leftLinks > span {
    padding: 5px 10px 25px 10px;
    color: #008bd4 !important;
    font-weight: 600 !important;
    font-family: "Ropa Sans", sans-serif !important;
    font-size: 1.1em;
    line-height: 2em;
}

#rightLinks {
    position: fixed;
    top: 78px;
    right: 3%;
    text-align: right;
    width:40%;
    z-index: 999;
}

#rightLinks img {
    width: 35px;
}

.rightLinks > a {
    padding: 0px 5px;
}

.rightLinks select {
   padding:5px;
   font-size:12px;
   width:150px;
   margin-left:10px;
}

.findoutLink {
   display: block;
   background: white;
   color:black;
   font-weight: 600;
   padding:6px 10px 6px 10px;
   width:fit-content;
   font-size: 18px;
   margin-top:15px;
   font-family: "Ropa Sans", sans-serif;
}

.remitButton {
   display: block;
   font-family: "Ropa Sans", sans-serif;
   background: black;
   color:white;
   font-weight: 600;
   padding:6px 10px 6px 10px;
   width:fit-content;
   font-size: 18px;
   margin:15px 0px 25px 0px;
}

.remitButton:hover {
  background:#555 !important;
  color:white !important;
  text-decoration: none !important;
}

.contactDetail {
    width: 200px;
    padding: 5px;
    display: inline-block;
}

.contactDetail img {
    float: right;
}

.logo {
    height: 100px;
}

.contactInfoRow {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding-right: 7.5%;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0.9),
            rgba(255, 255, 255, 1));
    color: #001d67;
}

.contactInfoRow > div {
    padding: 0px;
}

.bootstrap-accordion-title {
  font-weight: bold !important;
  color:#008bd4 !important;
  font-family:"Helvetica", "Arial", sans-serif !important;
  font-size:16px !important;
}

#bodyContainer iframe {
  border-width:0px;
  border-radius:4px;
}

.banner {
    display: block;
    margin-bottom: 25px;
    background-size: contain;
    background-color: white;
    text-align: center;
    padding-top: 15px;
}

.bodyHeaders {
  font-size: 24px !important;
  color: #008bd4 !important;
  font-weight: bold !important;
  font-family:"Helvetica", "Arial", sans-serif !important;
}

#homeContainer .bodyHeaders {
  font-size: 24px !important;
  color: #008bd4 !important;
  font-weight: bold !important;
  font-family:"Helvetica", "Arial", sans-serif !important;
}

#bodyContainer h5 {
  font-size: 24px !important;
  color: #008bd4 !important;
  font-weight: bold !important;
  font-family:"Helvetica", "Arial", sans-serif !important;
  margin-bottom:20px
}

.joinRow h4 {
  text-transform: uppercase;
  line-height: 28px;
}

.bannerMainHead {
    font-family: "Ropa Sans", sans-serif !important;
    font-weight: 600 !important;
    color: black;
    font-size: 44px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    line-height: 1.75em !important;
}

.bannerSubHead {
    font-family: "Ropa Sans", sans-serif;
    font-weight: 600;
    color: #1a3645;
    font-size: 24px;
    line-height: 0.9em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.localBannerRow {
    height: 100%;
}

.localBanner {
    display: table;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 35px;
}

.text-underline {
    text-decoration: underline;
}

.bannerText {
    position: relative;
    top: 6px;
    float: right;
    max-width: 300px;
    line-height: 1.75em;
    color: black;
}

.bannerText .bannerTextMain {
    font-weight: bold;
    font-size: 32px;
}

.bannerText .bannerTextMain,
.bannerText .bannerTextSub1 {
    color: #bf9500;
}

.bannerText .bannerTextSub1 {
    position: relative;
    top: 4px;
    font-size: 20px;
}

.bannerText .bannerTextSub2 {
    position: relative;
    top: 6px;
    line-height: 1.25em;
    font-size: 14px;
    font-style: italic;
}

.memberLogin {
    font-size: 25px;
    line-height: 33px;
    font-weight: bold;
    font-style: italic;
    color: white;
}

.memberLogin img {
    height: 20px;
    margin-bottom: 4px;
}

.memberBarButton {
    display: inline;
    background: black;
    border-radius: 15px;
    padding: 14px 17px 14px 17px;
    font-weight: 600;
    color: white;
    text-align: center;
}

.memberBarButton a {
    color: white;
}

.duesBarIcons {
    width: 25px;
}

.blueMenuRow {
    display: block;
    background-color: #008bd4;
    margin: 0px -15px 0px -15px;
    color: white;
    padding: 14px;
    text-align: center;
    font-weight: 700;
    font-size: 1.1em;
    display: block;
}

.memberBarBlock {
    border-radius: 2px;
    padding: 10px 12px 10px 12px;
    display: inline-block;
    margin:10px 12px 10px 12px;
    text-align: left;
    height:95px;
    width:325px;
    border:2px solid white;
    font-family: "Ropa Sans", sans-serif;
    background: rgb(96,183,228);
    background: linear-gradient(176deg, rgba(96,183,228,1) 0%, rgba(12,144,214,1) 41%, rgba(12,144,214,1) 51%, rgba(116,192,232,1) 100%);
}

.mbbHeader {
   color:#1a3645;
   font-size:24px;
   text-transform: uppercase;
   font-weight: 600;
}

.mbbIcons {
   float:right;
   padding:5px 5px 0px 20px;
   width:85px;
   display: inline-block;
}

.mbbFindOutLink {
   color:white;
   font-size:20px;
   font-weight: 600;
   text-decoration: underline;
}

.appLink {
    color: white;
}

.appLink:hover {
    color: white;
}

.memberBarBlock:hover {
    background: rgba(255, 255, 255, 0.15);
    cursor: pointer;
}

.memberArea {
    font-family: "Ropa Sans", sans-serif;
    padding: 0px;
    text-align: center;
    background-color: #008bd4;
    color: white;
    text-transform: uppercase;
}

.navbar-toggle {
    background: white;
}

.memberArea > div {
    padding-left: 0%;
    width: 100vw !important;
    display: block;
}

.member-login-parent {
    text-align: left;
}

.join-ibew-parent {
    padding-right: 50px !important;
    text-align: right;
}

#membersArea {
    font-size: 18px;
}

#membersArea > span {
    position: relative;
    top: 2px;
}

#membersArea > div {
    padding: 0px;
}

#membersArea > div > a {
    color: white;
}

.membersAreaHeaderAngle > span > img {
    position: absolute;
    z-index: 1;
}

#memberMenuArea {
    font-size: 16px;
}

#memberMenuArea > div > ul {
    display: inline-block;
}

#memberMenuArea > div > ul > li > a {
    display: block;
    padding: 8px 10px;
    height: 100%;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2em;
}

/*#memberMenuArea > div > ul > .dropdown {
    position: absolute;
    margin: 0px;
    height: 100%;
}

.memberDropdown {
    display: none;
}
*/
#memberMenu {
    position: absolute;
    z-index: 3;
    width: 100%;
    max-width: 300px;
    max-height: calc(100vh - 225px);
    overflow-y: auto;
    background-color: #008bd4;
    border-top: 1px solid black;
}

#memberMenuDropdown {
    top: 0px;
    visibility: hidden;
}

#memberMenuDropdownMenu {
    padding: 0px;
    font-size: 18px;
}

#memberMenuDropdownMenu > li {
    display: inline-block;
    padding: 0px;
    width: 100%;
}

#memberMenuDropdownMenu > li > a {
    padding: 10px 20px;
}

/*
.memberMenuItem {
    visibility: hidden;
}
*/

#memberLoginText,
#adminNotificationText {
    font-size: 18px;
    text-align: center;
}

.member-area-text {
    cursor: pointer;
    display: inline-block !important;
    width: 200px;
    //margin-left: 39%;
    padding: 9px;
    //  background-color: #D1230A;
    color: white;
    text-align: center;
    //font-size: 20px;
}

.member-area-info-group {
    border-bottom: 2px solid #b9230d;
    padding: 0px 10px;
}

.member-area-menu-list > li {
    border-bottom: 2px solid #b9230d;
    padding: 8px 6px;
}

.member-area-menu-list > li:hover {
    background: #b9230d;
}

.member-area-menu-list > li:last-child {
    border-bottom: none;
}

.member-area-menu-list > li > a {
    display: block;
    color: white;
}

.sideBar {
    margin-top: 10px;
    width: 100%;
    color: white;
    font-size: 28px;
    line-height: 0.8em;
}

.sideBar > .heading {
    border-bottom: 2px solid white;
    line-height: 0.9em;
    font-weight: bold;
    font-size: 28px;
    padding: 3px;
    color: white;
    display: flex;
    align-items: center;
}

.sideBar > .heading > img {
    padding-right: 12px;
    align-items: center;
}

.sideBar > .body {
    padding: 5px;
}

#calendarParent,
#calendarParent > .body,
#calendarParent > .body > ul,
#calendarParent > .body > ul > li {
    width: 100% !important;
}

.calendarIcons {
    display: inline-block;
    position: absolute;
}

.calendarBody {
    display: inline-block;
    width: 65%;
    margin-left: 100px;
    max-height: 150px;
}

.calendarHeader {
    font-family: "Ropa Sans", sans-serif;
    color: #ec1312;
    font-size: 1.75em;
    font-weight: 500;
}

.calendarHeader a {
    color: #ec1312;
    text-decoration: none;
}

.calendarIcons img {
    width: 75px;
    vertical-align: middle;
}

.newsFeedRow {
    display: flex;
    max-width: 60%;
    height: 100px;
    padding-top: 10px;
    font-family: "Ropa Sans", sans-serif;
    padding-left: 7%;
    // background-color: #D1230A;
    color: white;
}

.newsFeedRow > .heading,
.newsFeedRow > .body {
    display: inline-flex;
    align-items: center;
    line-height: 1.3em;
}

.newsFeedRow > .heading {
    margin-right: 15px;
    font-size: 14pt;
}

.newsFeedRow > .body {
    width: calc(100% - 227px);
    font-size: 10pt;
}

.eventCalendarRow {
    display: inline-flex;
    margin-top: 15px;
    padding: 0px 7%;
}

.eventCalendarRow > .heading,
.eventCalendarRow > .body {
    padding: 7px 10px;
}

.eventCalendarRow > .heading {
    display: inline-flex;
    align-items: center;
    border-right: 2px solid white;
    background-color: black;
    color: white;
    font-size: 16pt;
}

.eventCalendarRow > .heading > .icon {
    font-size: 32pt;
}

.eventCalendarRow > .heading > .header {
    margin-left: 10px;
}

.eventCalendarRow > .heading a {
    color: white;
}

.eventCalendarRow > .body {
    overflow: hidden;
    display: inline-block;
    padding: 15px 25px;
    width: calc(100% - 239px) !important;
    background-color: #d1230a;
    color: white;
}

.fullCalendarLink > a {
    color: white;
    text-decoration: underline;
    font-style: italic;
    margin-top: 8px;
    display: block;
}

#calendarParent,
#newsFeedParent {
    padding-left: 30%;
    padding-right: 0px;
}

#calendarParent > .heading,
#newsFeedParent > .heading {
    margin-left: -40px;
    font-size: 20px;
    font-weight: bold;
    color: black;
}

#calendarParent > .body,
#newsFeedParent > .body,
#newsFeedParent > .body > #FeedContainer > #FeedContent {
    overflow: hidden;
    height: 200px;
    color: black;
}

#calendarParent > .body,
#newsFeedParent > .body {
    margin-bottom: 15px;
}

#calendarParent > .heading a,
#newsFeedParent > .heading a {
    color: #00568a;
}

#calendarParent > .heading > .icon,
#newsFeedParent > .heading > .icon {
    top: 4px;
    font-size: 32px;
}

#calendarParent > .heading > .header,
#newsFeedParent > .heading > .header {
    position: relative;
    top: -4px;
    color: #00568a;
}

.calendarEvents > .eventItem,
#newsFeedParent > .body > ul > li {
    line-height: 1.25em;
}

.calendarEvents > .eventItem:last-child,
#newsFeedParent > .body > ul > li:last-child {
    padding-bottom: 0px;
}

.eventItem {
    display: block;
    height: 100% !important;
    color: white;
    font-size: 1.1em;
    font-style: normal;
}

.eventItem > span {
    padding-right: 10px;
}

.FeedTitleText {
    display: inline-block;
    line-height: 1.25em;
}

.calendarEvents a,
#newsFeedParent a {
    color: darkgray;
    font-style: italic;
    text-decoration: underline;
}

.eventTitle,
.eventDate,
.eventTime {
    display: inline-block;
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 1.5em;
}

.eventTitle {
    font-size: 14px;
    font-weight: bold;
}

.eventDateTime {
    white-space: nowrap;
}

.eventDescription {
    display: inline-block;
}

.viewFullCalendarLink {
    font-size: 11px;
}

#slideshowParent {
    padding: 0px;
    margin: 0px;
    width: 100vw;
    overflow: hidden;
    margin-left: -15px;
    margin-right: 15px;
    height: fit-content;
    z-index:997;
}

@media (max-width: 1164px) {
    .memberLogin {
        font-size: 20px;
    }

    .memberLogin img {
        height: 18px;
    }
}

@media (max-width: 991px) {
    .localBanner {
        padding: 25px;
    }
    
    .topBar div {
      height:50px;
    }
    
    .navrow {
      padding:0px 5px 0px 5px;
    }
    
    #leftLinks {
      position: relative;
      top: 25px;
      left: 0%;
      width:95%;
      text-align: center;
      display: block;
      z-index: 599;
    }
    
    #rightLinks {
      position: relative;
      top: 35px;
      display: block;
      right: 0%;
      text-align: center;
      width:95%;
      z-index: 599;
      margin-bottom:40px;
    }
    
    .dropdown-content {
      height:fit-content;
    }
    
    .column {
      width:100%;
      height:fit-content;
    }
    
    .blackbutton {
      display: inline-block;
      height:50px;
    }
    
    .blackButton img {
      padding-right:7px;
    }
    
    .blackButton span {
      display: none;
    }
    
    .whitebutton {
      display: inline-block;
      height:50px;
    }
    
    .whiteButton img {
      width:35px;
      margin-left:-5px;
    }
    
    .whiteButton span {
      display: none;
    }
    
    .homeColumn {
      padding:10px;
    }
    
    #pageBanner h4 {
      font-size:22px;
      margin-left:-15px;
    }
    
    .centerFooter span {
      font-size:14px;
    }
    

    .mainLogo {
        margin: auto auto 10px auto;
        text-align: center;
        max-width: 120px;
    }
    
    #bodyContainer .input-group {
       display: block;
       margin-bottom:30px;
    }
    
    .btn {
       font-size: 10px;
    }

    .bannerMainHead {
        line-height: 1.2em;
        margin-bottom: 0px;
        display: block;
    }

    .headerContainer {
        padding: auto;
        text-align: center;
        width: 100%;
        display: inline-block;
    }

    .payDuesButton {
        width: 100% !important;
    }

    .payDuesButton a {
        width: 100% !important;
    }

    .payDuesSpan {
        display: inline-block;
    }

    .payDuesSpanMobile {
        display: inline-block;
    }

    .memberBarButton {
        display: block;
        background: black;
        border-radius: 15px;
        padding: 14px 17px 14px 17px;
        font-weight: 600;
        color: white;
        text-align: center;
        margin: 15px 15px 10px 15px;
    }

    .memberBarButton a {
        color: white;
    }

    .bannerText .localName {
        font-size: 30px;
        line-height: 30px;
    }

    .bannerText .localLocation {
        font-size: 20px;
        line-height: 20px;
    }

    .bannerText .localBM {
        font-size: 12px;
        line-height: 12px;
    }

    .memberAreaRow {
        text-align: center;
    }

    .memberLogin {
        float: left;
    }

    #membersArea,
    #memberLoginText,
    #adminNotificationText {
        padding: 0px;
    }

    #memberMenu {
        position: relative;
        max-width: 100%;
    }

    .well {
        margin: 0px;
        max-width: 98vw;
        margin-left: -15px;
    }

    .contactDetail {
        width: 200px;
        padding: 2px;
    }

    .menuSide,
    .sideBar {
        width: 100%;
        text-align: center;
    }

    .nav > li > a {
        padding-left: 15px !important;
    }

    .expand-submenu,
    .expand-submenu > li > a {
        padding-left: 0px !important;
    }

    .sideBar > .heading {
        display: block !important;
        padding: 5px 3px !important;
        text-align: center;
    }

    .navbar-collapse {
        width: 100vw;
        padding: 0px !important;
    }

    .navbar-toggle {
        margin-right: 0px;
    }

    .navbar-collapse.collapse {
        width: 100vw;
        float: none;
    }

    .sideBar > .heading > img {
        display: none;
    }

    .sideBar > .body {
        text-align: center;
    }

    .sideNewsFeed {
        margin-bottom: 10px;
        text-align: left;
    }

    .FeedContainer .FeedContent .FeedItemHeader {
        text-align: center !important;
    }

    table {
        display: table;
          width: 90% !important;
          max-width: 90% !important;
    }

    tr {
        display: block;
        width: 100%;
        height:auto !important;
    }

    td {
        display: block;
        width: 96% !important;
        padding:0px !important;
        height:auto !important;
    }
    
    iframe {
       width:90vw !important;
    }

    col {
        display: block;
        width: 100%;
    }
}

@media (max-width: 577px) {
    .banner {
        background-position: top;
        margin-bottom: 5px;
    }

    .bannerMainHead {
        font-size: 2.25em !important;
        line-height: 1.2em !important;
    }

    .bannerSubHead {
        font-size: 2em;
        line-height: 1.5em;
    }

    .contactInfoParent {
        top: 50%;
        padding-right: 0px;
    }

    .localBanner {
        padding: 10px;
    }

    .logo {
        height: 50px;
    }
}

.row.memberAreaRow {
    padding: 3px 0px;
    min-height: 41px;
    background-color: #001d67;
}

/*---header---*/
.panel {
    border-radius: 10px;
}

.panel-custom a {
    color: #fff;
}

.panel-custom > .panel-heading {
    color: #fff;
    background-color: #ff8003;
}

.panel-heading {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.panel-custom > .panel-body {
    background-color: #000;
    color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.break {
    border-color: #ff8003;
    margin: 5px 0;
}

img.img.img-responsive {
    display: inline-block;
}

/*---main----*/
span.glyphicon.glyphicon-menu-hamburger {
    color: white;
    text-align: center;
}

.nav a:hover {
    color: #004b8e;
}

.content p {
    padding-bottom: 15px;
}

.content > p,
.content > #ContentContainermce_container > p {
    min-height: 1.5em;
}

.content > p > span,
.content > #ContentContainermce_container > p > span {
    line-height: 1.5em;
}

#contentBoxAreaParent {
    padding-top: 5px;
}

.contentAreaPhoto0 {
    background-image: url("/images/home4.jpg");
    height: 350px;
    padding: 25px;
    margin: 0px -15px 0px -15px;
    background-position: center center;
    background-size: cover;
}

.contentAreaPhoto1 {
    background-image: url("/images/home1.jpg");
    height: 275px;
    padding: 15px;
}

.contentAreaPhoto2 {
    background-image: url("/images/home2.jpg");
    height: 275px;
    padding: 15px;
}

.contentAreaPhoto3 {
    background-image: url("/images/home3.jpg");
    height: 275px;
    padding: 15px;
}

.photoRow {
    background: white;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0px -15px 0px -15px;
}

.joinRow {
    background: #0277af;
    height: auto;
    margin: 0px -15px 0px -15px;
    color: white;
    font-weight: 600;
    padding: 25px 50px 25px 50px;
}

.joinRow img {
    border-radius: 2px;
}

.joinRow {
  width:100vw !important;
  display:none;
}

.joinRow table td {
    padding: 0px 30px 0px 30px;
}

.joinrow table {
    width: auto !important;
}

.joinRow .joinButton {
    background: white;
    border-radius: 8px;
    color: black;
    font-weight: bold;
    display: block;
    padding: 10px 12px 6px 12px;
    margin: 20px 0px 5px 0px;
    width: 190px;
    font-size: 18px;
    text-transform: uppercase;
}

.joinRow h4 {
    color: white;
    font-weight: 600;
    margin-bottom: 5px;
}

.logoRow {
    background: white;
    text-align: center;
    height: auto;
    display: block;
    overflow: hidden;
    vertical-align: middle;
}

.logoRow img {
    padding: 20px 15px 20px 15px;
    vertical-align: middle;
    display: inline-block;
    max-width: 275px;
    height: auto;
}

/*---footer----*/
.footer {
    padding: 30px 10px 0px 10px;
    background-color: black;
    background-image: url("/images/footerBG.jpg");
    background-size: cover;
    color: white;
    font-weight: 600;
    min-height: 155px;
}

.attrib {
    background: black;
    color: white;
    text-align: center;
    height: 50px;
    width: 100vw;
    display: block;
    margin: 0px 0px 0px -15px;
    padding: 12px 0px 12px 0px;
    font-family: "Ropa Sans", sans-serif;
    font-size: 14px;
}

.footerContainer {
  display: grid;
  grid-template-columns: 2fr 2.5fr 1fr;
  gap:25px;
}

.footerContainer div {
  padding:20px;
}

.footerContainer div h3 {
  color:white;
  font-size:1.75em;
  font-family:"Helvetica", "Arial", sans-serif;
  margin-bottom:15px;
}

.footerContainer div span {
  font-size:1.1em;
  font-weight:400;
  font-family:"Helvetica", "Arial", sans-serif;
}

.footerContainer div a {
  font-size:1.1em;
  text-decoration: underline;
  font-weight:400;
  color:white;
  font-family:"Helvetica", "Arial", sans-serif;
}

.footerContainer div a:hover {
  color:#ccc;
}

.footerContainer div a {
  display: block;
}

.leftFooter {
    font-weight: 600;
    font-size: 1.15em;
    color: white;
    bottom: 40px;
    vertical-align: top;
    line-height: 1.6em;
    text-align: center;
    font-family: "Ropa Sans", sans-serif;
}

.centerFooter {
    font-weight: 600 !important;
    font-size: 1.35em !important;
    color: white;
    width: 100%;
    vertical-align: top;
    font-family: "Ropa Sans", sans-serif !important;
    text-align: center;
}

.centerFooter h3 {
    color: white !important;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 600;
}

.centerFooter a {
    color: white !important;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
}

.centerFooter span {
    line-height: 1.4em;
}

.centerFooter .footerSocial img {
    padding: 2px;
    margin-top: 20px;
    border-radius: 25px;
    width: 45px;
    margin-right: 10px;
}

.rightFooter {
    font-weight: 600;
    font-size: 1.15em;
    color: white;
    bottom: 40px;
    padding-right: 75px;
    font-family: "Open Sans Condensed", sans-serif;
    text-transform: uppercase;
    text-align: right;
}

.rightFooter a:hover {
    text-decoration: underline;
}

.bottomFooter {
    width: 100%;
    text-align: center;
    font-size: 1.25em;
    font-style: normal !important;
    text-transform: uppercase;
    font-weight: 600;
}

.bottomFooter a {
    font-style: normal !important;
    text-transform: uppercase;
    font-family: "Open Sans Condensed", sans-serif !important;
}

.rightFooter a {
    color: white;
}

.leftFooter a {
    color: white;
}

.footerBox {
    padding: 25px;
}

.footer h3 {
    color: gray;
}

/*
.footer a {
    color: white;
    text-decoration: none;
}
*/

.nav a {
    /*background-color: #1a2f3c !important;*/
    color: white;
    text-decoration: none;
}

@media (min-width: 768px) {
    .navbar-right {
        float: none !important;
        margin-right: auto;
        margin-left: auto;
    }

    .navbar-header {
        float: none !important;
        margin: auto !important;
    }
}

@media only screen and (min-width: 1600px) {
  
  
  
  .blueBar {
     background: #008bd4;
     width:100vw;
     position: fixed;
     z-index: 999;
     font-family: "Ropa Sans";
  }
  
  .topBar {
     color:white;
     width:98vw;
     margin:auto;
     gap: 2px;
     height:60px;
     font-size:20px !important;
  }
  
  .topBar div {
     padding:8px 0px 8px 0px;
  }
  
  .topBar a {
     color:white;
     font-size:20px !important;
  }
  
}

@media only screen and (max-width: 1600px) {
    .main-content {
        padding-left: 16px;
    }
}

@media only screen and (max-width: 1200px) {
    #newsFeedParent {
        padding-right: 25px;
    }

    #contentBoxAreaParent {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 991px) {
    /* 20201120 - aroark - Swapping sidebar and content area positions in mobile view per Keri'
    s request */
    
    .footerContainer {
      display: grid;
      grid-template-columns: 1fr;
      gap:25px;
    }

    #bodyContainer {
        display: flex;
        flex-direction: column;
      /*  align-items: flex-start;*/
        padding: 20px;
    }
    
    .employerPortal {
      grid-template-columns: 1fr;
    }

    .mainCaption {
        line-height: 1em;
        font-weight: bold;
        font-size: 85px;
        font-family: "Ropa Sans";
    }

    .SlideCaption {
        top: 150px;
    }

    .subCaption {
        line-height: 1.5em;
        font-size: 48px;
    }

    .mainCaption,
    .subCaption {
        padding-bottom: 5px;
    }

    .linkCaption {
        position: relative;
        top: -5px;
    }

    .linkCaption > a {
        font-size: 14px;
        font-style: italic;
        color: white;
    }

    .linkCaption > a:hover {
        color: white;
    }

    .jssora22l,
    .jssora22r {
        position: absolute;
        top: unset !important;
        bottom: 15px;
        width: 80px;
        height: 80px;
        font-family: "Ropa Sans", sans-serif;
        background: white;
        border: 2px solid #008bd4;
        font-weight: bold;
        font-size: 75px;
        line-height: 1em !important;
        text-align: center;
        color: #008bd4;
        display: none;
    }

    #jssor_1 {
        height: 480px;
        max-height: auto;
        min-height: auto;
    }

    .jssora22l {
        left: 10%;
        bottom: 20px;
    }

    .jssora22r {
        left: 80%;
        bottom: 20px;
    }

    #loginModal {
        max-width: 80%;
        left: 10%;
        top: 50px;
    }

    .bannerSubHead {
        font-size: 1.25em;
        line-height: 1.4em;
        margin-top: -15px;
        display: block;
        margin-bottom: 15px;
    }

    #sidebarParent {
        order: 2;
    }

    #contentParent {
        order: 1;
        max-width: 100% !important;
    }

    .join-ibew-parent {
        padding-right: 0px !important;
    }

    .member-area-text {
        margin-left: 0px;
        text-align: center;
    }

    #memberMenu {
        border-top: 1px solid white;
    }

    .menuSide {
        bottom: 0px;
        padding-left: 0px;
    }

    .content {
        padding-left: 25px;
        min-height: 0px;
    }

    #calendarParent,
    #newsFeedParent {
        border-top: 1px solid black;
        padding: 0px 25px;
        text-align: center;
    }

    #calendarParent > .heading,
    #newsFeedParent > .heading {
        margin-left: 0px;
    }

    #contentBoxAreaParent {
        padding-top: 10px;
    }

    .photoRow {
        grid-template-columns: 1fr;
    }

    .attrib {
        height: fit-content;
        padding-bottom: 20px;
    }

    .attrib a {
        display: block;
    }

    .joinRow {
        background: #0277af;
        height: auto;
        margin: 0px -15px 0px -15px;
        color: white;
        font-weight: 600;
        padding: 20px;
    }

    .joinRow img {
        border-radius: 8px;
        width: 100%;
        margin: auto auto 20px auto;
    }

    .joinRow table td {
        padding: 0px 0px 0px 0px;
        word-wrap: break-word;
        width: 100% !important;
    }

    .joinRow table {
        width: 90vw !important;
    }

    #loginModal {
        max-width: 90%;
        left: 5%;
        padding: 25px !important;
    }

    .alertText {
        width: 80%;
    }

    .footer {
        height: auto;
        padding-bottom: 20px;
    }

    .leftFooter {
        width: 100%;
        text-align: center;
        margin-left: 0px;
        display: block;
        margin-bottom: 20px;
    }

    .rightFooter {
        text-align: center;
        margin-right: 0px;
        width: 100%;
        padding-top: 0px;
        display: block;
    }

    .leftFooter2 {
        text-align: center;
        width: 100%;
        margin-left: 0px;
        margin-top: 25px;
    }

    .rowCalendar {
        height: auto;
    }

    .calendarSideContainer {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding-left: 20px;
        padding-right: 20px;
    }

    .newsfeedSideContainer {
        width: 90%;
        margin-top: 55px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding-left: 20px;
        padding-right: 20px;
    }

    .rowFeatured {
        padding: 40px 10px 30px 10px;
        overflow: hidden;
    }

    #slideshowParent {
        padding: 0px;
        margin: 0px;
        display: block;
        max-height: auto;
        overflow: hidden;
        margin-left: -15px;
        margin-right: -15px;
    }

    #homeContainer {
      padding-top:20px;
        grid-template-columns: 1fr;
        width:unset;
    }

    .slideshowRow {
        width: 100vw;
    }
}

@media only screen and (max-width: 767px) {
    /*
    .backgroundBox {
        overflow-x: hidden;
    }
    */

    .backgroundBox > .container-fluid > .header {
        position: relative;
    }

    .navbar-fixed-add-space {
        margin-bottom: 61px;
    }

    .navbar-fixed {
        z-index: 100;
        position: fixed;
        top: 0;
        width: 100%;
        background-color: black;
    }

    .newsFeedRow,
    .eventCalendarRow {
        display: block;
    }

    .newsFeedRow > .body {
        width: 100%;
    }

    .eventCalendarRow > .heading {
        display: flex;
        border-right: none;
        border-bottom: 2px solid white;
        font-size: 14pt;
    }

    .eventCalendarRow > .body {
        padding: 7px 10px;
        width: 100% !important;
    }

    .member-login-parent,
    .join-ibew-parent {
        text-align: center;
    }

    .menuHeader {
        display: none;
    }

    .navbar-nav {
        padding: 0px 15px;
    }

    .nav > li {
        border-right: none;
    }

    #jssor_1 {
        width: 100% !important;
        min-width: 100% !important;

        //border: 3px solid white;
    }

    .eventTitle,
    .eventDateTime,
    .eventDescription {
        display: block;
    }

    .content {
        padding: 0px;
    }
}

@media only screen and (max-width: 577px) {
    .logo {
        height: 75px;
    }

    .bannerText {
        line-height: 1.25em;
    }

    .bannerText .bannerTextMain {
        font-size: 24px;
    }

    .bannerText .bannerTextSub1 {
        top: 2px;
        font-size: 15px;
    }

    .bannerText .bannerTextSub2 {
        max-width: 150px;
        font-size: 10px;
    }

    .eventTitle {
        font-size: 14px;
    }

    .eventDateTime,
    .eventDescription,
    .fullCalendarLink {
        font-size: 11px;
    }
}

/* Print styling */
@media print {
    .sidebar {
        display: none;
    }

    .hide-on-print {
        display: none;
    }

    a[href]:after {
        content: "" !important;
    }
}

.navbar {
    min-height: 0px;
    display: block !important;
    vertical-align: middle;
    margin: auto;
    width: 100vw;
    text-align: center;
  
    
}

.navbar-header {
    text-align: center;
    padding: 0px;
    margin: auto;
    z-index: 999;
}

.navbar-toggle {
    float: none;
}





.aflcio {
    color: #01738b;
    margin-top: 5px;
}

.infoAreaRow {
    background-color: #001d67;
}

.headerLinks {
    display: block;
    margin: 10px 0px 20px 0px;
}

.headerLinkBlock {
    display: block;
    padding-left: 8px;
    margin-bottom: 5px;
}

.headerLinkBlock img {
    width: 30px !important;
    margin-right: 10px;
}

.headerLinkBlock a {
    color: #008bd4 !important;
    font-weight: 600 !important;
    font-family: "Ropa Sans", sans-serif !important;
    font-size: 1.2em;
}

.FeedContainer {
    display: inline-block;
    width: 100% !important;
    color: white;
    height: 150px;
}

.FeedContainer #FeedHeader {
    float: left;
    padding: 10px;
    color: white;
    border-right: 5px solid #c60000;
    font-weight: bold;
}

.FeedContainer .FeedContent {
    display: inline-block;
    height: 105px !important;
    overflow: hidden;
    width: 100% !important;
}

.FeedContainer .FeedContent ul {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.FeedContainer .FeedContent ul li {
    padding: 0px 0 0px 0;
    //white-space: nowrap;
    overflow: hidden !important;
}

.FeedItemLi {
    display: inline-block;
    visibility: hidden;
    opacity: 0;
}

.FeedAct {
    visibility: visible !important;
    opacity: 1 !important;
    transition: opacity 3s;
}

.FeedContainer .FeedContent .FeedItemHeader {
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    float: left;
    padding: 0 0 0 0px;
}

.FeedContainer .FeedContent .FeedItemHeader a,
.FeedContainer .FeedContent .FeedItemHeader a:hover {
    color: white;
}

.FeedContainer .FeedContent .FeedItemHeader .FeedTitleLink {
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.3em;
    font-size: 1.1em;
}

.FeedContainer .FeedContent .FeedItemHeader .FeedTitleLink:hover {
    font-style: normal;
    text-decoration: underline;
}

.FeedContainer .FeedContent .FeedItemSubHeader {
    font-style: normal;
    float: left;
    padding: 0 0 0 0px;
    display: none;
    font-weight: 600;
    font-size: 1.1em;
}

.FeedContainer .FeedContent .FeedItemSubHeader a {
    text-decoration: none;
    font-weight: bold;
    color: white;
}

.FeedContainer .FeedContent .FeedItemSubHeader a:hover {
    text-decoration: underline;
}

.FeedContainer .FeedContent .FeedItemPubDate {
    padding: 0 0 0 0px;
    font-weight: 600;
    font-size: 1.1em;
}

.FeedContainer .FeedContent .FeedItemPubDate a {
    color: white;
}

.FeedContainer .FeedContent .FeedItemPubDate a:hover {
    text-decoration: none;
}

.FeedContainer .FeedContent .FeedItemSummary {
    font-style: italic;
    color: white;
    margin-left: -5px;
    text-align: left;
    font-size: 1em;
    font-weight: 700;
    text-decoration: underline;
}

.FeedContainer .FeedContent .FeedItemSummary a {
    font-style: italic;
    color: white;
    font-size: 1em;
    font-weight: 700;
    text-decoration: underline;
}

.FeedContainer .FeedContent .FeedItemSummary a:hover {
    font-style: italic;
    color: white;
    font-size: 1em;
    font-weight: 700;
    text-decoration: none;
}

.FeedHeader {
    display: none;
}

.FeedIcon {
    display: none;
}

.FeedContentTop {
    text-align: left;
    margin: 0 0 0 0;
    width: 730px;
    overflow: hidden;
}

.FeedItemHeader {
    float: left;
    padding: 0 10px 0 0;
    margin-top: 0px;
    line-height: 1em;
}

.FeedItemPubDate {
    display: contents;
    margin-top: 5px;
    margin-bottom: -10px;
    float: left;
    line-height: 1em;
    font-size: 24px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
}

.FeedItemSummary {
    float: left;
    margin: 7px 0 0 0;
    padding: 0 0 0 5px;
    line-height: 1em;
    font-size: 16px;
}

.memberBody {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}

.memberFeed {
    width: 25%;
    display: inline-block;
    padding-left: 3%;
    vertical-align: top;
}

.bookLabel {
    font-weight: 600;
    font-size: 1.1em;
}

.positionLabel {
    font-weight: 400;
}

.strikeLabel {
    font-weight: 500;
    font-size: 1em;
    color: #737373;
}

.accountBody,
.booksBody {
    font-family: "Mulish", sans-serif;
}

.accountHeader {
    text-transform: uppercase;
    font-size: 14px;
    color: #ccc;
}

.accountCardHeader {
    font-size: 18px;
    color: color(srgb 0.32 0.488 0.915);
    letter-spacing: -.5px;
}

.accountNameHeader {
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 1.13em;
}

.accountInfo {
    font-size: 14px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.booksBody {
    font-size: 14px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.accountBox {
    width: 100%;
    border-radius: 8px;
    background-color: #eaeaea;
    padding: 15px;
    margin: 15px 0px 5px 0px;
    display: inline-block;
    position: relative;
    font-family: "Mulish", sans-serif;
}

.memberActions {
    width: auto;
    margin-right: -25px;
    height: auto;
    min-height: 35px;
    background: color(srgb 0.909 0.909 0.909);
    margin: 25px -25px 25px -25px;
    padding: 20px;
}

.accountLinks {
    border-radius: 8px;
    background: #041d62;
    color: white;
    padding: 9px 12px 9px 12px;
    font-size: 14px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.accountLinks:hover {
    background: #274ec2;
    color: white;
}

.booksLinks {
    display: inline-block !important;
    position: relative !important;
    clear: right;
    margin: 0px 10px 0px 0px;
}

.accountIcon {
    max-width: 35px;
    margin-right: 8px;
}

.accountName {
    font-size: 16px;
    vertical-align: middle;
}