@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Roboto Condensed", sans-serif!important;
  color:#3d4145;
}

.cursor-pointer {cursor:pointer;}

.form-control {
  min-width: fit-content !important;
}

.alert-info {
  background: #eee !important;
  color:black;
}

.ptHeader, .alert-info span, .alert-info li {
  color:#3a3a3a;
}

a {
  color: #d1a45c;
}

a:hover {
  color: #8d7d48;
  text-decoration: none;
}

a:focus {
  outline: none;
  color: #8d7d48;
  text-decoration: none;
}

.memberMenuChevron {
  width: 14px;
  height: auto;
  margin-right: 8px;
  vertical-align: middle;
  transition: transform 0.2s ease-in-out;
}

.memberMenuIcon:hover .memberMenuChevron {
  transform: rotate(180deg);
}

.duesContainer {
  display: flex;
}

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

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

.white-text {
  color:#ffffff;
}

.blue-text {
  color:#042360;
}

.gold-text {
  color:#d1a45c;
}

.gold-background {
  background: #d1a45c;
}

.red-background {
  background: #f61b3b;
}

.text-lg {font-size:18px;line-height:28px;}

.text-xl {font-size:22px;}

.text-sm {font-size:10px;}

.mb-3 {margin-bottom:10px;}

.booksTabBar {
  text-align:center;
  height:50px;
  margin-top:25px;
}

.leftPill {
  width:100px;
  display:inline-block;
  border-radius:6px 0px 0px 6px;
  background:#ccc;
  padding:4px;
  color:white;
  font-weight:bold;
  margin-right:0px;
  margin-left:auto;
}

.leftPill:hover {
  background:black;
  color:white!important;
  text-decoration:none;
}

.centerPill:hover {
  background:black;
  color:white!important;
  text-decoration:none;
}

.centerPill {
  width:100px;
  display:inline-block;
  border-radius:0px 0px 0px 0px;
  background:#ccc;
  padding:4px;
  color:white;
  font-weight:bold;
  margin-right:auto;
  margin-left:0px;
}

.rightPill:hover {
  background:black;
  color:white!important;
  text-decoration:none;
}

.rightPill {
  width:100px;
  display:inline-block;
  border-radius:0px 6px 6px 0px;
  background:#ccc;
  padding:4px;
  color:white;
  font-weight:bold;
  margin-right:auto;
  margin-left:0px;
}

.gold-button {
  color: #ffffff;
  padding: 6px 40px;
  background: #d1a45c;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  display: inline-block;
}

.gold-button:hover {color:#ffffff;}

.black-button {
  color: #ffffff;
  padding: 6px 40px;
  background: #3d4145;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  display: inline-block;
}

.black-button:hover {color:#ffffff;}

.red-button {
  color: #ffffff;
  padding: 6px 40px;
  background: #f61b3b;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  display: inline-block;
}

.red-button:hover {color:#ffffff;}

.blue-button {
  color: #ffffff;
  padding: 6px 40px;
  background: #042360;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  display: inline-block;
}

.blue-button:hover {color:#ffffff;}

.mainAreaInner h3 {
  padding: 25px;
  margin:20px 0px 15px 0px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: white;
  background-color: #042360;
  border-bottom:10px solid #f61b3b;
}

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

.recurring2 p {
  line-height: 125%;
  font-size:14px;
}

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

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

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

.showHideJobsBidSheet {
  display: none;
  width:100%;
}

#JobsDiv {
  display:flex;
}

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

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

.bookNameLabel {
  font-size:32px;
  font-weight: bold;
  letter-spacing: -0.5;
  display: block;
  line-height: 125%;
}

.countLabel {
  font-size:18px;
  line-height: 125%;
  margin-bottom:25px;
  display: block;
  margin-top:5px;
}

.bookTable {
  width:100%;
  font-size:15px;
  display: table;
}

.bookTable tr:nth-child(even) {
  background-color: #f2f2f2; /* A light grey for even rows */
}

.bookTabletr:nth-child(odd) {
  background-color: #ffffff; /* White for odd rows */
}

/* Optional: Add a hover effect so the user can track the row they are on */
.bookTable tr:hover {
  background-color:#f61b3b;
  color: #e9ecef;
}

.bookTable tbody {
  width:100%;
}

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

.jobLocationBox {
  display: grid;
  grid-template-columns: 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: #626262;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:black;margin-top:10px;background-color:unset;}

.jobFrameComments p, .jobFrameComments span {
  line-height: 150%;
}

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

#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;
  width:100%;
}

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

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

.jobBidText {
  display: block;
  line-height: 135%;
  text-align: left;
  font-weight: bold;
  font-size:16px;
}

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

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

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

.job-select {
  transform: scale(1.5);
  margin:10px 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;
}

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

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

.ajPeople {
  display:inline-block;
}

.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-bottom:1px solid #ccc;
  margin-top:0px;
  margin-bottom:15px;
  padding-top:0px;
  padding-bottom:8px;
}

.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;
  box-shadow:
          inset 4px 4px 8px #9a9a9a;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}

#ClassRegistrationForm input {width:auto;}

.mapAreaInner {grid-column-start: 1;grid-column-end: 7;grid-row-start: 4;grid-row-end: 5;vertical-align: top;max-width: 1400px;margin:0px auto 0px auto;padding:20px;}

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

.mapAreaMain {
  flex: 1;
  padding: 0px 20px 15px 10px;
}

.mapAreaSidebar {
  width: 325px !important;
  padding-left: 10px;
  border-left: 1px solid #eeeeee;
}

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

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

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

.mapItemLogo {
  width: 180px;
}

.mapListing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  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;
  line-height: 115%;
}
.mapItemPhone {display: block;margin-top:8px;font-style: italic;font-weight: normal;}
.mapItemWeb {
  color: #ae180b;
  text-decoration: underline;
  margin-top: 15px;
  font-size: 15px;
  display: block;
}

.mapItemContact {
  display: block;
  margin-top: 8px;
  font-style: italic;
  font-weight: normal;
}

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

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

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

.memberFeed img {
  border-radius:5px;
}

.memberFeed .blogCategory {
  display:block;
  font-size:20px;
  color:#f61b3b;
  text-transform:uppercase;
  font-weight:bold;
  line-height:1.1;
  margin:2px 0;
}

.memberFeed .blogHeadline {
  display:block;
  font-size:18px;
  color:#3d4145;
  text-transform:uppercase;
  font-weight:bold;
  line-height:1.2;
  margin:2px 0;
}

.memberFeed .blogDate {display:block;font-weight:bold;}

.memberFeed .blogLead {display:block;}

.memberFeed .blogButton {
  color: #ffffff;
  padding: 4px 12px 4px 12px;
  background: #3d4145;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  display: inline-block;
}

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

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

.booksCountSubDiv {
  padding-right:35px;
}

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

.duesBarIcons {width:40px;margin-left:10px;margin-top:-8px;display: inline-block;}

.duesFlexContainer {
  display: flex;
}

.PayOption {
  display: none;
}

#PayOptions {
  display: flex;
  gap:10px;
  text-align: center;
  width:100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#CustPayOptions {
  width:250px;
  text-align: left !important;
  padding-left:15px;
}

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

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

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

.accountBoxHeaderL2 {
  font-weight: bold;font-size:15px;line-height: 160%;color: #666666;margin-bottom: 5px;display: block;
}

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

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

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

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

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

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

.accountBookContainer {
  display: flex;
}

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

.blogSide {display:none;}

.blogList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:15px;
  margin-top:10px;
}

.blogList .blogStory .image {
  display:block;
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  margin-bottom: 12px;
}

.blogSingleImage {
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  margin-bottom: 12px;
}

.top-bar-container {
  background: #042360;
  padding: 10px;
}

.top-bar-container .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar-container .top-bar .social-icons {
  display: flex;
}

.top-bar-container .top-bar .social-icons a {
  margin-left: 0.5rem;
  display: block;
}

.top-bar-container .top-bar .social-icons a:first-of-type {
  margin-left: 0;
}

.top-bar-container .top-bar .social-icons a img {
  width: 20px;
  color: #d1a45c;
}

.top-bar-container .top-bar .phone {
  margin-left: 1rem;
}

.top-bar-container .top-bar .phone img {
  width: 20px;
}

.top-bar-container .top-bar .email {
  margin-left: 1rem;
}

.top-bar-container .top-bar .email img {
  width: 25px;
}

.top-bar-container .top-bar .phone a {
  color: #ffffff !important;
}

.top-bar-container .top-bar .email a {
  color: #ffffff !important;
}

.top-bar-container .top-bar .contact-container {
  display: flex;
  align-items: center;
}

.sticky-nav {
  top: 0;
  position:sticky;
  z-index: 100;
}

.menuDiv .logo-wrapper {max-width:150px;}

.member-menu {
  display:flex;
  justify-content:center;
}

.member-menu .contain {display:flex;}
.member-menu .contain a {padding:10px;font-weight:bold;}
.member-menu .contain a:hover {background:#042360;}


#autoPopupModal .modal-body h2 a {
  color:#042360;
}

.modal-header .close {margin-top:-7px;}

.red-nav-contain {
  padding:25px;
  border-bottom:10px solid #ffffff;
}

.red-nav-wrapper {
  display: flex;
  width: 100%;
  gap: 5rem;
  align-items: center;
}

.red-nav-wrapper .red-nav-callout:first-of-type {width:70%;}

.red-nav-callout.blog-callout {
  align-items:center;
}

.red-nav-wrapper div {
  color:#ffffff;
}

.red-nav-wrapper h2 {
  color:#ffffff;
}

.red-nav-wrapper h3 {
  color:#042360;
}

.red-nav-wrapper .red-nav-callout {
  display:flex;
}

.red-nav-wrapper .red-nav-callout .image-wrapper {
  padding-right:20px;
}

.red-nav-wrapper .red-nav-callout .image-wrapper img {
  width:200px;
}

.red-nav-wrapper .red-nav-callout .content-wrapper {
  display: inline-flex;
  flex-direction: column;
  flex: 1;
}

.red-nav-wrapper .red-nav-callout .content-wrapper p {
  line-height: 20px;
  font-size:20px;
}

.red-nav-wrapper .red-nav-callout .content-wrapper .gold-button {
  align-self: flex-start;
  width: auto;
}

.slick-prev:before, .slick-next:before {
  color:#f61b3b;
}

.members-slider .member-item {
  border: 1px solid #f61b3b;
  border-radius:10px;
  overflow:hidden;
  display:flex;
  margin:0 15px;
  position:relative;
  color:#042360;
}

.members-slider .member-item .text-wrapper {
  padding-bottom:12px;
}

.members-slider .member-item .text-wrapper .text {
  padding:10px 162px 10px 10px;
  line-height:20px;
}

.members-slider .member-item .member-info {
  padding:4px 10px;
  background: #f61b3b;
  color:#ffffff;
  line-height:15px;
}
.members-slider .member-item .image-wrapper {
  width:200px;
  height:200px;
  border-radius:100%;
  background: #969696;
  position:absolute;
  right:-50px;
  top:-5px;
  border:1px solid #f61b3b;
}

.footerColumn {
  border-right:2px solid #ffffff;
  padding:10px 30px;
}

.footerColumn:last-of-type {
  border-right:0;
}

.footer .address {
  margin-bottom: 12px;
  color: #ffffff;
  display:flex;
  align-items: center;
  gap:10px;
}

.footer .address img {
  max-width:30px;
}

.footer .address a {
  color:#ffffff;
}

.footer .company-phone {
  margin-bottom: 12px;
  color: #ffffff;
  display:flex;
  align-items: center;
  gap:10px;
}

.footer .company-phone img {
  max-width:20px;
}

.footer .company-phone a {
  color: #ffffff;
}

.footer .company-email {
  margin-bottom: 12px;
  color: #ffffff;
  display:flex;
  align-items: center;
  gap:10px;
}

.footer .company-email img {
  max-width:20px;
}

.footer .company-email a {
  color: #ffffff;
}

.footer .company-hours {
  margin-bottom: 12px;
  color: #ffffff;
  display:flex;
  align-items: center;
  gap:10px;
}

.footer .company-hours img {
  max-width:20px;
}

.CMSLinks {
  color: whitesmoke;
  background: #ff6a00;
  text-align: center;
  padding: 5px;
  display: none;
}

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

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

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

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

.bg-light {
  background: unset !important;
  display: none !important;
}

.mastHead {
  display: flex;
  margin: 0px auto 0px auto;
  max-width: 1400px;
  position: relative;
  justify-content:center;
}

.logoDiv {
  width: 150px;
  text-align: center;
  max-width: 160px;
}

.brandDiv {
  display: flex;
  padding: 25px 25px 15px 25px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align:center;
}

.brandDiv h1 {
}

.brandDiv a {
  margin-right: 10px;
  display: block;
}

.brandDiv img {
  max-width: 200px;
}

.brandLine1 {
  color: black;
  font-size: 45px;
  font-family: "Impact", sans-serif;
  font-weight: normal;
  line-height: 100%;
  margin-top: 20px;
  display: block;
}

.brandLine2 {
  color: #f61b3b;
  font-size: 36px;
  font-family: "Impact", sans-serif;
  font-weight: normal;
  line-height: 100%;
  display: block;
}

.brandLine3 {
  color: black;
  text-transform: uppercase;
  font-family: "Impact", sans-serif;
  font-size: 22px;
  margin-top: 5px;
  line-height: 100%;
  font-style: italic;
  font-weight: normal;
  display: block;
}

.skylineDiv {
  height: 120px;
}

.skylineDiv img {
  height: 146px;
}

