/*
Theme Name: Total Prepare B2B
Theme URI: https://totalprepare.ca
Author: Your Name
Author URI: https://yourwebsite.com
Description: Custom theme for Total Prepare's B2B site.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: totalprepare-b2b
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  font-family: "Lato", sans-serif;
}

body {
  position: relative;
  z-index: 0;
}
body a {
  text-decoration: none;
}

.gridWrap {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
}

header {
  z-index: 20;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 1050px) {
  header {
    display: none;
  }
}
header .gridWrap .topBar {
  width: 100%;
  height: 40px;
  background-color: #333;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  padding-top: 0.5rem;
}
header .gridWrap .topBar .topContact {
  float: left;
  padding: 4px 0 0 1rem;
}
header .gridWrap .topBar .topSearch {
  width: 250px;
  height: 24px;
  background-color: #999;
  border-radius: 10px;
  margin: 0 auto;
  padding: 4px 0 0 1rem;
}
header .gridWrap .topBar .topSearch .searchIcon {
  float: right;
  width: 30px;
  height: 30px;
}
header .gridWrap .topBar .topSearch .searchIcon img {
  width: 25px;
}
header .gridWrap .topBar .topAccount {
  float: right;
  padding: 4px 1rem 0 0;
}
header .gridWrap .mainBar {
  width: 100%;
  height: 100px;
  background-color: #E13437;
  color: white;
  padding: 0;
  margin: 0;
  overflow: visible;
}
header .gridWrap .mainBar .logoWrap {
  height: 100%;
  width: 200px;
  float: left;
  padding: 1rem 1rem 0 2rem;
}
header .gridWrap .mainBar .logoWrap img {
  height: 60px;
}
header .gridWrap .mainBar .retailNav {
  width: 350px;
  height: 100px;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 800;
  padding-top: 42px;
  margin-top: -2px;
  text-decoration: none;
  color: white;
}
header .gridWrap .mainBar .b2bMenuWrap {
  position: relative;
  overflow: visible;
}
header .gridWrap .mainBar .b2bNav {
  width: 320px;
  height: 100px;
  float: left;
  display: inline-block;
  background-color: white;
  color: #E13437;
  text-align: center;
  font-size: 14px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 800;
  padding-top: 42px;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 1;
}
header .gridWrap .mainBar .contact {
  display: inline-block;
  height: 100%;
  width: 120px;
  float: right;
  text-align: center;
  font-size: 14px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 800;
  padding-top: 42px;
  text-transform: uppercase;
  margin-right: 2rem;
  text-decoration: none;
  color: white;
}
header .gridWrap #dropDown {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: white;
  width: 100%;
  height: 600px;
  display: none;
  z-index: 9999;
  overflow: hidden;
}
header .gridWrap #dropDown h4 {
  color: #E13437;
  font-weight: 900;
  font-size: 1.25rem;
}
header .gridWrap #dropDown .navSectorWrap {
  display: inline-block;
  float: left;
  width: 58%;
  padding: 1rem 4rem 1rem 1rem;
}
header .gridWrap #dropDown .navSectorWrap .navSectorLink {
  display: block;
  padding: 0.5rem 1rem;
  background: #efefef;
  margin: 0.5rem 0;
  color: #E13437;
  font-weight: 800;
}
header .gridWrap #dropDown .navResourceWrap {
  display: inline-block;
  float: left;
  width: 38%;
  padding: 1rem;
}
header .gridWrap #dropDown .navResourceWrap .spanLink {
  color: #E13437;
  font-size: 0.8rem;
}
header .gridWrap #dropDown .navResourceWrap .navResourceLink {
  padding: 0.5rem 1rem;
  background: #efefef;
  display: block;
  margin: 0.5rem 0;
  color: #E13437;
}
header .gridWrap #dropDown .navResourceWrap .navContactLink {
  border: 1px solid #E13437;
  display: block;
  text-align: center;
  padding: 1rem 2rem;
  color: #E13437;
  margin-top: 2rem;
}
header .gridWrap #dropDown .navResourceWrap .navContactLink h4 {
  margin: 0;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
header .gridWrap #dropDown .navResourceWrap .navContactLink p {
  margin-bottom: 1rem;
}
header .gridWrap #dropDown .navResourceWrap .navContactLink a {
  color: #E13437;
  font-weight: 800;
}

.mobileHeader {
  width: 100%;
  height: 60px;
  display: block;
}
@media only screen and (min-width: 1050px) {
  .mobileHeader {
    display: none;
  }
}
.mobileHeader .gridWrap {
  text-align: center;
}
.mobileHeader .gridWrap .mobileNavMain {
  width: 100%;
  height: 60px;
  background: white;
  vertical-align: top;
}
.mobileHeader .gridWrap .mobileNavMain .menuIcon {
  width: 60px;
  height: 100%;
  vertical-align: top;
  float: left;
  cursor: pointer;
}
.mobileHeader .gridWrap .mobileNavMain .menuIcon img {
  width: 50px;
  height: 100%;
}
.mobileHeader .gridWrap .mobileNavMain .menuLogo {
  width: 100px;
  height: 100%;
  vertical-align: top;
  margin: 0 auto;
  display: inline-block;
}
.mobileHeader .gridWrap .mobileNavMain .menuLogo a {
  display: inline-block;
}
.mobileHeader .gridWrap .mobileNavMain .menuLogo a img {
  width: 100px;
  padding-top: 0.5rem;
}
.mobileHeader .gridWrap .mobileNavMain .menuContact {
  width: 50px;
  height: 100%;
  vertical-align: top;
  float: right;
  margin-right: 1rem;
}
.mobileHeader .gridWrap .mobileNavMain .menuContact img {
  width: 40px;
  padding-top: 0.75rem;
}
.mobileHeader .gridWrap .mobileNavExpand {
  width: 100%;
  background: white;
  height: auto;
  min-height: 400px;
  padding-top: 1rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  text-align: left;
  display: none;
}
.mobileHeader .gridWrap .mobileNavExpand .sectorWrap {
  width: 100%;
  max-width: 350px;
}
.mobileHeader .gridWrap .mobileNavExpand .sectorWrap p {
  margin-bottom: 2rem;
}
.mobileHeader .gridWrap .mobileNavExpand .sectorWrap h3 {
  margin-bottom: 1rem;
}
.mobileHeader .gridWrap .mobileNavExpand .sectorWrap a {
  border: 1px solid #E13437;
  padding: 0.25rem 0.5rem;
  display: block;
  margin: 0.25rem 0;
  color: #E13437;
  font-weight: 800;
  font-size: 1rem;
}
.mobileHeader .gridWrap .mobileNavExpand .resourceWrap {
  width: 100%;
  max-width: 350px;
}
.mobileHeader .gridWrap .mobileNavExpand .resourceWrap p {
  margin: 1rem 0;
}
.mobileHeader .gridWrap .mobileNavExpand .resourceWrap a {
  border: 1px solid #E13437;
  padding: 0.25rem 0.5rem;
  display: block;
  margin: 0.25rem 0;
  color: #E13437;
  font-weight: 800;
  font-size: 1rem;
}
.mobileHeader .gridWrap .mobileNavExpand .contactWrap {
  margin-top: 2rem;
}
.mobileHeader .gridWrap .mobileNavExpand .contactWrap p {
  margin: 1rem 0;
}
.mobileHeader .gridWrap .mobileNavExpand .contactWrap h3 {
  font-weight: 800;
  margin-bottom: 1rem;
}
.mobileHeader .gridWrap .mobileNavExpand .contactWrap a {
  padding: 0.25rem 0.5rem;
  display: block;
  margin: 0.25rem 0;
  color: #E13437;
  font-weight: 800;
  font-size: 1rem;
}

.noTopMarg {
  margin-top: 0 !important;
}

section {
  width: 100%;
  margin: 0 auto;
  display: block;
  z-index: 0;
}
section .gridWrap .col {
  width: 100%;
  max-width: 470px;
  vertical-align: top;
  padding-left: 1rem;
}
@media only screen and (max-width: 600px) {
  section .gridWrap .col {
    width: 100%;
  }
}
section .gridWrap .colLeft {
  padding-left: 4rem;
  margin-top: -5rem;
}
section .gridWrap p {
  font-family: "Maven Pro", sans-serif;
  font-size: 1.125rem;
  color: #4D4D4D;
  line-height: 1.5rem;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 700px;
}
section .gridWrap .pInset {
  padding-left: 2rem;
}
section .gridWrap h1 {
  font-family: "Maven Pro", sans-serif;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 2.5rem;
}
section .gridWrap h2 {
  font-family: "Maven Pro", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.75rem;
  font-style: italic;
  color: #4D4D4D;
  margin: 2rem 0;
}
section .gridWrap h3 {
  font-family: "Maven Pro", sans-serif;
  font-size: 1.875rem;
  color: #E13437;
  font-weight: 800;
  margin-bottom: 1rem;
  margin-top: 3rem;
  letter-spacing: -0.05em;
  line-height: 32px;
}
section .gridWrap h4 {
  font-family: "Maven Pro", sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.75rem;
  font-style: italic;
  color: #4D4D4D;
  margin-top: 1rem;
}
section .gridWrap ul {
  list-style-type: disc;
  margin-left: 3rem;
}
section .gridWrap ul li {
  font-family: "Maven Pro", sans-serif;
  font-size: 1.125rem;
  color: #4D4D4D;
  line-height: 1.5rem;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 600px;
  margin-bottom: 1rem;
}
section .gridWrap .coTestimonial {
  width: 100%;
  background: #E13437;
  padding: 2rem 3rem 1rem 3rem;
  margin: 2rem 0;
}
section .gridWrap .coTestimonial p {
  color: white;
}
section .gridWrap .coTestimonial .coQuote {
  font-size: 1.75rem;
  font-family: "Lato", sans-serif;
  line-height: 2.5rem;
  font-style: italic;
}
section .gridWrap .coTestimonial .coCredit {
  font-size: 0.8rem;
  font-family: "Maven Pro", sans-serif;
  line-height: 1rem;
  text-align: right;
}
section .gridWrap .coFact {
  width: 100%;
  background: #E13437;
  padding: 1rem 2rem 1rem 2rem;
  margin: 3rem 0 3rem -2rem;
}
section .gridWrap .coFact p {
  margin: 0;
  padding: 0;
}
section .gridWrap .coFact .coFactHead {
  font-family: "Maven Pro", sans-serif;
  color: white;
  font-weight: 800;
  font-size: 1.5rem;
}
section .gridWrap .coFact .coFactDesc {
  font-family: "Lato", sans-serif;
  color: white;
  font-weight: 400;
  color: white;
  font-size: 1rem;
  margin-top: 0.5rem;
}
section .gridWrap .coFact a {
  color: white;
  font-weight: 800;
}
section .gridWrap .coRight {
  float: right;
}
section .gridWrap .coContact {
  width: 100%;
  height: auto;
  border: 2px solid #E13437;
  padding: 1rem 2rem 1rem 2rem;
  text-align: center;
}
section .gridWrap .coContact p {
  margin: 0;
  padding: 0;
}
section .gridWrap .coContact .coContactHead {
  font-style: italic;
  color: #E13437;
  font-weight: 800;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
section .gridWrap .coContact .coContactDesc {
  font-style: italic;
  color: #E13437;
  font-size: 1rem;
}
section .gridWrap .segmentListing {
  margin-bottom: 3rem;
}
section .gridWrap .segmentListing a.sectorItem {
  display: table;
  padding: 0.5rem 1rem;
  border: 1px solid #E13437;
  background: #FAFAFA;
  margin: 1rem;
  text-decoration: none;
  color: #E13437;
  font-size: 1.25rem;
  font-weight: 800;
  min-width: 50%;
  transition: all 0.4s;
}
section .gridWrap .segmentListing a.sectorItem:hover {
  color: white;
  background: #E13437;
  transition: all 1s;
}
section .gridWrap .segmentListing a.sectorItem:hover .sectorTitle {
  color: white;
}

#homeHero {
  height: 600px;
}
@media only screen and (max-width: 1050px) {
  #homeHero {
    height: 700px;
  }
}
#homeHero .gridWrap {
  background-image: url("img/homeHero.jpg");
  background-position: center center;
  background-size: cover;
  height: 100%;
}
#homeHero .gridWrap .heroIntro {
  width: 45%;
  max-width: 550px;
  min-width: 350px;
  float: right;
  margin-right: 8rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 1050px) {
  #homeHero .gridWrap .heroIntro {
    display: block;
    width: 100%;
    float: left;
    margin-left: 2rem;
    padding-right: 3rem;
  }
}
#homeHero .gridWrap .heroIntro p {
  color: white;
  font-weight: 600;
  font-size: 1rem;
}
#homeHero .gridWrap .heroIntro .narrow {
  max-width: 350px;
}
#homeHero .gridWrap .heroIntro .heavy {
  font-weight: 900;
}
#homeHero .gridWrap .heroIntro .large {
  font-size: 2rem;
  line-height: 2rem;
}

#homeSector {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1050px) {
  #homeSector .gridWrap {
    margin-left: 2rem;
  }
}
#homeSector .gridWrap .sectorIntro {
  width: 100%;
  max-width: 700px;
}
#homeSector .gridWrap .sectorIntro h3 {
  color: #E13437;
  line-height: 32px;
}
#homeSector .gridWrap .sectorIntro p {
  max-width: 650px;
}
#homeSector .gridWrap .sectorListing a {
  width: 32%;
  max-width: 500px;
  min-width: 250px;
  height: 300px;
  background: #ccc;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1rem;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 1050px) {
  #homeSector .gridWrap .sectorListing a {
    width: 100%;
    max-width: 400px;
    min-width: 200px;
  }
}
#homeSector .gridWrap .sectorListing a .sectorTitle {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #E13437;
  padding: 0.5rem 0rem 0.5rem 1rem;
}
#homeSector .gridWrap .sectorListing a .sectorTitle h4 {
  color: white;
  font-size: 1.25rem;
  margin: 0;
  padding: 0;
  font-style: normal;
}
#homeSector .gridWrap .sectorListing .sectorCorp {
  background-image: url("img/sectorCorp.png");
  background-position: center center;
  background-size: cover;
}
#homeSector .gridWrap .sectorListing .sectorEdu {
  background-image: url("img/sectorEdu.png");
  background-position: center center;
  background-size: cover;
}
#homeSector .gridWrap .sectorListing .sectorEOC {
  background-image: url("img/sectorEOC.png");
  background-position: center center;
  background-size: cover;
}
#homeSector .gridWrap .sectorListing .sectorFLE {
  background-image: url("img/sectorFLE.png");
  background-position: center center;
  background-size: cover;
}
#homeSector .gridWrap .sectorListing .sectorFN {
  background-image: url("img/sectorFN.png");
  background-position: center center;
  background-size: cover;
}
#homeSector .gridWrap .sectorListing .sectorPub {
  background-image: url("img/sectorPub.png");
  background-position: center center;
  background-size: cover;
}
#homeSector .gridWrap .sectorListing .catEducation {
  background-image: url("img/sectorEdu.png");
  background-position: center center;
  background-size: cover;
}
#homeSector .gridWrap .sectorListing .middle {
  margin: 0 1rem;
}
#homeSector .gridWrap .segmentListing a {
  width: 32%;
  height: 300px;
  background: #ccc;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1rem;
  background-position: center center;
  background-size: cover;
}
#homeSector .gridWrap .segmentListing a .sectorTitle {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #E13437;
  padding: 0.5rem 0rem 0.5rem 1rem;
}
#homeSector .gridWrap .segmentListing a .sectorTitle h4 {
  color: white;
  font-size: 1.25rem;
  margin: 0;
  padding: 0;
  font-style: normal;
}

#homeVideo {
  height: 600px;
}
#homeVideo .gridWrap {
  background-image: url("img/homeVideoBG.png");
  background-position: center center;
  background-size: cover;
  height: 100%;
  padding-top: 8rem;
}
#homeVideo .gridWrap .videoIntro {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 2rem 2rem 1rem 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
#homeVideo .gridWrap .videoIntro img {
  width: 75px;
  margin: 0 auto;
  align-items: center;
}
#homeVideo .gridWrap .videoIntro p {
  color: white;
  font-weight: 800;
  text-align: center;
  margin-top: 2rem;
}

#heroWrap {
  height: 375px;
  margin-bottom: 3rem;
}
#heroWrap .gridWrap {
  background-position: center center;
  background-size: cover;
  height: 100%;
}
#heroWrap .gridWrap .heroIntro {
  position: absolute;
  bottom: 0;
  left: 2rem;
  width: 100%;
  max-width: 500px;
  min-width: 320px;
  background-color: rgb(255, 255, 255);
  padding: 2rem 2rem 4rem 2rem;
}
@media only screen and (max-width: 1050px) {
  #heroWrap .gridWrap .heroIntro {
    left: 0;
    padding: 2rem 2rem 0 2rem;
  }
}
#heroWrap .gridWrap .heroIntro h1 {
  color: #E13437;
  font-size: 2.25rem;
  line-height: 2rem;
}
#heroWrap .gridWrap .heroIntro h4 {
  font-size: 1.5rem;
}
#heroWrap .gridWrap .heroIntro h3 {
  line-height: 32px;
  margin: 0;
}
#heroWrap .gridWrap .heroIntroSector {
  position: absolute;
  bottom: 0;
  left: 2rem;
  width: 100%;
  max-width: 700px;
  min-width: 320px;
  background-color: rgb(255, 255, 255);
  padding: 2rem 2rem 3rem 2rem;
}
@media only screen and (max-width: 1050px) {
  #heroWrap .gridWrap .heroIntroSector {
    left: 0;
    padding: 2rem 2rem 0 2rem;
  }
}
#heroWrap .gridWrap .heroIntroSector h1 {
  color: #E13437;
  font-size: 2.25rem;
  line-height: 2rem;
}
#heroWrap .gridWrap .heroIntroSector h4 {
  font-size: 1.5rem;
}
#heroWrap .gridWrap .heroIntroSector h3 {
  line-height: 32px;
  margin: 0;
}

#resourceWrap {
  height: 400px;
}
#resourceWrap .gridWrap {
  background-image: url("img/img01_400.png");
  background-position: center center;
  background-size: cover;
  height: 100%;
  padding-top: 15rem;
  padding-left: 2rem;
}
#resourceWrap .gridWrap .resourceIntro {
  width: 50%;
  background: white;
  color: #E13437;
  padding: 2rem 3rem;
}
#resourceWrap .gridWrap .resourceIntro h1 {
  color: #E13437;
}

#archiveWrap {
  height: 400px;
}
#archiveWrap .gridWrap {
  background-image: url("img/img01_400.png");
  background-position: center center;
  background-size: cover;
  height: 100%;
  padding-top: 10rem;
  padding-left: 5rem;
}
#archiveWrap .gridWrap .archiveIntro {
  width: 50%;
  background: #E13437;
  padding: 2rem 3rem;
}
#archiveWrap .gridWrap .archiveIntro h1 {
  color: white;
}
#archiveWrap .gridWrap .archiveIntro p {
  color: white;
  margin-top: 1rem;
}

@media only screen and (max-width: 1050px) {
  #sectionMain {
    display: none;
  }
}
#sectionMain .gridWrap .sectorFull {
  padding-left: 4rem;
  margin-top: -5rem;
  width: 100%;
  max-width: 700px;
}
#sectionMain .gridWrap .sectorFull a {
  color: #E13437;
  font-weight: 800;
}
#sectionMain .gridWrap .colWrap {
  display: flex;
  align-items: flex-start; /* Align columns to the top vertically */
  gap: 4rem; /* Optional: space between columns */
}
#sectionMain .gridWrap .colWrap .col {
  flex: 1;
}
#sectionMain .gridWrap .colWrap .col a {
  color: #E13437;
  font-weight: 800;
}

