@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,300;0,500;1,300&display=swap');

body {
  font-family: 'IBM Plex Sans', sans-serif !important;
}

.fixedBidSheet {
  width:290px !important;
  margin-top:90px !important;
}

.fixed {
  display: block;
  height: 100px;
  position: fixed;
  background: white;
  top: 0px;
  width: 100vw;
  z-index: 999 !important;
}

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

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

.CMSLinks select option {
    color: black;
}

#currentBids {
  text-align:center;
}

#currentBids .noBids {
  font-size:1.2em;
  font-style: italic;
  color:#777;
  display:block;
  margin:35px auto 35px auto;
}

#currentBids li {
  text-align: left !important;
  padding:8px !important;
}

.jobBidItem {
  display:flex;
}

.jobBidNum {
  width:35px;
  font-size:2.25em;
  text-align: center;
}
.jobComments {
display:block;
height:90px;  
}

.jobBidText {
  flex:1;
  text-align: left; 
}

.job-select {
  transform: scale(1.5);
 margin:0px 5px 0px 5px !important;
  width:fit-content;
  accent-color:#d0382b;
}

.jobBidHandle {
  width:30px;
  text-align: right;
  font-size: 1.75em;
}

.handle {
  margin-right:10px;
}

.handle:hover {
  cursor: grabbing;
}

.jobBidText {
  display: block;color:#d0382b;font-weight: bold;font-size:1.1em;margin-top: 0px;line-height: 135%;
}

.jobBidLocation {
 display: block;color:#a7a7a7;font-weight: bold;font-size:.95em;margin-top: 0px;line-height: 135%;
}

.availableJobItem {
  background: #eee;
  list-style: none;
  border-radius: 12px;
  display: flex;
  margin:15px 0px 15px 0px;
  padding:12px;
  gap:25px;
}

.aj1 {
  width:25%;
}

.aj2 {
  flex:1;
  border-left:1px solid #cbcbcb;
  padding-left:15px;
}

.ajName {
  font-weight: bold;
  color:#000000;
  font-size:20px;
  display: block;
}

.ajStart {
  color:#858585;
  font-size:16px;
  line-height: 120%;
  display: block;
}

.ajCommentsContainer {
  width:100%;
  border-top:1px solid #ccc;
  margin-top:15px;
  padding-top:5px;
  padding-bottom:15px;
}

.ajLocationContainer {
  width:100%;
  border-top:1px solid #ccc;
  margin-top:15px;
  padding-top:10px;
  padding-bottom:2px;
}

.ajCommentsLabel {
  color:#000;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  font-size:17px;
  line-height: 145%;
  margin-bottom: 5px;
  margin-top:10px;
}

.ajComments {
  font-size:16px;
  line-height:130%;
}

.jobsContainer {
  display: flex !important;
  gap:20px;
}

.ajMain {
  flex:1;
}

.ajSidebar {
  width:250px;
  border-left:1px solid #eee;
  padding-left:15px;
}

.mediaRow {
  display: grid;
  max-width:1600px;
  gap:12px;
  grid-template-columns: 1fr 1fr 1fr;
}

.insetBox {
  padding:15px 10px 15px 25px;
  border-radius: 12px;
 background-color: #adadad; /* Slightly darker than #bfbfbf */
 box-shadow: 
   inset 4px 4px 8px #9a9a9a;
   text-align: left;
  
  /* 3. The "Edge" definition */
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}

.twoFactor {
  -moz-appearance: textfield !important;
  -webkit-appearance: none !important;
  margin: 0 !important;
  width:50px;
  height:60px;
  display:inline-block;
  font-size:2.5em !important;
  color:#777 !important;
  padding:5px 0px 5px 0px !important;
}

.productOptionsInput {
  padding:5px 8px;
  display: block;
  margin-bottom:15px;
  width:100%;
}

.main-content p {
    line-height: 135%;
    font-size:15px;
}

.container {
  width:96vw;
  max-width: 1600px;
  margin-left:auto;
  margin-right:auto;
}

.container h3 {
  margin-bottom:15px;
}
.container p {
    line-height: 142%;
    font-size:15px;
    display: block;
    margin:15px auto 15px 0px;
}

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

.memberMenu2Home {display: none;clear:left;}

.memberLinks {
  text-align: right;
  padding:10px;
}

.memberTextDiv {
  font-size:.9em;
  padding-top: 15px;
  line-height: 1.1em;
}

.memberHomeMessage {
  background: #ea3323;
  border-radius: 6px;
  width:100%;
  height:50px;
  display: flex;
  padding:10px;
  margin-bottom:50px;
}

.memberHomeMessageIcon {
  width:50px;
  text-align: center;
}

.memberHomeMessageIcon img {
  width:30px;
  height:30px;
  margin:auto;
}

.memberHomeMessageText {
  color:white;
  font-weight: bold;
  font-size:16px;
  text-align: left;
  flex:1;
  padding-left:5px;
}

.memberInfoBlockOne {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:25px;
}

#membersArea > div {
  padding-right: 0px;
}
#membersArea > div > a {
  margin-top:5px;
  display: inline-block;
  padding-left: 20px;
  font-size: 24px;
  color: white;
}
.membersAreaHeaderAngle > span > img {
  position: absolute;
  z-index: 1;
}
#memberMenuArea {
  text-align: left;
  padding:0px;
  border-top: 2px solid #ea3323;
}
#memberMenuArea > div {
   /* height: 100%;*/
   width:auto;
}
#memberMenuArea > div > ul {
  display: block;
  width:100%;
  padding-left:0px;
  min-width:225px;
}
#memberMenuArea > div > ul > li {
  display: block;
  width:100%;
  margin:0px 0px 0px 0px;
  border-bottom: 1px solid #4c4c4c;
}
#memberMenuArea > div > ul > li:last-child {
  border-right: none;
  border-bottom: 0px;
}
#memberMenuArea > div > ul > li > a {
  display: block;
  width:100%;
  min-height: 35px;
  text-align: left;
  line-height: 1.2em;
  font-size:14px;
  border-radius: 8px;
  padding: 9px 4px 9px 15px;
}

#memberMenuArea > div > ul > li:hover {
  background: #ea3323;
  color:white;
  border-radius: 0px;
}

#memberMenuArea > div > ul > .dropdown {
  position: absolute;
  margin: 0px;
  height: 100%;
  width: 175px;
  min-width: 175px;
}
#memberMenuArea > div > ul > .dropdown > a {
  padding-top: 20px;
}
#memberMenuDropdown {
  top: 0px;
  visibility: hidden;
}

.cms-menu-tier-1 {
  border-radius: 0px 0px 4px 4px;
  background: #444444;
}

.cms-menu-tier-1 li a {
  color:#c8c8c8;
  text-transform: unset !important;
  font-size:14px;
}

.cms-menu-tier-1 li a:hover {
  color:#ffffff;
  background:#ea2333;
}

.navbar-right .dropdown-menu {
  right:unset !important;
}

.topRight {
  position: absolute;
  top:15px;
  right:15px;
}

 .circleButton {
  background: #bbb;
  color:#333;
  height:35px;
  width:35px;
  padding:5px;
  border-radius: 50%;
}

.circleButton:hover {
  background: #aaa;
}

.circleButton img {
  width: 25px;
  height: 25px;
  padding:2px;
  border-radius: 50%;
  object-fit: cover;
}

.spacer {
  padding-top:100px;
}

.memberAlert {
  text-align:center;
  background:#ccc !important;
  color:black !important;
}

.memberAlertBox {
  width:45%;padding:10px;display:inline-block;text-align:left;line-height:1.25em;
}

.memberButton {background: black;display:none;}

.memberLoginImg {
  height: 35px;
  margin-bottom: 4px;
  display:inline-block;
}

#LoginButton, #ForgotButton {font-size:16px !important;}

.memberMenuIcon {display:grid;grid-template-columns: 2fr 1fr;padding:7px 5px 0px 5px;margin-left:auto;width:fit-content;text-align: right;position:relative;z-index: 999;}

.memberMenuIcon:hover .memberMenuDisplay, #memberMenuArea {display: block !important;}


.memberBarRight {padding:5px 5px 0px 10px;display:none;max-width:70%;min-width:40%;margin-right:auto;text-align: left;}

.memberInfoText {
  z-index: 999;
  width:fit-content;
  display: inline;
  text-align: right;
}

.memberMenuIcon img {max-width:35px;margin-right:8px; position: relative;display: inline-block;z-index: 999;}
.accountName {font-size:17px;display: block;text-align: left;color:white;letter-spacing: -.5px;font-weight: 600;margin:-8px 0px 0px 0px;}
.accountName:hover {color: white;text-decoration:none;}
.accountCard {font-size:14px;display: block;text-transform: uppercase;color:white;letter-spacing: -.5px;font-weight: 600;display: block;margin:-7px 0px 0px 0px;}
.accountcard {font-size:14px;display: block;text-transform: uppercase;color:white;letter-spacing: -.5px;font-weight: 600;display: block;margin:-7px 0px 0px 0px;}

.memberMenuDisplay {
display:none;
position: absolute;
right:5px;
top:-5px;
background: #393939;
width:fit-content;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 997;
padding-top:60px;
padding-bottom:0px;
border-radius: 4px;
}

