 .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;
}

.table {
//  width:95% !important;
  margin:auto;
}

.aboutContent table {width:95vw !important;}
.aboutContent table td {width:48%;}
.aboutContent table td div {padding:0px 40px 15px 0px;}
.aboutContent table td h4 {color:#ffc412;font-size: 22px !important; font-weight: 600;font-family: "Helvetica", sans-serif;margin-top:25px;margin-bottom:10px;}
.aboutContent table td p {font-size: 16px !important; ;font-family: "Helvetica", sans-serif;}

.table > tbody > tr > td{
  border-top: 0px !important;
  vertical-align: top !important;
}

.smallText {display: block;margin:10px 0px -20px 0px;font-size:12px;color:#ccc;text-transform: uppercase;}
.contactPageName {padding:8px 10px 8px 10px !important; border: 1px solid #acacac !important; border-radius: 8px !important;margin:5px 0px 5px 0px !important;width:75%;}
.contactPageAddress {padding:8px 10px 8px 10px !important;border: 1px solid #acacac !important; border-radius: 8px !important;margin:5px 0px 5px 0px !important;width:75%;}
.contactPageLocal {padding:8px 10px 8px 10px !important;border: 1px solid #acacac !important; border-radius: 8px !important;margin:5px 0px 5px 0px !important;width:75%;}
#contactPageReason {padding:8px 10px 8px 10px !important;border: 1px solid #acacac !important; border-radius: 8px !important;margin:5px 0px 5px 0px !important;width:75%;display: block;}
.contactPageMessage {padding:8px 10px 8px 10px !important; border: 1px solid #acacac !important; border-radius: 8px !important;height: 200px;margin:5px 0px 25px 0px !important;width:75%;}

.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: 0px;
    border-bottom: 1px solid black;
    width: 100%;
    background-color: white;
    color: black;
    font-family: "Arial";
    text-align: center;
}

.mainCaption,
.subCaption,
.linkCaption {
    margin: auto;
    width: 40%;
    padding: 5px 0px;
}

.mainCaption {
    line-height: 1em;
    font-weight: bold;
    font-size: 20px;
}

.subCaption {
    line-height: 1em;
    font-size: 14px;
}

.mainCaption {
    padding-bottom: 5px;
}

.linkCaption {
    font-size: 10px;
    font-style: italic;
    color: black;
}

.linkCaption:hover {
    color: black;
}

.jssora22l,
.jssora22r {
    position: absolute;
    top: unset !important;
    bottom: 20px;
    padding: 5px;
    font-size: 20px;
    background-color: white;
    color: black;
    -webkit-text-stroke: 0.75px black;
    border: 1px solid lightgray;
    border-radius: 50%;
}

.jssora22l {
    left: 25%;
    box-shadow: -2px 2px 5px;
}

.jssora22r {
    left: 70.5%;
    box-shadow: 2px 2px 5px;
}

.wcLogo {
    position:absolute;
    left:50px;
    top:5px;
    width:130px;
    }

.videoHeader {
    width:100vw;
    height:auto;
    position:relative;
    top:0;
    left:0;
    object-position:center;
    object-fit:fill;
    background-color: black;
    text-align: center;
    overflow: hidden;
    }

.videoHeader video {
    object-position: center;
  object-fit: fill;
  z-index:-1;
  width:100%;height:auto;
}

.videoHeader .story {
    position: absolute;
    left:150px;
    height:100%;
    background:rgba(0, 0, 0, 0.8);
    color:white;
    width:350px;
    padding:25px;
    padding-top:5vh;
    z-index:2;
}

.videoHeader .story .headline {
    font-weight: 200;
    font-size:7em;
    display: block;
    letter-spacing: -5px;
    line-height: .35em;
    margin-top:20px;
}

.videoHeader .story .headlineBold {
    font-weight: 800;
    font-size:4.5em;
    letter-spacing:-2px;
    display: block;
    text-transform: uppercase;
}

.videoHeader .story .bodyCopy {
    font-weight: 300;
    font-size:1.25em;
    display: block;
    margin-bottom:25px;
}

.videoHeader .story .actionButton {
    padding:8px;
    border-radius: 9px;
    width:75%;
    display: inline-block;
    font-size:1.1em;
    color:black;
    margin:auto;
    background-color: #ffc412;
    text-decoration: none;
}

.videoHeader .story .actionButton:hover {
    background-color: #bf96009c;
    color:white;
}

.yellowButton {
  padding:8px 14px 8px 14px;
  border-radius: 9px;
  width:auto;
  display: inline-block;
  font-size:1.1em;
  color:black;
  margin:auto;
  background-color: #ffc412;
  text-decoration: none;
}

.yellowButton:hover {
  color:white;
  background-color: #bf96009c;
}

.yellowButtonFront {
  padding:8px 14px 8px 14px;
  border-radius: 9px;
  width:100%;
  display: block;
  bottom:5px;
  margin-top:15px auto auto auto;
  font-size:1.25em !important;
  color:black;
  background-color: #ffc412;
  text-decoration: none;
}

.yellowButtonFront:hover {
  color:white;
  background-color: #bf96009c;
}

.featuredItem1 {display:block;}
.featuredItem2 {display:block;min-height:250px;padding-bottom: 25px;font-size:17px;line-height:24px;}
.featuredItem3 {}

.purpleButton {
  padding:8px 14px 8px 14px;
  border-radius: 9px;
  width:auto;
  display: inline-block;
  font-size:1.1em;
  color:white;
  margin:auto;
  background-color: #4d0070;
  text-decoration: none;
}

.purpleButton:hover {
  color:white;
  background-color: #2c0040;
}

.spacer {background: #fff !important;}
.appIcon {width:80px;text-align: center;}

.adminLink {color:#705800ff;text-decoration: none;display:inline-block;bottom:10px;left:25px;font-size:.9em;}
.adminLink:hover {text-decoration: underline;color:#705800ff;}

.adminButtonLink {background:#705800ff;color:white;text-decoration: none;display:block;bottom:10px;left:25px;font-size:1.1em;width:fit-content;font-weight: bold;padding:12px 16px 12px 16px;border-radius: 8px;}
.adminButtonLink:hover {text-decoration: none;color: #af8a00f;color:#ccc;}

.frontPageDiv {
 
}

.frontPageDiv h1 {
  letter-spacing: -2px;
}

.purpleH1 {
  font-weight: bold;
  color: #4d0070;
}

.yellowH1 {
  font-weight: bold;
  color:#ffc412;
}

.contentCapability {
  display: grid;
  width:95vw;
  margin:auto;
  background: #ddd;
  border-radius: 8px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap:55px;
  text-align: center;
  padding:20px;
}

.capabilityPhoto {width:90%;border-radius: 8px;margin:4px auto 4px auto;}

.contentCapability p {font-size:1.2em;line-height: 1.6em;}
.contentCapability h3 {
  margin-top:5px;
  color: #222;
  font-size:34px;
  font-weight: 600;
  letter-spacing: -1px;
}

.contentTestimonials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap:35px;
  width:98vw;
  min-height:400px;
  margin: 25px auto 25px auto;
}

.contentTestimonials > div {
  padding:25px;
  margin:15px;
  border:2px solid #ffc412; 
  text-align: center;
  border-radius: 8px;
}

.quoteMark {
  color: #b5b5b5ff;
  font-size: 89px;
  font-family: "Times New Roman", serif;
}

.quoteText {
  font-size: 22px;
  color:# #3d3d3d;
}

.quoteAuthor {
  color:#ffc412; 
  font-weight: 600;
  font-size:21px;
  line-height: 1em;
  font-style: italic;
}

.quoteLocal {
  color:black;
  font-weight: 600;
  font-size:18px;
}

.testimonialHeader {width: 100vw;text-align: center;letter-spacing: -2px;}

.textingImage {width:100%;border-radius: 8px;}

.contentSupport {
  background-image: url('/images/supportBackground.jpg');
  background-size: cover;
  width:100vw;
  height: fit-content;
  min-height: 600px;
  
  margin-bottom: 40px;
}

.supportContainBox {
  position: relative;
  float:right;
  margin:25px 35px 10px 0px;
  padding:35px;
  border-radius: 8px;
  background: #ffffffe5;
  width:45%;
  height:auto;
}

.supportContainBox h3 {
  margin-top:0px;
  font-weight: bold;
  color:black;
  font-size:34px;  
  letter-spacing: -1px;
}

.supportContainBox p {
  margin-top: 10px;
  line-height: 1.4em;
  font-size:1.1em;
}

.searchPane {
    display: none;
    border:2px solid #ccc;
    position:fixed;
    width:50%;
    background-color: #ffffffe5;
    top:150px;
    max-width:800px;
    height:75px;
    border-radius: 12px;
    color:black;
    left:25%;
    z-index:25;
}

.searchPane input {
    width:100%;
    font-size: 2.5em;
    letter-spacing: -1px;
    color:black;
    font-weight: 100;
    background: none;
    padding-left:15px;
    padding-top:5px;
}

.memberSigninPane {
    position:absolute;
    right:75px;
    display: none;
    top:72px;
    background: #ffc412;
    border-bottom-left-radius:12px;
    border-bottom-right-radius: 12px;
    width:105px;
    padding-top:7px;
    text-align: center;
    height:40px;
    color:black;
    font-size:1em;
    z-index: 9;
    -webkit-box-shadow: 5px 9px 15px -4px rgba(0,0,0,0.82); 
box-shadow: 5px 9px 15px -4px rgba(0,0,0,0.6);
}

.searchResultsBox {width:75%;padding-top:25px;}
.searchResultsLink {font-size:1.45em;letter-spacing:-.7px;line-height:1.35em;color:black !important;font-weight: 700;}
.searchResultsURL {font-size:1.2em;color:#ccc;letter-spacing:-.9px;line-height: 1.6em;text-decoration: underline;}
.searchResultsURL:hover {color:#acacac;}
.searchResultsLink:hover {color:#545454 !important;text-decoration: underline;}
.searchResultsText {font-size:1.2em;color:#acacac;line-height:1.4;letter-spacing:-.7px;}

.websiteGallery {
  width:100vw;
  padding-top: 10px;
  background: #dddf;
  clear:left;
  text-align: center;
  height:auto;
  margin-bottom:50px;
  padding-bottom:50px;
}

.websiteGallery .galleryContainer {
  width:88%;margin:auto;padding:25px;
  display: grid; 
  grid-template-columns: repeat(3, 1fr); 
  grid-column-gap: 75px;
  grid-row-gap: 75px; }

.websiteGallery h3 {color:rgb(91, 91, 91);}

.galleryDesc {line-height:14px;}

.galleryItem {
  padding:30px;
  text-align: center;
  background: rgb(193, 193, 193);
  border-radius: 8px;
}

.galleryPhoto {margin-bottom:10px;border-radius:6px;}

.galleryTitle {
  font-weight: 600;
  color: rgb(91, 91, 91);
  font-size:1.5em;
}

.fullWidthBox {width:100vw;margin-left:-53px;margin-right:-52px;background: #ffde8c;padding:25px;margin-top:40px;margin-bottom:40px;color:black;}
.fullWidthFeaturesBox {width:100vw;margin-left:-53px;margin-right:-52px;background: #ee4343;padding:25px;margin-top:40px;margin-bottom:40px;color:white;}
.fullWidthFeaturesBox td {padding:55px;}
.fullWidthFeaturesBox h4 {font-weight: 600;line-height: 34px;font-size: 21px;color:white;}
.fullWidthFeaturesBox img {border-radius: 8px;padding:10px;background: white;margin-bottom:5px;}
.fullWidthFeaturesBox span {font-weight: 300;line-height: 19px;font-size: 15px;color:white;}
.fullWidthFeaturesBox p {line-height: 22px;font-size: 16px;color:white;}
.fullWidthContactBox {width:100vw;margin-left:-53px;margin-right:-52px;background: #000000;padding:25px;margin-top:30px;margin-bottom:30px;color:white;}
.fullWidthDownloadBox {width:100vw;margin-left:-53px;margin-right:-52px;background: #3973b6;padding:25px;margin-top:30px;margin-bottom:30px;color:white;}
.fullWidthHeaderBox {width:97vw;margin-left:-30px;margin-right:-30px;margin-bottom:0px;border-bottom: 1px solid #ccc;}
.fullWidthHeaderBox img {width:95%;height:auto;}
.fullWidthHeaderBoxTitle {color:#444444 !important;letter-spacing: -1px;}

.fullWidthDownloadBox a {color:white;}
.fullWidthDownloadBox a:hover {color:#dadada;text-decoration: underline;}

.contactTable td {width:45%;vertical-align: top;padding-bottom:25px !important;}

.laptop1 {
 width: auto;
 border-radius: 0px 8px 8px 0px;
 max-width: 500px;
 -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
 mask-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0));
 text-align: right;
}

.laptop2 {
  width: auto;
  max-width: 500px;
  border-radius: 8px 0px 0px 8px;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  mask-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
 text-align: left;
 }

/* Slick Slider */

.slick-prev, .slick-next {
  position: absolute;
  top: 135%;
  font-size: 1.8rem;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: inline-block;
    float: left;
    //height: 120px;
    vertical-align: middle;
    min-height: 120px;
    text-align: center;
    padding:15px 10px 15px 10px;
    background: #f8f8f8;
    border-radius: 6px;
    outline:none;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    vertical-align: middle;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slide {
    transition: filter .4s;
    margin: 0px 40px;
}

.fas {
    color: #ffc412;
}
.slick-prev {
    left: -45px;
}
.slick-next {
    right: -45px;
}
.slick-prev, .slick-next {
    position: absolute;
    top: 35%;
    z-index:996;
    font-size: 3rem;
}

.section {
  max-width: 100vw;padding:0px 75px 0px 75px;
  margin: 0 auto 50px auto;
}

.clientName {font-size:1.2em;text-align: center;}
.clientLogo {max-height:90px;text-align: center;margin:auto;vertical-align: middle !important;}

/* ==========================================================================
   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: 'Inter', sans-serif !important;
    height: 100%;
}

#contentParent {width:100vw;padding:45px;margin:auto;margin-top:15px;display: block;font-family: 'Inter', sans-serif !important;}
#sidebarParent {width:100vw;padding:20px;margin:auto;margin-top:15px;padding:auto;display: block;text-align: center;}
#newsFeedParent {width:45vw;padding:10px;margin-left:2vw;display: inline-block;height:235px !important;text-align: left;}
#calendarParent {width:45vw;padding:10px;margin-left:2vw;display: inline-block;height:235px !important;text-align: left;}

.FeedAct {height:120px;}

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;
}

h2 {color:#585858;font-size:3em;letter-spacing: 0em;font-weight: 600;line-height: 1.75em;}
h3 {color: #585858;font-size:2.25em;letter-spacing: 0em;font-weight: 500;line-height: 1.5em;margin-top:35px;}

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;
    border-radius: 0;
}

.backgroundBox {
    overflow-x: hidden;
}

.backgroundBox > .container-fluid {
  padding-left:0px;
  padding-right:0px;
}

.backgroundBox > .container-fluid > .header {
    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;
}

.videoContainer {
  width:560px;
  height:315px;
}

.nav {
min-height:50px;
}

.nav .navbar {
    background-image: url('/images/barBG.jpg');
    background-size: cover;
    background-position: center;
    width:100%;
    overflow:hidden;
}

.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;
    margin-right:50px;
}

.navbar-collapse {
    padding: 0px !important;
    text-align: right;
}

.welcomeMessage {
    padding: 6px;
}

.contactInfo {
    padding: 6px;
    line-height: 1.5em;
    font-size: 12pt;
}

.contactInfo a {
    color: #2C3862;
}

.contactInfoSection {
    margin:auto;
    padding:auto;
    text-align:center;
    object-position: center;
    align-items: center;
}

.contactInfoArea {
    width:100%;
    padding:auto;
    object-position: center;
}

.contactInfoArea > .contactInfo > .contactInfoSection:first-child {
   /* padding-left: 5%;*/
}

.contactInfoArea > .contactInfo > .contactInfoSection:last-child {
    padding-right: 35px;
}

.contactInfoItemInfoHours::before {
  content: none;
  white-space: normal;
}

.contactInfoItemInfoHours {
  display: inherit;
  margin-left:25px;
}

.contactInfoItem {
    display: inline-block;
    align-items: center;
    margin-bottom: 25px;
    padding:auto;
    width:33%;
    font-size: .9em;
    text-align: center;
    object-position: center;
}

.contactInfoItem img {
    margin-right: 15px;
    width: 25px;
    min-width: 25px;
}

.contactInfoItemInfo {
    display: inline-block;
}

.contactInfoItemPhone {
    align-items: center;
    margin-bottom: 25px;
    padding: auto;
    width:100%;
    font-size: .9em;
    text-align: center;
}

.contactInfoItemPhone .contactInfoItemInfo .contactInfoItemInfoLine {
    margin-left:5px;margin-right: 5px;
}

.contactInfoItemPhone img {
    margin-right: 15px;
    width: 25px;
    min-width: 25px;
}

.contactDetail {
    width: 200px;
    padding: 5px;
    display: inline-block;
}

.contactDetail img {
    float: right;
}

.logo {
    height: 100px;
}

.mobileSearch {
  display: none !important;
}

.searchMobileDiv {
  display: block;
  position: absolute;
  right:100px;
  top:35px;
  color:white;
}

.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;
}

.socialLinks {
   /* position: absolute;
    right: 0%;*/
    width:100%;
    align:center;
}

.socialLinks > a {
    display: inline-block;
    margin-left: 8px;margin-right:8px;
}

.socialLinks > a > img {
    width: 50px;
}

.banner {
    position: relative;
    height: 225px;
    background-size: contain;
    background-color: rgba(240, 240, 240, 1);
    padding:0px;
    text-align: center;
    margin-top:72px;
}

.bannerLogo {margin:auto;max-width:400px;padding-top:25px;}

.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;
}

#loginModal {
  position: absolute;
  width:400px;
  height:340px;
  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;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}

.logButton {
  width:100% !important;
 background:#ffc412;
  color:black;
  margin-top:15px;
  font-weight: 600;
  font-size: 18px;
}

.forgotPWLink {
  text-align: center !important;
  color:black;
  font-size:14px;
  margin-top:10px;
  margin-left:125px;
  width:auto;
}

.forgotPWLink:hover {
  text-decoration: underline;
  color:#BF9500;
}

.dismissButton {
  width:30px;
  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: 600;
  font-size:27px;
  margin-top:0px;
  color:black;
  letter-spacing: -1px;  
  font-family: 'Inter', sans-serif;
}

.loginAlertBox {
  margin:20px 0px 14px 0px;
  line-height: 18px;
  background: none;
  color:#555;
  display: block;
}

.loginIcon {display: inline-block !important;width:45px;vertical-align: middle;}
.alertText {display: inline-block !important;width:300px;margin-left:10px;margin-top:5px;vertical-align: middle;}

#loginModal input {
  border-radius: 6px;margin:5px 0px 8px 0px;border:1px solid #dddb;padding:5px;
}

.modal-content {
  border-radius: 13px;
  padding:10px;
}

.modal-open {
    overflow-y: scroll;
    overflow-x: none;
}

.btn-primary, .btn-danger {
  width:45% !important;
  display: inline-block;
}

.navbar .btn {background: #3a3a3a !important;}

.fixedNav {
  position: fixed;
  width:100vw;
  display: block;
  z-index:20;
  margin-bottom:75px;
  clear:right;
}

.navbar {
    min-height: 0px;
    padding:10px;
    text-align: right;
    padding-bottom:4px;
}

.navbar li a {
   // padding: 12px 10px;
    font-size: 16px;
    color: white;
    text-transform: capitalize;
    margin-left:6px;
    margin-right:6px;
    margin-top:7px;
    padding-top:6px;
    padding-bottom:6px;
}

.navbar li a:hover {
    color: #ffc412;
    background-color:rgba(255, 255, 255, .15);
    border-radius: 8px;
}

.navbar li a .close {
    display: none;
}

a.close {
  display: none !important;
}

.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;
}

.memberArea {
    background-color: rgba(0,0,0,.9);
    box-shadow: inset 0 -2px 5px rgba(0,0,0,.83);
    color: white;
    width:100%;
    font-size: 14px;
    text-transform: uppercase;
}

.memberAreaBG {
    background-image: url('/images/barBG.jpg');
    background-size: cover;
    background-position: center;
    position:absolute;
    width:100%;
    height:72px;
    z-index: -10;
    
}

.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;
    border-top: 1px solid black;
    background-color: #E05E6D;
}

#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-left: 39%;
    padding: 8px;
    background-color: #E05E6D;
    color: white;
    line-height: 1.3em;
    text-align: center;
    font-size: 24px;
}

.member-area-text img {
    width: 30px;
}

.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;
}

#sidebarParent {
    padding-top: 30px;
   // padding-right: 3%;
}

.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 {
    margin-bottom: 20px;
    padding: 0px;
    border: 2px solid black;
    border-radius: 12px;
}

#calendarParent > .heading,
#newsFeedParent > .heading {
    padding: 8px;
    padding-left:12px;
    font-family: 'Inter', sans-serif;
    background-color:black;
    text-align: left;
    font-size: 12pt;
    font-weight: bold;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

#newsFeedParent > .innerHeading {
    padding: 15px;
    padding-top: 5px;
    padding-bottom: 0px;
    font-size: 13pt;
    font-weight: bold;
    color: #2C4060;
}

#calendarParent > .body,
#newsFeedParent > .body,
#newsFeedParent > .body > #FeedContainer > #FeedContent {
    overflow: hidden;
    color: #2C4060;
}

#calendarParent > .body {
   height: 176px;
}

#newsFeedParent > .body,
#newsFeedParent > .body > #FeedContainer > #FeedContent {
    height: 150px;
}

#calendarParent > .body,
#newsFeedParent > .body {
    padding: 15px;
}

#newsFeedParent > .body {
    padding-top: 5px;
}

#calendarParent > .heading a,
#newsFeedParent > .heading a {
    color: white;
}

#calendarParent > .heading > .icon,
#newsFeedParent > .heading > .icon {
    top: 4px;
    font-size: 32px;
}

#calendarParent > .heading > .header,
#newsFeedParent > .heading > .header {
    color: white;
}

.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;
    font-size: 16px;
}