.sectionMobile {
  display: none;
}
@media only screen and (max-width: 1050px) {
  .sectionMobile {
    display: block;
  }
}
.sectionMobile .gridWrap {
  padding: 1rem 2rem;
}

#sectionResourceContent .gridWrap .colWrap {
  display: flex;
  align-items: flex-start; /* Align columns to the top vertically */
  gap: 4rem; /* Optional: space between columns */
}
#sectionResourceContent .gridWrap .colWrap .colLeft {
  width: 75%; /* Fixed width */
  flex-shrink: 0;
  padding-left: 3rem;
  padding-top: 4rem;
  margin-top: 0;
}
#sectionResourceContent .gridWrap .colWrap .colRight {
  flex: 1;
}
#sectionResourceContent .gridWrap .colWrap .col {
  max-width: 100%;
}

#sectionResources {
  position: relative;
  width: 100%;
  margin: 3rem 0 0 0;
}
#sectionResources .gridWrap {
  background-color: #fff;
  padding: 2rem 0 3rem 0;
}
#sectionResources .gridWrap .colWrap {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 1050px) {
  #sectionResources .gridWrap .colWrap {
    display: block;
  }
}
#sectionResources .gridWrap .colWrap .colLeft {
  width: 40%; /* Fixed width */
  flex-shrink: 0;
  padding-left: 3rem;
  padding-top: 4rem;
}
@media only screen and (max-width: 1050px) {
  #sectionResources .gridWrap .colWrap .colLeft {
    display: block;
    width: 100%;
  }
}
#sectionResources .gridWrap .colWrap .colRight {
  flex: 1;
}
@media only screen and (max-width: 1050px) {
  #sectionResources .gridWrap .colWrap .colRight {
    display: block;
    width: 100%;
    margin-left: 2rem;
  }
}
#sectionResources .gridWrap .colWrap .col h2 {
  color: #E13437;
  font-style: normal;
  margin-bottom: 0.5rem;
}
#sectionResources .gridWrap .colWrap .col p {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}
#sectionResources .gridWrap .colWrap .col .buttonResource {
  text-decoration: none;
  padding: 9px 15px 9px;
  background-color: #E13437;
  color: white;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1rem;
}
#sectionResources .gridWrap .colWrap .col .resourceWrap {
  display: block;
  border: 1px solid #E13437;
  width: 100%;
  height: 150px;
  padding: 1rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 1050px) {
  #sectionResources .gridWrap .colWrap .col .resourceWrap {
    display: inline-block;
    width: 80%;
  }
}
#sectionResources .gridWrap .colWrap .col .resourceWrap .resourceImg {
  float: left;
  width: 120px;
  height: 120px;
  background: #E13437;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 1050px) {
  #sectionResources .gridWrap .colWrap .col .resourceWrap .resourceImg {
    display: none;
  }
}
#sectionResources .gridWrap .colWrap .col .resourceWrap .resource01 {
  background-image: url("img/resourceThumb200x200_03.png");
  background-position: center center;
  background-size: cover;
}
#sectionResources .gridWrap .colWrap .col .resourceWrap .resource02 {
  background-image: url("img/resourceThumb200x200_01.png");
  background-position: center center;
  background-size: cover;
}
#sectionResources .gridWrap .colWrap .col .resourceWrap .resource03 {
  background-image: url("img/resourceThumb200x200_02.png");
  background-position: center center;
  background-size: cover;
}
#sectionResources .gridWrap .colWrap .col .resourceWrap .resource04 {
  background-image: url("img/resourceThumb200x200_04.png");
  background-position: center center;
  background-size: cover;
}
#sectionResources .gridWrap .colWrap .col .resourceWrap .resource05 {
  background-image: url("img/resourceThumb200x200_05.png");
  background-position: center center;
  background-size: cover;
}
#sectionResources .gridWrap .colWrap .col .resourceWrap .resource06 {
  background-image: url("img/resourceThumb200x200_06.png");
  background-position: center center;
  background-size: cover;
}
#sectionResources .gridWrap .colWrap .col .resourceWrap .resourceDetails {
  float: right;
  width: 300px;
  padding-left: 1rem;
}
@media only screen and (max-width: 1050px) {
  #sectionResources .gridWrap .colWrap .col .resourceWrap .resourceDetails {
    width: 100%;
  }
}
#sectionResources .gridWrap .colWrap .col .resourceWrap .resourceDetails h4 {
  color: #E13437;
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.125rem;
}
#sectionResources .gridWrap .colWrap .col .resourceWrap .resourceDetails p {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 300;
}

