.CMSLinks {
    color: whitesmoke;
    background: #ff6a00;
    text-align: center;
    padding: 5px;
}

.CMSLinks a {
    color: whitesmoke;
    text-decoration: underline;
}

.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;
}

#jssor_1 {
    border: 1px solid black;
}

/*
#jssor_1 > div > div > div > div > img {
    top: 10px !important;
    left: 350px !important;
    width: 620px !important;
    height: 360px !important;
}
*/

.SlideCaption {
    position: relative;
    margin: auto;
    top: 275px;
    width: 400px;
    color: white;
    font-family: "Arial";
    text-align: center;
    text-shadow: 2px 2px 5px black;
}

.mainCaption {
    line-height: 1em;
    font-weight: bold;
    font-size: 26px;
    font-family: "Arial Black";
}

.subCaption {
    line-height: 1em;
    font-size: 14px;
}

.mainCaption, .subCaption {
    padding-bottom: 5px;
}

.linkCaption {
    font-size: 10px;
    font-style: italic;
    color: white;
}

.linkCaption:hover {
    color: white;
}

.jssora22l,
.jssora22r {
    position: absolute;
    top: unset !important;
    bottom: 50px;
    font-size: 24px;
    color: white;
    text-shadow: 2px 2px 5px black;
}

.jssora22l {
    left: 10%;
}

.jssora22r {
    left: 85%;
}

/* ==========================================================================
   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: "Century Gothic", "Arial";
    height: 100%;
}

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;
}

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 {
    position: sticky;
    top: 0px;
    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;
}

.nav {
}

.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;
}

.welcomeMessage {
    padding: 6px;
}

.contactInfo {
    padding: 6px;
    text-align: right;
}

.contactInfo a {
    color: #2C3862;
}

.contactInfoItem {
    display: inline-block;
    padding: 0px 5px;
}

.contactInfoItem img {
    width: 35px;
}

.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 {
    position: relative;
    height: 175px;
    background: url(/images/banner.png) no-repeat center center;
    background-size: contain;
    background-color: white;
}

.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;
}

.memberArea {
    background-color: black;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
}

.memberArea > div {
    padding-left: 7.5%;
}

.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 {
    height: 100%;
}

#memberMenuArea > div > ul {
    display: table;
    height: 100%;
}

#memberMenuArea > div > ul > li {
    display: table-cell;
    padding: 0px;
    border-bottom: none;
    border-right: 2px solid #BF9500;
}

#memberMenuArea > div > ul > li:last-child {
    border-right: none;
}

#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%;
}

#memberMenu {
    position: absolute;
    z-index: 3;
    width: 100%;
    max-height: calc(100vh - 225px);
    overflow-y: auto;
    background-color: 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;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 39%;
    padding: 4.5px;
    background-color: white;
    color: black;
    line-height: 1.3em;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.member-area-text-inner {
    border: 1px solid black;
}

.member-area-info-group {
    border-bottom: 10px solid white;
    padding: 0px 10px;
}

.member-area-menu-list > li {
    border-bottom: 2px solid white;
    padding: 12px 10px;
}

.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;
}

#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;
}

.FeedTitleText {
    display: block;
    line-height: 1.25em;
    color: black;
}

.calendarEvents a,
#newsFeedParent a {
    color: darkgray;
    font-style: italic;
    text-decoration: underline;
}

.eventTitle, .eventDate, .eventTime {
    display: block;
}

.eventTitle {
    font-size: 16px;
    font-weight: bold;
}

.viewFullCalendarLink {
    font-size: 11px;
}

@media (max-width:1164px) {
    .memberLogin {
        font-size: 20px;
    }

    .memberLogin img {
        height: 18px;
    }
}

@media (max-width:991px) {
    .localBanner {
        padding: 25px;
    }

    .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;
    }

    .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;
    }

    .sideBar > .heading > img {
        display: none;
    }

    .sideBar > .body {
        text-align: center;
    }

    .sideNewsFeed {
        margin-bottom: 10px;
        text-align: left;
    }

    .FeedContainer .FeedContent .FeedItemHeader {
        text-align: center !important;
    }
}

@media (max-width:577px) {
    .banner {
        background-position: left top;
        background-size: 200%;
    }
    
    .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;
}

.nav a:hover {
    color: #004b8e;
}

#slideshowParent {
    padding: 0px;
}

.content {
    min-height: 514px;
    border-left: 1px solid black;
    padding: 15px 35px;
    line-height: 1.5em;
}

.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;
}

/*---footer----*/
.footer {
    padding: 20px 0px;
    background-color: whitesmoke;
    color: black;
}

.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: left !important;
        margin-right: 0;
    }
}


@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;
    }
    
    #sidebarParent {
        order: 2;
    }
    
    #contentParent {
        order: 1;
    }
    
    .join-ibew-parent {
        padding-right: 0px !important;
    }
    
    .member-area-text {
        margin-left: 0px;
        text-align: center;
    }
    
    .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;
    }
}

@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;
    }
    
    .member-login-parent,
    .join-ibew-parent {
        text-align: center;
    }
    
    .menuHeader {
        display: none;
    }
    
    .navbar-nav {
        padding: 0px 15px;
    }
    
    .nav > li {
        border-right: none;
    }
}

@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;
    }
}

/* Print styling */
@media print {
    .sidebar {
        display: none;
    }

    .hide-on-print {
        display: none;
    }

    a[href]:after {
        content: "" !important;
    }
}

.navbar {
    min-height: 0px;
}

.navbar li a {
    padding: 12px 10px;
    font-size: 14px;
    background-color: black;
    color: white;
}

.navbar li a .close {
    display: none;
}

.dropdown-menu {
    padding: 0px;
}

.dropdown-menu li {
    border-bottom: 2px solid white;
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 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;
}

.FeedContainer {
    display: block;
    width: 100% !important;
    color: white
}

.FeedContainer #FeedHeader {
    float: left;
    padding: 10px;
    color: white;
    border-right: 5px solid #c60000;
    font-weight: bold;
    height: 100%;
}

.FeedContainer .FeedContent {
    display: block;
    width: 100% !important;
    overflow: hidden;
}

.FeedContainer .FeedContent ul {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 100% !important;
}

.FeedContainer .FeedContent ul li {
    display: block;
    width: 100% !important;
    padding: 0px 0 0px 0;
}

.FeedContainer .FeedContent .FeedItemHeader {
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    float: left;
    padding: 0 0 0 0px;
}

.FeedContainer .FeedContent .FeedItemHeader a {
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    color: white;
}

.FeedContainer .FeedContent .FeedItemHeader a:hover {
    font-style: italic;
    text-decoration: none;
}

.FeedContainer .FeedContent .FeedItemSubHeader {
    font-style: italic;
    float: left;
    padding: 0 0 0 0px;
    display: none;
}

.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;
}

.FeedContainer .FeedContent .FeedItemPubDate a {
    color: white;
}

.FeedContainer .FeedContent .FeedItemPubDate a:hover {
    text-decoration: none;
}

.FeedContainer .FeedContent .FeedItemSummary {
    font-style: italic;
    color: lightgrey;
    text-decoration: underline;
}

.FeedContainer .FeedContent .FeedItemSummary a {
    font-style: italic;
    color: lightgrey;
    text-decoration: underline;
}

.FeedContainer .FeedContent .FeedItemSummary a:hover {
    font-style: italic;
    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;
    width: 100%;
    line-height: 1em;
    font-size: 16px;
}

.FeedItemHeader,
.FeedItemPubDate,
.FeedItemSummary {
    width: 100%;
}