#calendarParent .body {
  height:186px !important;
}
.calendarEvents a,
#newsFeedParent a {
    display: inline-block;
    margin-top: 15px;
    text-align: left;
    color: #2C4060;
    background: rgba(0,0,0,0.5);
    padding: 12px 15px 12px 15px;
    color:white;
    text-decoration: none;
    height:auto;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
}

#newsFeedParent a:hover {
  background: rgba(0,0,0,0.8);
  color:#ccc;
  
}

.eventTitle, .eventDate, .eventTime {
    display: block;
}

.FeedTitleText, .eventTitle {
    line-height: 1.25em;
    font-size: 18px;
    font-weight: bold;
}

.FeedTitleText, .eventDate {
  font-size: 18px;
  font-weight: 400;
}

.viewFullCalendarLink {
    font-size: 11px;
}

.ugiContainer {
  width:530px;
  height:80px;
  border-radius: 50px;
  background: #112055;
  padding:8px;
}

.ugiContainer img {
  max-height:65px;
  margin-left:10px;
  margin-right:10px;
  width:auto;
  margin-top:-5px;
}



@media (max-width:1164px) {
    .memberLogin {
        font-size: 20px;
    }

    .memberLogin img {
        height: 18px;
    }
}

@media (max-width:991px) {
    .localBanner {
        padding: 25px;
    }
    
    .section {padding: 0px 5px 0px 5px;}
        
    td {display:block;width:100% !important;height:auto !important;border-top:0px !important;}
    iframe {max-width:94vw;}
    #mapDiv {max-width:90% !important;}
    .map-responsive {max-width:93vw;}
    
    .navbar-collapse.in {
      overflow-y:initial;
    }
    
    #sidebarParent {
      padding-right:auto !important;
      padding-left:auto !important;
    }
    
    .videoContainer {
      width:100%;
      height:300px;
      display: block;
    }

    .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;
    }

    .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;
    }
    
    .slick-slide img {
        display: block;
        vertical-align: middle;
    }
    
    .slick-slide.slick-loading img {
        display: none;
    }
    
    .slick-slide.dragging img {
        pointer-events: none;
    }
    .slick-initialized .slick-slide {
        display: block;
    }
    .slick-loading .slick-slide {
        visibility: hidden;
    }
    .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }
    
    .slick-arrow.slick-hidden {
        display: none;
    }
    
    .slide {
        transition: filter .4s;
        margin: 0px 15px;
    }
    
    .slick-list {
      max-height: 100px;
      max-width:90vw;margin:auto;
    }
    
    .fas {
        color: #ffc412;
    }
    .slick-prev {
        left: 5px;
    }
    .slick-next {
        right: 5px;
    }
    .slick-prev, .slick-next {
        position: absolute;
        top: 35%;
        z-index:996;
        font-size: 3rem;
    }
    
    .slick-track {
      max-height: 100px;
    }
    
    .section {
      max-width: 100vw;padding:0px 0px 0px 0px;
      margin: 0 auto 0px auto;
    }
    
    .frontPageDiv h1 {
      font-size: 40px;
      text-align: left !important;
    }
    
    .frontPageDiv p span {
      font-size:18px !important;
    }
}