.contentArea h3 {
  color: black !important;
}

.contentArea3 h3 {
  color: black !important;
}

.panel-heading h4 {
  color: black !important;
}

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

.contentArea ul,
li {
  list-style: inside !important;
}

.sideBarContent ul, .sideBarContent li {
  list-style: none !important;
}

.navbar-right {
/ / padding-top: 5 px;
}

.SlideCaption {
  position: absolute;
  left: 0;
  right: 0;
  color: white;
  bottom: 0;
}

.topCaption {
  font-weight: bolder;
  font-size: 15px;
  line-height: 105%;
  color: white;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #2e2e2e;
}

.SlideCaptionSeparator {
  position: absolute;
  height: 50px;
}

.subCaption {
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 45px;
  text-shadow: 1px 1px 1px #2e2e2e;
}

.linkCaption1 {
  width: fit-content;
  padding: 4px 12px 4px 12px;
  background: #f61b3b;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  margin: 10px 20px 0px auto;
}

.linkCaption {
  width: fit-content;
  padding: 4px 12px 4px 12px;
  background: #948870;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  margin: 10px auto 0px auto;
}

.linkCaption1 a {
  color: white !important;
}

.linkCaption1 span {
  font-size: 14px !important;
}

.linkCaption1:hover {
  background: #a72d2a;
}

.linkCaption a {
  color: white !important;
}

.linkCaption span {
  font-size: 14px !important;
}

.linkCaption:hover {
  background: #428af7;
}

.videoGallery {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

.videoHeader {
  width: 100vw;
  height: 525px;
  position: relative;
  top: 0;
  left: 0;
  object-position: center;
  object-fit: cover;
  background-color: black;
  text-align: center;
  overflow: hidden;
}

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

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

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

#slideshow {
  /*   position: absolute;
 //   left: 445px;*/
  padding: 0px;
  padding-left: 0px;
  z-index: 2;
  margin: 0px;
}

#slideshowParent {
  grid-column-start: 1;
  grid-column-end: 7;
  padding-left: 0px !important;
  margin-left: 0px;
  background: #bababa;
}

#jssor_1 {
  margin-left: 0px !important;
}

.jssor-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1000;
}

.jssor-arrow-left {
  left: 15px;
}

.jssor-arrow-right {
  right: 15px;
}

.jssora22l,
.jssora22r {
  position: absolute;
  top: unset !important;
  bottom: 125px;
  /*   font-family: "Verdana";
 //   font-weight: bolder;
 //   font-size: 16px;
 //   background :white;
 //   border-radius: 100px;
//    color: #6e6e6e;
//    width:25px; */
  visibility: visible !important;
  /*    height:25px;
//    text-align: center; */
  z-index: 999;
}

/*

//.jssora22l {box-shadow: -3px -3px 7px black;box-shadow: 2px 2px 5px black inset;}
//.jssora22r {box-shadow: 3px 3px 7px black;}

//.jssora22l:hover, .jssora22r:hover { background: #d7d7d7;}

.jssora22l span {
display: inline-block;
margin-top:-4px;
text-align: center;
margin-left:-2px;
}

.jssora22r span {
display: inline-block;
margin-top:-4px;
text-align: center;
margin-right:-2px;
}
*/
.jssora22l {
  left: 5%;
}

.jssora22r {
  top: 40px;
  left: 10%;
}

.duesBarIcons {
  width: 25px;
  margin-left: 10px;
  margin-top: -8px;
  display: inline-block;
}

.duesBigButton {
  background: #eee;
  display: inline-grid !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:10px 8px 10px 8px;
  max-width:215px;
}

.duesBigButton:has(input:checked) {
  background: #cbcbcb;
  color: #444;
}

.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;
  margin:15px auto 5px auto;
}

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

:root {
  --gutter-compensation: 0;
// remove negative margins for row --half-gutter-width: 0;
// remove padding from columns
}

.bodyContainer {
  background: white;
  height: auto;
  width: 100%;
  vertical-align: top;
  max-width: 100%;
  align-content: center;
}

.header {
}

.topBar {
  background: #2e2e2e;
  height: 60px;
  width: 100%;
  padding: 10px;
}

.topBarContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1600px;
  width: 90vw;
  margin: 0px auto 0px auto;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  background-color: #428af7 !important;
}

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

.contactLinks {
  color: white;
  width: auto;
  text-align: left;
  padding: 10px;
}

.contactLinks a {
  color: white;
  font-size: 13px;
}

.contactLinks img {
  margin-right: 8px;
  margin-left: 12px;
}

.merchandise img {
  height: fit-content !important;
}

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

/*.memberLinks .appLink {*/
/*  font-size: unset;*/
/*}*/

.top-bar-container .memberBarBlock {
  border-radius: 5px;
  padding: 5px 8px 5px 8px;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  background: #f61b3b;
  clear: left;
  color: white;
  position: relative;
  vertical-align: top;
}

.top-bar-container .memberBarBlock:hover {
  background: #a72d2a;
}

.footer .memberBarBlock {
  border-radius: 5px;
  padding: 5px 8px 5px 8px;
  display: inline-block;
  margin: 2px 0px 0px 0px;
  background: #f61b3b;
  clear: left;
  color: white;
  position: relative;
  vertical-align: top;
}

.footer .memberBarBlock:hover {
  background: #a72d2a;
}

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

.member-login {
  border-radius: 5px;
  /*padding: 5px 8px 5px 8px;*/
  display: inline-block;
  margin: 2px 0px 0px 0px;
  background: #948870;
  clear: left;
  color: white;
  position: relative;
  vertical-align: top;
}

#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 #b2a488;
}

#memberMenuArea > div {
  /* height: 100%;*/
  width: auto;
}

#memberMenuArea > div > ul {
  display: block;
  width: 100%;
  padding-left: 0px;
}

#memberMenuArea > div > ul > li {
  display: block;
  width: 100%;
  margin: 0px 0px 0px 0px;
  border-bottom: 1px solid #b2a488;
}

#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.3em;
  font-size: 15px;
  border-radius: 8px;
  padding: 10px 4px 10px 15px;
}

#memberMenuArea > div > ul > li:hover {
  background: #f61b3b;
  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;
}

.spacer {
  padding-top: 100px;
}

.menuBar {
  background: white;
  width: 100%;
  border-bottom: 1px solid #acacac;
}

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

#memberMenuDropdownMenu {
  padding: 0px;
  background: #1E6EA3;
  font-size: 18px;
}

#memberMenuDropdownMenu > li {
  display: inline-block;
  padding: 0px;
  width: 100%;
  border-bottom: 1px solid #0033b5;
}

#memberMenuDropdownMenu > li:last-child {
  border-bottom: none;
}

#memberMenuDropdownMenu > li > a {
  padding: 10px 20px;
}

#memberLoginText,
#adminNotificationText {
  padding-left: 40px;
  height: 64px;
  font-size: 20px;
}

#memberLoginText > p,
#adminNotificationText > p {
/ / margin-top: 21 px;
}

#menu {
  margin-right: 0px;
  background: #f61b3b;
  color: white;
  text-transform: uppercase;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  color: #f61b3b;
}

.nav > li {
  width: 100%;
}

.dropdown-menu {
  width: fit-content;
  left: 0x !important;
  font-size: 15px;
  margin-top: 0px !important;
  text-align: left;
  margin-left: 0px;
  background: #f61b3b;
}

.dropdown-menu > li {
  display: block;
}

.dropdown-menu > li > a {
  color: white;
  padding: 10px 15px 10px 15px;
  text-transform: capitalize;
  font-size: 15px !important;
  display: block !important;
  border-bottom: 2px solid #DF565A;
}

.dropdown-menu > li > a:hover {
  color: white !important;
  background: #9f2b28 !important;
}

.pageHeader {
  width: 100vw;
  padding: 30px 30px 30px 30px;
  text-align: center;
  background: #2e2e2e;
}

.pageHeaderText {
  font-size: 55px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.itemBar1 {
  display: grid;
  width: 100%;
  background: #2e2e2e;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.itemBar1 div {
  padding: 20px 25% 20px 25%;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 125%;
  margin: 10px 0px 10px 0px;
  font-size: 16px;
}

.itemBar1Image {
  display: block;
  width: 35px;
  margin: 5px auto 0px auto;
}

.itemBar1Text {
  display: block;
}

.checkMark {
  width: 20px;
  height: 20px;
  display: inline-block;
  clear: right;
  margin-right: 5px;
}

.frontPageContainer {

  margin: 0px auto 0px auto;
}

.whiteText {
  font-weight: bolder;
  font-size: 40px;
  color: white;
  text-transform: uppercase;
}

.blackText {
  font-weight: bolder;
  font-size: 50px;
  color: black;
  text-transform: uppercase;
}

.redText {
  font-weight: bolder;
  /*font-size: 50px;*/
  color: #f61b3b !important;
  text-transform: uppercase;
}

.grayText {
  font-weight: bolder;
  font-size: 50px;
  color: #474747;
  text-transform: uppercase;
}

.blueText {
  font-weight: bolder;
  font-size: 50px;
  color: #428af7;
  text-transform: uppercase;
}


.feature1 {
  padding: 25px;
  background: #ffffff;
}

.feature1 .feature1-wrapper {
  display: flex;
  justify-content: space-between;
}

.feature1 .feature1-wrapper .calendars-and-events-wrapper {
  width: 40%;
  padding-right: 20px;
}

.feature1 .feature1-wrapper .calendars-and-events-wrapper .image-wrapper {
  border: 6px solid #f61b3b;
  border-radius: 10px;
  padding: 10px;
}

.feature1 .feature1-wrapper .calendars-and-events-wrapper .image-wrapper img {
  margin-bottom:10px;
}

.feature1 .feature1-wrapper .calendars-and-events-wrapper .insideNews {
  background-color: #b0b0b0;
  padding: 15px;
  margin-bottom:15px;
}

.feature1 .feature1-wrapper .calendars-and-events-wrapper .insideNews .newsHead {
  display: flex;
}

.feature1 .feature1-wrapper .calendars-and-events-wrapper .insideNews .newsHead img {
  width: 100px;
  padding-left: 20px;
}

.feature1 .feature1-wrapper .apprenticeship-wrapper {
  width: 60%;
  padding-left: 20px;
}

.feature1 .feature1-wrapper .apprenticeship-wrapper .apprenticeship-content {
  margin-top: 10px;
}

.feature1 .feature1-wrapper .apprenticeship-wrapper .apprenticeship-content p {
  font-size: 18px;
  line-height: 30px;
}

.feature1 .feature1-wrapper .apprenticeship-wrapper .apprenticeship-links {
  padding-top: 25px;
}

.feature1 .feature1-wrapper .apprenticeship-wrapper .apprenticeship-links .link-contain {
  display:flex;
  align-items: center;
  margin-bottom: 5px;
  background-color:#b0b0b0;
  padding:15px;
}

.feature1 .feature1-wrapper .apprenticeship-wrapper .apprenticeship-links .link-contain div {
  color:#ffffff;
  font-size:20px;
}

.feature1 .feature1-wrapper .apprenticeship-wrapper .apprenticeship-links .link-contain .image-wrapper {
  padding-right:15px;
}

.feature1 .feature1-wrapper .apprenticeship-wrapper .apprenticeship-links .link-contain .image-wrapper img {
  width:50px;
}

.feature1Box {
  padding: 0px;
  left: 60vw;
  position: relative;
  top: 10%;
  height: fit-content;
  width: 30vw;
  max-width: 45vw;
  text-align: center;
}

.feature1Box p span {
  line-height: 100%;
}

.feature1Bullet {
  font-size: 16px;
  line-height: 150% !important;
  color: white;
  display: inline-block;
  font-weight: bold;
}

.feature1Button {
  width: fit-content;
  padding: 16px 18px 16px 18px;
  background: white;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin: 10px auto 0px 30%;
  color: #f61b3b !important;
  display: block;
}

.feature1Button a {
  color: white !important;
}

.feature1Button:hover {
  background: #428af7;
}

.feature2 {
  height: fit-content;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.feature2A {
  background-image: url('/images/currentJobs.jpg');
  background-position: center;
  background-size: cover;
  flex: 50%;
  padding: 5vw;
}

.feature2A .feature2AText {
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.35);

  padding: 30px;
  text-align: center;
  margin-top: 20px;

  border-radius: 4px;
}

.feature2B {
  background-image: url('/images/joinLocal.jpg');
  background-position: center;
  background-size: cover;
  padding: 4vw;
}

.feature2B .feature2BText {
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.35);

  padding: 20px;
  text-align: center;
  margin-top: 40px;

  border-radius: 4px;
}

.featureButton {
  width: fit-content;
  padding: 4px 12px 4px 12px;
  background: #f61b3b;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-align: left;

  margin: 10px auto 0px 0px;
  color: white !important;
}

.featureButton a {
  color: white !important;
}

.featureButton:hover {
  background: #f61b3b;
}

.feature3 {
  margin: 0 auto;
  padding: 25px;
  background: #ffffff;
}

.feature3 .feature3-content {
  justify-content: end;
  align-items: center;
  display: flex;
  padding: 100px 0;
}

.feature3 .feature3-content div {
  max-width: 500px;
}

.feature3 .feature3-content div p {
  font-size: 20px;
  line-height: 35px;
}

.feature4 {
  text-align: center;
  padding-top: 40px;
  height: fit-content;
  background-image: url('/images/feature4.jpg');
  background-position: center;
  background-size: cover;
}

