@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@400;600;700&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;
}

input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"] {
 width:fit-content !important;
 margin-right:3px; 
 display: inline-block;
}

.memberButton {
  display: none;
}

th {
    font-weight: normal !important;
}

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

.alert {width:100%;}

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

.navbar-toggle {
    float: center !important;
    width:35px !important;
}


.navbar-nav > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.navbar-nav > li {
  max-height:10px !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;
}

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

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


.navbar {
    display: inline-block !important;
    webkit-box-shadow: none;
    box-shadow: none;
    max-width: 1400px;
    margin:0px auto 0px auto;
}

.navbar2 {
  max-width: 1400px;
  margin:0px auto 0px auto;
}

.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: 100%;
     display: grid;
     grid-template-columns: 1fr;
 }
 
 .hc1 {
    background: #eaeaea;
    color:black;
 }
 
 .hc21 {
     background:#202a7e;
     color:white;
     text-align: center;
     height:fit-content;
  }
  
  .hc22 {
      background: #000000e5;
      color:black;
      text-align: center;
      padding:8px;
   }

#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: black;
    font-family: 'Mukta', sans-serif;
    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: auto;
    margin-right: auto;
    display: block;
    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;
    font-family: 'Mukta', sans-serif;
}

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

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

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

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

.memberSigninPane {
    background: black;
    width: 125px;
    font-size: 1.25em;
    color: white;
    padding: 5px 5px 5px 5px;
    text-align: center;
    font-family: 'Mukta', 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: 155px;
    width: 80%;
    color: white;
    font-family: "Mukta";
    text-align: left;
    text-shadow: 2px 2px 20px black;
}

.accountIcon {
    max-width: 35px;
}

.memberTab {
    display: none;
}

.mainCaption {
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "Mukta";
    z-index: 998;
    width:400px;
    letter-spacing: -1px;
}

.subCaption {
    text-transform: uppercase;
    line-height: .9em;
    font-size: 34px;
}

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

.linkCaption {
    width: 105px;
    margin-top:10px;
    height: 30px;
    font-family: "Mukta";
    background: white;
    font-weight:700 !important;
    font-size: 14px;
    vertical-align: middle;
    line-height: 1em !important;
    text-align: left;
    letter-spacing: 0px;
    padding: 6px 0px 2px 8px;
    color: black;
}

.linkCaption img {
   width:23px;
   margin-top:-3px;
}

.linkCaption > a {
    color: black;
    font-style: normal;
    text-shadow: none;
}

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

.jssora22l,
.jssora22r {
    position: absolute;
    top: unset !important;
    bottom: -90px;
    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: 2px 2px 5px black;
    z-index:998;
}

.jssora22l {
    left: 15%;
}

.jssora22r {
    left: 85%;
}

.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: 180px;
}

.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;
    font-family: 'Mukta', sans-serif;
    height: 100%;
}

#bodyContainer {
    margin-top: 15px;
    padding: 15px 5% 50px 5%;
    overflow: hidden;
    font-family: 'Mukta', sans-serif !important;
}

#homeContainer {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 25px;
    width: 100vw;
    overflow: hidden;
}

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

img {
    max-width: 100%;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

p {
    margin: 0;
    padding: 0;
}

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

h3 {
  font-weight: bold !important;
  letter-spacing:-1px;
}

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 {
margin:0px -15px 0px -15px;
}

.backgroundBox > .container-fluid > .header {
    z-index: 100;
    background-color: white;
    background-size: cover;
    background-image: url("/images/home1.jpg");
    text-align:left;
}

.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;
}

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

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: darkgray;
    color: white;
}

.nav > li {
    /*   border-right: 2px solid white; */
}

.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;
    font-family: 'Mukta', sans-serif;
    background: #202a7e;
}

.welcomeMessage {
    padding: 6px;
}

.whiteColumns {
   grid-template-columns: 1fr 1fr 1fr 1fr;
   gap:25px;
   height:325px;
   background: white;
}

.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 0px;
}

.contactInfoItem img {
    width: 35px;
}

#leftLinks {
    position: absolute;
    top: 20px;
    left: 6%;
    text-align: left;
    z-index: 99;
}

.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;
}

#socialLinks {
    margin-top: 20px;
    text-align: left;
    display: block;
    z-index: 99;
}

#socialLinks img {
    width: 35px;
}

.socialLinks > a {
    padding: 0px 8px 0px 0px;
}