.menuBar {background: white;width:100%;border-bottom:1px solid #5b5b5b;}
.menuBarContainer {display: grid;grid-template-columns: 1fr 4fr;width:90vw;margin:0px auto 0px auto;max-width: 1600px;}

.memberMenu2 {display:block;width:100%;text-align: center;margin:10px 0px 25px 0px;}
.memberMenu2 a {font-size:15px;font-weight: 600;color:black; display: inline-flex;
  justify-content: center;width:auto;
  align-items: center;padding:4px 8px 4px 8px;background: #d6d6d6;border-radius: 5px;margin:5px 5px 5px 5px;min-height:35px;vertical-align: middle;height:100%;}
.memberMenu2 a:hover {color: #585858;background:#b2b2b2;}

.mobileMemberIcons {display: none;}
.memberMenu {width:auto;height:auto;display: none;padding-bottom:5px;}
.memberMenuItem {
  visibility: hidden;
}

.container {
  font-family: 'IBM Plex Sans', sans-serif;
}

.PaymentForm h3 {
  line-height: 105%;
  margin:15px auto 20px 0px;
}

.PaymentForm p {
  font-size:15px;
  line-height: 135%;
}

.sidebarDiv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:20px;
}

.sidebarDiv2 {
  display: flex;
}

.sidebarDiv img {
  width:100%;
  border-radius: 12px;
}

.recurring1 {
  flex:1;
  padding-right:15px;
  border-right:1px solid #eeeeee;
}

.recurring2 {
  width:325px;
  padding-left:15px;
}

.unionRepText {font-style: italic;display: block;line-height: 125%;margin-bottom:15px;}
.unionRepName {font-weight: bold;font-size:16px;display: block;line-height: 125%;margin:4px auto 2px 4px;color:#ea2333;}
.unionRepEmail {font-size:15px;display: block;line-height: 145%;margin:2px auto 2px 4px;color:black;}
.unionRepPhone {font-size: 14px;font-weight: 400;display: block;margin-bottom: 10px;margin:4px auto 2px 4px;line-height: 145%;}

.jobBidSummary {display: grid;grid-template-columns: 1fr 1fr 1fr;gap:20px;padding:0px;text-align: left;}
.jobBidSummary li {list-style: none;border:1px solid #ffffff;border-radius: 4px;margin:5px;padding:10px;display:flex;}
.jobBidSummaryLeft {flex:1;}
.jobBidSummaryRight {width:80px;text-align: right;}
.jobSummaryName {font-weight: bold;font-size:18px;display: block;line-height: 135%;}
.jobSummaryLocation {font-size:16px;font-style: italic;display: block;line-height: 135%;}
.jobSummaryCall {font-size:15px;display: block;line-height: 135%;}
.jobNum {font-size: 38px;font-weight: bold;float:right;position: relative;opacity: 0.5;}

#JobsDiv {
  display:flex;
}

.JobsDisplay {
flex:1;padding-right:15px;
}

.BidsDisplay {
  width:300px;
  padding-left:15px;
  border-left:1px solid #eee;
}

.eventDesc {
  line-height: 125% !important;
  font-size:16px !important;
  margin:5px auto 20px auto!important;
}
 
.eventMap {
  height:250px !important;
  border-radius:12px;
  display: block;
  margin-top:10px;
}

.eventTitle {
  font-size:38px !important;
  font-weight: bold !important;
  margin-bottom:5px !important;
}

.eventTime {
  margin:2px auto 0px 0px;
}

.eventDate {
  margin:2px auto 20px 0px !important;
  font-weight: bold !important;
  line-height: 125% !important;
  letter-spacing: -1px;
  font-size:22px !important;
}

.eventLocation {
  margin:2px auto 0px 0px;
  font-size:17px !important;
}

.eventContactHeader {
  margin:45px auto 2px 0px !important;
  font-size:15px !important;
  display: block;
  font-weight: bold;
  color:#ea3323;
  text-transform: uppercase;
}

.eventContactName {
  margin:5px auto 2px 0px !important;
  font-size:17px !important;
  font-weight: bold;
  line-height: 125% !important;
}

.eventContactPhone {
  margin:0px auto 2px 0px !important;
  font-size:16px !important;
  line-height: 125% !important;
}

.eventContactDetail {
  display: block;
  margin:2px auto 15px auto;
  color: #acacac;
}


.sidebarDiv div {
  padding:20px;
}

.fontWrap p {font-family: 'IBM Plex Sans', sans-serif !important;line-height: 26px;}
.fontWrap a {color: #be0000 !important;}
.fontWrap a:hover {color: #ea3323 !important;text-decoration: underline;}

.SlideCaption {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 30px;
    width: 30%;
    text-shadow: 0.5px 0.5px 0.5px black;
}

.mainCaption {
    color: white;
    font-size: 30px;
    font-weight: bold;
}

.subCaption {
    color: white;
    font-size: 24px;
}

.linkCaption {
    background: #004b8e;
    color: gray;
    width: inherit;
    text-align: center;
}

.linkCaption a {
    color: gray;
}

#UpdateDemo {
  display: flex;
}

.demoSide {
  padding-left:25px;  
  width:375px;
  border-left:1px solid #eeeeee;
}

.demoMain {
  flex:1;
  padding-right: 25px;
}

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

.buttonRow {
  padding-top:20px;
}

.inmemoryRow {
  font-family: 'IBM Plex Sans', sans-serif !important;
  text-align: center;
  background: #515151;
}

.memoryTop .close {
  display:none;
}

.inmemoryRow h3 {
  color:#ccc;
  line-height: 30px;
  margin-bottom:30px;
  
}
.memoryTop {display: block;margin:0px auto 0px auto;max-width: 1200px;padding-top: 15px;}
.memoryTop span {font-weight: 600;color: white;font-size: 24px;margin-top:10px;margin-left:15px;vertical-align: middle;}
.memoryTop a {color:#ffffff;background: #ff0000;border-radius: 8px;padding:8px 12px 8px 12px;margin:0px auto 0px auto;font-size: 15px;vertical-align: middle;width:150px !important;display: block;}
.memoryTop a:hover {background: #be0000;}

.viewCalLink {
  color:#ffffff;background: #ff0000;border-radius: 8px;padding:8px 12px 8px 12px;vertical-align: middle;width:150px !important;display: block;
}
.viewCalLink:hover {background: #be0000;color:whitesmoke;}

.redButton {
  color:#ffffff;background: #ff0000;border-radius: 8px;padding:8px 12px 8px 12px;margin:5px auto 0px auto;vertical-align: middle;width:fit-content !important;display: block;box-shadow: 3px 3px 4px #ccc;
}
.redButton:hover {background: #be0000;color:whitesmoke;}

.addCartButton {
  color:#ffffff;background: #ff0000;border-radius: 8px;padding:8px 12px 8px 12px;margin:35px auto 0px auto;vertical-align: middle;width:100% !important;display: block;border:0px;box-shadow: 3px 3px 4px #ccc;
}
.addCartButton:hover {background: #be0000;color:whitesmoke;}


.inmemoryButton {
  margin:-5px auto 20px auto;box-shadow: 3px 3px 4px #ccc;
}

.mobileCategoryBlock {
  display: none;
}

.blogButton {
  padding:7px 12px 7px 12px;
  border-radius: 8px;
  background:black;
  color:white;
  display: block;
  width:fit-content;
}

.blogButton:hover {
  color:lightgray;
  background: #555;
}

.blogButtonRed {
  padding:7px 12px 7px 12px;
  border-radius: 8px;
  background:#d0382b;
  color:white;
  display: block;
  margin-top:88px;
  width:fit-content;
}

.blogButtonRed:hover {
  background: #be0000;
  color:#c9c9c9;
}


.blogButtonRed img {
  width:20px;
  height:20px;
  float:right;
}

.leftButton {
  display: block !important;
  text-align: left !important;
  margin:5px auto 10px -1px;
}

.blogCategory {font-weight: bold;text-transform: uppercase;color:#d0382b;font-size:15px;display: block;line-height: 155%;margin-top:10px;}
.blogHeadline {font-weight: bold;color:black;font-size:26px;display: block;line-height: 105%;}
.blogDate {font-weight: bold;color:#acacac;font-size:16px;display: block;}
.blogStory img {padding:5px; border-radius: 8px;}
.blogStory {}
.blogLead {font-size:16px;}

.contentAreaBlog {font-family: 'IBM Plex Sans', sans-serif !important;background:white;min-height:450px;display: grid;grid-template-columns: 1fr 1fr 1fr 1fr;padding:0px 80px 0px 80px;}
.contentAreaNews {grid-column-start: 1;grid-column-end: 4;vertical-align: top;padding:20px;}
.contentAreaSidebar {min-height:300px;grid-column-start: 4;grid-column-end: 5;vertical-align: top;padding:20px;}

.blogButton {
  padding:7px 12px 7px 12px;
  border-radius: 8px;
  background:black;
  margin-top:15px;
  color:white;
  display: block;
  width:fit-content;
}

.blogButton:hover {
  color:lightgray;
  background: #555;
}

.blogButtonSideBar {
  padding:7px 12px 7px 12px;
  border-radius: 8px;
  background:black;
  margin-top:25px;
  margin-bottom:35px;
  color:white;
  display: block;
  text-align: center;
  width:100%;
}

.blogButtonSideBar:hover {
  color:lightgray;
  background: #555;
}

h4 {
  margin-bottom:10px !important; 
}

h2 {
  margin-bottom:20px !important; 
}

.backArrowCategory {
  border-radius: 4px;
  background: #ccc;
  padding:8px 14px; 
  margin:5px 0px 10px 0px;
  display: block;
  width:fit-content !important;
}

.backArrowCategory:hover {
  opacity:0.75;
}


.backArrowCategory span {
  color:#666666;
}

.backArrow {
  width: 20px !important;
  height:20px !important;
  display: inline-block;
  margin-right: 8px;
}

.catLabel {font-size:14px;font-style: italic;}
.catNameLabel {font-size:24px;color:#d0382b;font-weight: bold;display: block;margin:2px auto 0px 0px;line-height: 100%;}
.categoryHeader {padding-left:20px;}
.categoryLinks {display: block;font-weight: bold;font-size:16px;line-height: 200%;color:#d0382b;text-decoration: none;}
.categoryLinks:hover {text-decoration: underline;color:#a2170b;}

.blogStoryBox {
  flex:1;
  display: flex;
}

.blogSingleSidebar {
  width:250px;
  padding-left:25px;
  border-left:1px solid #eee;
}

.blogImage {width:100%;border-radius: 8px;display: block;height:auto;margin-bottom: 5px;}
.blogImageSingle {width:100%;border-radius: 8px;display: block;height:auto;margin-bottom: 15px;margin-left:-5px;}
.blogCategory {font-weight: bold;text-transform: uppercase;color:#d0382b;font-size:18px !important;display: block;letter-spacing: -1px;line-height: 150%;margin-top:0px;}
.blogHeadline {font-weight: bold;color:black;font-size:26px !important;display: block;margin:-2px 0px;letter-spacing: -1px;}
.blogDate {font-weight: bold;color:#acacac;font-size:18px !important;display: block;letter-spacing: -1px;margin:2px 0px 5px 0px !important;}
.blogStory img {padding:5px; border-radius: 8px;}
.blogStory {margin-bottom:15px;border-radius: 10px;background: white;padding:10px 10px 20px 10px;height:fit-content;}
.blogStory:hover {background: #eaeaea;}

.blogLead {
  line-height: 125%;margin-top:0px;margin-top:-8px;margin-bottom: 20px;display: block;
}

.blogButton {
  margin-top:10px;
}

.sidebarLink {
  font-size:16px !important;
}

.blogSide h4 {
  margin:15px 0px;
}

.blogSingle {font-family: 'IBM Plex Sans', sans-serif !important;padding: 0px 25px 15px 25px;flex:1;}
.blogSingle p {font-size:16px;line-height: 135%;}
.blogSingle span {font-size:16px;}
.blogSingle h2 {font-size:32px;text-transform: uppercase; 105%;}
.blogSingle .blogHeadline {font-size:42px !important;letter-spacing: -1px;margin-bottom:10px;display: block;}

.sidebarHeadline {color:#d0382b; line-height: 130%;}
.sidebarHeadline:hover {color:#a2170b;text-decoration: underline;}

.catLink {
  padding:4px 0px;
  letter-spacing: -1px;
  font-weight: bold;
}

.blogHeadlineSideBar {font-weight: bold;color:black;font-size:22px;margin-top:0px;display: block;line-height: 30px;}

.backLink {display: block;font-size:16px;color:#d0382b;font-weight: bold;margin-top:25px;margin-bottom:25px;letter-spacing: -1px;}

.blogButton img {
  width:25px;
  height:25px;
  float:right;
}

.blogBlock {
  display:flex;
}

.blogSide {
  width:250px;
  padding-right:15px;
  border-right:1px solid #eeeeee;
}
.blog {flex:1;}
.blogTopStory {
  flex:1;
  padding:15px;
}

.blogSecondary {
  width:300px;
}

.blogRow1 {
  display: flex;
  padding:15px 15px 0px 15px;
}

.blogRow2 {
  border-top:1px solid #eeeeee;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding:15px 15px 15px 0px;
  margin-left:15px;
  gap:20px;
}

.blogRow3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding:15px 15px 15px 0px;
  margin-left:15px;
  gap:20px;
}

.productTag {display: inline-block;margin:8px 5px 8px 5px;border-radius: 8px;padding:4px 9px 4px 9px;background: #f2f2f2;color:# #929292;}


.shopImageSingle {width:auto;max-width:100%;border-radius: 8px;height:auto;max-height: 450px;display: block;margin: 15px auto 15px auto;}

.shopDesc {font-weight: bold;color:#9d9d9d;font-size:14px;display: block;}

.imageSwitcher {
  width:100%;
  height:100px;
  overflow-x: scroll;
  overflow-y: none;
  margin:10px 0px 25px 0px;
}

.imageBlock {
  width:95px;
  margin:3px 5px 2px 5px;
  height:95px;
  display: inline-block;
}

.imageBlock img {
  width:90px;
  height:90px;
  border-radius: 8px;
}

.shop {flex:1;}

.shopRow1 {
  display: grid;
  padding:15px;
  grid-template-columns: 1fr 1fr 1fr;
  gap:15px;
}

.shopRow2 {
  border-top:1px solid #eeeeee;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding:15px;
  margin-left:15px;
  gap:15px;
}

.shopHeader {
  padding:25px 0px 5px 30px;
  display: block;
  color:#888;
}

.shopHeader h3 {
  font-size:28px;
}

.cartHeaderBlock {
  display: flex;
  vertical-align: middle;
  margin:15px 0px 15px 0px;
}

.cartIcon {
  display: block;
  width:40px;
  height:40px;
  vertical-align: middle;
}

.cartText {
  flex:1;
  vertical-align: middle;
}

.cartHeaderText {
  margin-top:0px;
  font-size:16px;
  font-weight: bold;
  display: block;
  line-height: 135%;
  color:black;
}

.cartHeaderSubText {
  margin-top:0px;
  font-size:14px;
  font-weight: Normal;
  display: block;
  line-height: 135%;
  color:#8f8f8f;
}

.sideBarIcons {width:45px;clear:left;float:right;position: relative;margin-top:2px;margin-right:25px;}

.memoryName {
  color:white;
  font-weight: bold;
  font-size: 18px;
  margin-bottom:6px;
  line-height: 20px !important;
}

.memoryDate {
  color:white;
  line-height: 20px;
  font-size: 16px;
}

.memoryLink {
  color:black;
  display: block;
  line-height: 20px;
  text-decoration: underline;
  font-size:14px;
  margin:8px auto 5px auto;
  border-radius: 8px;
  padding:6px 10px 6px 10px;
  width:fit-content;
  background: #e5e5e5e6;
  
}

.memoryContainer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.memoryItem {
  margin:10px 0px 25px 0px;
}

.memoryItem2 .memoryName {
  color:black;
  font-weight: bold;
  font-size: 18px;
  margin-bottom:2px;
  line-height: 26 px !important;
}

.memorySlider {
  width:90%;
  margin:20px auto 10px; auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:15px;
}

.memoryItem2 .memoryDate {
  color:black;
  line-height: 24px;
  font-size: 16px;
}

.memoryItem2 .memoryLink {
  color:#4A4A4A;
  display: block;
  text-align: left;
  line-height: 20px;
  text-decoration: none;
  font-weight: bold;
  font-size:14px;
  margin:8px auto 5px 0px;
  border-radius: 8px;
  padding:6px 10px 6px 10px;
  width:fit-content !important;
  background: #c3c3c3e6;
  
}

.memoryBox {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap:10px;
}

.memoryPhoto {
  width:100px;
  border-radius: 6px;
  animation: animate__fadeInLeft;
  animation-duration: 2s;
}

.memoryItem2 {
  margin:10px 0px 25px 0px;
  padding:10px;
  text-align: left;
  background: white;
  border-radius: 8px;
}

.memoryItem2:hover {
  background: #F4F4F4;
}

.modernIcons {width:35px;max-width:35px;margin:5px auto 5px auto;display: block;}
.modernIcons2 {width:35px;max-width:35px;margin:5px 10px 5px 0px;display: inline-block;}

.socialIcon {
  animation: animate__fadeInLeft;
  animation-duration: 2s;
}

.jobsGridContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:20px;
}

.biddingControls {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap:10px;
  margin-top:20px;
}

.jobLocationBox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:10px; 
  margin:10px 0px 10px 0px;
}

.jobLocationBox div {
 text-align: center; 
}

.jobSecondaryBox {
  border-radius: 8px;
  background: #e4e4e4;
  margin:10px 0px 10px 0px;
  border:1px solid #dadada;
  color:white;
  text-align: center;
  padding:10px;
}

.jobFrameSecondaryText {
  color:#373737;
  font-weight: bold;
  letter-spacing: -0.5px;
  display: block;
}

.jobFrameSecondaryValue {
  color:black;
  display: block;
  font-size: 1.5em;
  letter-spacing: -0.5px;
  line-height: 110%;
}

.jobFrame {width:calc(100% - 0px);background: #efefefff;border-radius: 6px;min-height:250px;margin:5px 0px 5px 0px;padding: 20px 10px;}

.jobFrameTitle {font-size:28px;font-weight: bold;letter-spacing: -1px;position: relative;top:0px;left:0px;display: block;line-height: 110%;color:#d0382b;}

.jobFrameDate {font-size:16px;font-weight: bold;letter-spacing: -1px;position: relative;top:0px;left:0px;display: block;margin-bottom: -40px;}

.jobFrameCallType {font-size:22px;font-weight: bold;letter-spacing: -1px;color: #a7a7a7;line-height:150% !important;display: block !important;margin-bottom: 15px;}

.jobFrameDetails {font-size:17px;font-weight: normal;letter-spacing: -1px;color: #282828;margin-top:10px;}

.jobFrameDetailBox h4 {font-size:18px !important;color:black;margin-bottom: 10px;}

.jobFramePeople {font-size:16px !important;color:black;margin-right:40px;}

.jobFrameDuration {font-size:16px !important;color:black;}

.jobFrameComments {font-size:16px;font-weight: normal !important;letter-spacing: -0.5px;line-height: 135%;color: #3b3b3b;margin-top:10px;background-color:unset;}

.jobFrameMainBox {width:100%;float:left;height:100%;margin-top:-25px;padding:25px 10px 10px 10px;}

.jobFrameCallType {
  display:block;
}

.jobFrameSubhead {
  display: block;color:#d0382b;text-transform: uppercase;font-weight: bold;font-size:1.1em;margin-top: 10px;
}

.jobSecondary {
  display: grid;
  width:100%;
  grid-template-columns: 1fr 1fr 1fr;
  gap:10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.jobFrameDetailBox {height:100%;padding:10px;padding-left:20px;margin-top:0px;}

.btn-group-justified {width:100%;}

.memberAlert {
  text-align:center;
  background:#ccc !important;
  color:black !important;
}

.memberAlertBox {
  width:45%;padding:10px;display:inline-table;text-align:left;line-height:1.25em;font-size:16px;
}

.memberAlertLeft {
  display: table-cell;width:15%;padding:5px;vertical-align: middle;
}

.memberAlertRight {
  display: table-cell;width:82%;padding:5px;vertical-align: middle;
}

.memberButton {background: black;display:none;}

.memberLoginImg {
    height: 35px;
    margin-bottom: 4px;
    display:inline-block;
    margin-right:10px;
}

.homeNews {
  list-style: none;
  margin-left:0px;
  padding-inline-start: 0px !important;
  padding-inline-end: 0px !important;
}

.homeNews li .homeNewsTitle {
    font-weight: bold;
    margin-top:5px;
    font-size:17px;
    line-height:20px;
    display: block;
    color: #2e2e2e;
}

.homeNews li .homeNewsTitle:hover {
  text-decoration: underline;
}

.homeNews li .homeNewsDate {
    font-style: italic;
    color: #000000;
    font-size:15px;
}

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

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

.loginAlertBox .logButton {
  width:100% !important;
 background:#ea3323;
  color:white;
  padding:10px 2px 10px 2px;
  margin-top:20px;
  font-weight: 600;
  font-size: 18px;
}



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

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

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

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

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

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

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

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

.memberTab {position: absolute;top:125px;display: block;left:15px;border-radius: 8px;background: #070707eb; color:white;padding:10px;text-align: left;}


.ptHeader {font-weight:bold;margin-bottom:5px;}

.ptLabel {
  font-size:20px;font-weight:300;letter-spacing: -1px;
}

.ptDate {
 font-size:28px;font-weight:500;line-height: 30px;letter-spacing: -1px;
}

.ptAmount {
 font-size:32px;font-weight:600;padding-top:10px;letter-spacing: -1px;
}

.paySquare {
  margin-bottom:10px;
  max-width:150px;
  height:225px;
  display:inline-block !important;
  margin-right:15px;
  position: initial !important;
  vertical-align:middle;
  padding:10px 10px 10px 10px !important;
  border-radius:8px;
}

.duesBigButton {
background: #eee;
display: block !important;   /* make it behave like a block card */
height: 275px !important;    /* fixed height */
white-space: normal !important; /* allow wrapping */
text-align: center;          /* center text horizontally */
vertical-align: middle;      /* helps align inline content */
overflow-wrap: break-word;   /* break long words if needed */
line-height: 1.2em;
border-radius: 8px;
padding:20px !important;
width:95%;padding:5px;margin-bottom:10px;
max-width:215px;
}

.duesBigButton.active {
  background: #cbcbcb;
}

.rightSidebarLink {
  font-size:16px;
  margin-top:20px;
  display: block;
  color:#ea3323;
  line-height: 135%;
}

.rightSidebarLink:hover {
  text-decoration: underline;
  color:#a2170b;
}

.historyTable {width:100%;}

.historyTable th {
  background: #a4a4a4;
  color:white;
  font-weight: bold;
  padding:10px;
}

.historyTable td {
  padding:10px;
  color:black;
}

.historyTable tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.historyTable tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.duesHistoryBox {display: block;margin:15px 3px 15px 3px; border-radius: 8px;border:1px solid #eee;padding:15px;}
.duesHistoryTitle {font-weight: bold;font-size:14px;color:#444;display: block;line-height:115%;}
.duesHistoryAmount {font-weight:500;color:#ea3323 !important;font-size:16px;display: block;line-height:115%;}
.duesHistoryDate {font-weight: normal;color:black;display: block;line-height:145%;}

.duesPayImage {
  width:75%;
  padding:15px;
}

.duesPayLabelTop {
  text-transform: capitalize !important;
  font-weight: bold;
  font-size:15px;
  display: block;
  color:#4a4a4a;
}
.duesPayLabel {
  text-transform: capitalize !important;
  font-weight: bold;
  color:black;
}

.duesPayAmountLabel {
  font-style: italic;
  text-transform: capitalize !important;
  font-size: 32px;
  letter-spacing: -1px;
  margin-top:20px;
  display: block;
  color:#333;
}

#deathBenefitsSelect {width:260px !important;margin-bottom:15px;}

.input-group-addon {
  padding:6px;
}

.redMenuRow {
  background-color: #ea3323;
  margin:0px -15px 0px -15px;
  color:white;
  padding:14px;
  text-align: center;
  font-weight: 700;
  font-size: 1.1em;
  height:84px;
  display: block;
}

.memberBarBlock {
  border-radius: 5px;
  padding:10px 12px 10px 12px;
  display:inline-block;
  margin-right:4px;
  margin-left:4px;
  font-size: 20px;
  font-family: 'IBM Plex Sans', sans-serif;
}
.memberBarBlock:hover {
  background: rgba(255, 255, 255, 0.15);
}

 .appLink, .memberLoginText {
     color:white;
     font-size: 18px;
     letter-spacing: -1px;
 }
 
 .memberLoginText, .appLink:hover {
   color:white;
 }
 
 .duesBarIcons {width:40px;margin-left:10px;margin-top:-8px;display: inline-block;}
 
 .duesFlexContainer {
   display: flex;
 }
 
 #PayOptions {
   display: flex;
   gap:10px;
   text-align: left;
   width:100%;
   flex-wrap: wrap;
 }
 
 #CustPayOptions {
   width:250px;
   text-align: left !important;
   padding-left:15px;
 }
 

.memberTextDiv {
    font-size:.9em;
    padding-top: 15px;
    line-height: 1.1em;
}



.btn-default:after {-webkit-transition: unset !important;transition: none !important;}

.videoHeader {
    width:100vw;
    height:525px;
    position:relative;
    top:0;
    left:0;
    object-position:center;
    object-fit:cover;
    background-color: black;
    text-align: left;
    overflow: hidden;
    font-family: 'IBM Plex Sans', sans-serif;
    }

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

.videoHeader .story {
    position: absolute;
    right:50px;
    top:200px;
    height:285px;
    background:rgba(0, 0, 0, 0.8);
    color:white;
    width:455px;
    padding:5px 25px 25px 25px;
    border-radius: 8px;
    z-index:2;
}

.videoHeader .storyLogoBox {
    position: absolute;
    right:50px;
    top:30px;
    height:150px;
    background:rgba(0, 0, 0, 0.8);
    color:white;
    width:455px;
    padding:25px;
    border-radius: 8px;
    z-index:2;
}

.videoHeader .storyLogo {
  max-width:100%;
  max-height:150px;
  text-align: left;
}

.videoHeader .story .headline {
    font-weight: 200;
    font-size:4.75em;
    display: inline-block;
    letter-spacing: -5px;
    line-height: .35em;
    margin-top:20px;
}

.videoHeader .story .headlineBold {
    font-weight: 800;
    font-size:4.75em;
    padding-left:0px;
    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:8px 12px 8px 12px;
    border-radius: 9px;
    width:auto;
    display: inline-block;
    font-size:1.1em;
    color:white;
    margin:auto;
    background-color: #ea3323;
    text-decoration: none;
}

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

.currency{
  font-size:.5em;
  vertical-align:text-top;
}

.payDuesImage {
  float:left;
  clear:right;
  max-width:90px;
  display:inline-block;
  padding:20px 15px 20px 15px;
}

#socialLinks {
  top:12px;
  left:12px;
  z-index:999;
  display: inline;
   position: fixed;
}

#socialLinks img {
   width:40px;
   padding:2px;
   border-radius: 35px;
  // background: white;margin-left:5px;
   cursor: pointer !important;
}

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

#contactLinks {
  top:12px;
  right:12px;
  z-index:999;
  display: inline;
   position: fixed;
   text-align: right;
}

#contactLinks img {
   width:40px;
   padding:2px;
   border-radius: 35px;
  // background: white;margin-left:5px;
   cursor: pointer !important;
}

#contactButton {
    position: fixed;
    width:65px !important;
    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;
    }
    
.memberMenuBarBlock {
      border-radius: 5px;
      padding:5px 9px 4px 12px;
      display:inline-block;
      margin-right:4px;
      margin-left:4px;
      margin-top:1px;
      font-weight: bold;
      color:white;
      font-size: 13px !important;
      font-family: 'IBM Plex Sans', sans-serif;
    }
    .memberMenuBarBlock:hover {
      background: rgba(255, 255, 255, 0.25);
      cursor:pointer;
    }
    
    .duesMenuBarIcons {
      width:35px !important;margin-left:10px;margin-top:-6px;display: inline-block;}

#contactButtonPanel {
position: fixed;
font-family: 'IBM Plex Sans', sans-serif;
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 {
  font-family: 'IBM Plex Sans', sans-serif;
    position: absolute;
    height:42px;
    background-color: #ea3323;
    color:white;
    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:10px;
    padding-left:15px;
}

#contactButtonPanel .contactBody {
  font-family: 'IBM Plex Sans', sans-serif;
    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:8px;font-size: 1em;}
#contactButtonPanel .contactBody .contactAddress {width:100%;padding:8px;border-radius: 16px;margin-bottom: 10px;height:45px;padding-left:8px;font-size: 1em;}
#contactButtonPanel .contactBody .contactMessage {width:100%;padding:8px;border-radius: 16px;margin-bottom: 10px;height:100px;padding-left:8px;font-size: 1em;}
#contactButtonPanel .contactBody .contactSubmitButton {width:100%;padding:10px;background-color:#ea3323;color:white;border-radius: 12px;border-width: 0px;font-size: 1em;font-weight: 700;}
#contactButtonPanel .contactBody .contactSubmitButton:hover {background-color:#ae180b;color:white;}

.duesContainer {
  display: flex;
}

.duesLeft {
  flex:1;
  max-width:1200px !important;
  padding:15px;
}

.duesRight {
  width:325px;
  padding-left: 25px;
  border-left:1px solid #eeeeee;
}

.secureDocsContainer {
  display: flex;
}

.secureDocsBrowser {
  flex:1;
  padding:15px;
}

.secureDocsListing {
  width:325px;
  padding-right: 20px;
  border-right:1px solid #eeeeee;
}

.secureDocsCategoryBox {
  margin-top:25px;
}

.secureDocsCategoryItem {
  display: block;
  width:100%;
  margin:10px 0px 10px 0px;
  line-height: 125%;
  background: #eaeaea;
  border-radius:15px;
  padding:15px 10px 15px 10px;
}

.secureDocsCategoryItem:hover {
  background: #ececec;
}

.secureDocsCategoryItem a {
  color:#ea3323;
  display: block;
  font-weight: bold;
  font-size: 15px;
}

.resignContainer {
  display: flex;
}

.resignLeft {
  flex:1;
  padding:15px;
}

.resignRight {
  width:325px;
  padding-left: 25px;
  border-left:1px solid #eeeeee;
}

.resignBigButton {
background: #eee;
display: block !important;   /* make it behave like a block card */
width: 225px !important;     /* fixed width */
height: 275px !important;    /* fixed height */
white-space: normal !important; /* allow wrapping */
text-align: center;          /* center text horizontally */
vertical-align: middle;      /* helps align inline content */
overflow-wrap: break-word;   /* break long words if needed */
line-height: 1.2em;
border-radius: 8px;
padding:20px !important;
}

.resignHistoryBox {display: block;margin:15px 3px 15px 3px; border-radius: 8px;border:1px solid #eee;padding:15px;box-shadow: 3px 3px 4px #eee;}
.resignHistoryTitle {font-weight: bold;font-size:14px;color:#444;display: block;line-height:115%;}
.resignHistoryBook {font-weight:500;color:#ea3323 !important;font-size:16px;display: block;line-height:115%;}
.resignHistoryDate {font-weight: normal;color:black;display: block;line-height:145%;}

.resignBookImage {
  width:75%;
  padding:15px;
}

.resignBookLabel {
  text-transform: capitalize !important;
  font-weight: bold;
  color:black;
}

.resignBookPositionLabel {
  font-style: italic;
  text-transform: capitalize !important;
  font-size: 14px;
  margin-top:10px;
  display: block;
  color:#333;
}

.accountBookContainer {
  display: flex;
}

.footerLogo {
width:100px;
}

.footer {
  background: #333333;
  margin-left:0px;
  padding:25px;
}

.footerContainer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap:20px;
  width:90vw;
  margin:0px auto 15px auto;
}

.footerBottom {
  width:100vw;
  text-align: center;
  height:fit-content;
  padding:25px;
  color:white;
  background: black;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:5px;
  font-size:14px;
}

.footerBottom .div1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
}

.footerCopyBox {
  text-align: left !important;
  padding-left:20px;
  margin-top:auto;
}

.footerCopyright {
  display: block;
  color:white;
  font-size:16px;
  font-weight: bold;
  line-height: 125%;
  margin:auto auto 2px 0px;
  margin-top:auto !important;
}

.footerCopyright2 {
  display: block;
  color:#ccc;
  font-size:14px;
  line-height: 125%;
  margin:2px auto 2px 0px;
}

.footerBottom img {
  width:150px;
  display:block;
  margin:0px auto 0px auto;
}

.footerBottom p {
  margin-bottom:3px;
}

.footerBottom a {
  color:#ea3323;
  margin-top:5px;
  display:block;
}

.footerSubhead {
  font-size: 12px;
  display: block;
  width:100%;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom:1px;
  line-height: 135%;
}

.footerEmailLink {
  text-transform: lowercase !important;
  font-size:14px !important;
  font-weight: normal !important;
  margin: 1px auto 10px 0px;
  display: block;
  line-height: 110% !important;
}

/*---footer----*/
.footer {
  width:100%;
  margin:0;
  padding: 30px 0px 30px 0px;
}
.footer > div {
  //position: relative;
}

.copyrightLink {color:white;text-decoration: none;}
.copyrightLink:hover {color:rgb(224, 224, 224);text-decoration: underline;}

.bottomFooter {
  height:45px;
font-size:15px;
text-align: center;
padding:5px;
  background:#1d427e;
  color:white;
  width:100%;
}

.logoColumn {
  max-width:6%;
  vertical-align: top;
  margin-left:40px;
  text-align: right;
display:inline-block;
padding:5px 10px 5px 10px;
}

.logoColumn img {width:90%;}

.footerColumn {
  vertical-align: top;
text-align: left;
padding:15px;
color:white;
}

.footerHeader {text-transform: uppercase;font-weight: 700;font-size:20px;line-height:120%;color:white;display:block;}
.footerColumn p {font-weight: 400;font-size:18px;line-height: 19px;margin-top:5px;}
.footerMap {width:auto;max-width:300px !important;border-radius: 8px;}

.footerColumn img {max-width:200px;text-align: center;margin:15px auto 15px auto;}
.footerColumn a {color:white;text-transform:uppercase;font-weight: 400;font-size:14px;line-height: 29px;}
.footerColumn a:hover {text-decoration: underline;color: #ececec;}

.footerColumn .cms-delimited-menu {
  margin-top:10px;
  display: block;
}

.footerColumn .cms-delimited-menu a {
  color: #ce4845;
  display: block; /* Ensures full width */
  line-height: 110%;
  padding: 5px 0px 5px 0px;
  position: relative; /* Needed for absolute positioning of the pseudo-element */
}

.footerColumn .cms-delimited-menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; /* Full width */
  height: 1px; /* Thickness of underline */
  background-color: white;
}

.footerColumn .cms-delimited-menu br {
  display: none;
}

.footerSocial img {
  width:45px;
  margin:4px;
  height:45px;
}

.footerSocial img:hover {
  opacity:  0.75;
}

.addressBox {
  min-width: 400px;
}
.addressBox > p {
  position: relative;
  left: 30px;
  margin: 0px;
  font-size: 24px;
}
.addressBox > p > span {
  float: left;
}
.addressBox > p > span > span > img {
  margin-left: 50px;
  float: left;
  height: 100px;
  width: 100px;
}
#companyAddressFooter {
  min-width: 400px;
  line-height: 1em;
}
#companyAddressLine1Footer, #companyAddressLine2Footer, #companyAddressLine3Footer {
  margin-left: 30px;
  position: relative;
  top: -9px;
}

.shopHero {
  width:calc(100% - 60px);
  border-radius: 12px;
  margin-left:30px;
  display: block;
}

.mapSubItem1 {
 flex:1;
 padding:10px;
}

.mapSubItem2 {
 flex:1;
 padding:10px;
}

.RepName {
  display: block;font-weight: bold;font-size: 14px;color: #ea2333;margin-top:2px;line-height: 140%;
}

.RepPhone {
  display: block;font-weight: bold;font-size: 14px;color: #787878;line-height: 140%;
}

.RepEmail {
  display: block;font-weight: bold;font-size: 13px;color: #2b2b2b;line-height: 180%;
}

.mapItemLogo {width:180px;}
.mapAreaInner {display: flex;
  margin:10px auto 35px auto;
  max-width:1600px;
}

.mapHeader {
  max-width: 1600px;
  margin:70px auto 10px auto;
  display: block;
  padding:0px 10px 0px 10px;
}

.mapHeader h3 {
  line-height: 90% !important; 
  display: block !important;
}

.mapAreaMain { flex:1;
  padding:0px 20px 15px 10px;}
.mapAreaSidebar {
  width:325px !important;
  padding-left: 10px;
  border-left:1px solid #eeeeee;}
  
.mapListing {display: grid;gap:15px;grid-template-columns: 1fr 1fr 1fr;margin-bottom:15px;}
.mapItemBold {display: block;font-weight: bold;margin-top:10px;font-size: 16px;color: #ea2333;}
.mapItemText {display: block;margin-top:2px;font-size: 14px;display: block;line-height: 115%;}
.mapItemContact {display: block;margin-top:8px;font-style: italic;font-weight: normal;}
.mapItem {display: block;line-height: 1.5em;border:1px solid #eeeeee;padding:14px 12px 14px 12px;border-radius: 12px;box-shadow: 3px 3px 4px #eee;}
.mapItem:hover {opacity: 0.75;}

.mapItemWeb {color:#ae180b;text-decoration: underline;margin-top:15px;font-size: 15px;display: block;}
.mapItemWeb:hover {color:#320400;}
  
.memberContainer {width:100%;grid-template-columns: 2.5fr 1fr;display: flex;}
.memberBody {flex:1;padding-right:25px; border-right:1px solid #eeeeee;}
.memberFeed {width:325px;padding-left:25px;}

.memberFeedText {font-size:1.2em;line-height: 1.45em;}
.memberFeedHeadline {color:#ea3323;letter-spacing: -1px;margin:5px 0px 5px 0px;display:block;line-height:120%;font-size:20px;font-weight: bold;}
.memberFeedHeadline:hover {color:#ae180b;text-decoration: underline;}
.memberFeed img {width:auto !important;height: auto !important;max-width:100% !important;display: block;border-radius: 6px;}

.accountBody, .booksBody {font-family: 'IBM Plex Sans', sans-serif;}

.memberFeedEntry {
  display: block;
  height:fit-content;
}

.memberLink {color:#ea3323;}
.memberLink:hover {color:#ae180b;text-decoration: underline;}

.memberHeaderBox {
  display: flex;
}

.memberHeaderBoxText {
  flex:1;
}

.memberHeaderBoxLink {
  vertical-align: baseline;
  text-align: right;
  flex-direction: column;
  display: flex;
  margin-top:auto;
  min-height: 100%;
}

.memberHomeLinkButton {
  float:right;
  clear:left;
}

.memberHomeLinkText {
  font-size:15px;
  padding-right:15px;
  text-align: right;
}

.memberHomeLinkImage {
  width:28px;
  padding:2px;
}

.booksSubDiv {
  margin-left:15px;
  padding-left:15px;
  border-left:1px solid #c7c7c7;
  padding-right:20px;
}

.bookLabel {
  color:#ea3323;
}

.bookLabelText {
  font-weight: normal;
}

.grayButton {
  color:#3f3f3f;background: #cfcfcf;border-radius: 8px;padding:8px 12px 8px 12px;margin:auto 0px 0px auto;vertical-align: bottom;display: flex;margin-top:auto;}
  
.grayButton:hover {background: #aaa;cursor: pointer;}

.grayButton .memberHomeMessageIcon {
  width:40px;
}

.grayButton .memberHomeLinkText {
  flex:1;
}

.nextPayDateLabel {
  color:#ea3323;
  font-weight: bold;
  font-size: 15px;
}

.memberHeader {text-transform: uppercase;font-size: 17px;color:#ea3323;display: block;margin:20px auto 0px 0px;}
.accountHeader {text-transform: uppercase;font-size: 17px;color:#ccc;line-height: 155%;display: block;margin-bottom: 15px;}
.accountSubHead {font-size:24px;letter-spacing:-1px;font-weight:bold;}
.accountCardHeader {font-size: 21px;color: #ea3323;line-height: 110%;letter-spacing: -.5px;display: block;}
.accountNameHeader {font-size:50px;letter-spacing: -1px;line-height: 110%;display: block;}
.accountInfo {font-size: 16px;width:100%;display: inline-block; vertical-align: top;}
.booksBody {font-size: 14px;width:100%;display: inline-block;vertical-align: top;}

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

.accountBoxHeader {
  font-weight: bold;font-size:17px;line-height: 165%;color: #252525;margin-bottom: 5px;display: block;
}

.accountBoxText {
  font-weight: normal;line-height: 142%; font-size:15px;color:#636363;display: block;margin:2px auto 2px 0px;
}

.bookLabel {
  display: block;
}

.bookLabelText {
  color:#ea3323;
}

.positionLabel, .strikeLabel {
  display: inline-block;
  color:#9c9c9c;
  padding-right:5px;
}

.memberText {font-size:16px;letter-spacing: -.5px;}

.memberActions {width:auto;margin-right:-25px;height:auto;min-height:35px; background: color(srgb 0.909 0.909 0.909);margin:25px -25px 25px -25px;padding:20px;}
.accountLinks {border-radius: 8px;background:#ea3323;color:white;padding:9px 12px 9px 12px;font-size:14px;position:absolute;top:15px;right:15px;}
.accountLinks:hover {background: #be1a0c;color:white;}

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

.accountIcon {max-width:35px;margin-right:8px;}
.accountName {font-size:16px;vertical-align: middle;}

.orangeBox {
  width:42%;display: inline-block !important; float:none;
  height:150px;
}

.redBox {
  width:42%;display: inline-block !important;float: none;
  height:150px;
}

.contactLinksIcon {
  width:30px;vertical-align: middle;
}



/* ==========================================================================
   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 !important;
    font-family: sans-serif;
    height: 100%;
}


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

h3 {font-size: 3em;}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.backgroundBox {
    overflow-x: hidden !important;
}

.logo {
    padding: 5px;
    height: 150px;
}

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

.eventMemberBlock {
  margin-top:20px;
  display: block;
}

.eventsSidebar h5 {
  margin:15px 0px 15px 0px;
}

.eventsSidebar p {
  color:#666666;
  letter-spacing:0px !important;
  font-weight: normal;
}

.eventMemberItem {
  margin-bottom:15px;
}

.eventMemHeadline {font-weight:  bold;font-size: 15px;color: #ea3323;letter-spacing: -.5px;display: block;margin:2px auto 2px 0px;line-height: 125%;}
.eventMemDate {font-size:14px;color:#344;display: block;margin:2px auto 2px 0px;line-height: 125%;}
.eventMemLocation {color:#9c9c9c;display: block;margin:2px auto 2px 0px;line-height: 125%;}

.banner {
    background: url(/images/header.png) center center no-repeat;
    background-size: cover;
    color: white;
}

#bannerText {
    position: relative;
    top: 23px;
}

#bannerText h3 {
    color: white;
}

#OperationFootballBanner {
    overflow: hidden;
    background: linear-gradient(#EA5F0A, yellow);
    min-height: 125px;
}

.operationFootballBannerContent {
    position: relative;
    margin: auto;
    max-width: 1250px;
}

.operationFootballBannerTextLeft,
.operationFootballBannerTextRight {
    margin-top: 15px;
    max-width: 500px;
}

.operationFootballBannerTextLeft {
    float: left;
}

.operationFootballBannerTextRight {
    float: right;
    margin-bottom: 5px;
    margin-left: 9px;
    max-width: 465px;
}

.operationFootballBannerText {
    color: white;
    line-height: 1.2em;
    font-family: "Arial";
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
}

.operationFootballBannerTextItalic {
    font-style: italic;
    font-size: 24px;
}

.textAlignRight {
    text-align: right;
}

.textAlignLeft {
    text-align: left;
}

.operationFootballBannerArrow {
    float: right;
    margin-top: 47px;
}

.operationFootballBannerImage {
    margin: auto;
    width: 188px;
}

.operationFootballBannerImage > img {
    height: 125px;
}

.homeLink {
    font-size: 30px;
    font-weight: bold;
    font-family: sans-serif;
}

/*---header---*/
nav {
    font-size: 14px;
  /*  -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;*/
    color: #FFF !important;
    background: #000 !important;
}

a {
  -moz-transition:none !important;
  -o-transition:none !important;
  -webkit-transition:none !important;
  transition:none !important;
}

.redLine {
    width: 100%;
    height: 3px;
    background: #ea3323;
    margin: 10px 0px;
}

.socialText {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    color: #ea3323;
}



.socialIcon:hover {
    cursor: pointer;
    opacity: .5;
}

.whatsNew {
    text-align: center;
    color: #ea3323;
}

.whatsNew .heading {
    background: #ea3323;
    font-size: 20px;
    color: #eee;
    font-weight: bold;
    text-transform: uppercase;
    margin:-15px -10px 10px -25px;
    padding:5px 5px 5px 25px;
    border-radius: 12px 12px 0px 0px;
}

ul.memberMenu li {
    display: inline;
    padding: 0 10px;
    font-family: 'IBM Plex Sans', sans-serif !important;
    font-size:14px;
}

ul.memberMenu li a {
    color: white;
}

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

.localContact {
    padding: 8px;
    position: relative;
    float: right;
}

.localContact a {
    color: #ffffff;
    text-shadow: 1px 1px 1px black;

}

.calendarEvents .eventItem {
    line-height: 18px;
    margin-bottom: 10px;
}

.calendarEvents .eventTitle {
    font-weight: bold;
    margin-top:5px;
    font-size:16px !important;
    color: #2e2e2e;
}

.calendarEvents .eventDate {
    font-weight: bold;
    color: #ff0000;
    font-size:14px !important;
}

.eventsContainer {
  display: flex;
}

.eventsDetails{
  flex:1;
}

.featuredEvents {
  display: flex;
  gap:20px;
  padding:10px;
  margin-bottom:30px;
}

.featuredEvents div {
  flex:1;
  padding:10px;
  text-align: left;
}

.featuredEventImage {
  width:100%;
  border-radius: 10px;
  max-width:450px;
  margin-bottom:15px;
}

.featuredEvents div h5 {
  margin-bottom:4px;
}

.featuredEvents div p {
  margin:0px 0px 25px 0px;
}

.featuredEvents div .redButton {
  display: block;
  margin:5px auto 0px 0px;
  border:0px;
  box-shadow: 3px 3px 4px #ccc;
}

.eventsSidebar {
  width:325px;
  padding-left:20px;
  border-left:1px solid #eee;
}

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

.navbar-brand {
    display: none;
}

.navbar {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius:0px;
    top:0px;
    position: fixed;
    z-index:998;
    left:0px;
    right:0px;
    border-bottom:1px solid black;
}

.nav .open > a {color:#555;}

.nav a:hover {
  color:#555;
}

.infoForm {width:75%;}
.infoForm td {padding-right:15px;}
#eventRegistrationForm h6 {line-height: 20px;font-size:16px;}
#eventRegistrationForm .btn-primary {margin:unset !important;}

.content {
    //padding: 5px !important;
    min-height: 200px;
    margin-bottom:20px;
}

.box {
    padding: 10px 20px;
    background: gray;
}

.boxLight {
    background: #959595;
}

.calendarEvents .body ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #ff0000;
}

.calendarLink {
    position: relative;
    padding: 5px;
    color: white;
    background: #094993;
    margin: 8px;
}

.newsFeedLink {
  font-weight: bold;
  margin-top:8px;
  font-size:16px;
  line-height: 125%;
  color: #2e2e2e !important;
}

.newsFeedLink:hover {
  color: #4f4f4f !important;
  text-decoration: underline;
}

.newsFeedDate {
  font-size:14px;
  font-weight: bold;
  display: block;
   margin:2px auto 2px auto;
}

/*---footer----*/
.footer {
    background: #393939;
    color: white;
    font-family: 'IBM Plex Sans', sans-serif;
}

.footerBox {
    padding: 25px;
}

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

.footer h3 {
    color: white;
}

.nav a {
    /*background-color: #1a2f3c !important;*/
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

#HomepageBottomImg {
    background-attachment: fixed !important;
}

.logoImageUp {
  background: url(/images/logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height:400px;
  margin-top: 25%;
  animation: bounce;
  animation-duration: 2s;
}

@media (min-width: 768px) {
    #mobile-dropdown {
        display: inline-block !important;
        overflow-y: scroll;
        height: 100%;
    }

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

    .navbar-right .dropdown-menu .subdropdown .dropdown-menu {
        left: 15px;
    }

    .nav > li {
        float: none;
        display: inline-block;
        font-family: 'IBM Plex Sans', sans-serif;
        font-size:.9em;
    }

    .nav > li > ul > li > ul {
        background-color: #f7f7f7 !important;
    }

    .nav > li > ul > li > ul > li > ul {
        background-color: #efefef !important;
    }

    .nav > li > ul > li > ul > li > ul > li > ul {
        background-color: #e7e7e7 !important;
    }
}

@media only screen and (min-width: 992px) {
    #mobile-dropdown {
        height: 500px;
        overflow-y: scroll;
    }
}

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

@media only screen and (max-width: 1300px) {
    .operationFootballBannerContent {
        max-width: 850px;
    }

    .operationFootballBannerTextLeft,
    .operationFootballBannerTextRight {
        margin-top: 26px;
        max-width: 300px;
    }

    .operationFootballBannerTextRight {
        margin-top: 13px;
        max-width: 265px;
    }

    .operationFootballBannerText {
        font-size: 22px;
    }

    .operationFootballBannerTextItalic {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    #OperationFootballBanner {
        min-height: 200px;
    }
    
    .eventsContainer {
      display: block;
    }
    
    .eventsSidebar {
      width:100%;
      padding-left:10px;
      border-left:0px;
    }
    
    .featuredEvents {
      display: block;
    }
    
    .resignContainer {
      display: block;
    }
    
    .resignLeft {
      width:100%;
      flex:unset;
      padding:10px;
    }
    
    .resignRight {
      width:100%;
      padding-top:35px;
      padding-left: 10px;
      border-left:0px solid #eeeeee;
    }
    
    .resignBigButton {
    background: #eee;
    display: block !important;   /* make it behave like a block card */
    width: 225px !important;     /* fixed width */
    height: 275px !important;    /* fixed height */
    white-space: normal !important; /* allow wrapping */
    text-align: center;          /* center text horizontally */
    vertical-align: middle;      /* helps align inline content */
    overflow-wrap: break-word;   /* break long words if needed */
    line-height: 1.2em;
    border-radius: 8px;
    padding:20px !important;
    }
    
    .resignHistoryBox {display: block;margin:15px 3px 15px 3px; border-radius: 8px;border:1px solid #eee;padding:15px;box-shadow: 3px 3px 4px #eee;}
    .resignHistoryTitle {font-weight: bold;font-size:14px;color:#444;display: block;line-height:115%;}
    .resignHistoryBook {font-weight:500;color:#ea3323 !important;font-size:16px;display: block;line-height:115%;}
    .resignHistoryDate {font-weight: normal;color:black;display: block;line-height:145%;}
    
    .resignBookImage {
      width:75%;
      padding:15px;
    }
    
    .resignBookLabel {
      text-transform: capitalize !important;
      font-weight: bold;
      color:black;
    }
    
    .resignBookPositionLabel {
      font-style: italic;
      text-transform: capitalize !important;
      font-size: 14px;
      margin-top:10px;
      display: block;
      color:#333;
    }
    
    .jobsContainer {
      display: grid !important;
      grid-template-columns: 1fr;
    }
    
    .ajSidebar {
      padding-left:0px;
      width:100%;
      border-left:0px #ccc solid;
    }

    .availableJobItem {
      display: block !important;
    }
    
    .ajName {
      font-size:20px;
      color:black;
    }
    
    .ajCommentsLabel {
      color:black;
      font-size:17px;
    }
    
    .ajComments {
      margin-bottom:10px;
    }
    
    .aj1 {
      width:100%;
    }
    
    .aj2 {
      width:100%;
      margin-top:2px;
      padding-left:0px;
      padding-bottom:10px;
      border-left:0px;
    }
    
    .aj2 div {
      border-right:0px !important;
    }
    
    .footerContainer {
      display: grid;
      grid-template-columns: 1fr;
      gap:0px;
      width:90vw;
      margin:0px auto 5px auto;
    }
    
    .footerColumn {
      text-align: center;
    }
    
    .footerColumn1 {
      text-align: center;
    }
    
    .footerColumn2 {
      text-align: center;
      display: none;
    }
    
    .footerColumn3 {
      text-align: center;
      display: none;
    }
    
    .footerColumn4 {
      text-align: center;
    }
    
    .footerBottom {
      grid-template-columns: 1fr;
      gap:0px;
    }
    
    .footerBottom .div1 {
      display: flex;
      flex-direction: column;
      justify-content: space-between; 
    }
    
    .footerBottom p {
      line-height: 125%;
    }
    
    .footerBottom img {
      margin-top:20px;
    }
    
    .footerCopyBox {
      text-align: center !important;
      padding-left:0px;
      margin-top:auto;
      margin-bottom:20px;
    }
    
    .memberHomeMessage {
      margin-top:20px;
      margin-bottom:15px;
      height:fit-content;
    }
    
    .memberInfoBlockOne {
      display: block;
      grid-template-columns: 1fr;
      gap:0px;
    }
    
    #UpdateDemo {
      display: block;
    }
    
    .demoSide {
      padding-left:0px;  
      width:100%;
      border-left:0px solid #eeeeee;
    }
    
    .demoMain {
      flex:unset;
      width:100%;
      padding-right: 0px;
    }
    
    .demoBox {
      display: block;
      grid-template-columns: 2fr 1fr;
      gap:0px;
    }
    
    .buttonRow {
      padding-top:0px;
    }
    
    .blogBlock {
      display:flex;
    }
    
    .blogSide {
      flex:2;
      display: none;
      padding-right:0px;
      border-right:0px solid #eeeeee;
    }
    .blog {flex:1;}
    .blogTopStory {
      flex:1;
      padding:2px;
    }
    
    .blogStory {
      padding:2px 2px 4px 2px;
      margin-top:5px;
    }
    
    .blogStory img {
      padding:0px;
    }
    
    .blogSecondary {
      width:100%;
    }
    
    .blogRow1 {
      display: block;
      padding:2px 2px 0px 2px;
    }
    
    .blogRow2 {
      border-top:0px solid #eeeeee;
      display: block;
      grid-template-columns: 1fr;
      padding:2px 2px 2px 0px;
      margin-left:0px;
      gap:0px;
    }
    
    .blogRow3 {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      padding:15px 15px 15px 0px;
      margin-left:15px;
      gap:20px;
    }
    
    .blogButtonRed {
      margin-top:15px;
    }
    
    .mobileCategoryBlock {
      display: flex;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      scroll-snap-type: x mandatory;
      gap: 10px;                 
      padding: 10px;
      margin:0px -20px 20px -20px;
    }
    
    .mobileCat {
      flex-shrink: 0;
      padding: 8px 12px;
      background: #e6e6e6;
      border-radius: 6px;
      text-decoration: none;
      color: #777;
      font-weight: bold;
      white-space: nowrap;
      scroll-snap-align: start;
    }
    
    .mobileCat a, a:hover {
      color:#777;
    }

    
    .loginAlertBox {
      display: block;
    }
    
    .sidebarDiv {
      grid-template-columns: 1fr;
      gap:0px;
    }
    
    .sidebarDiv div {
      padding:10px;
    }
    
    .sidebarDiv2 {
      display: block;
    }
    
    .recurring1 {
      flex:unset;
      padding-right:0px;
      border-right:0px solid #eeeeee;
    }
    
    .recurring2 {
      width:unset;
      padding-left:unset;
    }

.jobsGridContainer {
      display:grid;
      grid-template-columns: 1fr;
      gap:0px;
    }
    
    .loginIcon {
      width:30px;
    }
    
    .alertText {
      flex:1;
    }
    
    .memberContainer {
      display: block;
      gap:0px;
    }
    
    .memberBody {
      padding-right:0px;
      border-right:0px;
    }
    
    .memberFeed {
      width:100%;
      padding-left:0px;
      padding-top:35px;
    }
    
    #loginModal {
      padding:20px 10px !important;
      width:90vw;
      right:3%;
      left:3%;
      margin:auto;
      top:100px !important;
      box-shadow: #444444 2px 2px 4px;
    }
    
    body {
    padding-top:55px;
    }
    
    .navbar-toggle {
      background: white;
      float:unset;
      margin:15px auto 15px auto;
    }
    
    .navbar-header {
      position:relative !important;
      top:60px;
      margin-bottom:60px;
      background: #353535;
      display: block;
      clear:left;
    }
    
    .modernIcons {
      display:none !important;
    }
    
    .jobFrameDetailBox h4 {
      font-size:14px;
    }
    
    .jobFrame {width:calc(100% - 5px);background: #efefefff;border-radius: 6px;min-height:250px;margin:5px 0px 5px 0px;padding: 20px 10px;}

    .operationFootballBannerContent {
        max-width: 580px;
    }

    .operationFootballBannerTextLeft,
    .operationFootballBannerTextRight {
        float: unset;
        max-width: 280px;
    }

    .operationFootballBannerTextLeft {
        margin-top: 10px;
    }

    .operationFootballBannerTextRight {
        margin-left: 10px;
        max-width: 270px;
    }

    .operationFootballBannerText {
        text-align: right !important;
    }

    .operationFootballBannerArrow {
        display: none;
    }

    .operationFootballBannerImage {
        position: absolute;
        top: -10px;
        right: -15px;
        width: unset;
    }

    .operationFootballBannerImage > img {
        height: 200px;
    }
    
    .memorySlider {
      display: grid;
      grid-template-columns: 1fr;
      gap: 10px;
    }
    
    .memoryLink {
      width:fit-content !important;
      padding:10px 16px 10px 16px;
    }
    
    .paySquare {
      margin-bottom:10px;
      max-width:140px;
      height:140px;
      display:inline-block !important;
      margin-right:15px;
      position: initial !important;
      vertical-align:middle;
      padding-top:20px;
      border-radius:8px;
    
    }
    
    .paySquare span {text-transform: capitalize !important;}
  
  .videoHeader {
      width:100vw;
      height:475px;
      position:relative;
      top:0;
      left:0;
      object-position:center;
      object-fit:cover;
      background-color: black;
      text-align: left;
      overflow: hidden;
      font-family: 'IBM Plex Sans', sans-serif;
      }
  
  .videoHeader video {
      object-position: center;
    object-fit: cover;
    z-index:-1;
    width:100%;height:fit-content;
  }
  
  .videoHeader .story {
      position: absolute;
      right:2vw;
      top:185px;
      height:285px;
      background:rgba(0, 0, 0, 0.8);
      color:white;
      width:96vw;
      padding:0px 15px 15px 15px;
      border-radius: 8px;
      z-index:2;
  }
  
  .videoHeader .storyLogoBox {
      position: absolute;
      right:2vw;
      top:15px;
      height:150px;
      background:rgba(0, 0, 0, 0.8);
      color:white;
      width:96vw;
      padding:25px;
      border-radius: 8px;
      z-index:2;
  }
  
  .videoHeader .storyLogo {
    max-width:100%;
    max-height:150px;
    text-align: left;
  }
  
  .videoHeader .story .headline {
      font-weight: 200;
      font-size:4.25em;
      display: inline-block;
      letter-spacing: -5px;
      line-height: .35em;
      margin-top:20px;
  }
  
  .videoHeader .story .headlineBold {
      font-weight: 800;
      font-size:4.25em;
      padding-left:0px;
      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:8px 12px 8px 12px;
      border-radius: 9px;
      width:auto;
      display: inline-block;
      font-size:1.1em;
      color:white;
      margin:auto;
      background-color: #ea3323;
      text-decoration: none;
  }
  
  .videoHeader .story .actionButton:hover {
      background-color: #be1a0c;
      color:white;
  }
  
  .redMenuRow {height:auto;}
  
}

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

    .localContact {
        font-size: 10px;
    }

    #bannerText h3 {
        font-size: 20px;
    }

    #mobile-dropdown {
        height: 500px;
        overflow-y: scroll;
    }

    .navbar {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .dropdown-menu > li > a {
        color: #FFF !important;
    }

    .dropdown-menu > li > a:hover {
        color: #000 !important;
    }

    .dropdown > a[aria-expanded='true'] {
        color: #000 !important;
    }

    .dropdown > a[aria-expanded='false'] {
        color: #FFF !important;
    }

    .dropdown-menu > li > a[aria-expanded='true'] {
        color: #000 !important;
    }

    .dropdown-menu > li > a[aria-expanded='false'] {
        color: #FFF !important;
    }

    #HomepageBottomImg {
        background-attachment: inherit !important;
    }

    #referralAgentTextArea {
        overflow-x: scroll;
    }

    .nav > li > ul {
        background-color: #4c4c4c !important;
    }

    .nav > li > ul > li > ul {
        background-color: #6b6b6b !important;
    }

    .nav > li > ul > li > ul > li > ul {
        background-color: #8a8a8a !important;
    }

    .nav > li > ul > li > ul > li > ul > li > ul {
        background-color: #a9a9a9 !important;
    }
}

@media only screen and (max-width: 625px) {

    .operationFootballBannerTextLeft,
    .operationFootballBannerTextRight {
        margin-left: auto;
        margin-right: auto;
    }

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

    .operationFootballBannerImage {
        display: none;
    }
}

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

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

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

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

.FeedContainer {
    display: block;
    width: 240px;
    /*border:1px solid white;*/
    right: 0px;
    /*float:right;*/
    padding: 0 0 0 0;
    margin: 0 0;
    text-align: center;
    z-index: 1;
    position: relative;
}

.FeedContainer .FeedContent {
    display: block;
    width: 100%;
    height: 225px;
    margin: 5px 0 0px 0;
    overflow: hidden;
}

.FeedContainer .FeedContent ul {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 240px;
    /*height:142px;*/
    /*line-height: 28px;*/
}

.FeedContainer .FeedContent ul li {
    display: block;
    height: 100px;
    width: 240px;
    padding: 0px 0 0px 0;
    /*border-bottom:1px solid #000;*/
}

.FeedContainer .FeedContent .FeedItemHeader {
    /* font-size: 18px; */
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    float: left;
    padding: 0 0 0 5px;
}

.FeedContainer .FeedContent .FeedItemHeader a {
    /* font-size: 18px; */
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #ff0000;
}

.FeedContainer .FeedContent .FeedItemHeader a:hover {

    font-style: italic;
    text-decoration: underline;
}

.FeedContainer .FeedContent .FeedItemSubHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    /* font-size:18px; */
    float: left;
    padding: 0 0 0 7px;
    display: none;
}

.FeedContainer .FeedContent .FeedItemSubHeader a {
    text-decoration: none;
    /*font-size:18px;*/
    font-weight: bold;
    color: Gray;
}

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

.FeedContainer .FeedContent .FeedItemSummary {
    font-family: Arial, Helvetica, sans-serif;
    /*font-size:18px;*/
    float: left;
    padding: 0 0 0 5px;
    color: Gray;
}

.FeedContainer .FeedContent .FeedItemSummary a {
    text-decoration: none;
    /*font-size:18px;*/
    font-weight: bold;
    color: Gray;
}

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

.FeedHeader {
    display: none;
}

.FeedIcon {
    display: none;
}

.FeedItemSummary {
    float: right;
    font-size: 12px;
    padding: 0 0 0 5px;
    margin: 7px 0 0 0;
}

.FeedItemHeader {
    padding: 0 10px 0 0;
    float: left;
    margin-top: 5px;
}

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


#newsLink li {
    list-style: none;
    margin-bottom: 10px;
}

#newsLinkHome li {
    list-style: none;
    margin-bottom: 10px;
}

.newsFeedLink {
    color: #ff0000;
    font-weight: bold;
}

.topContent {
  /*  min-height: 100%;
    height: auto !important;
    height: 98%;
    margin-bottom: -120px;
    padding-bottom: 110px;*/
}

.footerIbew481 {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
}

#newsLink ul {
    padding-left: 0px !important;
}

#newsLinkHome ul {
    padding-left: 0px !important;
}

.content iframe {
    width: 100%;
}

a.navbar-brand {
    padding-top: 10px;
}

a.navbar-brand:hover {
    background-color: #eeeeee !important;
}

label {
    padding-left: 4px !important;
}

a.logout {
    font-weight: bold !important;
    color: #ff0000 !important;
}

.memberArea {
    text-align: center;
}

.memberHomeButton {
    margin-top: 15px;
    margin-right: 15px;
}


input[type="submit"]{
    width: 57% !important;
    display: block!important;
    margin: auto !important;
}
#LoginButton, #DuesContinue, #MakePayment{
    width: 57% !important;
    display: block!important;
    margin: auto !important;
}
select.input-lg {
    
    text-indent: 5px!important;
    
}
label{
    margin-top: 5px;
    color: black;
}
#category{
    text-indent: 10px;
}
.alert-info{
 //  background-color: #1c191dab !important; 
}
.btn{
    width: 70% ;
}
button{
    width: auto !important;
}
.btn-primary, .btn-danger {
    display: block!important;
    margin: auto !important;
    width: auto !important;
}
.modal-footer{
    text-align: center!important;
}
a{
    width: auto !important;
}
.panel-info > .panel-heading {
    background-color: #1c191dab !important; 
}
select{
    text-indent: 5px;
}
textarea, textarea.form-control, input.form-control, input[type=text], input[type=password], input[type=email], input[type=number], [type=text].form-control, [type=password].form-control, [type=email].form-control, [type=tel].form-control, [contenteditable].form-control {
    border: 1px solid #1211114f !important;
    border-radius: 10px !important;
    }
    .form-control {
        color: black !important;
        background-color: white !important;
    }
    span.glyphicon.glyphicon-menu-hamburger {
        color: rgb(0, 0, 0);
    }
    .modal-content{
        background-color: rgb(227 224 224 / 78%)!important; 
}
input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"], input[type=checkbox]{
    width: auto !important;
}
.memberHomeButton{
    margin-top: 4%!important;
}

/* Dark mode */
@media (prefers-color-scheme: dark) {
/*  body {
    background-color: #1f1f1f;
    color: #ffffff;
}

  img.logo {
    filter: brightness(0) invert(1);
  }
  
  .accountBox {background-color:#2b2b2b;}
  .accountBoxHeader {color:#8b8b8b;}
  */
}