.feature4Box {
  position: relative;
  margin: 20px auto 40px auto;
  height: fit-content;
  max-width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.feature4Box img {
  width: 150px;
  margin: 5px auto 5px auto;
  display: block;
}

.apprenticeBox {
  border-radius: 4px;
  padding: 10px;
  height: 250px;
  width: 250px;
  background: #000000af;
}

.apprenticeHead {
  display: block;
  color: white;
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
}

.apprenticeText {
  display: block;
  color: white;
  font-weight: bold;
  line-height: 100%;
  font-size: 20px;
}

.mainCaption {
  padding: 25px;
  text-align:left;
}

.f1Box {
  border-right: 1px solid white;
  padding: 25px;
  border-bottom: 1px solid white;
}

.f2Box {
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  padding: 25px;
}

.f3Box {
  border-right: 1px solid white;
  border-top: 1px solid white;
  padding: 25px;
}

.f4Box {
  border-left: 1px solid white;
  border-top: 1px solid white;
  padding: 25px;
}

.feature5 {
  height: fit-content;
  background: #fff;
  text-align: center;
  padding-top: 20px;
}

.feature5Box {
  position: relative;
  margin: 20px auto 40px auto;
  max-width: 50%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}

.f51 {
  background-image: url('/images/f51bg.jpg');
  background-size: cover;
  background-position: center;
  padding: 15px;
}

.f52 {
  background: #edebea;
  text-align: center;
  padding: 15px;
}

.f53 {
  background: #edebea;
  text-align: center;
  padding: 15px;
}

.f54 {
  background-image: url('/images/f54bg.jpg');
  background-size: cover;
  background-position: center;
  padding: 15px;
}

.f55 {
  background-image: url('/images/f55bg.jpg');
  background-size: cover;
  background-position: center;
  padding: 15px;
}

.f56 {
  background: #edebea;
  text-align: center;
  padding: 15px;
}

.f5Header {
  color: #f61b3b;
  font-weight: bold;
  font-size: 22px;
  margin: 10px 15px 5px 15px;
  line-height: 100%;
  display: block;

}

.f5Text {
  margin: 5px 15px 5px 15px;
  line-height: 120%;
  font-size: 16px;
  display: block;
  padding: 5px 10px 10px 10px;
}

.officersDiv {
  height: fit-content;
  background-image: url('/images/feature6.jpg');
  background-position: center;
  background-size: cover;
}

.officersContainer {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  gap: 5px;
  margin: 0px auto 0px auto;
}

.officerDisplayDiv {
  margin: 5px auto 5px auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  max-width: 80%;
}

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

.singleOfficer img {
  width: 60px;
}

.officerName {
  display: block;
  text-transform: uppercase;
  color: white;
  font-size: 19px;
  line-height: 125%;
  font-weight: bold;
}

.officerTitle {
  display: block;
  color: white;
  text-transform: uppercase;
  line-height: 120%;
  font-size: 17px;
}

.joinDiv {
  height: 800px;
  display: grid;
  grid-template-columns: 4fr 3fr;
  gap: 20px;
  background-image: url('/images/feature7.jpg');
  background-position: center;
  background-size: cover;
}

.joinSubContainer {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  margin: auto;
  gap: 25px;
  height: fit-content;
}

.joinSub {
  width: 375px;
  height: 175px;
  background: white;
  padding: 15px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 5px;
  vertical-align: middle;
}

.joinSub div {
  vertical-align: middle;
}

.joinSub div img {
  margin: auto;
  margin-top: 20px;
}

.joinSubHead {
  margin-top: 10px;
  margin-bottom: -5px;
  display: block;
  text-transform: uppercase;
  color: #3872c1;
  font-weight: bold;
  font-size: 20px;
}

.joinSubText {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  line-height: 135%;
}

.joinButton {
  width: fit-content;
  padding: 4px 12px 4px 12px;
  background: #948870;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  display: block;
  margin: 10px auto 0px 0px;
  color: white !important;
}

.joinButton a {
  color: white !important;
}

.joinButton:hover {
  background: #428af7;
}

.who1 {
  background-image: url('/images/who1.jpg');
  background-position: center;
  background-size: cover;
}

.who2 {
  background-image: url('/images/who2.jpg');
  background-position: center;
  background-size: cover;
}

.who3 {
  background-image: url('/images/who3.jpg');
  background-position: center;
  background-size: cover;
}

.who4 {
  background-image: url('/images/who4.jpg');
  background-position: center;
  background-size: cover;
}

.whoText {
  font-size: 24px;
  color: white;
  display: block;
  font-weight: bold;
  line-height: 100%;
  text-transform: uppercase;
  margin: 195px 0px 0px 20px;
}

.whoSubText {
  font-size: 16px;
  color: white;
  line-height: 100%;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  margin: 5px 10px 10px 20px;
}

.contactDiv {
  height: fit-content;
  background-image: url('/images/feature8.jpg');
  background-position: center;
  background-size: cover;
  padding-top: 40px;
}

.contactContainer {
  display: grid;
  width: 60%;
  margin: 0px auto 35px auto;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contactContainer div p > span {
  line-height: 100%;
}

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

.demoSide h4 {
  font-weight:bold;
  line-height:135%;
}

.duesRight h4 {
  font-weight:bold;
  line-height:135%;
}

.buttonRow {
  padding-top:20px;
}

.administration-wrapper {
  padding:25px;
  background-size:cover;
  background-position:center center;
  position:relative;
}

.administration-wrapper .contain {
  display:flex;
  align-items:center;
}

.administration-wrapper .contain .left-column {
  width:40%;
  margin-bottom:200px;
}

.administration-wrapper .contain .right-column {
  width:60%;
}

.administration-wrapper .contain .right-column * {
  line-height:25px;
}

.administration-wrapper .contain .right-column .admin-container {
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:20px;
}

.administration-wrapper .contain .right-column .admin-container img {
  max-width:100px;
  border-radius:9px;
}

.administration-wrapper .contain .right-column .admin-container .admin-item {
  display:flex;
  align-items:center;
  border-radius:10px;
  background: rgba(255, 255, 255, 0.57);
}

.administration-wrapper .contain .right-column .admin-container .admin-item > div:first-of-type {
  background:#ffffff;
  border:2px solid #042360;
  border-radius:10px;
}

.administration-wrapper .contain .right-column .admin-container .admin-item > div:last-of-type {
  padding:10px;
  border-radius:0 10px 10px 0;
}

.advantages-wrapper {padding:25px;}
.advantages-wrapper .advantages-container {
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:20px;
  max-width:800px;
  margin:25px auto 0 auto;
}
.advantages-wrapper .advantages-container img {max-height:100px;}
.advantages-wrapper .advantages-container .text {line-height:20px;margin-top:10px;}
.advantages-wrapper .advantages-container .advantages-item {
  display:flex;
  flex-direction:column;
  align-items:center;
}

.members-wrapper {
  padding:50px 25px;
}

.member-portal-container {
  padding:180px 25px;
  background-size:cover;
  text-align:center;
  background-position:center center;
  position:relative;
}

.member-portal-container .items-container {max-width:650px; margin:10px auto;}

.member-portal-container .overlay {
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  top:0;
  background: rgba(42, 60, 105, 0.69);
  z-index:1;
}

.member-portal-container .contain {
  z-index:2;
  position:relative;
}

.member-portal-container .member-login {
  margin:10px 0;
}

.mobile-app-container {
  padding:50px 25px;
}

.mobile-app-container .contain {
  display:flex;
  justify-content: center;
  align-items: center;
}

.mobile-app-container .left-column {
  width:40%;
}

.mobile-app-container .right-column {
  width:60%;
}

.mobile-app-container .right-column h2 {
  margin-bottom:10px;
}

.mobile-app-container .right-column .store-container {
  margin-top:15px;
  display:flex;
  gap:10px;
}

.mobile-app-container .right-column .store-container img {
  max-width:150px;
}

.two-column-container {
  display:flex;
}

.two-column-container .left-column {
  padding:50px;
  width:50%;
  display:flex;
  min-height:350px;
  justify-content: end;
  flex-direction: column;
  border-right:2px solid #f61b3b;
}

.two-column-container .right-column {
  padding:50px;
  width:50%;
  display:flex;
  min-height:350px;
  justify-content: end;
  flex-direction: column;
}

.two-column-container .image-wrapper {display:flex;justify-content:center;}
.two-column-container .left-column img {border:2px solid #042360;border-radius:5px;}
.two-column-container .right-column img {border:2px solid #042360;border-radius:5px;}
.two-column-container .left-column h3 {margin:10px 0;}
.two-column-container .right-column h3 {margin:10px 0;}

.two-column-dynamic-container {
  display:flex;
}

.two-column-dynamic-container .left-column {
  padding:50px;
  width:50%;
  min-height:350px;
  background-color:#f61b3b;
  border-right:1px solid #ffffff;
}

.two-column-dynamic-container .right-column {
  padding:50px;
  width:50%;
  min-height:350px;
  background-color:#f61b3b;
  border-left:1px solid #ffffff;
}

.earn-container {
  padding: 25px;
  text-align: center;
  background: #b0b0b0;
  margin-bottom: 50px;
}

.earn-container h2 {
  display: inline-block;
  padding: 0 10px;
}

.earn-container p {
  font-size: 18px;
  line-height: 30px
}

.earn-container .title-wrapper {
  margin-bottom:10px;
}

.earn-container .image-wrapper {
  margin-bottom:10px;
}

.videosContainer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin: 40px auto 40px auto;
  text-align: center;
}

.video {
  background: white;
  border-radius: 12px;
  padding: 5px;
  margin: 0px auto 0px auto;
}

.video h3 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
  color: #f61b3b;
}

.video img {
  border-radius: 8px;
  display: block;
}

.video img:hover {
  opacity: 0.75;
}

.video span {
  display: block;
  margin: 0px auto 5px auto;
}

.feature6 {
  height: fit-content;
  background: #333;
}

.feature6Container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  height: 325px;
  max-height: 325px;
  gap: 0px;
}

.feature6Header {
  width: 100%;
  padding: 30px 0px 30px 0px;
  display: block;
  text-align: center;
}

.contractorDiv {
  background-image: url('/images/featureContractor.jpg');
  background-position: center;
  background-size: cover;
  height: 365px;
}

.contractorHeader {
  width: 60%;
  padding: 30px 0px 30px 0px;
  display: block;
  margin: 0px auto 0px auto;
  text-align: center;
}

.contractorCall {
  color: white;
  font-size: 20px;
  text-align: center;
  display: block;
  font-weight: bold;
}

.newsDiv {
  background: #2e2e2e;
  text-align: center;
  height: fit-content;
  padding: 25px;
}

/*.newsHead {*/
/*    text-align: center;*/
/*    color: white;*/
/*    background: #f61b3b;*/
/*    padding: 10px;*/
/*}*/

.newsHeader {
  width: 100%;
  padding: 30px 0px 30px 0px;
  display: block;
  text-align: center;
}

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

.newsContainer .insideNews {
  background: white;
  overflow: hidden;
  border: 1px solid #f61b3b;
  border-radius: 12px;
}

/*.newsHead img {*/
/*    width: 75px;*/
/*    display: inline-block;*/
/*    padding-bottom: 7px;*/
/*}*/

/*.newsHead h2 {*/
/*    display: inline-block;*/
/*    margin: 0;*/
/*    font-size: 24px;*/
/*    color: #ffffff;*/
/*    font-weight: bold;*/
/*}*/

.footerLogo {
  width: 100px;
}


.vertLine {
  border-left: 3px solid #f61b3b;
  height: 200px;
}


/* .sideBar {grid-column-start: 1;grid-column-end: 3;grid-row-start: 2;grid-row-end: 3;} */

.banner {
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 2;
  grid-row-end: 3;
  color: white;
  padding: 5px 10px 5px 10px;
  text-align: center;
}

.mobileBanner {
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 2;
  grid-row-end: 3;
  color: white;
  padding: 5px 10px 5px 10px;
  text-align: center;
  display: none;
}

.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: black;
  background: #e5e5e5e6;
  border-radius: 8px;
  padding: 8px 12px 8px 12px;
  margin-left: 20px;
  vertical-align: middle;
}

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

.memoryItem {
  display:flex;
  justify-content:center;
  margin:20px 0;
}

.memoryItem > div:first-of-type {
  padding-right:20px;
}

.memoryItem .memoryName {
  color: #ffffff;
  font-size: 18px;
  display: block;
}

.memoryItem .memoryDate {
  display:block;
  color: #ffffff;
  font-size: 18px;
}

.footer {
  background: #042360;
  margin-left: 0px;

}

.footerContainer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin: 0px auto 15px auto;
  padding: 15px;
  color: #ffffff;
}

.footerBottom {
  text-align: center;
  background: #f61b3b;
  padding: 15px 0px 5px 0px;
  color: #ffffff;
  margin-bottom: 0px;
}

.footerColumn p {
  color: white;
}

.footerBottom a {
  color: #ffffff;
}

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

}

.cms-delimited-menu div {
  border-bottom: 2px solid #ffffff;
  margin-bottom: 10px;
}

.cms-delimited-menu a {
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: bolder;
  padding: 10px 0;
  display: block;
}

.memoryItem2 .memoryLink:hover {
  background: #949494e6;

}

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

.memoryPhoto {
  width: 100px;
  border-radius: 6px;
}

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

.memoryItem2:hover {
  background: #F4F4F4;
}


.jobsArea {
  padding: 10px 10px 10px 10px;
  text-align: center;
  background: #f27426;
  color: white !important;
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 4;
  vertical-align: top;
  max-height: 400px;
  min-height: 200px;
}