.whiteColumns {
  display: flex;                 
  flex-direction: row;            
  flex-wrap: nowrap;             
  justify-content: space-between;
   max-width: 100vw;
   padding:20px 40px 20px 40px;
   height:fit-content;
}

.whiteColumnBox{
   height:300px;
   width:23%;
   border:1px solid black;   
}

.whiteContent {
   height:244px;
   color:black;
   padding:15px;
   text-align: center;
}

.blackBarHeader {
   background: black;
   color:white;
   position: relative;
   bottom:0px;
   width:100%;
   font-size:20px;
   font-weight: bold;
   display: block;
   text-align: center;
   vertical-align: bottom;
   padding:5px 15px 5px 20px;
}

.blackBarHeader img {
   width:45px;
}

.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;
}

.banner {
    display: block;
    margin-bottom:0px;
    min-height: 325px;
    text-align: left;
    padding-top: 15px;
}

.bannerContain {
   max-width: 90%;
   margin:auto;
}

.bannerMainHead {
   font-family: 'Mukta', sans-serif;
    font-weight: bold;
    color: white;
    font-size: 42px;
    letter-spacing: 0px;
    line-height: 1.75em;
    font-weight: 700;
    margin:10px 0px -5px 0px;
    display: block;
    
}

.bannerSubHead {
    font-family: 'Mukta', sans-serif;
    font-weight: normal;
    color:white;
    font-size: 18px;
    font-weight: 700;
    line-height: 0.8em;
   display: block;
     margin:-30px 0px 0px 0px;
}

.bannerSubHeadTwo {
    font-family: 'Mukta', sans-serif;
    font-weight: normal;
    color:white;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 0.8em;
   display: block;
   margin:-13px 0px 0px -2px;
}

.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;
    font-family: 'Mukta', sans-serif;
}

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

.memberBarButton {
    display:block;
    padding: 14px 17px 14px 17px;
    font-weight: 600;
    vertical-align: middle;
    color: black;
    font-family: 'Mukta', sans-serif;
    text-align: center;
    height:100%;
}

.memberBarButton span {
  display: inline-block;
  margin-top:15px;
  max-width: 100px;
  text-align: right;
  line-height: 22px;
  vertical-align: middle !important;
}

.memberBarButton a {
   font-family: 'Mukta', sans-serif;
    color: black;
    font-size: 24px;
    text-align: left;
    font-weight: 700;
    letter-spacing: -1px;
}

.memberBarButton a:hover {
  color:black;
}

.memberBarButton:hover {
    background: #bbb;
    cursor: pointer;

}

.duesBarIcons {
    width: 30px;
    display: inline-block;
    margin-left:10px;
}

.loginIcon {
    width: 45px;
    margin-top:15px;
    display: inline-block;
    margin-left:10px;
}

.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: 5px;
  padding:8px 9px 8px 9px;
  display:inline-block;
  margin-right:4px;
  margin-left:4px;
  font-size: 18px;
  font-family: 'Mukta', sans-serif;
}
.memberBarBlock:hover {
  background: rgba(255, 255, 255, 0.15);
}

.appLink {
    color: white;
}

.appLink:hover {
    color: white;
}

 .banner {
    background-position: top;
    margin-bottom: 0px;
}

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

.navbar-toggle {
    background: white;
}

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

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

.footerContainer {
   display: grid;
    grid-template-columns: 1fr 2fr 1fr;
}

.leftFooter {
    font-weight: 600;
    font-size: 1em;
    color: white;
    bottom: 40px;
    vertical-align: top;
    line-height: 1.6em;
    text-align: center;
}

.centerFooter {
    font-weight: 600;
    font-size: 1.1em;
    color: white;
    width: 100%;
    vertical-align: top;
    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;
    text-align: right;
    padding-right:15px;
}

.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;
}

.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: 14px;
}

#memberMenuArea > div > ul {
    display: inline-block;
    text-align: center !important;
}

#memberMenuArea > div > ul > li > a {
    display: block;
    padding: 8px 10px;
    height: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 12px;
    line-height: 1.3em !important;
    font-family: 'Mukta', sans-serif;
}

#memberMenuArea > div > ul > li > a:hover {
 border-radius: 12px; 
}

#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: black;
    text-decoration: underline;
    font-style: italic;
    margin-top: 14px;
    font-size:18px;
    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: black;
    font-size: 1.1em;
    font-style: normal;
}

.eventItem > span {
}

.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-weight: bold !important;
}

.eventTitle {
    font-size: 20px;
    font-weight: bold;
    display: block;
    line-height: 19px;
}