@media (max-width:577px) {

.searchPane {
  display: none;
  border:2px solid #ccc;
  position:fixed;
  width:50%;
  background-color: rgba(255,255,255,.90);
  top:50px;
  max-width:50%;
  height:75px;
  border-radius: 12px;
  color:black;
  left:25%;
  z-index:25;
}

.searchPane input {
  width:100%;
  font-size: 1.5em;
  color:black;
  font-weight: 100;
  background: none;
  padding-left:15px;
  padding-top:5px;
}


#searchButton {
  display: none;
}

.mobileSearch {
  
  margin-top:5px;
  padding:3px;
  text-align: center;
  width:80%;
  border-radius: 8px;
  display: inline-block !important;
}

.mobileSearch ::placeholder {
  font-size:10px;
}


    .localBanner {
        padding: 10px;
    }

    .logo {
        height: 50px;
    }
}

.row {
  margin-left:0px !important;
  margin-right:0px !important;
}

.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;
    font-size: 1.1em;
}

.nav a:hover {
    color: #004b8e;
}

#slideshowParent {
    padding: 0px;
}

.content {
    padding: 30px 0px;
    padding-left: 5%;
    padding-right: 25px;
    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 20px 0px;
    /*border-top: 20px solid #E05E6D;*/
    background-color: black;
    color: white;
    text-align: center;
}