.organizeArea {
  padding: 10px;
  text-align: center;
  background: #1d427e;
  color: white !important;
  grid-column-start: 4;
  grid-column-end: 7;
  grid-row-start: 3;
  grid-row-end: 4;
  vertical-align: top;
  max-height: 400px;
}

/*.jobFrame {
  width: 100%;
  background: #b0b0b0;
  border-radius: 6px;
  min-height: 250px;
  margin: 20px 0px 20px 0px;
  padding: 20px;
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.jobFrameNew {
  width: 100%;
  background: #b0b0b0;
  border-radius: 0px;
  min-height: 150px;
  margin: 10px 0px 10px 0px;
  padding: 0px;
  display: grid;
  grid-template-columns: 1fr;
}

.jobFrameTable th {
  background: #bbb;
  padding: 15px;
}

.jobFrameTable td {
  background: #eee;
  padding: 15px;
}

.jobInfoRow {
  border-bottom: 1px solid #bbb;
}

.jobFrameTitle {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: -1px;
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
  margin-bottom: -5px;
}

.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: 60px;
  display: block;
  width: 100%;
}

.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: 0px;
  line-height: 22px;
  color: #757575;
  margin-top: 10px;
  background-color: unset;
  width: 100%;
  display: block;
  margin-bottom: 25px;
}

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

.jobFrameDetailBox {
  height: 100%;
  border-left: 1px solid #ccc;
  padding: 10px;
  padding-left: 20px;
  margin-top: 0px;
}

.thinGray {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 5;
  grid-row-end: 6;
  min-height: 10px;
  padding: 0px;
  background: #505050;
}


.showJobsTable td {
  padding: 5px;
}

.showJobsTable tr:nth-child(even) {
  background: #f2f2f2;
}

.showJobsTable tr:nth-child(odd) {
  background: #FFF;
}
*/

.calendarArea img,
.newsFeedArea img {
  width: 100px;
}

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

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

.memberSubmenu {
  position: relative;
  list-style: none;
}

.submenuContents {
  display: none;
  position: absolute;
  top: 0;
  left: -160px;
  background: #605642;
  padding:10px 0px 10px 0px;
  min-width: 160px;
  font-size:16px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.1);
  z-index: 1;
  border-radius: 8px 0px 0px 8px;
}

.memberSubmenu:hover .submenuContents {
  display: block;
}

.submenuContents li a {
  padding: 15px;
  text-decoration: none;
  display: block;
  color: #fff;
}

.submenuContents li a:hover {
  background-color: #f61b3b;
}

.memberArea {
  /*background: rgba(38, 38, 38, 0.75);*/
  margin-top: -5px;
  width: 100vw;
  padding-bottom: 0px;
}

.contentArea {
  padding: 15px 35px 0px 35px !important;
  height: 100%;
}

.videocontentArea {
  padding: 15px 35px 0px 35px !important;
  height: 100%;
  display: none;
}

.videocontentArea iframe {
  width: 100vw;
  height: -moz-available;
  /* WebKit-based browsers will ignore this. */
  height: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  height: fill-available;
  border: 0px;
  margin: 0px 0px 0px -35px;
}

.contentArea2 {
  background: #1d427e;
  color: white;
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 5;
  grid-row-end: 6;
  vertical-align: top;
  padding: 20px 75px 20px 75px;
  text-align: center;
}

.contentArea2 p {
  font-size: 18px;
  line-height: 24px;
}

.contentArea2 h3 {
  text-transform: uppercase;
  line-height: 45px;
}

.contentArea3 h3 {
  text-transform: uppercase;
  line-height: 45px;
}

.contentArea3 {
  background: white;
  color: black;
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 4;
  grid-row-end: 5;
  vertical-align: top;
  padding: 20px 75px 20px 75px;
  text-align: center;
}

.calendarArea {
  padding: 10px 10px 10px 10px;
  text-align: center;
  color: #343434;
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 5;
  grid-row-end: 6;
  vertical-align: top;
  max-height: 400px;
}

.newsFeedArea {
  padding: 10px;
  text-align: left;
  grid-column-start: 4;
  color: #343434;
  grid-column-end: 7;
  grid-row-start: 5;
  grid-row-end: 6;
  vertical-align: top;
  max-height: 400px;
}

.contentArea4_1 {
  min-height: 250px;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 6;
  grid-row-end: 7;
  vertical-align: top;
  background-image: url("/images/home1.jpg");
  background-size: cover;
  padding: 15px 25px 15px 25px;
  text-align: center;
  color: white !important;
}

.contentArea4_2 {
  min-height: 250px;
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 6;
  grid-row-end: 7;
  vertical-align: top;
  background-image: url("/images/home2.jpg");
  background-size: cover;
  padding: 15px 25px 15px 25px;
  text-align: center;
  color: white !important;
}

.contentArea4_2 > span {
  color: black !important;
}

.contentArea4_2 > p {
  color: black !important;
}

.contentArea4_2 > h1,
h2,
h3,
h4,
h5 {
}

.contentArea4_3 {
  min-height: 250px;
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 6;
  grid-row-end: 7;
  vertical-align: top;
  background-image: url("/images/home3.jpg");
  background-size: cover;
  padding: 15px 25px 15px 25px;
  text-align: center;
  color: white !important;
}

.contentArea5 {
  background: color(srgb 1 0.225 0);
  min-height: 450px;
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 7;
  grid-row-end: 8;
  vertical-align: top;
  background-image: url("/images/staffBackground.jpg");
  background-size: cover;
}

.contentArea6_1 {
  background: color(srgb 0.123 0.376 0.585);
  min-height: 300px;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 8;
  grid-row-end: 9;
  vertical-align: top;
  background-image: url("/images/home4.jpg");
  background-size: cover;
}

.contentArea6_2 {
  background: color(srgb 0.916 0.183 0.506);
  min-height: 300px;
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 8;
  grid-row-end: 9;
  vertical-align: top;
  background-image: url("/images/home5.jpg");
  background-size: cover;
}

.contentArea6_3 {
  background: color(srgb 0.181 0.686 0.911);
  min-height: 300px;
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 8;
  grid-row-end: 9;
  vertical-align: top;
  background-image: url("/images/home6.jpg");
  background-size: cover;
}

.sideBarArea {
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 3;
  grid-row-end: 4;
  vertical-align: top;
  margin-bottom: -3px;
  min-width: 320px;
  background: #0033b5;
}

.mainArea {
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 4;
  grid-row-end: 5;
  vertical-align: top;
}

.mainAreaInner {
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 4;
  grid-row-end: 5;
  vertical-align: top;
  padding: 10px 25px 10px 25px;
  max-width: 1400px;
  height: fit-content;
  margin: 0px auto 0px auto;
}

.mapAreaInner {
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 4;
  grid-row-end: 5;
  vertical-align: top;
  max-width: 1400px;
  margin: 0px auto 0px auto;
  padding: 20px;
}

.mapListing {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 15px;
}

.mapItemBold {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}

.mapItemText {
  display: block;
  margin-top: 2px;
}

.mapItemPhone {
  display: block;
  margin-top: 8px;
  font-style: italic;
  font-weight: normal;
}

.mapItem {
  display: block;
  line-height: 1.5em;
}

.tab-content {
  height: fit-content;
  display: inline-block;
  width: 100%;
}

.footer {
  width: 100vw;
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 10;
  grid-row-end: 11;
}

.footerWrapper {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  padding: 10px 105px 10px 105px;
  margin: auto;
}

.footer1 {
  grid-column-start: 1;
  grid-column-end: 2;
  color: white;
}

.footer2 {
  grid-column-start: 2;
  grid-column-end: 3;
  color: white;
}

.footer3 {
  grid-column-start: 3;
  grid-column-end: 4;
  color: white;
}

.officerBar {
  width: 100%;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.officerBar img {
  width: 50px;
}

.officerTable {
  width: 90vw !important;
  margin: auto;
}

.officerTable th {
  display: inline-block;
  width: 33% !important;
  padding: auto;
  text-align: center;
  vertical-align: top;
}

.officerTable td {
  display: inline-block;
  width: 33% !important;
  padding: auto;
  text-align: center;
  vertical-align: top;
}

.contentArea4_1 h4 {
  color: white;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.contentArea4_2 h4 {
  color: white;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.contentArea4_3 h4 {
  color: white;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.contentArea4_1 p {
  line-height: 1.5em;
}

.contentArea4_2 p {
  line-height: 1.5em;
  color: white !important;
}

.contentArea4_2 span {
  color: white !important;
}

.contentArea4_3 p {
  line-height: 1.5em;
}

.bottomFooter {
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 11;
  grid-row-end: 12;
}

.whiteButton {
  height: 40px;
  width: 225px;
  padding: 8px 14px 8px 14px;
  background: white;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  margin: 15px 20px 10px 20px;
  line-height: auto !important;
}

.whiteButton2 {
  height: 40px;
  width: 225px;
  padding: 8px 14px 8px 14px;
  background: white;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  margin: 15px 20px 10px 20px;
  color: #f27426;
}

.whiteButton2:hover {
  color: #b54c0a;
}

.blueButton {
  height: 40px;
  width: 225px;
  padding: 14px 14px 8px 14px;
  background: #1d427e;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  margin: 15px 20px 10px 20px;
  color: white;
}

.blueButton:hover {
  color: rgba(220, 220, 220, 1);
}

.orangeButton {
  height: 40px;
  width: 225px;
  padding: 10px 14px 8px 14px;
  background: #f27426;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  margin: 15px 20px 10px 20px;
  color: white;
  border: 1px solid white;
  vertical-align: middle;
}

.orangeButton:hover {
  color: rgba(220, 220, 220, 1);
}

#newsfeedContent {
  overflow: hidden;
  height: auto;
}

/
/
row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.nav-tabs li {
  display: inline-block !important;
  width: auto !important;
  margin-right: 5px;
  background: #0033b5;
  border-radius: 5px;
  color: white !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.nav-tabs li:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.nav-tabs li a {
  border: none !important;
  color: color(srgb 0.32 0.488 0.915) !important;
  box-shadow: none !important;
  text-transform: uppercase;
}

.nav-tabs li a:hover {
  color: white !important;
  box-shadow: none !important
}

.nav-tabs li.active a {
  border: none !important;
  color: white !important;
}

.nav-tabs li.active {
  border: none !important;
}

#newsArea {
  display: inline-block;
}

#calendarArea {
  display: inline-block;
}

#loginModal {
  position: absolute;
  width: 400px;
  height: 462px;
  padding: 20px;
  background: #ffffffd9;
  border-radius: 8px;
  color: black;
  margin: 0px auto 0px auto;
  top: 300px;
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
  overflow: hidden;
}

.logButton {
  width: 100% !important;
  background: #f61b3b;
  color: white;
  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;
}

.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;
  letter-spacing: -1px;
}

.loginAlertBox {
  display: grid;
  grid-template-columns: 1fr 5fr;
  margin: 15px 0px 14px 0px;
  gap: 10px;
  line-height: 18px;
  background: none;
  color: #555;
}

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

.alertText {
  display: inline-block !important;
  width: 100%;
  vertical-align: middle;
}

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

.paySquare {
  margin-bottom: 10px;
  max-width: 155px;
  height: 155px;
  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;
}

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

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

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

.nav-tabs > li > a,
.nav-tabs > li > a:focus {
  border-bottom: 0px !important;
}

.obitTable {
  border: 1px dashed #bbbbbb;
  width: 95vw;
  color: #000000;
  letter-spacing: normal;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  word-spacing: 0px;
  white-space: normal;
  orphans: 2;
  widows: 2;
  -webkit-text-stroke-width: 0px;
}

.obitTable a {
  font-size: 16px;
  font-weight: bold;
}

.obitTable td {
  width: 32% !important;
  display: table-cell;
  text-align: center;
}

.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: auto 2fr 1fr;   /* chevron | text | icon */
  align-items: center;                    /* vertically center all three */
  padding: 2px 5px 0px 5px;
  width: fit-content;
  min-width: 200px;
  text-align: right;
  position: relative;
  z-index: 999;
}

/* Scope the old img rule so it doesn't clobber the chevron */
.memberMenuIcon .memberInfoIcon img {
  max-width: 30px;
  padding-top: 0px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: inline-block;
  z-index: 999;
}

/* Chevron styling — overrides nothing because it's its own selector */
.memberMenuChevron {
  width: 24px;
  height: auto;
  z-index: 2999;
  margin-right: 10px;
  margin-left: 5px;
  padding: 0;
  transition: transform 0.2s ease-in-out;
  justify-self: center;                   /* center in its grid cell */
}

.memberMenuIcon:hover .memberMenuChevron {
  transform: rotate(180deg);
}

.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;
  padding-top:7px;
  text-align: right;
  margin:auto 0px auto auto;
  line-height: 195%;
}

.memberInfoIcon {
  text-align: center;
}


.accountName {
  font-size: 17px;
  display: block;
  text-align: left;
  color: white;
  letter-spacing: -.5px;
  font-weight: 600;
  margin: -8px 0px 0px 5px;
}

.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: 0;
  left: 0;
  top: 0px;
  background: #948870;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 997;
  padding-top: 60px;
  padding-bottom: 0px;
  border-radius: 4px;
}

.sidebarText {
  color:#333;
  line-height: 125%;
  font-size:14px;
  display: block;
}

.sidebarTextDetail {
  color:#f61b3b;
  line-height: 125%;
  display: block;
  font-size:16px;
}

.duesRight p {
  line-height: 125%;
  font-size:14px;
}

.contentArea {
// font-family: initial;
  overflow: hidden;
// margin-left: - 25 px;
}

