.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;
}

.SlideCaption {
    position: absolute;
    bottom: 15px;
    right: 75px;
    padding: 5px;
    width: 25%;
    border: 5px solid white;
    background-color: rgba(255, 255, 255, 0.7);
    line-height: 1.5em;
    text-align: center;
}

.mainCaption {
    font-family: "Arial Black";
    font-size: 22px;
    color: #032D54;
}

.subCaption {
    margin-top: 25px;
    font-size: 15px;
}

.subCaption,
.linkCaption > a,
.linkCaption > a:hover {
    font-family: "Arial";
    font-weight: bold;
    color: black;
}

.linkCaption {
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 9px;
    font-style: italic;
}

.jssora22l,
.jssora22r {
    position: absolute;
    bottom: 5%;
    font-size: 24px;
    color: white;
}

.jssora22l {
    left: 10%;
}

.jssora22r {
    left: 90%;
}

/* ==========================================================================
   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: disc;
    padding: 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;
}

.menuHeader {
    padding-top: 8px;
    padding-left: 32px;
    height: 49px;
    background-color: #032D54;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.menuSide {
    position: relative;
    bottom: 49px;
    padding-left: 25px;
}

.expand-submenu {
    padding-left: 20px;
}

.expand-submenu li {
    margin-bottom: 5px;
}

.expand-submenu li a {
    display: block;
}

.nav {
    padding: 0px 25px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #001D67;
    color: white;
}

.nav > li {
    border-bottom: 2px solid darkgray;
}

.nav > li:last-child {
    border-bottom: none;
}

.navbar-collapse {
    padding: 0px !important;
}

.welcomeMessage {
    padding: 6px;
}

.contactInfo {
    position: relative;
    top: 66%;
    right: 0px;
    margin-right: 50px;
    padding: 6px;
    text-align: right;
}

.contactInfo a {
    color: #2C3862;
}

.contactInfoItem {
    display: inline-block;
    padding: 0px 10px;
}

.contactInfoItem img {
    width: 25px;
}

.socialLinks > a {
    padding: 5px;
}

.socialLinks > a > img {
    width: 35px;
}

.contactDetail {
    width: 200px;
    padding: 5px;
    display: inline-block;
}

.contactDetail img {
    float: right;
}

.logo {
    height: 150px;
}

.contactInfoRow {
    background-color: whitesmoke;
    color: #001D67;
}

.contactInfoRow > div {
    padding: 0px;
}

.banner {
    background: url(/images/banner.png) no-repeat center center;
    height: 150px;
    background-size: contain;
}

.localBannerRow {
    height: 100%;
}

.localBanner {
    display: inline-block;
    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: #032D54;
}

.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 {
    font-size: 14px;
    color: white;
}

.member-login-parent {
    text-align: left
}

.join-ibew-parent {
    padding-right: 50px !important;
    text-align: right;
}

.member-area-text-inner {
    cursor: pointer;
    border-right: 1px solid white;
}

.member-login-text {
    margin-left: -5px;
    border-left: 1px solid black;
}

.member-area-text-inner,
.member-login-text {
    display: inline-block;
    padding: 0px 10px;
}

#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 > ul {
    height: 100%;
}

#memberMenuArea > ul > li {
    display: inline-block;
    padding: 0px;
    border-bottom: none;
    border-right: 2px solid white;
}

#memberMenuArea > ul > li:last-child {
    border-right: none;
}

#memberMenuArea > ul > li > a {
    padding: 8px 10px;
    height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: white;
}

#memberLoginText,
#adminNotificationText {
    font-size: 18px;
    text-align: center;
}

.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 {
    padding-left: 25px;
    padding-right: 12.5px;
}

#newsFeedParent {
    padding-left: 5px;
    padding-right: 12.5px;
}

#calendarParent > .heading,
#calendarParent > .body {
    background-color: #5A6F81;
}

#newsFeedParent > .heading,
#newsFeedParent > .body {
    background-color: #3484B3;
}

#calendarParent > .heading,
#newsFeedParent > .heading {
    border-bottom: 2px solid white;
    padding: 5px 20px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: white;
}

#calendarParent > .body,
.FeedContent {
    overflow: hidden !important;
    padding: 10px 20px;
    height: 250px;
    width: 100% !important;
    min-height: 250px;
    max-height: 250px;
	overflow: auto;
    color: white;
}

#calendarParent > .body > ul {
    width: 100% !important;
}

#calendarParent > .heading a,
#newsFeedParent > .heading a {
    color: white;
}

#calendarParent > .heading > .icon,
#newsFeedParent > .heading > .icon {
    top: 4px;
    font-size: 34px;
}

#calendarParent > .heading > .header,
#newsFeedParent > .heading > .header {
    position: relative;
    top: -4px;
}

.calendarEvents > .eventItem {
    font-size: 16px;
}

.calendarEvents > .eventItem,
#newsFeedParent > .body > ul > li {
    padding-bottom: 20px;
    line-height: 1.25em;
}

.calendarEvents > .eventItem:last-child,
#newsFeedParent > .body > ul > li:last-child {
    padding-bottom: 0px;
}

.calendarEvents a,
#newsFeedParent .FeedItemLink a {
    color: white;
    font-style: italic;
    text-decoration: underline;
}

.eventTitle {
    display: block;
}

.viewFullCalendarLink {
    font-size: 12px;
}

@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;
    }

    .contactDetail {
        width: 200px;
        padding: 2px;
    }
    
    .menuHeader {
        padding-left: 0px;
    }

    .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;
    }

    #slideshowParent {
        padding-left: 15px !important;
    }
    
    #calendarParent > .heading,
    #newsFeedParent > .heading,
    #calendarParent > .body,
    .FeedContent {
        text-align: center;
    }
}

@media (max-width:577px) {
    .localBanner {
        padding: 10px;
        transform: translateY(-75%);
    }

    .logo {
        height: 50px;
    }
}

.row.memberAreaRow {
    padding: 7px 0px;
    min-height: 49px;
    background-color: #3484B3;
}

/*---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-top: 10px;
    padding-left: 25px;
}

.content {
    padding: 5px;
    padding-right: 25px;
}

.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 {
    color: white;
    padding: 20px 0;
}

.footerBox {
    padding: 25px;
}

.footer h3 {
    color: gray;
}

.footer a {
    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) {
    .join-ibew-parent {
        padding-right: 0px !important;
    }
    
    .menuSide {
        bottom: 0px;
        padding-left: 0px;
    }
    
    .content {
        padding-left: 25px;
    }
    
    #calendarParent {
        padding-bottom: 10px;
        padding-right: 25px;
    }
    
    #newsFeedParent {
        padding-left: 25px;
    }
    
    #contentBoxAreaParent {
        padding-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .backgroundBox {
        overflow-x: hidden;
    }
    
    .localBanner {
        transform: translateY(-62.5%);
    }
    
    .logo {
        height: 100px;
    }
    
    .contactInfo {
        margin-right: 0px;
    }
    
    .member-login-parent,
    .join-ibew-parent {
        text-align: center;
    }
    
    .menuHeader {
        display: none;
    }
    
    span.glyphicon.glyphicon-menu-hamburger {
        color: black;
    }
}

@media only screen and (max-width: 577px) {
    .localBanner {
        transform: translateY(-75%);
    }
    
    .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 li a {
    padding: 7px !important;
    padding-left: 75px;
    font-size: 12px;
    color: black;
}

.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: #032D54;
}

.footer {
    color: black;
    font-style: italic;
}

.FeedContainer {
    display: block;
    width: 100% !important;
    color: white
}

.FeedContainer #FeedHeader {
    float: left;
    padding: 10px;
    color: white;
    border-right: 5px solid #c60000;
    font-weight: bold;
}

.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;
    height: 30px;
    width: 100% !important;
    padding: 0px 0 0px 0;
}

.FeedContainer .FeedContent .FeedItemHeader {
    font-weight: normal;
    text-align: left;
    font-size: 1.1em;
    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;
    font-size: .9em;
    line-height:.8em;
}

.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 .FeedItemHeader .FeedItemSummaryLink {
    font-style: italic !important;
    color: lightgrey !important;
    text-decoration: underline !important;
}

.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%;
}

.FeedItemHeader {
    font-size: 16px;
}

.FeedItemLink {
    display: inline-block;
    font-style: italic;
    text-decoration: underline;
    font-size: 12px;
}