.footerBottom {
    height:60px;
    background-color:#ffbc12;
    padding:10px;
    padding-bottom:20px;
    text-align: center;
}

.footerBottom span {
    margin: auto;
    color: black;
    font-size: small;
}

.footerBox {
    padding: 25px;
}

.footer h3 {
    color: gray;
}

/*
.footer a {
    color: white;
    text-decoration: none;
}
*/

.footerMenuArea {
    width:100%;
    padding-right: 0%;
}

.footerMenuHeader {
    margin-bottom: 15px;
    text-align: center;
    font-size: 16pt;
}

.footerMenu > .navbar > .navbar-collapse > .nav {
    float: right !important;
}

.footerMenu > .navbar > .navbar-collapse > .nav > li {
    float: none;
    border-right: none;
    text-align: right;
}

.footerMenu > .navbar > .navbar-collapse > .nav > li > a {
    padding: 0px;
    text-transform: uppercase;
    text-decoration: underline;
}

.footerMenu > navbar > .navbar-collapse > .nav > li:last-child {
    margin-right:0px;
}

#contactButton {
    position: fixed;
    width:65px;
    height:55px;
    bottom: 25px;
    right: 25px;
    background: rgba(55, 55, 55, 0.90);
    z-index: 999;
    align-items: center;
  /*  box-shadow: 
      12px 12px 16px 0 rgba(0, 0, 0, 0.25),
      -8px -8px 12px 0 rgba(255, 255, 255, 0.3); */
    border-radius: 13px;
    display: flex;
    border:0;
    justify-content: center;
}