.accountHeader {
  text-transform: uppercase;
  font-size: 14px;
  color: #ccc;
}

.accountCardHeader {
  font-size: 18px;
  color: #f61b3b;
  letter-spacing: -.5px;
}

.accountNameHeader {
  font-size: 40px;
  letter-spacing: -1px;
  line-height: 1.13em;
}

.accountInfo {
  font-size: 14px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.booksBody {
  font-size: 14px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

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

.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: #f27426;
  color: white;
  padding: 9px 12px 9px 12px;
  font-size: 14px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.accountLinks:hover {
  background: #f89a60;
  color: white;
}

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

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

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

.contactLinksIcon {
  width: 35px;
  vertical-align: middle;
  border-radius: 25px;
}

.custom-control-input {
  opacity: 1.0 !important;
  padding-left:0px !important;
  margin-right:15px !important;
  line-height: 140% !important;
  vertical-align: middle !important;
  z-index:999 !important;
}

.custom-switch {
  padding-left:0px !important;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

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

.content ul {
  padding-left: 40px;
}

.content li {
  list-style: outside;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-weight: bold;*/
  margin: 0;
  padding: 0;
  /*color:#222222;*/
}

h6 {
  line-height: 1.4em;
}

p {
  line-height: 1em;
}

p > span {
  line-height: 1.5em;
}

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

.logo {
  padding-top: 25px;
  position: relative;
  margin-top: 125px;
  width: 60vw;
  left: 20vw;
  text-align: center;
  z-index: 2;
}

.logoSlideShow {
  padding-top: 0px;
  position: absolute;
  top: 225px;
  width: 80vw;
  left: 10vw;
  text-align: center;
  z-index: 2;
}

.logoSlideShow img {
  max-width: 500px;
}

.navbar-collapse.collapse {
}

.alert {
  font-size: 17px !important;
}

.modal-body label {
  font-size: 15px;
}

.accountDivider {
  color: #0a6ebd;
  vertical-align: middle;
}

.paidThruDate {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.localName {
  color: white;
  text-align: center;
  font-size: 24pt;
  font-weight: 600;
  text-transform: uppercase;
}

.logo img {
  width: 450px;

}

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

.banner {
  min-height: 500px;
  background-color: black;
  background-size: contain;
}

.videoBanner {
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 2;
  grid-row-end: 3;
  min-height: 300px;
  object-position: bottom;
  object-fit: cover;
  background-color: black;
  text-align: center;
  overflow: hidden;
}

.videoBanner video {
  object-position: center;
  object-fit: cover;
  z-index: -51;
  width: 100%;
}

.mobileBanner {
  min-height: 300px;
  background: url(/images/banner.jpg) center center no-repeat;
  background-size: cover;
}

.bannerItems {
  position: relative;
  top: 178px;
  left: -25px;
  /*background-color: aqua;*/
}

.bannerText {
  float: left;
  padding-top: 70px;
}

.bannerText > div > p {
  margin-bottom: 0px;
}

.bannerTextMain {
  font-size: 20px;
  font-weight: normal;
  color: white;
  line-height: 20px;
}

.bannerTextSub {
  font-size: 18px;
  color: white;
  font-style: italic;
  padding-bottom: 10px;
  display: block;
  margin-top: 15px;
}

/*---header---*/

#memberLinks {
  display: inline;
  text-align: left;
}

#membersArea {
  margin-right: -2px;
  padding-right: 0px;
/ / height: 64 px;
  background: #001a6b;
}

#membersArea > span {
  position: relative;
  top: 12px;
  padding-left: 45px;
  font-size: 22px;
}

.duesBarFlex {
  display: inline-block;
  text-align: center;
  font-size: 22px !important;
  margin-right: -15px;
  padding-bottom: 0px;
}

.payDuesSpan {
  text-transform: uppercase;
  top: 2px;
  padding-top: 10px;
  padding-left: 15px;
  font-size: 18px;
  display: inline-block;
}

.appSpan {
  display: inline-block;
  text-transform: uppercase;
  top: 2px;
  padding-top: 10px;
  padding-left: 5px;
  font-size: 18px;
}

.appLink,
.memberLoginText {
  color: white;
  letter-spacing: .8;
  text-transform: uppercase;
  font-size: 14px;
}

.memberLoginText,
.appLink:hover {
  color: white;
  letter-spacing: .8;
  text-transform: uppercase;
}


#eventCalendar {
  position: absolute;
}

#calendarContent {
  padding-right: 25px;
}

#eventCalendarContent > a {
  position: relative;
  right: 5px;
  padding: 5px;
  background: #1E6EA3;
  color: white;
}

ul.memberMenu li {
  display: block;
}

ul.memberMenu li a {
  color: white;
  padding: 0 10px;
}

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

.localContact {
  top: 0px;
  right: 15px;
  height: 400px;
  width: 400px;
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
  text-shadow: 1px 1px #ccc;
  padding-top: 30px;
  padding-left: 15px;
  display: block;
  float: right;
  position: relative;
  bottom: 15px;
}

.localContact .contacts {
  height: 80px;
}

.localContact .contactsAddress2 {
  height: 80px;
}

.contactsFirst {
  margin-top: -20px;
  height: 70px;
}

.localContact .contactsFirst span {
  float: left;
  padding-right: 15px;
}

.localContact .contactsFirst span img {
  height: 50px;
  width: 50px;
}

.localContact .contactsFirst p {
  margin-top: -10px;
  margin-bottom: 0px;
  float: left;
  text-align: left;
}

.localContact .contactsFirst a {
  position: relative;
  top: 4px;
  color: #274F75;
}

.localContact .contactsFirst p,
.contactsFirst a {
  font-size: 22px;
  color: #274F75;
}

.localContact .contacts span {
  float: left;
  padding-right: 15px;
}

.localContact .contacts span img {
  height: 50px;
  width: 50px;
}

.localContact .contactsAddress2 span {
  float: left;
  padding-right: 15px;
}

.localContact .contactsAddress2 span img {
  height: 50px;
  width: 50px;
}

.localContact p {
  margin-top: -10px;
  margin-bottom: 0px;
  float: left;
  text-align: left;
}

.localContact a {
  position: relative;
  top: 4px;
  color: #274F75;
}

.localContact p,
.localContact a {
  font-size: 22px;
  color: #274F75;
}


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

.menuDiv .contain {
  display:flex;
  justify-content:center;
  align-items:center;
}


.navbar {
  padding-left: 0px;
  padding-right: 0;
  display: inline-block;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: 20px !important;
  display: block;
  margin: 0px auto 0px auto !important;
  padding: 0;

}

.navbar ul {
  list-style: none !important;
  left: 0px !important;
  font-weight: bold;
  float: none !important;
  justify-content: center;
}

.navbar ul li {
  list-style: none !important;
}

.nav a:hover {
  color: #004b8e;
}

.sideBar {
  color: white;
}

.sideBarNoPaddingRight {
  padding-right: 0px;
}

.sideBarHeader {
  margin-bottom: 3px;
  /*margin-right: 10px; */
  padding: 15px 0px 15px 75px;
  min-height: 64px;
  background: #001a6b;
  text-transform: uppercase;
  line-height: 1em;
  font-size: 20px;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
}

.sideBarHeader > p {
  margin-bottom: 0px;
  max-width: 185px;
  line-height: 1.25em;
}

.sideBarHeaderAngle > span > img {
  position: absolute;
  right: -36px;
  z-index: 1;
}

.sideBarArrowDown {
  position: absolute;
  top: 16px;
  left: 350px;
}

.sideBarContent {
  margin-bottom: 3px;
  margin-right: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 75px;
  background: #0033b5;
  font-size: 15px;
  height: auto;
  line-height: 1.5em;
  overflow: hidden;
}

.contentArea {
  padding: 25px;
}

.contentArea h5 {
  line-height: 1.75em;
  margin-top: 15px;
}

.contentArea p {
  line-height: 1.5em;
}

.content {
  position: relative;
  padding-left: 25px;
  padding-right: 15px;
  min-height: 200px;
  color: #0033b5;
  z-index: 2;
}

.content > p {
  line-height: 1.5;
}

.content > div > p {
  line-height: 1.5;
}

/*---footer----*/


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


.footerHeader {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: white;
  display: block;
}

.footerSubHeader {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #8c8c8c;
  display: block;
}

.footerSubhead {
  line-height: 110%;
  color: #8c8c8c;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
  display: block;
}

.footerEmailLink {
  text-transform: unset !important;
  display: block;
  margin: -2px 0px 0px 0px;
}

.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 > div:first-of-type {
  margin-top: 0;
}

.footerColumn > div {
  margin-top: 10px;
}

.footerColumn .logo-wrapper {
  display: block;
  margin-top:20px;
}

.footerColumn .logo-wrapper img {
  max-width: 150px;
}

.footer-social {
  margin-top:10px;

}
.footer-social .contain {
  display:flex;
  gap:10px;
}

.footer-social a {
  display:block;
}

.footer-social img {
  max-width: 30px;
  text-align: center;
  margin: 15px auto 15px auto;
}

/*.footerColumn a {*/
/*    color: #f61b3b;*/
/*}*/

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

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

.verbiageBox > p {
  margin-top: 33px;
  padding-left: 75px;
  font-size: 32px;
}

.nav a {
  background-color: transparent !important;
  color: white;
  text-decoration: none;
}