.whiteBG {
  background-color: white !important;
}

#sectionContact .gridWrap {
  background-color: #f5f5f5;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#sectionContact .gridWrap .colWrap {
  display: flex;
  gap: 5rem;
}
@media only screen and (max-width: 1050px) {
  #sectionContact .gridWrap .colWrap {
    display: block;
  }
}
#sectionContact .gridWrap .colWrap .colLeft {
  width: 40%; /* Fixed width */
  flex-shrink: 0;
  padding-left: 3rem;
  padding-top: 2rem;
}
@media only screen and (max-width: 1050px) {
  #sectionContact .gridWrap .colWrap .colLeft {
    display: block;
    width: 100%;
  }
}
#sectionContact .gridWrap .colWrap .colRight {
  flex: 1;
}
@media only screen and (max-width: 1050px) {
  #sectionContact .gridWrap .colWrap .colRight {
    display: block;
    width: 100%;
  }
}
#sectionContact .gridWrap .colWrap .col h2 {
  color: #E13437;
  font-style: normal;
  margin-bottom: 0.5rem;
  margin-top: 3rem;
}
#sectionContact .gridWrap .colWrap .col h5 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  color: #4D4D4D;
}
#sectionContact .gridWrap .colWrap .col p {
  margin-top: 1rem;
}
#sectionContact .gridWrap .colWrap .col a {
  color: #E13437;
  font-weight: 800;
}
#sectionContact .gridWrap .colWrap .col .contact-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#sectionContact .gridWrap .colWrap .col .form-group {
  display: flex;
  flex-direction: column;
}
#sectionContact .gridWrap .colWrap .col label {
  margin-bottom: 0.5rem;
  font-weight: 600;
}
#sectionContact .gridWrap .colWrap .col input,
#sectionContact .gridWrap .colWrap .col textarea {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
#sectionContact .gridWrap .colWrap .col button {
  text-decoration: none;
  padding: 10px 15px 10px;
  background-color: #E13437;
  color: white;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 900;
  border: none;
}

footer {
  width: 100%;
}
footer .gridWrap {
  width: 100%;
  max-width: 1050px;
  background-color: #E13437;
  padding: 3rem;
  text-align: center;
  padding-bottom: 5rem;
}
footer .gridWrap .footerContact {
  width: 100%;
  max-width: 400px;
  float: left;
  display: inline-block;
  text-align: left;
  color: white;
}
footer .gridWrap .footerContact h4 {
  font-weight: 800;
}
footer .gridWrap .footerContact p {
  font-weight: 500;
}
footer .gridWrap .footerContact .gap {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
footer .gridWrap .footerContact a {
  color: white;
  font-weight: 800;
}
footer .gridWrap img {
  width: 150px;
  left: 12rem;
}
@media only screen and (max-width: 1050px) {
  footer .gridWrap img {
    left: 0rem;
    display: block;
    width: 100px;
  }
}/*# sourceMappingURL=style.css.map */