#contactButton:hover {
  background: rgba(77, 77, 77, 0.90);border:1px solid black;
}

.contactIcon {
width:32px;
position: absolute;
fill:white;
}

.closeIcon {
    width:32px;
    position: absolute;
    display: none;
    }

#contactButtonPanel {
position: fixed;
width:300px;
height:400px;
background-color:rgba(0, 0, 0, 0.90);
border-radius: 20px;
bottom:85px;
color:black;
padding:20px;
right:25px;
display:none;
-webkit-box-shadow: 5px 5px 18px 15px rgba(55,55,55,0.32); 
box-shadow: 5px 5px 18px 15px rgba(55,55,55,0.32);
z-index: 998;
}

#contactButtonPanel .contactHeader {
    position: absolute;
    height:42px;
    background-color: #ffc412;
    color:black;
    font-weight: 700;
    font-size: 1.1em;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width:100%;
    margin-left:-20px;
    margin-top:-20px;
    padding-top:7px;
    padding-left:15px;
}

#contactButtonPanel .contactBody {
    margin-top:36px;
    display: block;
}

#contactButtonPanel .contactBody .contactBodyText {font-size:1em;color:white;line-height: 1.25em;margin-bottom:15px;}
#contactButtonPanel .contactBody .contactBodyTextDone {font-size:2em;color:white;line-height: 1.75em;margin-bottom:15px;display: none;}
#contactButtonPanel .contactBody .contactName {width:100%;padding:8px;border-radius: 16px;margin-bottom: 10px;height:45px;padding-left:15px;font-size: 1em;}
#contactButtonPanel .contactBody .contactAddress {width:100%;padding:8px;border-radius: 16px;margin-bottom: 10px;height:45px;padding-left:15px;font-size: 1em;}
#contactButtonPanel .contactBody .contactMessage {width:100%;padding:8px;border-radius: 16px;margin-bottom: 10px;height:100px;padding-left:15px;font-size: 1em;}
#contactButtonPanel .contactBody .contactSubmitButton {width:100%;padding:10px;background-color:#ffc412;color:black;border-radius: 12px;border-width: 0px;font-size: 1em;font-weight: 700;}
#contactButtonPanel .contactBody .contactSubmitButton:hover {background-color:#bf9600;color:white;}


.nav a {
    /*background-color: #1a2f3c !important;*/
    color: white;
    text-decoration: none;
}

@media (min-width: 768px) {
    .navbar-right {
        float: none !important;
        display: inline-block;
        margin-right: 0;
    }
    
    .navbar-nav > li {
        display: inline-block;
    }
    
    .footer .navbar-nav > li {
        display: block;
    }
}

@media only screen and (max-width: 1600px) {
  
  .navbar {
    min-height: 0px;
    padding:10px;
    text-align: right;
    padding-bottom:4px;
  }
  
  .navbar li a {
     // padding: 12px 10px;
    font-size: 16px;
    color: white;
    text-transform: capitalize;
    margin-left:6px;
    margin-right:6px;
    margin-top:7px;
    padding-top:6px;
    padding-bottom:6px;
  }
  
  .navbar li a:hover {
    color: #ffc412;
    background-color:rgba(255, 255, 255, .15);
    border-radius: 8px;
  }
  
  .navbar li a .close {
    display: none;
  }
  
  a.close {
    display: none !important;
  }
  
  .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;
  }
  
}


@media only screen and (max-width: 1200px) {
    .main-content {
        padding-left: 16px;
    }
    
    .navbar {
        min-height: 0px;
        padding:8px;
        text-align: right;
        padding-bottom:6px;
    }
    
    .navbar li:first-child {
      display:none;
    }
    
    .navbar li:last-child {
      margin-top:5px;
    }
    
    .navbar li a {
       // padding: 12px 10px;
        font-size: 13px;
        color: white;
        text-transform: capitalize;
        margin-left:0px;
        margin-right:0px;
        margin-top:3px;
       padding:6px 9px;
    }
    
    .navbar li a:hover {
        color: #ffc412;
        background-color:rgba(255, 255, 255, .15);
        border-radius: 8px;
    }
    
    .navbar li a .close {
        display: none;
    }
    
    a.close {
      display: none !important;
    }
    
    .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;
    }
}

@media only screen and (max-width: 1000px) {

  
}

