:root {
  --inside-block: 6vw;
  --outside-block: 8vw;
  --common-margin: 5%;
  --common-top-bot-padding: 4em;
  --static-top-bot-padding: 70px;
}
@media only screen and (min-width: 2001px) {
  :root {
    --outside-block: 160px;
    --inside-block: 120px;
  }
}
@media only screen and (max-width: 1680px) {
  :root {
    --outside-block: 5vw;
    --inside-block: 4.5vw;
  }
}
@media only screen and (max-width: 1366px) {
  :root {
    --static-top-bot-padding: 63px;
  }
}
@media only screen and (max-width: 800px) {
  :root {
    --static-top-bot-padding: 59px;
  }
}
@media only screen and (max-width: 700px) {
  :root {
    --static-top-bot-padding: 42px;
  }
}
@media only screen and (max-width: 700px) {
  :root {
    --common-top-bot-padding: 2.5em;
  }
}
@media only screen and (max-width: 500px) {
  :root {
    --inside-block: 0%;
  }
}
#breadcrumbs {
  color: #F8F8F8;
}
#breadcrumbs a {
  color: #F8F8F8;
}
.banner.blue-overlay {
  padding: 12em 0px 11em;
}
@media only screen and (max-width: 800px) {
  .banner.blue-overlay {
    margin-bottom: 0em;
  }
}