.eventDate {
  font-size:16px;
  line-break: 13px;
  margin-bottom:10px;
}

.eventDateTime {
    white-space: nowrap;
}

.eventDescription {
    display: inline-block;
}

.viewFullCalendarLink {
    font-size: 11px;
}

#slideshowParent {
    padding: 0px;
    overflow: hidden;
    height: fit-content;
}

.nav.navbar-nav.navbar-right > li:first-child > a {
 display: inline-block !important; 
}

.blueButton {
  padding:8px 12px 8px 12px;
  font-weight: bold;
  background: #202a7e;
  color:white;
  font-size:15px;
  border-radius: 8px;
}

.blueButton:hover {
  background: #3b47af;
  color:white;
}

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

    .memberLogin img {
        height: 18px;
    }
}

@media (max-width: 991px) {
    .localBanner {
        padding: 25px;
    }
    
    #mobile-dropdown {
      z-index: 999 !important;
    }
    
    .nav {
      z-index: 999 !important;
    }
    
    .memberButton {
      display: block;
    }
    
    #workHistoryTable th {
      font-size:15px;
      font-weight: 700;
      line-height: 18px;
    }
    
    #workHistoryTable tr {
      display: table-row !important;
    }
    
    #workHistoryTable td {
      display: table-cell !important;
    }
    
    .memberDropdown {
        display: block;
        font-size: 16px;
        font-weight: bold;
        color:#79789c;
    }
    
    .memberBody {
        width: 100%;
        display: block;
        vertical-align: top;
    }
    
    .memberFeed {
        width: 100%;
        display: block;
        padding-left: 0%;
        vertical-align: top;
    }

    
    #memberMenuArea {
      display: none;
    }
    
    .memberLoginImg {
      width:35px;
      display: inline-block;
    }
    
    .banner {
        background-position: top;
        margin-bottom: 0px;
        text-align: center;
        padding-bottom:15px;
    }
    
    .bannerMainHead {
        font-size: 3.5em;
        line-height: 1.2em;
    }
    
    .bannerSubHead {
        font-size: 2.25em;
        line-height: 1.5em;
    }
    
    #socialLinks {
        margin-top: 20px;
        text-align: center;
        display: block;
        z-index: 99;
    }
    
    #socialLinks img {
        width: 40px;
        display: inline-block;
    }
    
    .socialLinks > a {
        padding: 0px 8px 0px 0px;
    }

    .mainLogo {
        margin: auto auto 10px auto;
        text-align: center;
        max-width: 120px;
    }
    
    #FeedContentUl {
      text-align: center !important;
    }
    
    .FeedContainer .FeedContent .FeedItemHeader .FeedTitleLink {
        display: inline-block;
        font-weight: bold;
        font-style: normal;
        text-align: center;
        text-decoration: none;
        font-weight: 600;
        width:100%;
        line-height: 1.3em;
        font-size: 20px;
    }
    
    .FeedContainer .FeedContent .FeedItemHeader .FeedTitleLink:hover {
        font-style: normal;
        text-decoration: underline;
    }
    
    #bodyContainer .input-group {
       display: block;
       margin-bottom:30px;
    }
    
    .footerContainer {
       display: grid;
        grid-template-columns: 1fr;
    }
    
    .whiteColumns {
      display: flex;                 
      flex-direction: column;           
      flex-wrap: nowrap;             
      justify-content: space-between;
       max-width: 100vw;
       padding:15px 15px 15px 15px;
       height:fit-content;
       z-index:1 !important;
    }
    
    .whiteColumnBox{
       height:300px;
       width:100%;
       border:1px solid black;   
    }
    
    .whiteContent {
       height:244px;
       color:black;
       padding:15px;
       text-align: center;
    }
    
    .btn {
       width:100%;
    }
    
    .panel-heading .collapsed {
      width:100% !important;
    }

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

    .headerContainer {
        padding: auto;
        text-align: center;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
    }
    
    .hc1 {
       background: white;
       color:black;
    }
    
    .hc21 {
        background: black;
        text-align: center;
        height:60px;
        color:white;
     }
     
     .hc22 {
         background: #424070;
         color:black;
         display: block;
      }

    .payDuesButton {
        width: 100% !important;
    }

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

    .payDuesSpan {
        display: inline-block;
        margin-top: 5px;
    }
    
    .loginIcon {
      margin-top:unset;
    }

    .payDuesSpanMobile {
        display: inline-block;
    }

    .memberBarButton {
        display: block;
        background:#ccc;
        border-radius: 0px;
        padding: 5px 5px 5px 5px;
        font-weight: 600;
        color: black;
        text-align: center;
        margin: 0px 0px 0px 0px;
        height:60px;
    }

    .memberBarButton a {
        color: black;
        margin-top:-5px;
    }
    .memberBarButton span {
      max-width:unset;
      margin-top:5px;
    }

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

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

    .bannerText .localBM {
        font-size: 12px;
        line-height: 12px;
    }
    
    .memberArea {
      position:relative;
    }
    
    .backgroundBox {
      margin:0px;
    }
    
    .container-fluid {
      padding-left:0px !important;
      padding-right:0px !important;
    }
    
    .row {
      margin-right: 0px !important;
    }

    .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) {

    .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;
    width:100% !important;
}