@media only screen and (max-width: 991px) {
    /* 20201120 - aroark - Swapping sidebar and content area positions in mobile view per Keri's request */
    #bodyContainer {
        width:100%;
    }
    
    .contentCapability {
      display: grid;
      width:95vw;
      margin:35px auto 0px auto;
      grid-template-columns: 1fr;
      grid-gap:15px;
      text-align: center;
      padding:25px;
    }
    
    .contentTestimonials {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap:15px;
      width:98vw;
      min-height:400px;
      margin: 25px auto 25px auto;
    }
    
    .contentSupport {
      padding:25px;
    }
    
    .navbar li:last-child {
      margin-left:auto;
      margin-right:auto;
    }
    
    .testimonialHeader {font-size:14px;font-weight: 700;}
    
    .supportContainBox {
      position:unset;
      float:none;
      margin:5px auto 5px auto;
      padding:25px;
      border-radius: 8px;
      background: #ffffffe5;
      width:95%;
      height:auto;
    }

    
    #sidebarParent {
        order: 2;
        width:100vw;
        padding: auto;
        text-align: center;
    }
    
    #newsFeedParent {width:93vw;padding-top:10px;margin-right:auto;margin-left:auto;display: inline-block;height:275px !important;text-align: left;}
    #calendarParent {width:93vw;padding-top:10px;margin-right:auto;margin-left:auto;display: inline-block;height:235px !important;text-align: left;}
    
    #contentParent {
        order: 1;
        padding:15px;
    }
    
    .table {
      width:100vw  !important;
      max-width:100vw !important;
      margin-left:-10px !important;
    }
    
    .table td {max-width:100vw !important;margin:auto !important;padding:30px;}
    
    .websiteGallery .galleryContainer {
    width:88%;margin:auto;padding:10px;
    display: grid; 
    grid-template-columns: repeat(1, 1fr); 
    grid-column-gap: 25px;
    grid-row-gap: 25px; }
    
    .slick-slide {
      display: none;
      float: left;
      height: auto;
      vertical-align: middle;
      min-height: 1px;
      text-align: center;
      padding:5px;
      background: #f8f8f8;
      width:60vw !important;
      border-radius: 6px;
      outline:none;
    }
    
    .fullWidthHeaderBox {
      margin-left:-15px;
      width:100vw;
      margin-right:-15px;
      padding:10px 15px 10px 15px;
    }
    
    .fullWidthHeaderBox h3 {line-height:1.1em;margin-top:35px;}
    
    .fullWidthFeaturesBox {
      margin-left:-15px;
      width:100vw;
      margin-right:-15px;
      padding:10px 15px 10px 15px;
    }
    .fullWidthDownloadBox {
 margin-left:-15px;
 width:100vw;
 margin-right:-15px;
 padding:10px 15px 10px 15px;
    }
    .fullWidthBox {
   margin-left:-15px;
   width:100vw;
   margin-right:-15px;
   padding:10px 15px 10px 15px;
    }
    .fullWidthContactBox {
   margin-left:-15px;
   width:100vw;
   margin-right:-15px;
   padding:10px 15px 10px 15px;
    }
    
    .fullWidthBox img {
      width:100%;
      height:auto;
    }
   
   .fullWidthDownloadBox table {width:100% !important;} 
    .fullWidthContactBox table {width:100% !important;}
    .fullWidthBox table {width:100% !important;}
    
    .content {
        padding: 15px;
    }
    
    .join-ibew-parent {
        padding-right: 0px !important;
    }
    
    .member-area-text {
        margin-left: 0px;
        text-align: center;
    }
    
    .menuSide {
        bottom: 0px;
        padding-left: 0px;
    }
    
    #memberMenu {
        border-top: 1px solid white;
    }
    
    .content {
        padding-left: 25px;
        min-height: 0px;
    }
    
    #calendarParent,
    #newsFeedParent {
        text-align: center;
        margin:auto;
    }
    
    #calendarParent > .heading,
    #newsFeedParent > .heading {
        margin-left: 0px;
    }
    
    #contentBoxAreaParent {
        padding-top: 10px;
    }
    
    .contactInfoArea > .contactInfo > .contactInfoSection:first-child {
        padding-left: 15px;
    }
    
    .contactInfoArea > .contactInfo > .contactInfoSection:last-child {
        padding-right: 65px;
    }
    
    .socialLinks {
        right: 30px;
    }
    
    .footerMenuArea {
        padding-right: 15px;
    }
    
    .footerMenuHeader {
        text-align: center;
    }
    
    .footerMenu > .navbar > .navbar-collapse > .nav {
        float: none !important;
    }
    
    .footerMenu > .navbar > .navbar-collapse > .nav > li {
        text-align: center;
    }
    
    .footerMenu > .navbar > .navbar-collapse > .nav > li > a {
        padding-left: 0px;
    }
    
    .videoHeader video {
      object-position: center;
    object-fit: fill;
    z-index:-1;
    width:100%;height:100%;
  }
  
  .videoHeader {
    width:100vw;
    height:100%;
    position:relative;
    top:0;
    left:0;
    object-position:center;
    object-fit:fill;
    background-color: black;
    text-align: center;
    overflow: hidden;
    }
    
    .calendarEvents a,
    #newsFeedParent a {
        display: inline-block;
        margin-top: 15px;
        text-align: center;
        color: #2C4060;
        background: rgba(0,0,0,0.8);
        padding: 12px 15px 12px 15px;
        color:white;
        width:98%;
        text-decoration: none;
        height:auto;
        border-radius: 8px;
        font-size: 16px;
        font-weight: bold;
    }
    
    #newsFeedParent a:hover {
      background: rgba(0,0,0,0.5);
      color:#ccc;
      
    }
    
    .FeedContainer .FeedContent .FeedItemPubDate {
      font-size:1.2em;
      display: inline-block;
      color:#acacac;
      text-align: center;
      padding: 0 0 0 0px;
      margin-left:5px;
      margin-top:0px;
      margin-bottom: 1px;
  }
  
  .bannerLogo {max-height:85%;}
    
}