.banner.blue-overlay:after {
  background-color: #53565a;
  opacity: 0.7;
}
.intro-section {
  z-index: 5;
  transition: margin-top 0.5s ease;
  overflow: initial;
}
@media only screen and (max-width: 800px) {
  .intro-section {
    margin-top: 0em !important;
  }
}
.intro-section:after {
  content: "";
  background: #F8F8F8;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 23%;
  bottom: 0px;
  z-index: -1;
}
@media only screen and (max-width: 500px) {
  .intro-section:after {
    bottom: 3px;
  }
}
.intro-section .section-outer {
  position: relative;
}
.intro-section .section-outer:after {
  content: "";
  background: #F8F8F8;
  position: absolute;
  top: 0px;
  left: 0px;
  right: calc(var(--inside-block) + var(--outside-block));
  bottom: 0px;
  z-index: -1;
}
.intro-section .section-inner .heading-col {
  width: 35%;
}
.intro-section .section-inner .content-col {
  width: 55%;
  padding-top: 12px;
  padding-right: 8%;
}
@media only screen and (max-width: 800px) {
  .intro-section .section-inner .content-col {
    padding-right: 0%;
    padding-top: 0;
  }
}
.intro-section .section-outer .page-name-overlay {
  text-align: left;
  margin: 0;
  padding-left: var(--inside-block);
  line-height: 0.7;
}
@media only screen and (max-width: 500px) {
  .intro-section .section-outer .page-name-overlay {
    line-height: 0.8;
    margin-left: -20px;
    margin-bottom: 0px;
    position: relative;
    bottom: -3px;
  }
}
.intro-section .section-outer .section-inner.middle-content {
  padding-bottom: 70px;
}
@media only screen and (max-width: 800px) {
  .intro-section .section-outer .section-inner.middle-content {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .intro-section .section-outer .section-inner.middle-content {
    flex-direction: column;
  }
  .intro-section .section-outer .section-inner.middle-content .heading-col {
    width: 100%;
  }
  .intro-section .section-outer .section-inner.middle-content .content-col {
    width: 100%;
  }
}
.links {
  background-color: #3B0029;
  z-index: 3;
  position: relative;
  color: #F8F8F8;
}
.links .gov-canada,
.links .gov-bc,
.links .gov-us {
  display: flex;
  justify-content: space-between;
}
.links .gov-canada .primary-heading,
.links .gov-bc .primary-heading,
.links .gov-us .primary-heading {
  flex: 0 0 35%;
  margin-right: 4%;
  margin-bottom: 0;
  max-width: 450px;
}
@media only screen and (max-width: 1600px) {
  .links .gov-canada .primary-heading,
  .links .gov-bc .primary-heading,
  .links .gov-us .primary-heading {
    max-width: 420px;
  }
}
@media only screen and (max-width: 1440px) {
  .links .gov-canada .primary-heading,
  .links .gov-bc .primary-heading,
  .links .gov-us .primary-heading {
    max-width: 350px;
  }
}
@media only screen and (max-width: 800px) {
  .links .gov-canada .primary-heading,
  .links .gov-bc .primary-heading,
  .links .gov-us .primary-heading {
    max-width: 250px;
  }
}
.links .gov-canada,
.links .gov-bc {
  border-bottom: 1px solid #809eb8;
  margin-bottom: 65px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 800px) {
  .links .gov-canada,
  .links .gov-bc,
  .links .gov-us {
    flex-direction: column;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 40px;
  }
  .links .gov-canada .link-container,
  .links .gov-bc .link-container,
  .links .gov-us .link-container {
    padding-top: 20px;
  }
  .links .gov-us {
    margin-bottom: 0px;
  }
}
.links .link-container {
  flex-grow: 1;
}
.links .link-container .link {
  font-size: 20px;
  border-bottom: 1px solid #809eb8;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #F8F8F8;
  transition: color 0.2s ease;
}
.links .link-container .link:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.links .link-container .link:hover {
  color: #E3FF24;
}
.links .link-container .link:hover .link-arrow svg path {
  stroke: #E3FF24;
}
@media only screen and (max-width: 1500px) {
  .links .link-container .link {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1300px) {
  .links .link-container .link {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .links .link-container .link {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .links .link-container .link {
    font-size: 18px;
  }
}
@media only screen and (max-width: 800px) {
  .links .link-container .link {
    font-size: 17px;
    line-height: 1.4;
  }
}
.links .link-container .link .link-arrow {
  margin-left: 20px;
}
.links .link-container .link .link-arrow svg {
  display: block;
  transform: rotate(270deg);
}
.links .link-container .link .link-arrow svg path {
  stroke: #F8F8F8;
  transition: stroke 0.2s ease;
}
#checklists {
  background: #efefef;
}
#checklists .section-inner.middle-content {
  padding-top: var(--common-top-bot-padding);
  padding-bottom: calc(var(--common-top-bot-padding) + 10px);
}
@media only screen and (max-width: 900px) {
  #checklists .section-inner.middle-content {
    padding-top: var(--common-top-bot-padding);
    padding-bottom: calc(var(--common-top-bot-padding) + 10px);
  }
}
#checklists .checklist-headers {
  display: flex;
  justify-content: space-between;
  font-family: "Poppins", "Times New Roman", Times, sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 11px;
  letter-spacing: 1px;
}
#checklists .checklist-files a {
  display: flex;
  justify-content: space-between;
  color: #53565a;
  font-size: 30px;
  font-weight: 700;
  border-bottom: 1px solid #a0a2a4;
  padding: 5px 0;
  align-items: center;
  transition: color 0.2s ease;
}
#checklists .checklist-files a svg {
  display: block;
}
#checklists .checklist-files a svg path {
  fill: #53565a;
  transition: fill 0.2s ease;
}
#checklists .checklist-files a:hover {
  color: #E3FF24;
}
#checklists .checklist-files a:hover svg path {
  fill: #E3FF24;
}
#checklists .checklist-files a:first-child {
  border-top: 1px solid #a0a2a4;
}
#budget-updates {
  position: relative;
}
#budget-updates .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#budget-updates .bg svg {
  left: -500px;
  position: relative;
}
#budget-updates .section-inner {
  display: flex;
  justify-content: space-between;
  padding: 90px var(--inside-block);
}
@media only screen and (max-width: 900px) {
  #budget-updates .section-inner {
    display: block;
    padding: 65px var(--inside-block);
  }
}
#budget-updates .orange {
  color: #FF4800;
}
#budget-updates .post {
  margin-bottom: 70px;
}
@media only screen and (max-width: 900px) {
  #budget-updates .post {
    margin-bottom: 55px;
  }
}
#budget-updates .post:last-child {
  margin-bottom: 0;
}
#budget-updates .post .category {
  font-size: 17px;
  font-weight: 600;
  opacity: 0.5;
  border-bottom: 1px solid;
  padding-bottom: 13px;
  margin-bottom: 20px;
}
#budget-updates .post .link {
  font-size: 37px;
  font-weight: 700;
  color: #53565a;
  cursor: pointer;
  line-height: 1.1;
}
@media only screen and (max-width: 1600px) {
  #budget-updates .post .link {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1440px) {
  #budget-updates .post .link {
    font-size: 33px;
  }
}
@media only screen and (max-width: 1080px) {
  #budget-updates .post .link {
    font-size: 31px;
  }
}
@media only screen and (max-width: 810px) {
  #budget-updates .post .link {
    font-size: 28px;
  }
}
#budget-updates .post .link:hover {
  color: #E3FF24;
}
#budget-updates .left {
  margin-right: 50px;
}
#budget-updates .left .primary-heading {
  margin-bottom: 45px;
}
@media only screen and (max-width: 900px) {
  #budget-updates .right {
    margin-top: 42px;
  }
  #budget-updates .left .primary-heading {
    margin-bottom: 35px;
  }
} /*# sourceMappingURL=tax-resources.css.map */