.FeedContainer li {list-style:none!important;line-height:30px;}
.FeedContainer li a {font-size:30px;color:#ffffff;}
.FeedContainer li a:hover {color:#d1a45c;}

.calendarLink {
  position: relative;
  color: white;
  width: fit-content;
  padding: 4px 12px 4px 12px;
  background: #3d4145;
  border-radius: 4px;
  margin: 10px auto 0px 0px;
  color: white !important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  display: block;
}

.calendarLink a {
  color: white !important;
}

.calendarLink:hover {
  background: #3d4145;
}

.calendarEvents {margin-bottom:15px;}

.calendarEvents .eventItem {
  display: block;
  width: 100%;
  padding:5px;
  text-align: center;
}

.calendarEvents .eventItem br {display:none;}

.calendarEvents .eventTitle {
  font-weight: bold;
  font-size: 20px;
  color:#042360;
  margin-bottom:-5px;
  display:block;
}

.calendarEvents .eventDate {
  position: relative;
  clear: left;
  top: 5px;
  font-style: italic;
  font-size: 14px;
  color:#ffffff;
  display:block;
}

.fullCalendarLink {
  background-color: #2e2e2e;
  color: white;
  margin-left: -5px;
  margin-top: 15px;
  display: block;
  font-style: normal !important;
  width: 135px !important;
  border-radius: 8px;
  padding: 8px 9px 8px 9px;
}

.fullCalendarLink:hover {
  color: #ccc;
}

.FeedTitleLink {
  font-weight: bold;
  font-size: 16px;
}

.FeedTitleLink:hover {
  color: #303030;
}

@media (min-width: 768px) {

  .menuDiv {
    padding:15px;
    background:#ffffff;
  }

  .navbar-nav > li {
    float: unset;
    font-weight: bold !important;
    text-transform: uppercase;
    padding:0 !important;
    border-radius:0;
  }

  .navbar-nav > li:first-child {
  // margin-top: 5 px;
  }

  .navbar-nav > li:last-child {
  // margin-bottom: 5 px;
  }

  .navbar-nav > li > a {
    font-size: 18px;
    font-weight: bolder;
    color: #042360;
    padding: 4px 14px 4px 14px !important;
    border-right:3px solid #f61b3b;
  }

  .navbar-nav > li:last-of-type > a {
    border-right:none;
  }

  .navbar-nav > li > a.ActiveLink {
    background-color:#f61b3b!important;
    color:#ffffff!important;
  }

  .navbar-nav > li > a:hover {
    background-color: #f61b3b !important;
    color: #ffffff;
  }

  .navbar-right {
    float: left !important;
    margin-right: 0;
  }

  .navbar-right .dropdown-menu {
    /*  left: 5px;
    right: 5px;*/
  }

  .dropdown-menu > li > a {
  // font-size: 15 px;
  }

  #mobile-dropdown {
    margin-top: 0px;
  }

  .logoDiv {
    margin: 8px 0px 8px 0px;
    padding: 5px;
  / / width: 30 vw;
  }

  .navbar-nav > li {
    /* padding:5px 7px 5px 7px;*/
    display: inline-block !important;
    width: auto;
  }

  .navbar-nav > li:hover {
    /*  background:  rgba(152, 152, 152, 0.25);*/
  }
}

@media only screen and (max-width: 1450px) {
  .bannerTextMain {
    font-size: 34px;
  }

  .memberTextDiv {
    font-size: .7em;
    max-width: 40%;
    margin-top: -5px;

  }

  .duesBarIcons {
    width: 20px;
    margin-left: 7px;
    margin-top: -8px;
  }

  .footerColumn {
    vertical-align: top;
    display: inline-block;
    text-align: left;
    color: #f61b3b;
  }

  .footerHeader {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
    line-height: 15px;
    margin-bottom: 5px;
    display: block;
  }

  .footerColumn p {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 1415px) {
  .duesBarFlex {
    vertical-align: middle;
  }
}

@media only screen and (max-width: 1150px) {
  .bannerTextMain {
    font-size: 28px;
  }

  .memberTextDiv {
    font-size: .7em;
    max-width: 40%;
    margin-top: -5px;
  }

  .duesBarIcons {
    width: 25px;
    margin-left: 7px;
    margin-top: -8px;
    display: inline-block;
  }
}

@media (max-width: 1000px) {
  .mapAreaSidebar {
    width: 100% !important;
    order: -1;
    margin-bottom: 15px;
    border-left: none;
  }

  .mapAreaInner {
    flex-direction: column;
  }

  .mapListing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .mapListing {
    grid-template-columns: 1fr;
  }
}

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

  /**** DUES ****/

  .duesContainer {
    display:block;
  }

  .duesBarIcons {
    width: 25px;
    margin-left: 10px;
    margin-top: -8px;
    display: inline-block;
  }

  .duesFlexContainer {
    display: block;
  }

  #PayOptions {
    display: grid;
    gap:0px;
    text-align: center;
    width:100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .duesBigButton {
    background: #eee;
    display: grid !important;
    grid-template-columns: 1fr 2fr 1fr;
    height: fit-content !important;
    white-space: normal !important;
    text-align: center;
    vertical-align: middle;
    overflow-wrap: break-word;
    line-height: 1.2em;
    border-radius: 8px;
    max-width:100%;
    padding:20px !important;
    width:100%;padding:5px;margin-bottom:5px;
  }

  .duesBigButton img {
    max-width:75px;
    padding:0px;
  }

  .duesBigButton:has(input:checked) {
    background: #cbcbcb;
    color: #444;
  }

  .duesPayText {
    text-align: left;
    padding-top:7px;
  }

  .duesPayLabel {
    font-size:18px;
  }

  .historyTable,
  .historyTable tbody,
  .historyTable tr,
  .historyTable td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .historyTable thead {
    display: none;
  }

  .historyTable tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 16px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.06);
  }

  .historyTable td {
    display: flex;
    flex-direction: column;
    border: none;
    padding: 0;
  }

  .historyTable td:before {
    font-size: 1.4rem;
    color: #888;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 4px;
    letter-spacing: 0.03rem;
  }

  .historyTable td:nth-of-type(1) {
    flex: 0 0 100%;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 1.4rem;
    font-weight: 700;
    word-break: break-all;
  }
  .historyTable td:nth-of-type(1):before { content: "Invoice Number"; }

  .historyTable td:nth-of-type(2) {
    flex: 0 0 70%;
    font-size: 1.4rem;
    color: #444;
  }
  .historyTable td:nth-of-type(2):before { content: "Date"; }

  .historyTable td:nth-of-type(3) {
    flex: 0 0 30%;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: right;
    color: #000;
  }
  .historyTable td:nth-of-type(3):before { content: "Amount"; }

  .duesRight {
    padding-left:0px;
    border-left:0px;
    width:100%;
    padding:15px;
  }

  /**** BOOKS ****/

  .booksTabBar {
    text-align:center;
    height:50px;
    margin-top:25px;
    margin-bottom:15px;
    width:100%;
  }

  .leftPill {
    width:fit-content;
    display:inline-block;
    border-radius:6px 0px 0px 6px;
    background:#ccc;
    padding:10px 15px;
    color:white;
    font-weight:bold;
    margin-right:0px;
    margin-left:auto;
  }

  .leftPill:hover {
    background:black;
    color:white!important;
    text-decoration:none;
  }

  .centerPill:hover {
    background:black;
    color:white!important;
    text-decoration:none;
  }

  .centerPill {
    width:fit-content;
    display:inline-block;
    border-radius:0px 0px 0px 0px;
    background:#ccc;
    padding:10px 15px;
    color:white;
    font-weight:bold;
    margin-right:auto;
    margin-left:0px;
  }

  .rightPill:hover {
    background:black;
    color:white!important;
    text-decoration:none;
  }

  .rightPill {
    width:fit-content;
    display:inline-block;
    border-radius:0px 6px 6px 0px;
    background:#ccc;
    padding:10px 15px;
    color:white;
    font-weight:bold;
    margin-right:auto;
    margin-left:0px;
  }


  /**** AVAILABLE JOBS ****/

  .ajPeople {
    display:block;
    padding-top:10px;
    margin-top:10px;
    border-top:1px solid #ccc;
  }

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

  /**** JOB BIDDING ****/

  .bidSheetArrows {
    display: block;
    margin:2px 0px 0px 0px;
    width:150%;
    height:50px;
  }

  .showHideJobsBidSheet {
    display: block;
    width:100%;
    margin:5px auto 0px auto;
  }

  #BidsDisplayInner {
    display: block;
    background: #ffffff !important;
    background-color: #ffffff !important;
    -webkit-appearance: none;
    border-radius: 8px;
    border:1px solid #eee;
    padding:20px;
    height:fit-content;
    box-shadow: 3px 3px 4px #eee;
    width:85vw !important;
  }

  /**** MOBILE NAV MENU ****/

  .nav a {
    background-color: transparent !important;
    color: white !important;
    text-decoration: none;
  }

  .navbar-expand-md .navbar-toggler,
  .navbar-expand-lg .navbar-toggler {
    display: block !important;
    margin:5px auto 5px auto !important;
  }

  .navbar-expand-md .navbar-collapse,
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
    flex-basis: 100%;
  }

  .navbar-expand-md .navbar-collapse.show,
  .navbar-expand-lg .navbar-collapse.show {
    display: block !important;
  }

  .navbar-nav > li {
    display: block !important;
    width: 100% !important;
    float: none !important;
    border-right: none !important;
    margin-top: 0 !important;
  }

  .navbar-nav {
    flex-direction: column !important;
    float: none !important;
    margin-top: 10px !important;
  }

  .navbar-nav > li {
    display: block !important;
    width: 100% !important;
    float: none !important;
    text-transform: unset !important;
  }

  .navbar-nav {
    flex-direction: column !important;
  }

  .navbar.navbar-expand-md.navbar-light.bg-light {
    background-color: #042360 !important;
    min-height: 20px !important;
    padding: 10px 0;
    border-radius:0px !important;
  }

  .nav.navbar-nav.navbar-right {
    margin: auto !important;
    text-align: center !important;
  }

  .cms-menu-tier-1 {
    margin-top: 0px !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .nav.navbar-nav.navbar-right > li {
    width: 100% !important;
    margin: auto !important;
  }

  .navbar-nav > li > a {
    width: auto !important;
    margin: auto !important;
  }

  .navbar-nav > li > a:hover {
    background: transparent !important;
  }

  .nav.navbar-nav.navbar-right > li > a {
    font-size: 18px !important;
    text-align: center !important;
    padding: 15px !important;
    border-radius: 8px !important;
    margin: 5px auto 5px -10px !important;
  }

  .navbar-header {
    text-align: center !important;
    background: none !important;
    padding: 0px 0px 0px 0px !important;
    display: block !important;
  }

  .nav.navbar-nav.navbar-right > li > a:hover {
    /*background: rgba(209, 209, 209, 0.608);*/
    color: #ccc !important;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 15px 30px 15px 30px !important;
  }

  .navbar-nav .open .dropdown-menu {
    width: 100vw !important;
    margin-left: -15px !important
  }

  .navbar-toggler {
    z-index: 999 !important;
    background: white !important;
  }

  .navbar-toggler-icon {
    color: black !important;
    pointer-events: none !important;
  }

  .logoColumn {
    width: 100%;
  }

  .glyphicon-menu-hamburger {
    color: black !important;
  }

  #mobile-dropdown {
    background: #042360 !important;
    z-index: 999 !important;
    /*  width: 100vw;*/
    /*  position: absolute;*/
    /*  left: -21px;*/
    /*  top: 90px;*/
    /*  text-align: center;*/
    /*  padding-left: 10px;*/
  }

  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    color: white !important;
  }

  .dropdown-menu > li > a {
    text-align: center !important;
  }

  .menuDiv {
    padding:0px;
    background:#ffffff;
  }


  /*** END MOBILE NAV ***/

  .accountBookContainer {
    display: block;
  }

  .memberContainer {width:100%;grid-template-columns: 1fr;display: block;}
  .memberBody {flex:1;padding-right:5px; padding-left:5px;border-right:0px solid #eeeeee;}
  .memberFeed {width:100%;padding-left:5px;padding-right:5px;}

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

  #JobsDiv {
    display: block;
  }

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

  .JobsDisplay {
    padding-right:0px;
  }

  .jobsContainer {
    display: flex !important;
    flex-direction: column-reverse;
    gap:0px;
    padding:10px 15px 10px 15px;
  }

  .ajMain {
    flex:1;
  }

  .ajSidebar {
    flex:1;
    width:100%;
    border-left:0px solid #eee;
    padding-left:0px;
    padding-top:25px;
    line-height: 130% !important;
  }

  flex-direction: column-reverse;


  .menuDiv {position:relative;}

  .menuDiv .contain {display:block;background:#ffffff;}

  .navbar-nav > li > a {border-right:0;}

  .logo-wrapper {display:block;margin:0 auto;padding:10px 0;}

  .red-nav-wrapper {
    grid-template-columns: 1fr;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:2rem;
  }

  .red-nav-wrapper .red-nav-callout:first-of-type {width:100%;}

  .red-nav-wrapper .red-nav-callout .image-wrapper {padding-right:0;}

  .advantages-wrapper .advantages-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .administration-wrapper .contain {
    flex-direction:column;
  }

  .administration-wrapper .contain .left-column {width:100%;margin-bottom:15px;}
  .administration-wrapper .contain .right-column {width:100%;}

  .member-portal-container .items-container {
    display:block;
  }

  .two-column-container {
    display:block;
  }

  .two-column-container .left-column {width:100%;border-right:0;border-bottom:2px solid #f61b3b;padding:25px;}
  .two-column-container .right-column {width:100%;padding:25px;}

  .mobile-app-container .contain {display:block;}
  .mobile-app-container .left-column {width:100%;}
  .mobile-app-container .right-column {width:100%;}

  .two-column-dynamic-container {display:block;}
  .two-column-dynamic-container .left-column {width:100%;border-right:0;border-bottom:2px solid #ffffff;}
  .two-column-dynamic-container .right-column {width:100%;border-left:0;}


  .footer .address {
    text-align: center;
    justify-content:center;
  }

  .footer .company-phone {
    text-align: center;
    justify-content:center;
  }

  .footer .company-email {
    text-align: center;
    justify-content:center;
  }

  .footer .company-hours {
    text-align: center;
    justify-content:center;
  }

  .footer-social .contain {justify-content:center;}

  .blogList {
    grid-template-columns: 1fr;
  }

  .videoGallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .feature3 {
    background-image: none !important;
  }

  .feature3 .feature3-content {
    padding: 0;
  }

  .feature3 .feature3-content div {
    max-width: 100%;
  }

  .bg-light {
    background: unset !important;
    display: block !important;
  }

  .mainCaption {
    width: 75vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    margin: 0px auto 0px auto;
    display: block;
    clear: left;
    overflow: hidden;
    width: 800px;
    height: fit-content;
  }

  .footerColumn {
    padding-top: 10px;
    text-align: center !important;
  }

  .footerColumn .logo-wrapper {
    margin: 10px;
  }

  .feature1 .feature1-wrapper .calendars-and-events-wrapper {
    width: 100%;
    padding-right:0;
    display:flex;
    gap: 15px
  }

  .feature1 .feature1-wrapper .calendars-and-events-wrapper .insideNews {
    width: 50%;
  }

  .feature1 .feature1-wrapper .calendars-and-events-wrapper .image-wrapper {
    width: 50%;
  }

  .feature1 .feature1-wrapper .apprenticeship-wrapper {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }

  .feature1 .feature1-wrapper {
    display: block;
  }

  .footerBottom {
    padding: 15px;
  }

  .footerBottom p {
    line-height: 150%;
  }

  .mastHead {
    display: block;
    margin: 0px auto 0px auto;
    max-width: 100vw;
    position: relative;
  }

  .logoDiv {
    width: 100vw;
    text-align: center;
    max-width: 100vw;
  }

  .brandDiv {
    display: block;
    text-align: center;
  }

  .brandDiv a {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .brandLine1 {
    color: black;
    font-size: 45px;
    font-family: "Impact", sans-serif;
    font-weight: bolder;
    line-height: 100%;
    margin-top: 20px;
    display: block;
  }

  .brandLine2 {
    color: #f61b3b;
    font-size: 36px;
    font-family: "Impact", sans-serif;
    font-weight: bolder;
    line-height: 100%;
    display: block;
  }

  .brandLine3 {
    color: black;
    text-transform: uppercase;
    font-family: "Impact", sans-serif;
    font-size: 22px;
    margin-top: 5px;
    line-height: 100%;
    font-style: italic;
    font-weight: bold;
    display: block;
  }

  .footerContainer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
    width: 100vw;
    margin: 0px auto 15px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .skylineDiv {
    height: 120px;
  }

  .skylineDiv img {
    height: 146px;
  }

  .subCaption {
    padding-right: 25px;
  }


  #slideshowParent {
    display: block;
    width: 100vw;
    max-width: 100vw;
    grid-column-start: 1;
    grid-column-end: 5;
    vertical-align: top;
    background: #bababa;
  / / transform: scale(2.31633);
  }

  .SlideCaption {
    width: 100%;
    left: 15px;
    font-size: large;
    display: block;
    margin: 0px auto 0px auto;
  }

  .linkCaption {
    width: fit-content;
    font-size: 2.5em;
  }

  #loginModal {
    padding: 20px !important;
    width: 84vw !important;
    margin-left: 8vw !important;
    margin-top: 0px !important;
  }

  .frontPageContainer {
    max-width: 100vw;
    overflow: hidden;
  }

  .mainAreaInner {
    max-width: 100vw;
  }

  .feature1Box {
    max-width: 90%;
  }

  .feature4Box {
    max-width: 90%;
    margin: 10px auto 10px auto;
  }

  .feature5Box {
    max-width: 90%;
    margin: 10px auto 10px auto;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  .feature5Box div {
    min-height: 100px;
  }

  .officersContainer {
    grid-template-columns: 1fr;
  }

  .officersContainer div {
    padding-top: 25px !important;
  }

  .officerDisplayDiv {
    margin: 5px auto 15px auto;
    grid-template-columns: 1fr;
  }

  .joinDiv div {
    /*  padding-top:20px !important;*/
  }

  .joinDiv p > span {
    font-size: 44px !important;
  }

  .contactContainer {
    grid-template-columns: 1fr;
    width: 80%;
    text-align: center;
  }

  .contactContainer .feature1Button {
    margin: 20px auto 10px auto;
  }

  .itemBar1 div {
    border-left: 0px solid #ccc !important;
    border-right: 0px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
  }

  .pageHeader {
    grid-column-start: 1;
    grid-column-end: 2;
    display: block;
    padding: 20px 20px 20px 20px;
  }

  .pageHeaderText {
    font-size: 28px;
  }

  .topBarContainer {
    grid-template-columns: 1fr;
  }

  .memberMenuIcon {
    margin: 10px auto;
  }

  .memberLinks {
  / / padding: 10 px 0 px 10 px 10 px;
  }

  .mainAreaInner {
    grid-column-start: 1;
    grid-column-end: 2;
    padding: 25px 10px 20px 10px;
  }

  .mapAreaInner {
    grid-column-start: 1;
    grid-column-end: 2;
  }

  .joinDiv {
    grid-template-columns: 1fr;
    gap: 0px;
    height: fit-content;
  }

  .joinSub {
    margin: 10px 0px 10px 0px;
  }

  .feature1 {
    height: fit-content;
  }

  .feature1Box {
    height: fit-content;
    margin-bottom: 30px;
  }

  .feature2 {
    grid-template-columns: 1fr;
    gap: 0px;
    height: fit-content;
  }

  .videosDiv {
    height: fit-content;
  }

  .videosContainer {
    grid-template-columns: 1fr;
    gap: 0px;
    height: fit-content;
  }

  .video {
    margin: 10px auto 10px auto;
  }

  .newsDiv {
    height: fit-content;
    width: 100vw;
    padding: 0px;
  }

  .insideNews {
    margin: 10px 0px 10px 0px;
  }

  .feature6Container {
    grid-template-columns: 1fr;
    height: fit-content;
    max-height: unset;
  }

  .contractorDiv {
    height: unset;
    padding-bottom: 20px;
  }

  .contractorDiv .linkCaption {
    text-align: center;
  }

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

  .newsContainer div {
  }

  .feature4Box {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  .feature4Box div div {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .f1Box {
    border-right: 0px solid white;
    padding: 25px;
    text-align: center;
    border-bottom: 0px solid white;
  }

  .f2Box {
    border-left: 0px solid white;
    border-bottom: 0px solid white;
    padding: 25px;
  }

  .f3Box {
    border-right: 0px solid white;
    border-top: 0px solid white;
    padding: 25px;
  }

  .f4Box {
    border-left: 0px solid white;
    border-top: 0px solid white;
    padding: 25px;
  }

  .menuDiv {
    text-align: center;
  }

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


  .memberBody {
    width: 100%;
    display: block;
    vertical-align: top;
    padding: 5px;
  }

  .memberFeed {
    width: 100%;
    display: block;
    padding-left: 3%;
    vertical-align: top;
    padding: 5px;
  }

  .mobileMemberIcons {
    display: block;
    width: 100%;
    color: white;
  }

  .mobileBanner {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 2;
    color: white;
    padding: 5px 10px 5px 10px;
    text-align: center;
    display: block;
  }

  /*.mapListing {*/
  /*  grid-template-columns: 1fr 1fr;*/
  /*}*/

  .mapAreaInner {
    max-width: 100vw !important;
    padding: 15px;
  }



  /*
  20260220 - mmaurer - removing these styles as they were a bandaid from old editor and are messing things up now


  table {
    max-width: 100% !important;
    width: 100% !important;
    height: unset !important;
  }

  table tr {
    height: unset !important;
  }

  table td {
    max-width: 100%;
    overflow-wrap: anywhere;
    width: 100%;
    height: fit-content !important;
  }

  .table td {
     display: block;
     width: 90% !important;
     max-width: 90% !important;
     padding: 20px;
   }

   .table thead {
     display: block;
     width: 90% !important;
     max-width: 90% !important;
     padding: 20px;
   }*/

  .table iframe {
    max-width: 93vw;
  }

  .accountDivider {
    color: #0a6ebd;
    display: none;
  }

  .paidThruDate {
    display: none;
  }

  .navbar {
    position: unset !important;
  }

  .navbar-toggler {
    margin: auto;
    text-align: center;
  }

  .memberButton {
    background: black;
    display: inline-block;
    border-radius: 8px;
    font-size: 16px;
    padding: 4px 8px 4px 8px;
  }

  .bodyContainer {
    background: white;
    height: auto;
    /*width: 100vw;*/
    /*vertical-align: top;*/
    /*display: grid;*/
    /*grid-gap: 0px;*/
    /*grid-template-columns: 1fr;*/
    /*max-width: 100vw;*/
    /*align-content: center;*/
    /*margin-right: -15px;*/
  }

  .header {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 0;
    grid-row-end: 1;
    width: 100vw;
    height: auto;
  }

//.sideBar {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}

  .banner {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    color: white;
    padding: 5px 0px 5px 10px;
    text-align: center;
    max-width: 100vw;
    width: 100vw;
    margin-left: 0px !important;
    margin-right: 0px !important;
    background: black;
    min-height: unset;
    height: 350px !important;
  }

  .logoSlideShow {
    padding-top: 25px;
    position: absolute;
    top: 70px;
    width: 80vw;
    left: 10vw;
    text-align: center;
    z-index: 2;
  }

  .logoSlideShow img {
    max-width: 80vw;
    padding: 25px;
  }

  .videoBanner {
    height: auto;
  }

  .videoBanner video {
    height: 300px !important;
  }

  .videoBanner .logo {
    position: absolute;
  }

  .memberMenu2Home {
    padding: 10px 10px 10px 10px;
    text-align: center;
    background: white;
    grid-column-start: 1;
    grid-column-end: unset;
    grid-row-start: 3;
    grid-row-end: 4;
    vertical-align: top;
    max-height: unset;
    min-height: 75px;
    max-width: 100vw;
    color: black !important;
  }

  .jobsArea {
    padding: 10px 10px 10px 10px;
    text-align: center;
    background: #f27426;
    grid-column-start: 1;
    grid-column-end: unset;
    grid-row-start: 4;
    grid-row-end: 5;
    vertical-align: top;
    max-height: 400px;
    min-height: 320px;
    max-width: 100vw;
    color: white !important;
  }

  .organizeArea {
    padding: 10px;
    text-align: center;
    background: #1d427e;
    grid-column-start: 1;
    grid-column-end: unset;
    grid-row-start: 5;
    grid-row-end: 6;
    vertical-align: top;
    max-height: 400px;
    max-width: 100vw;
    min-height: 320px;
    color: white !important;
  }

  .sideBarArea {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 7;
    grid-row-end: 8;
    vertical-align: top;
    margin-bottom: -3px;
    min-width: 320px;
    background: #0033b5;
  }

  .mainArea {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 6;
    grid-row-end: 7;
    vertical-align: top;
  }

  .calendarArea img,
  .newsFeedArea img {
    width: 100px;
  }

  .logo {
    left: 10vw;
    right: 10vw;
    width: 80vw;
    padding-top: 0px;
    top: 75px;
  }

  .logo img {
    width: 100% !important;
    padding-top: 55px;
    padding-left: 0px !important;
    margin-left: 0px !important;
    text-align: center;
  }

  .memberArea {
    background: rgba(38, 38, 38, 0.98);
    margin-left: 0px !important;
    margin-right: -15px !important;
    margin-top: -5px;
    width: 100vw;
    height: auto;
    max-width: 100vw;
    z-index: 999;
    top: 0px !important;
  }

  .contentArea {
    padding: 20px !important;
    height: 100%;
    max-width: 100vw;
    margin-left: 0px;
    margin-right: 0px;
  }

  .contentArea iframe {
    width: 104vw !important;
    margin-left: -15px;
    margin-right: -55px;
    max-height: 200px;
    height: -moz-available;
    /* WebKit-based browsers will ignore this. */
    height: -webkit-fill-available;
    /* Mozilla-based browsers will ignore this. */
    height: fill-available;
    border: 0px;
  }

  .contentArea2 {
    background: #1d427e;
    color: white;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 8;
    grid-row-end: 9;
    vertical-align: top;
    padding: 20px 25px 20px 25px;
    text-align: center;
    max-width: 100vw;
  }

  .contentArea2 p {
    font-size: 18px;
    line-height: 24px;
  }

  .contentArea2 h3 {
    color: white;
    text-transform: uppercase;
    line-height: 34px;
  }

  .contentArea3 h3 {
    text-transform: uppercase;
    line-height: 34px;
    color: #222 !important;
  }

  .contentArea3 {
    background: white;
    color: black;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 9;
    grid-row-end: 10;
    vertical-align: top;
    padding: 20px 15px 20px 15px;
    text-align: center;
    max-width: 100vw;
  }

  .calendarArea {
    padding: 10px 10px 10px 10px;
    text-align: center;
    color: black;
    grid-column-start: 1;
    grid-column-end: unset;
    grid-row-start: 10;
    grid-row-end: 11;
    vertical-align: top;
    max-height: 400px;
    min-height: 380px;
    max-width: 100vw;
  }

  .newsFeedArea {
    padding: 10px;
    text-align: center;
    color: black;
    grid-column-start: 1;
    grid-column-end: unset;
    grid-row-start: 11;
    grid-row-end: 12;
    vertical-align: top;
    max-height: 400px;
    max-width: 100vw;
    min-height: 320px;
  }

  .contentArea4_1 {
    min-height: 250px;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 12;
    grid-row-end: 13;
    vertical-align: top;
    background-image: url("/images/home1.jpg");
    background-size: cover;
    padding: 15px 25px 15px 25px;
    text-align: center;
    color: white !important;
    max-width: 100vw;
  }

  .contentArea4_2 {
    min-height: 250px;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 13;
    grid-row-end: 14;
    vertical-align: top;
    background-image: url("/images/home2.jpg");
    background-size: cover;
    padding: 15px 25px 15px 25px;
    text-align: center;
    color: white !important;
    max-width: 100vw;
  }

  .contentArea4_3 {
    min-height: 250px;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 14;
    grid-row-end: 15;
    vertical-align: top;
    background-image: url("/images/home3.jpg");
    background-size: cover;
    padding: 15px 25px 15px 25px;
    text-align: center;
    color: white !important;
    max-width: 100vw;
  }

  .contentArea5 {
    background: color(srgb 1 0.225 0);
    min-height: 450px;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 15;
    grid-row-end: 16;
    vertical-align: top;
    background-image: url("/images/staffBackground.jpg");
    background-size: cover;
    max-width: 100vw;
  }

  .contentArea6_1 {
    background: color(srgb 0.123 0.376 0.585);
    min-height: 300px;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 16;
    grid-row-end: 17;
    vertical-align: top;
    background-image: url("/images/home4.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100vw;
  }

  .contentArea6_2 {
    background: color(srgb 0.916 0.183 0.506);
    min-height: 300px;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 17;
    grid-row-end: 18;
    vertical-align: top;
    background-image: url("/images/home5.jpg");
    background-size: cover;
    max-width: 100vw;
  }

  .contentArea6_3 {
    background: color(srgb 0.181 0.686 0.911);
    min-height: 300px;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 18;
    grid-row-end: 19;
    vertical-align: top;
    background-image: url("/images/home6.jpg");
    background-size: cover;
    max-width: 100vw;
  }


  .footerWrapper {
    max-width: 100vw;
    width: 100%;
    margin: 0px;
    margin: auto;
    display: grid;
    grid-gap: 0px;
    grid-template-columns: 1fr;
    text-align: center;
    padding: 10px 10px 10px 10px;
  }

  .footer1 {
    grid-column-start: 1;
    grid-column-end: 2;
    color: white;
  }

  .footer2 {
    grid-column-start: 1;
    grid-column-end: 2;
    color: white;
  }

  .footer3 {
    grid-column-start: 1;
    grid-column-end: 2;
    color: white;
  }

  .officerBar {
    width: 100%;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .officerBar img {
    width: 50px;
  }

  .officerTable th {
    display: block;
    width: 100% !important;
    padding: auto;
    text-align: center;
  }

  .officerTable td {
    display: block;
    width: 100% !important;
    padding: auto;
    text-align: center;
  }

  .contentArea4_1 h4 {
    color: white;
    text-transform: uppercase;
    margin-bottom: 8px;
  }

  .contentArea4_2 h4 {
    color: white;
    text-transform: uppercase;
    margin-bottom: 8px;
  }

  .contentArea4_3 h4 {
    color: white;
    text-transform: uppercase;
    margin-bottom: 8px;
  }

  .contentArea4_1 p {
    line-height: 1.5em;
  }

  .contentArea4_2 p {
    line-height: 1.5em;
    color: white !important;
  }

  .contentArea4_3 p {
    line-height: 1.5em;
  }

  .bottomFooter {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 20;
    grid-row-end: 21;
    height: 40px;
  }

  .whiteButton {
    height: 40px;
    width: 225px;
    padding: 8px 14px 8px 14px;
    background: white;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin: 15px 20px 10px 20px;
    line-height: auto !important;
  }

  .whiteButton2 {
    height: 40px;
    width: 80%;
    padding: 8px 14px 8px 14px;
    background: white;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin: 15px 20px 10px 20px;
    color: #f27426;
  }

  .whiteButton2:hover {
    color: #b54c0a;
  }

  .blueButton {
    height: 40px;
    width: 80%;
    padding: 14px 14px 8px 14px;
    background: #1d427e;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin: 15px 20px 10px 20px;
    color: white;
  }

  .blueButton:hover {
    color: rgba(220, 220, 220, 1);
  }

  .orangeButton {
    height: 40px;
    width: 80%;
    padding: 10px 14px 8px 14px;
    background: #f27426;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin: 15px 20px 10px 20px;
    color: white;
    border: 1px solid white;
  }

  .orangeButton:hover {
    color: rgba(220, 220, 220, 1);
  }

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

  .navbar-nav {
    margin: 0px 0px 0px 0px;
  }

  #memberMenuArea {
    height: auto;
    max-width: 100%;
    padding: 0px 10px 0px 10px;
    font-size: 26px !important;
    margin: 5px 0px 0px 0px;
  }

  #memberMenuArea > div {
  / / height: 100 %;
    width: 100%;
  }

  #memberMenuArea > div > ul {
    display: table;
    height: auto;
    width: 100%;
    margin: 8px 0px 10px 0px;
  }

  #memberMenuArea > div > ul > li {
    display: block;
    padding: 5px;
    border-right: 0px solid #f61b3b;
    width: auto;
    height: 55px;
    margin: 0;
  }

  #memberMenuArea > div > ul > li:last-child {
    border-right: none;
  }

  #memberMenuArea > div > ul > li > a {
    display: block;
    min-height: 25px;
    text-align: center;
    line-height: 1.4em;
    font-size: 17px;
    margin-bottom: 5px;
    width: 100%;
    padding: 8px 7px 8px 7px;
    border-radius: 8px;
  }

  #memberMenuArea > div > ul > li > a:hover {
    /*background: color(srgb 0.108 0.214 0.485);*/
  }

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

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

  }

  .bottomFooter {
    height: auto;
    font-size: 11px;
    text-align: center;
    padding: 5px;
    background: #001a6b;
    color: white;
    width: 100%;
  }

  .logoColumn {
    max-width: 100%;
    vertical-align: top;
    margin-left: auto;
    text-align: center;
    display: inline-block;
    padding: 5px 10px 5px 10px;
  }

  .logoColumn img {
    width: 25%;
  }

  .sideBarContent {
    text-align: center;
  }

  .fullCalendarLink {
    margin: auto;
  }

  .footerHeader {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    line-height: 17px;
  }

  .footerColumn p {
    font-weight: 400;
    font-size: 16px;
  }

  .footerSocial {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    margin-right: 0px;
    float: none;
  }

  .contactLinks,
  .socialLinks {
    display: none;
  }

  .appLink,
  .memberLoginText {
    color: white;
    letter-spacing: .8;
    text-transform: uppercase;
    font-size: 16px;
  }

  .memberLoginText,
  .appLink:hover {
    color: white;
    letter-spacing: .8;
    text-transform: uppercase;
  }

  .topBar {
    height: 80px;
  }

  /*.memberBarBlock {*/
  /*  border-radius: 2px;*/
  /*  padding: 8px;*/
  /*  display: block;*/
  /*  overflow: hidden;*/
  /*  margin-right: auto;*/
  /*  position: absolute;*/
  /*  top: 13px;*/
  /*  right: 13px;*/
  /*  margin-left: auto;*/
  /*  font-size: 16px;*/
  /*  vertical-align: text-top;*/
  /*  width: fit-content;*/
  /*}*/
  .menuBarContainer {
    grid-template-columns: 2fr 2fr;
    height: 90px;
    position: relative;
  }

  .bannerTextMain {
    font-size: 28px;
  }

  .sideBarArea {
    min-width: 275px;
  }

  .sideBarHeader {
    text-align: center;
  }

  #FeedItemSummary a {
    margin: auto;
    margin-top: 0px;
  }

  .FeedItemHeader {
    margin: auto;
    width: 100vw;
    display: block;
  }

  .memberTextDiv {
    font-size: .9em;
    max-width: 40%;
    margin-top: 0px;
  }

  .accountLinks {
    clear: left;
    display: block;
    width: 100%;
    position: initial;
    margin-bottom: 20px;
    text-align: center;
  }


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

  .navbar-toggler {
    float: none;
    margin-right: 0px;
  }

  /*.duesBarIcons {*/
  /*  width: 40px;*/
  /*  margin-left: 7px;*/
  /*  margin-top: -8px;*/
  /*}*/
  .banner {
  // min-height: 200 px;
    max-width: 100vw;
    background-size: cover !important;
  }

  .logo {
  // padding-left: 35 px;
    margin-top: 0px;
  }

  .logo > span > img {
    height: 100px;
    width: 100px;
  }

  .bannerItems {
    top: 53px;
    left: -10px;
  }

  .bannerText {
    padding-top: 47px;
  }

  .bannerTextMain {
    font-size: 24px;
  }

  .bannerTextSub {
    font-size: 16px;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 15px;
  }

  .localContact {
    padding-top: 5px;
    padding-left: 5px;
    height: 200px;
    width: 250px;
  }

  .localContact .contacts {
    height: 40px;
  }

  .localContact .contactsFirst {
    height: 40px;
  }

  .localContact .contactsAddress2 {
    height: 40px;
  }

  .localContact .contacts span img,
  .socialLinks a img,
  .localContact .contactsFirst span img,
  .localContact .contactsAddress2 span img {
    height: 30px;
    width: 30px;
  }

  .localContact .contacts a,
  .localContact .contacts p,
  .localContact .contactsFirst a {
    position: relative;
    font-size: 16px;
  }

  .localContact p,
  .localContact a {
    font-size: 16px;
    color: #274F75;
  }

  .localContact .contactsAddress2 a {
    position: relative;
    margin-top: 12px;
    display: block;
    line-height: .9em;
    font-size: 16px;
  }

  .localContact .contactsFirst a {
    position: relative;
    font-size: 14px;
  }

  .localContact .contacts a {
    top: 2px;
  }

  .localContact .contacts p {
    top: 4px;
  }

  .mobileViewPaddingRight {
    padding-right: 0px;
    margin-right: 0px !important;
  }

  .menuArea {
    margin-right: 0px !important;
    padding-right: 0px !important;
  }

  .memberArea {
    height: auto;
    max-height: auto !important;

  }

  #membersArea > span {
    display: block;
    padding-left: 0px;
  / / text-align: center;
  }

  #membersArea > div {
    padding-left: 0px;
  }

  #membersArea > div > a {
    display: block;
    padding-left: 0px;
  / / text-align: center;
  }

  .membersAreaHeaderAngle {
    display: none;
  }

  #memberLoginText,
  #adminNotificationText {
    padding-left: 15px;
    padding-right: 15px;
    width: 100% !important;
    text-align: center;
    font-size: 15px;
    height: 30px;
  }

  #memberLoginText > p,
  #adminNotificationText > p {
    margin-top: 0px;
  }

  #memberMenuArea {
    display: none;
  }

  .itemBar1 {
    grid-template-columns: 1fr;
  }

  .sideBar {
    min-width: inherit;
  }

  .sideBarHeader {
    padding: 0px 0px;
  / / text-align: center;
  }

  .sideBarHeader > p {
    padding-top: 10px;
    max-width: inherit;
  }

  .sideBarArrowDown {
    position: relative;
    top: 6px;
    left: 0px;
  }

  .sideBarHeaderAngle {
    display: none;
  }

  .sideBarContent {
    padding: 15px 0px;
  / / display: inline-block;
  / / text-align: center;
  }

  #menu {
    padding-right: 0px;
  }

  #slideshow {
    position: relative;
    max-width: 100vw;
  / / margin-bottom: 10 px;
  }

  #FeedContentUl {
    width: 100%;
  }

  #FeedItemLi {
    margin-top: 0px;
    height: fit-content !important;
    min-height: 90px;
    width: 100% !important;
  }

  .FeedItemLi {
    height: 100% !important;
    min-height: 120px;
  }

  .FeedAct {
    height: auto !important;
    min-height: 200px !important;
  }

  #FeedItemHeader {
    float: inherit;
    text-align: center !important;
  }

  #FeedItemPubDate {
    position: relative;
    top: 0px;
  }

  #FeedItemSummary a {
    position: relative;
    top: -30px;
  }

  #eventCalendar {
    position: relative;
  }

  #eventCalendarContent > a {
    right: 0px;
  }

  .addressBox {
    min-width: inherit;
  }

  .addressBox > p {
    left: 0px;
    height: 100px;
    width: 100%;
    text-align: center;
  }

  .addressBox > p > span > span > img {
    position: relative;
    right: 115px;
    margin-left: 0px;
    float: inherit;
  }

  #companyAddressFooter {
    min-width: inherit;
    height: 100px;
    width: 100%;
  }

  #companyAddressLine1Footer,
  #companyAddressLine2Footer,
  #companyAddressLine3Footer {
    top: -86px;
    margin-left: 120px;
  }

  .verbiageBox > p {
    padding-left: 0px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .backgroundBox {
    overflow: hidden;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .text-lg {font-size:14px;}

  .gold-background h4 {font-size:14px;}

  .jobBidSummary {grid-template-columns:1fr;}

  .advantages-wrapper .advantages-container {
    grid-template-columns:1fr;
  }

  .administration-wrapper .contain .right-column .admin-container {
    grid-template-columns:1fr;
  }

  .feature3 .feature3-content div p {
    font-size: 14px;
    line-height: 25px;
  }

  .feature1 .feature1-wrapper .calendars-and-events-wrapper {display:block;}

  .feature1 .feature1-wrapper .calendars-and-events-wrapper .insideNews {width:100%;}
  .feature1 .feature1-wrapper .calendars-and-events-wrapper .image-wrapper {width:100%;}


  .feature1 .feature1-wrapper .apprenticeship-wrapper .apprenticeship-content p {
    font-size: 14px;
    line-height: 25px;
  }

  .member-menu .contain {
    flex-direction: column;
  }

  .videosContainer {
    margin: 0 auto;
  }

  .bannerText {
    display: none;
    /*position: relative;
    top: 140px;
    right: 105px;
    padding-top: 0px;*/
  }

  .bannerTextMain {
    font-size: 18px;
  }

  .bannerTextSub {
    font-size: 16px;
    margin-top: 15px;
  }

  .sideBar {
    text-align: center;
  }

  .fullCalendarLink {
    margin: auto;
  }

  .btn-default {
    display: block;
    margin: 10px auto 10px auto;
  }

  .btn-default:after {
    clear: right;
  }

  .btn-primary {
    display: block !important;
    margin: 10px auto 10px auto;
  }

  .btn-primary:after {
    clear: right;
  }

  .sideBarHeader {
    text-align: center;
  }

  .dropdown-menu {
    background: #f61b3b !important;
    padding: 5px 8px;
    width: 100%;
  }


  .sideBarHeader > p {
    padding: 16px 0px;
  }

  .sideBarArrowDown {
    display: none;
  }

  #FeedItemHeader {
    width: 100%;
  }

  #FeedItemSummary a {
    position: relative;
    margin: auto;
    top: 0px;
  }

  .FeedContainer .FeedContent .FeedItemHeader {
    float: left;
    display: inline-block;
    padding: 0 15px 0 15px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }



  .FeedContainer .FeedContent .FeedItemHeader a {
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    color: white;
  }

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

  .FeedContainer .FeedContent .FeedItemPubDate {
    font-style: italic;
    display: inline-block;
    padding: 5px 0px 10px 0px;
  }

  #FeedItemPubDate {
    position: inherit;
    top: -30px;
  }

  .addressBox > p > span > span > img {
    visibility: hidden;
  }

  #companyAddressLine1Footer,
  #companyAddressLine2Footer,
  #companyAddressLine3Footer {
    margin-left: 0px;
  }

  .duesBarFlex {
    display: block;
    padding-left: 0px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 0px !important;
    margin-left: 10px !important;
  }

  .footerSocial {
    text-align: center;
  }

  .footerSocial img {
    margin-left: 8px;
    margin-right: 8px;
  }

  /*  .payDuesSpan {
    font-family: "Tw Cen MT", "Futura", sans-serif;
    text-transform: uppercase;
    top: 2px;
    padding-left: 15px;
    font-size: 28px;
  }

  .appSpan {
    font-family: "Tw Cen MT", "Futura", sans-serif;
    text-transform: uppercase;
    top: 2px;
    padding-left: 15px;
    font-size: 28px;
  }
  */
  .memberTextDiv {
    font-size: .9em;
    padding-top: 15px;
    display: block;
    background-color: black;
    height: 70px;
  }

  .contactsFirst {
    margin-top: 0px;
  }

  .socialLinks img {
    margin-top: -25px;
  }
}

/* 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% !important;
  margin-top: -6px;
  -webkit-border-radius: 0 2px 2px 2px;
  -moz-border-radius: 0 2px 2px;
  border-radius: 0 2px 2px 2px;
}

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

.modal-open {
  overflow-y: scroll;
}

@media (max-width: 600px) {
  .top-bar-container .top-bar {
    display: block;
    text-align: center;
  }

  .top-bar-container .top-bar .contact-container {
    justify-content: center;
    margin-bottom: 10px;
  }

  .top-bar-container .top-bar .email {
    display: none;
  }

  .top-bar-container .top-bar .phone {
    display: none;
  }
}