@media only screen and (max-width: 767px) {
    /*
    .backgroundBox {
        overflow-x: hidden;
    }
    */
    
    #calendarParent > .body {
       height: 200px;
    }
    
    #newsFeedParent > .body,
    #newsFeedParent > .body > #FeedContainer > #FeedContent {
        height: 180px;
    }
    
    .banner {
        height: 150px;
    }
    
    .backgroundBox > .container-fluid > .header {
        position: relative;
        
    }
    
    .navbar-fixed-add-space {
        margin-bottom: 61px;
    }
    
    .navbar-fixed {
        z-index: 100;
        position: fixed;
        top: 0;
        width: 100%;
    }
    
    .member-login-parent,
    .join-ibew-parent {
        text-align: center;
    }
    
    .menuHeader {
        display: none;
    }
    
    .navbar-nav {
        padding: 0px 15px;
    }
    
    .nav > li {
        border-right: none;
        text-align: center !important;
    }
    
    .contactInfoArea > .contactInfo > .contactInfoSection:last-child {
        border-top: 1px solid white;
        padding-top: 15px;
        padding-right: 15px;
    }
    
    .contactInfoItem {
        display: inline-flex;
    }
    
    .socialLinks {
        position: relative;
        right: 0px;
        padding-left: 15px;
    }
    
    .socialLinks > a {
        display: inline-block;
    }
    
    .footerMenuArea {
        display: none;
    }
    
    .contactPageName {width:95%;}
    .contactPageAddress {width:95%;}
    .contactPageLocal {width:95%;}
    #contactPageReason {width:95%;}
    .contactPageMessage {width:95%;}
    
}

@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;
    }

    .wcLogo {left: 25px;}

    .nav > li:last-child {
        border-right: none;
        margin-right:0px;
    }

    #sideBarParent {
    object-position: center;
    width:100vw;
    }

    #calendarParent, #newsFeedParent {
        width:100%;
        margin:15px 0% 15px 0%;
        max-width: 100%;
        border: 2px solid #4d0070;
        border-radius: 8px;
    }

    .videoHeader {
        width:100vw;
        height:60vh;
        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;
    }
    
    .videoHeader .story {
        position: absolute;
        margin-top:55px;
        left:0px;
        background:rgba(0, 0, 0, 0.8);
        color:white;
        width:100%;
        padding:25px;
        height:45vh;
        padding-top:0px;
        z-index:2;
    }
    
    .videoHeader .story .headline {
        font-weight: 200;
        font-size:3.75em;
        display: inline-block;
        letter-spacing: -5px;
        margin-right:.25em;
        line-height: .35em;
        margin-top:20px;
    }
    
    .videoHeader .story .headlineBold {
        font-weight: 800;
        font-size:3.75em;
        letter-spacing:-2px;
        display: inline-block;
        text-transform: uppercase;
    }
    
    .videoHeader .story .bodyCopy {
        font-weight: 300;
        font-size:1.25em;
        display: block;
        margin-bottom:25px;
    }
    
    .videoHeader .story .actionButton {
        padding:6px;
        border-radius: 9px;
        width:90%;
        display: inline-block;
        font-size:1.1em;
        color:black;
        margin:auto;
        background-color: #ffc412;
    }

    #contactButton {
        position: fixed;
        width:40%;
        height:55px;
        bottom: 15px;
        right:10px;
        background: rgba(0, 0, 0, 0.90);
        z-index: 999;
        align-items: center;
      /*  box-shadow: 
          12px 12px 16px 0 rgba(0, 0, 0, 0.25),
          -8px -8px 12px 0 rgba(255, 255, 255, 0.3); */
        border-radius: 13px;
        display: flex;
        justify-content: center;
    }

    .contactInfoItem {
        display: inline-block;
        align-items: center;
        margin-bottom: 25px;
        padding:auto;
        width:100%;
        font-size: 1em;
        text-align: center;
        object-position: center;
    }
    
    .contactInfoItemInfoHours::before {
      content: "\A";
      white-space: pre;
    }
    
    .contactInfoItemInfoHours {
      display: inline-block;
      margin-left:0px;
    }
    
    .contactInfoItem img {
        margin-right: auto;
        margin-left:auto !important;
        display: block;
        width: 15px;
        min-width: 15px;
    }
    
    .contactInfoItemInfo {
        display: inline-block;
    }
    
    
    .contactInfoItemPhone {
        align-items: center;
        margin-bottom: 25px;
        padding: auto;
        width:100%;
        font-size: 1em;
        text-align: center;
    }
    
    .contactInfoItemPhone img {
        display: block;
        margin-right: auto;
        margin-left:auto;
        width: 15px;
        min-width: 15px;
    }

    .contactInfoItemInfoLine {
        display: block;
      text-align: center;
    }
    
    .contactIcon {
    width:32px;
    position: absolute;
    fill:white;
    }
    
    .closeIcon {
        width:32px;
        position: absolute;
        display: none;
        }
    
    #contactButtonPanel {
    position: fixed;
    width:95%;
    height:400px;
    background-color:rgba(0, 0, 0, 0.90);
    border-radius: 20px;
    bottom:85px;
    color:black;
    padding:20px;
    right:3%;
    display:none;
    -webkit-box-shadow: 5px 5px 18px 15px rgba(55,55,55,0.32); 
    box-shadow: 5px 5px 18px 15px rgba(55,55,55,0.32);
    z-index: 998;
    }

    .memberSigninPane {
        position:absolute;
        right:30%;
        display: none;
        top:82px;
        background: #ffc412;
        border-bottom-left-radius:12px;
        border-bottom-right-radius: 12px;
        width:40%;
        padding-top:4px;
        text-align: center;
        height:40px;
        color:black;
        font-size:1em;
        z-index: 1;
        -webkit-box-shadow: 5px 9px 15px -4px rgba(0,0,0,0.82); 
    box-shadow: 5px 9px 15px -4px rgba(0,0,0,0.6);
    }
}

/* Print styling */
@media print {
    .sidebar {
        display: none;
    }

    .hide-on-print {
        display: none;
    }

    a[href]:after {
        content: "" !important;
    }
}



.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: bold;
    text-align: left;
    font-size: 16px;
    text-decoration: none;
    color: #2C4060;
    float: left;
    padding: 0 0 0 0px;
    margin-bottom:10px;
    line-height: 20px;
    margin-left:5px;
}

.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 {
    font-size:1.2em;
    display: inline-block;
    color:#acacac;
    padding: 0 0 0 0px;
    margin-left:5px;
    margin-top:0px;
    margin-bottom: 1px;
}

.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%;
}

.supportContainer {
  width:100%;
  background:color(srgb 0.131 0.131 0.131);
  color:white;
  border-radius: 15px;
  padding:20px;
  margin-bottom:40px;
}

.accordion {
    background-color: #d7d7d7;
    color: #666666;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    transition: 0.4s;
    border:0px;
    margin-top:15px;
    border-radius: 13px;
  }
  
   .accordion:hover {
    background-color:color(srgb 0.079 0.079 0.079);
    color: #ffc412
  }

  .panelFaqs {
    padding: 0 18px;
    background-color: #b1b1b1;
    color:black;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    margin-top:-32px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    padding-top:32px;
  }
  
  .category {font-weight: 600;margin-bottom:-20px;margin-top:10px;}
  
  .accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    //content: "\2796"; /* Unicode character for "minus" sign (-) */
  }