.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;
}

.homeColumn p {
   margin-bottom: 15px;
}

.contentAreaAbove {
    background-image: url("/images/home2.jpg");
    min-height: 350px;
    height:fit-content;
    text-align: center;
    color:white;
    padding: 25px;
    background-position: center center;
    background-size: cover;
}

.contentAreaAbove h3 {
   color:white;
   font-weight: 700;
   margin-bottom:15px;
}

.contentAreaAbove p {
   color:white;
   weight:600;
   font-size:18px;
   line-height: 26px;
}

.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: 40px;
}

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

.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 10px 10px;
    background-color: black;
    color: white;
    font-weight: 300;
    min-height: 155px;
}

.attrib {
    background: black;
    color: white;
    text-align: center;
    height: 50px;
    display: block;
    padding: 12px 0px 12px 0px;
    font-size: 14px;
}

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

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

@media only screen and (min-width: 992px) {}
@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 */

    #bodyContainer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 30px 20px 30px;
    }

    .mainCaption {
        line-height: 1em;
        font-weight: bold;
        font-size: 85px;
        font-family: "Mukta";
        width:auto;
    }

    .SlideCaption {
        top: 150px;
    }

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

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

  .linkCaption {
      width: 375px;
      margin-top:10px;
      height: 90px;
      font-family: "Mukta";
      background: white;
      font-weight:700 !important;
      font-size: 14px;
      vertical-align: middle;
      line-height: 1em !important;
      text-align: left;
      letter-spacing: 0px;
      padding: 15px 0px 10px 25px;
      color: black;
  }
  
  .linkCaption img {
     width:75px;
     margin-top:-3px;
  }
  
  .linkCaption > a {
      color: black;
      font-style: normal;
      font-size:50px;
      text-shadow: none;
  }
  
  .linkCaption > a:hover {
      color: black;
  }

    .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: 70%;
    }

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

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

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

    .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;
        z-index: 1 !important;
        margin-right: -15px;
    }

    #homeContainer {
        grid-template-columns: 1fr;
    }

    .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;
        z-index: 999 !important;
    }

    .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;
    vertical-align: middle;
    margin: auto;
    width: auto;
}

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

.navbar-toggle {
    float: none;
}

.navbar li {
    vertical-align: middle !important;
}

.navbar li a {
    font-family: 'Mukta', sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
    color: white;
    text-align: center;
}

.navbar li a:hover {
    background: #016da5;
    color: white;
}

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

.dropdown-menu {
    padding: 0px;
    background: #081017 !important;
}

.dropdown-menu li {
    border-bottom: 1px solid black;
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.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: black;
    height: 150px;
}

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

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

.FeedContainer .FeedContent ul {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    height:fit-content !important;
    display: inline-block;
}

.FeedContainer .FeedContent ul li {
    padding: 0px 0 0px 0;
    overflow: hidden !important;
}

.FeedItemLi {
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    height:fit-content !important;
    text-align: center;
}

.FeedAct {
    visibility: visible !important;
    opacity: 1 !important;
    transition: opacity 3s;
    height:fit-content !important;
    text-align: center !important;
}

.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: black;
}

.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.4em;
}

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

.FeecContentUl {
  text-align: center !important;
}

.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: black;
}

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

.FeedContainer .FeedContent .FeedItemPubDate {
    padding: 0 0 0 0px;
    font-weight: 600;
    font-size: 1.3em;
    color:#ccc;
}

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

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

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

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

.FeedContainer .FeedContent .FeedItemSummary a:hover {
    font-style: italic;
    color: black;
    font-size: 1em;
    font-weight: 700;
    text-decoration: none;
    text-align: center !important;
}

.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;
}

.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;
}