/*20220110 - staylor -adding grid display */
.no-touch a.btn:hover {
    background: #00a2ad;
    box-shadow: 0px 8px 2px 0 rgba(0, 0, 0, 0.075);
    transform: translateY(-2px);
    transition: all 0.25s 0s ease-out;
  }
  .no-touch a.btn:active,
  a.btn:active {
    background: #008a93;
    box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.25);
    transform: translate3d(0, 1px, 0);
    transition: all 0.025s 0s ease-out;
  }
  div.cards {
    margin: 80px auto;
    max-width: 960px;
    text-align: center;
  }
  div.card {
    background: #ffffff;
    display: inline-block;
    margin: 8px;
    max-width: 300px;
    perspective: 1000;
    position: relative;
    text-align: left;
    transition: all 0.3s 0s ease-in;
    width: 300px;
    z-index: 1;
  }
  div.card img {
    max-width: 300px;
  }
  div.card .card__image-holder {
    background: rgba(0, 0, 0, 0.1);
    height: 0;
    padding-bottom: 75%;
  }
  div.card div.card-title {
    background: #ffffff;
    padding: 6px 15px 10px;
    position: relative;
    z-index: 0;
  }
  div.card div.card-title a.toggle-info {
    border-radius: 32px;
    height: 32px;
    padding: 10px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 32px;
  }
  div.card div.card-title a.toggle-info span {
    background: #ffffff;
    display: block;
    height: 2px;
    position: absolute;
    top: 16px;
    transition: all 0.15s 0s ease-out;
    width: 12px;
  }
  div.card div.card-title a.toggle-info span.left {
    right: 14px;
    transform: rotate(45deg);
  }
  div.card div.card-title a.toggle-info span.right {
    left: 14px;
    transform: rotate(-45deg);
  }
  div.card div.card-title h2 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.05em;
    margin: 0;
    padding: 10px;
  }
  div.card div.card-title h2 small {
    display: block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.025em;
  }
  div.card div.card-description {
    padding: 0 15px 10px;
    position: relative;
    font-size: 14px;
  }
  div.card div.card-actions {
    box-shadow: 0 2px 0px 0 #00000013;
    padding: 10px 15px 20px;
    text-align: center;
  }
  div.card div.card-flap {
    background: #d9d9d9;
    position: absolute;
    width: 100%;
    transform-origin: top;
    transform: rotateX(-90deg);
  }
  div.card div.flap1 {
    transition: all 0.3s 0.3s ease-out;
    z-index: -1;
  }
  div.card div.flap2 {
    transition: all 0.3s 0s ease-out;
    z-index: -2;
  }
  div.cards.showing div.card {
    cursor: pointer;
    opacity: 0.6;
    transform: scale(0.88);
  }
  .no-touch div.cards.showing div.card:hover {
    opacity: 0.94;
    transform: scale(0.92);
  }
  div.card.show {
    opacity: 1 !important;
    transform: scale(1) !important;
  }
  div.card.show div.card-title a.toggle-info {
    background: #ff6666 !important;
  }
  div.card.show div.card-title a.toggle-info span {
    top: 15px;
  }
  div.card.show div.card-title a.toggle-info span.left {
    right: 10px;
  }
  div.card.show div.card-title a.toggle-info span.right {
    left: 10px;
  }
  div.card.show div.card-flap {
    background: #ffffff;
    transform: rotateX(0deg);
  }
  div.card.show div.flap1 {
    transition: all 0.3s 0s ease-out;
  }
  div.card.show div.flap2 {
    transition: all 0.3s 0.2s ease-out;
  }
  


@media (prefers-color-scheme: dark) {
  body {color: white !important;background: #333 !important;}
  .FeedContainer .FeedContent .FeedItemHeader {color:white;font-weight: bold;}
  .spacer {background: #333 !important;}
  #newsFeedParent, #calendarParent {background:#555 !important;color:white; } 
  .eventTitle {color:white;}
  .eventDate {color:white;}
  #newsFeedParent > .innerHeading {color:white !important;}
  .banner {background-size: inherit;background: #1d1d1d;text-align: center;padding: 0px; }
  #contactButton {background: #191919f2;}
  #contactButton:hover {background: #575757f2;border:1px solid white;}
  //.searchPane input{background-color: #000; color:white;}
  .searchPane {
      border:2px solid #252525;
      background-color: #575757;
      color:white;
  }
  
  .fullWidthHeaderBoxTitle {color: #d5d5d5 !important;}
  
  .modal-header {color: #222;}
  
  .contentCapability {
   background: #1c1c1c; 
  }
  
  .websiteGallery {
    background: #1c1c1c;
  }

  .galleryItem {
    background: #636363;
  }
  
  .contactPageName {background: #636363;border-color: #2c2c2c;}
  .contactPageAddress {background: #636363;border-color: #2c2c2c;}
  .contactPageLocal {background: #636363;border-color: #2c2c2c;}
  #contactPageReason {background: #636363;border-color: #2c2c2c;}
  .contactPageMessage {background: #636363;border-color: #2c2c2c;}
  
  .galleryTitle {
   color:#222;
  }
  
  .mobileSearch {   background-color: #575757;
    color:white;}
  h2 {color:#7e7e7e;}
  #contentChild h2 {color:#7e7e7e;}
 .fullWidthBox {background: #ffbc12;} 
 .fullWidthContactBox {background: black;}
.accordion {
   background-color: #000000;
    color: #ffffff; 
  }
  
    .purpleH1 {
      font-weight: bold;
      color: #ffc412; 
    }
    
    .contentCapability {
      background: #111;
    }
    
    .frontPageDiv h1 {
      color:#707070;
    }
    
    .capabilityPhoto {
      
    }
    
    .contentCapability p {
      
    }
    
    .contentCapability h3 {
      color: #777;
    }
    
    .contentTestimonials > div {
      border:2px solid #ffc412; 
    }
    
    .quoteMark {
      color: #b5b5b5ff;
    }
    
    .quoteText {
      font-size: 22px;
      color:white;
    }
    
    .quoteAuthor {
      color:#ffc412; 
      font-weight: 600;
      font-size:18px;
      font-style: italic;
    }
    
    .searchResultsLink {color:#ffc412 !important;}
    .searchResultsLink:hover {color:#b58800 !important;text-decoration: underline;}
    
    .testimonialHeader {
      
    }
    
    .contentSupport {
     
    }
    
    .supportContainBox {
      background: #2c2c2ce5;
    }
    
    .supportContainBox h3 {
      color:#ffc412;
    }
    
    .quoteLocal {color:white;}
    
    .supportContainBox > p {
      
    }
}